Files
faveo/vendor/dnoegel/php-xdg-base-dir/composer.json
Bhanu Slathia b1f62846ab Update v1.0.6
2016-02-16 23:24:52 +05:30

18 lines
372 B
JSON

{
"name": "dnoegel/php-xdg-base-dir",
"description": "implementation of xdg base directory specification for php",
"type": "project",
"license": "MIT",
"require": {
"php": ">=5.3.2"
},
"require-dev": {
"phpunit/phpunit": "@stable"
},
"autoload": {
"psr-4": {
"XdgBaseDir\\": "src/"
}
}
}