-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathcomposer.json
37 lines (37 loc) · 949 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
{
"name": "novastar/auth-api",
"description": "open api sdk",
"license": "MIT",
"authors": [
{
"name": "liuzq",
"email": "[email protected]"
}
],
"minimum-stability": "dev",
"require": {
"php" : ">=5.6.4",
"doctrine/cache" : "~1.6.0",
"guzzlehttp/guzzle": "6.3.0",
"nesbot/carbon": "1.32.0",
"league/container": "~2.4.0",
"pimple/pimple": "^3.0",
"tightenco/collect": "~5.4.16",
"guzzlehttp/promises": "1.3.1",
"guzzlehttp/psr7": "1.4.2",
"monolog/monolog": "1.23.0",
"phpunit/phpunit": "~5.7"
},
"autoload" : {
"psr-4" : {
"NovaStar\\Api\\" : "src/",
"NovaStar\\Test\\" : "tests/"
}
},
"repositories": {
"packagist": {
"type": "composer",
"url": "https://packagist.laravel-china.org"
}
}
}