-
Notifications
You must be signed in to change notification settings - Fork 1
/
composer.json
44 lines (44 loc) · 1.41 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
{
"name": "ushainformatique/whatacart",
"description": "Open Source Ecommerce Platform",
"keywords": ["whatacart", "ecommerce", "open source ecommerce"],
"homepage": "http://www.whatacart.com/",
"type": "project",
"license": "GPLv3",
"support": {
"issues": "https://github.com/ushainformatique/whatacart/issues"
},
"minimum-stability": "stable",
"require": {
"php": ">=5.4.0",
"yiisoft/yii2": "2.0.11",
"yiisoft/yii2-bootstrap": "*",
"yiisoft/yii2-swiftmailer": "*",
"branchonline/yii2-lightbox": "*",
"2amigos/yii2-date-time-picker-widget": "*",
"2amigos/yii2-date-picker-widget": "*",
"2amigos/yii2-taggable-behavior": "*",
"2amigos/yii2-selectize-widget": "*",
"kartik-v/yii2-widget-rating": "*",
"kartik-v/bootstrap-star-rating": "@dev",
"marqu3s/yii2-summernote": "dev-master",
"fortawesome/font-awesome": "*",
"ushainformatique/yiichimp": "*"
},
"require-dev": {
"yiisoft/yii2-debug": "*",
"yiisoft/yii2-gii": "*",
"yiisoft/yii2-imagine": "*",
"linslin/yii2-curl": "*"
},
"config": {
"process-timeout": 1800,
"vendor-dir": "vendor",
"fxp-asset": {
"installer-paths": {
"npm-asset-library": "vendor/npm",
"bower-asset-library": "vendor/bower"
}
}
}
}