forked from noumo/easyii-shop
-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.json
45 lines (45 loc) · 1.28 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
{
"name": "noumo/easyii-shop",
"description": "Easyiicms simple shop with examples of all modules",
"keywords": ["yii2", "cms", "control panel", "admin", "easy", "shop"],
"homepage": "http://easyiicms.com",
"type": "project",
"license": "GNU GPL V3",
"support": {
"wiki": "http://easyiicms.com/docs",
"source": "https://github.com/noumo/easyii-shop.git",
"issues": "https://github.com/noumo/easyii-shop/issues"
},
"minimum-stability": "dev",
"require": {
"php": ">=5.4.0",
"noumo/easyii": "dev-master"
},
"require-dev": {
"yiisoft/yii2-codeception": "*",
"yiisoft/yii2-debug": "*",
"yiisoft/yii2-gii": "*",
"yiisoft/yii2-faker": "*"
},
"scripts": {
"post-create-project-cmd": [
"yii\\composer\\Installer::postCreateProject"
]
},
"extra": {
"yii\\composer\\Installer::postCreateProject": {
"generateCookieValidationKey": [
"app/config/web.php"
]
},
"asset-installer-paths": {
"npm-asset-library": "vendor/npm",
"bower-asset-library": "vendor/bower"
},
"writable": [
"assets",
"uploads",
"runtime"
]
}
}