| 12345678910111213141516171819202122232425262728293031323334 |
- {
- "name": "topthink/think-annotation",
- "description": "Annotation For ThinkPHP6",
- "license": "Apache-2.0",
- "authors": [
- {
- "name": "yunwuxin",
- "email": "448901948@qq.com"
- }
- ],
- "require": {
- "php": "^8.0",
- "topthink/framework": "^6.0 || ^8.0",
- "ergebnis/classy": "^1.4"
- },
- "require-dev": {
- "topthink/think-ide-helper": "^1.0"
- },
- "autoload": {
- "psr-4": {
- "think\\annotation\\": "src"
- }
- },
- "extra": {
- "think": {
- "services": [
- "think\\annotation\\Service"
- ],
- "config": {
- "annotation": "src/config.php"
- }
- }
- }
- }
|