-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcomposer.json
32 lines (32 loc) · 905 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
{
"name": "phpcdr.com/gce-blog",
"description": "Google Cloud Engine to Blog",
"keywords": ["randal", "yii2", "blog"],
"homepage": "https://phpcdr.com/",
"type": "project",
"license": "Apache-2.0",
"support": {},
"minimum-stability": "stable",
"require": {
"php": ">=7.2.0",
"yiisoft/yii2": "~2.0.36",
"yiisoft/yii2-bootstrap": "~2.0.10",
"yiisoft/yii2-redis": "^2.0",
"guzzlehttp/guzzle": "^6.5"
},
"require-dev": {
"yiisoft/yii2-debug": "~2.1.0",
"yiisoft/yii2-gii": "~2.1.0",
"yiisoft/yii2-faker": "~2.0.0",
"codeception/base": "^2.5",
"phpunit/phpunit": "~6.5.5",
"codeception/verify": "~1.0.0",
"symfony/browser-kit": ">=2.7 <=4.2.4"
},
"config": {
"process-timeout": 1800,
"fxp-asset": {
"enabled": false
}
}
}