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. }