-
Notifications
You must be signed in to change notification settings - Fork 41
/
Copy pathcomposer.json
31 lines (31 loc) · 961 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
{
"name": "redound/phalcon-rest-boilerplate",
"keywords": ["RESTful", "rest", "api", "phalcon", "boilerplate"],
"description": "Phalcon REST Boilerplate to use with Phalcon REST library",
"type": "project",
"license": "MIT",
"homepage": "http://phalcon-rest.redound.org",
"require": {
"redound/phalcon-rest": "^2.0.0",
"league/fractal": "^0.13.0",
"firebase/php-jwt": "^3.0"
},
"require-dev": {
"codeception/codeception": "^2.1"
},
"authors": [
{
"name": "Olivier Andriessen",
"email": "[email protected]"
},
{
"name": "Bart Blok",
"email": "[email protected]"
}
],
"support": {
"source": "https://github.com/redound/phalcon-rest-boilerplate",
"issues": "https://github.com/redound/phalcon-rest-boilerplate/issues",
"docs": "http://phalcon-rest.redound.org"
}
}