forked from szerko/Respond2
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcomposer.json
More file actions
32 lines (32 loc) · 706 Bytes
/
Copy pathcomposer.json
File metadata and controls
32 lines (32 loc) · 706 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
{
"name": "respondcms",
"description": "Respond CMS powered by Lumen, Angular 2",
"keywords": ["framework", "laravel", "lumen"],
"license": "MIT",
"type": "project",
"require": {
"php": ">=5.5.9",
"laravel/lumen-framework": "5.2.*",
"twig/twig": "~1.0",
"vlucas/phpdotenv": "~2.2",
"firebase/php-jwt": "dev-master",
"phpmailer/phpmailer": "5.2.8",
"sunra/php-simple-html-dom-parser": "1.5.1",
"symfony/yaml": "3.0.3"
},
"require-dev": {
"fzaninotto/faker": "~1.4",
"phpunit/phpunit": "~4.0"
},
"autoload": {
"psr-4": {
"App\\": "app/"
}
},
"autoload-dev": {
"classmap": [
"tests/",
"database/"
]
}
}