123456789101112131415161718 |
- {
- "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/"
- }
- }
- }
|