composer.json 313 B

12345678910111213141516
  1. {
  2. "name": "linfly/annotation",
  3. "type": "library",
  4. "license": "MIT",
  5. "description": "Webman plugin linfly/annotation",
  6. "require": {
  7. "php": "^8.0",
  8. "doctrine/annotations": "^1.13",
  9. "linfly/container": "^1.0"
  10. },
  11. "autoload": {
  12. "psr-4": {
  13. "LinFly\\Annotation\\": "src/"
  14. }
  15. }
  16. }