-
Notifications
You must be signed in to change notification settings - Fork 1
/
composer.json
34 lines (34 loc) · 997 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
{
"name": "CMS",
"keywords": ["phalcon", "angular"],
"description": "Centralized Management Solutions",
"type": "project",
"license": "MIT",
"provide": {
"ext-mongo": "1.6.14"
}
, "require": {
"alcaeus/mongo-php-adapter": "^1.1",
"doctrine/mongodb": "^1.6",
"doctrine/mongodb-odm": "^1.2.2",
"doctrine/orm": "^2.5",
"mark-gerarts/auto-mapper-plus": "^1.0",
"firebase/php-jwt": "^5.0",
"anahkiasen/underscore-php": "dev-master"
},
"require-dev": {
"phalcon/devtools": "dev-master",
"phpunit/phpunit": "^5.0",
"phalcon/incubator": "^3.0",
"squizlabs/php_codesniffer": "^3.3",
"comsolit/html-builder": "^1.0"
},
"authors": [{
"name": "Brian Nguyen",
"email": "[email protected]"
}],
"support": {
"source": "https://github.com/briancvn/cms-3.0",
"issues": "https://github.com/briancvn/cms-3.0/issues"
}
}