gnu-social/vendor/dnoegel/php-xdg-base-dir/composer.json

18 lines
387 B
JSON

{
"name": "dnoegel/php-xdg-base-dir",
"description": "implementation of xdg base directory specification for php",
"type": "library",
"license": "MIT",
"require": {
"php": ">=5.3.2"
},
"require-dev": {
"phpunit/phpunit": "~7.0|~6.0|~5.0|~4.8.35"
},
"autoload": {
"psr-4": {
"XdgBaseDir\\": "src/"
}
}
}