-
Notifications
You must be signed in to change notification settings - Fork 1
/
composer.json
39 lines (39 loc) · 937 Bytes
/
composer.json
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
37
38
39
{
"name": "jiangbaiyan/nos",
"type": "project",
"description": "A PHP framework focused on API development based on Yaf by jiangbaiyan && guobutao",
"repositories": {
"packagist": {
"type": "composer",
"url": "https://packagist.phpcomposer.com"
}
},
"keywords": ["api","nos","yaf"],
"homepage": "https://github.com/jiangbaiyan/nos",
"license": "MIT",
"authors": [
{
"name": "baiyan Jiang",
"email": "[email protected]",
"homepage": "https://github.com/jiangbaiyan",
"role": "Developer"
}
],
"config": {
"optimize-autoloader": true,
"preferred-install": "dist",
"sort-packages": true
},
"require": {
"php": ">=7.0.0",
"ext-json": "*",
"ext-mbstring": "*",
"ext-pdo": "*",
"jiangbaiyan/nos-framework": "dev-master"
},
"scripts": {
"post-autoload-dump": [
"find vendor/ -type d | grep .git | xargs rm -rf"
]
}
}