-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathcomposer.json
79 lines (76 loc) · 2.67 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
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
{
"name": "i-lateral/sc-recipe",
"type": "silverstripe-recipe",
"description": "Customised version of SilverCommerce install",
"homepage": "http://silverstripe.org",
"license": "BSD-3-Clause",
"require": {
"php": "^7.4 || ^8.0",
"silverstripe/recipe-plugin": "^1",
"silverstripe/recipe-core": "^4.2",
"silverstripe/recipe-cms": "^4.2",
"silverstripe/blog": "^3",
"silverstripe/widgets": "^2",
"silverstripe/content-widget": "^2",
"silverstripe/spamprotection": "^3",
"silverstripe/recipe-form-building": "^1",
"silvercommerce/silvercommerce-recipe": "^1.3",
"silvercommerce/stock": "^1.0",
"silvercommerce/customisable-products": "^1.1",
"silvercommerce/checkout-agree-to-terms": "^1.0",
"silvercommerce/checkout-special-instructions": "^1.0",
"silvercommerce/downloadable-products": "^1.0",
"i-lateral/silverstripe-carousel": "^2.1",
"i-lateral/silverstripe-childhubpage": "^2.0",
"i-lateral/silverstripe-custommenus": "^2.0",
"i-lateral/silverstripe-deferedimages": "^1.1",
"i-lateral/silverstripe-gallery": "^2.0",
"i-lateral/silverstripe-socialnav": "^2.0",
"i-lateral/silverstripe-systemmessages": "^2.0",
"i-lateral/silverstripe-featuredimage": "^1.0",
"wilr/silverstripe-googlesitemaps": "^2.1",
"hubertusanton/silverstripe-seo": "^4.0",
"axllent/silverstripe-scaled-uploads": "^2.1",
"jonom/focuspoint": "^3.1",
"jonom/silverstripe-betternavigator": "^5.4",
"fractas/cookiepolicy": "^2.1",
"tractorcow/silverstripe-robots": "^4.0",
"colymba/gridfield-bulk-editing-tools": "^3",
"heyday/silverstripe-gridfieldversionedorderablerows": "ss4-upgrade-dev",
"undefinedoffset/silverstripe-nocaptcha": "^2.0"
},
"require-dev": {
"deployer/deployer": "^6.2",
"omnipay/dummy": "^3.0"
},
"extra": {
"project-files": [
".vscode/*",
".gitignore",
".htaccess",
"app/_config/*",
"app/lang/*",
"app/src/*",
"themes/custom/*",
"index.php",
"web.config"
],
"public-files": [
".htaccess",
"web.config",
"index.php"
],
"expose": [
"themes/custom/css",
"themes/custom/javascript",
"themes/custom/fonts",
"themes/custom/images"
],
"resources-dir": "_resources"
},
"config": {
"process-timeout": 600
},
"prefer-stable": true,
"minimum-stability": "dev"
}