| 12345678910111213141516 |
- {
- "name": "linfly/annotation",
- "type": "library",
- "license": "MIT",
- "description": "Webman plugin linfly/annotation",
- "require": {
- "php": "^8.0",
- "doctrine/annotations": "^1.13",
- "linfly/container": "^1.0"
- },
- "autoload": {
- "psr-4": {
- "LinFly\\Annotation\\": "src/"
- }
- }
- }
|