-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathcomposer.json
49 lines (49 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
46
47
48
49
{
"name": "dynamic/silverstripe-foxy",
"description": "Foxy.io integration for SilverStripe websites.",
"type": "silverstripe-vendormodule",
"keywords": [
"silverstripe",
"CMS",
"ecommerce",
"foxy",
"shop"
],
"license": "BSD-3-Clause",
"authors": [
{
"name": "Dynamic",
"email": "dev@dynamicagency.com",
"homepage": "http://www.dynamicagency.com"
}
],
"require": {
"bummzack/sortablefile": "^2.0",
"micschk/silverstripe-groupable-gridfield": "^1.0",
"silverstripe/display-logic": "^2.0",
"silverstripe/recipe-cms": "^4.0",
"symbiote/silverstripe-gridfieldextensions": "^3.0"
},
"require-dev": {
"phpunit/phpunit": "^5.7",
"squizlabs/php_codesniffer": "^3.0",
"phpmd/phpmd": "^2.6",
"sebastian/phpcpd": "^3.0",
"phploc/phploc": "^4.0",
"pdepend/pdepend": "^2.5",
"theseer/phpdox": "^0.11.0"
},
"autoload": {
"psr-4": {
"Dynamic\\Foxy\\": "src/",
"Dynamic\\Foxy\\Tests\\": "tests/"
}
},
"extra": {
"expose": [
"client/dist"
]
},
"minimum-stability": "dev",
"prefer-stable": true
}