composer.json 273 B

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