Dashboard sipadu mbip
您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符

composer.json 372B

1234567891011121314151617
  1. {
  2. "name": "dnoegel/php-xdg-base-dir",
  3. "description": "implementation of xdg base directory specification for php",
  4. "type": "project",
  5. "license": "MIT",
  6. "require": {
  7. "php": ">=5.3.2"
  8. },
  9. "require-dev": {
  10. "phpunit/phpunit": "@stable"
  11. },
  12. "autoload": {
  13. "psr-4": {
  14. "XdgBaseDir\\": "src/"
  15. }
  16. }
  17. }