-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathcomposer.json
More file actions
executable file
·34 lines (34 loc) · 965 Bytes
/
composer.json
File metadata and controls
executable file
·34 lines (34 loc) · 965 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
{
"name": "rocboss/batio",
"description": "A fast and extensible micro-framework for PHP to build RESTful API.",
"homepage": "https://github.com/rocboss/batio",
"type": "project",
"license": "MIT",
"authors": [
{
"name": "ROC",
"email": "i@rocs.me",
"homepage": "https://rocs.me/"
}
],
"require": {
"php": "^7.0",
"lcobucci/jwt": "3.2.*",
"mikecao/flight": "1.3.*",
"catfan/medoo": "1.5.6",
"monolog/monolog": "^1.23",
"doctrine/cache": "1.4.*",
"vlucas/phpdotenv": "2.0.*",
"predis/predis": "^1.1",
"ruflin/elastica": "^6.1",
"elasticsearch/elasticsearch": "^6.0",
"aryelgois/medools": "5.0.0"
},
"config": {
"preferred-install": "dist"
},
"repositories": [
{"type": "composer", "url": "http://packagist.phpcomposer.com"},
{"packagist": false}
]
}