-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathcomposer.json
More file actions
36 lines (36 loc) · 804 Bytes
/
composer.json
File metadata and controls
36 lines (36 loc) · 804 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
{
"name": "cshaptx4869/thinkphp-annotation",
"description": "thinkphp5.1 注解插件",
"type": "library",
"license": [
"Apache-2.0"
],
"authors": [
{
"name": "cshaptx4869",
"email": "994774638@qq.com"
}
],
"require": {
"php": ">=5.6",
"ext-json": "*",
"topthink/framework": "5.1.*",
"doctrine/annotations": "1.4.0",
"nikic/php-parser": "v3.1.5"
},
"autoload": {
"psr-4": {
"Fairy\\": "src"
}
},
"repositories": [
{
"type": "composer",
"url": "https://mirrors.aliyun.com/composer/"
},
{
"type": "composer",
"url": "https://packagist.phpcomposer.com"
}
]
}