forked from phundament/app
-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.json
49 lines (49 loc) · 1.07 KB
/
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
38
39
40
41
42
43
44
45
46
47
48
49
{
"name": "phundament/app",
"description": "12factor Application Template for Yii 2.0 Framework",
"keywords": [
"phundament",
"yii2",
"app",
"framework",
"application",
"template",
"boilerplate",
"docker",
"docker-compose",
"12factor",
"dotenv"
],
"homepage": "http://www.phundament.com/",
"type": "project",
"license": "BSD-3-Clause",
"authors": [
{
"name": "Tobias Munk",
"email": "[email protected]",
"homepage": "http://www.diemeisterei.de"
}
],
"support": {
"issues": "https://github.com/phundament/app/issues?state=open",
"source": "https://github.com/phundament/app"
},
"minimum-stability": "stable",
"require": {
"dmstr/yii2-cms-metapackage": "^4.2.0",
"vlucas/phpdotenv": "2.*",
"yiisoft/yii2": "^2.0.7"
},
"require-dev": {
"dmstr/yii2-cms-dev-metapackage": "^1.1.0"
},
"extra": {
"asset-installer-paths": {
"npm-asset-library": "vendor/npm",
"bower-asset-library": "vendor/bower"
}
},
"config": {
"process-timeout": 1800
}
}