-
Notifications
You must be signed in to change notification settings - Fork 1
/
composer.json
38 lines (38 loc) · 1 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
{
"name": "silvershop/recipe",
"type": "silverstripe-recipe",
"description": "SilverStripe recipe for fully featured SilverShop Project",
"homepage": "http://silvershop.github.io/",
"license": "BSD-3-Clause",
"require": {
"silvershop/core": "4.x-dev",
"silvershop/stock": "3.x-dev",
"silvershop/discounts": "3.x-dev",
"silvershop/shipping": "3.x-dev",
"silvershop/comparison": "3.x-dev",
"silvershop/coloredvariations": "3.x-dev"
},
"require-dev": {
"phpunit/phpunit": "^9.5"
},
"extra": {
"project-files": [
"mysite/code/*"
],
"branch-alias": {
"dev-main": "4.x-dev"
}
},
"config": {
"process-timeout": 600,
"preferred-install": "source"
},
"repositories": [
{
"type": "vcs",
"url": "[email protected]:silvershop/silvershop-core.git"
}
],
"prefer-stable": true,
"minimum-stability": "dev"
}