You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

28 lines
700 B

3 years ago
  1. {
  2. "name": "phpdocumentor/reflection-common",
  3. "keywords": ["phpdoc", "phpDocumentor", "reflection", "static analysis", "FQSEN"],
  4. "homepage": "http://www.phpdoc.org",
  5. "description": "Common reflection classes used by phpdocumentor to reflect the code structure",
  6. "license": "MIT",
  7. "authors": [
  8. {
  9. "name": "Jaap van Otterdijk",
  10. "email": "opensource@ijaap.nl"
  11. }
  12. ],
  13. "require": {
  14. "php": "^7.2 || ^8.0"
  15. },
  16. "autoload" : {
  17. "psr-4" : {
  18. "phpDocumentor\\Reflection\\": "src/"
  19. }
  20. },
  21. "require-dev": {
  22. },
  23. "extra": {
  24. "branch-alias": {
  25. "dev-2.x": "2.x-dev"
  26. }
  27. }
  28. }