forked from silvershop/silvershop-shipping
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathcomposer.json
38 lines (38 loc) · 1.05 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/shipping",
"description": "Shipping methods for the SilverShop.",
"type": "silverstripe-vendormodule",
"keywords": ["silverstripe", "ecommerce", "shop", "shipping", "freight", "silvershop"],
"license": "BSD-3-Clause",
"require": {
"silvershop/core": "^3",
"silvershop/geocoding": "2.x-dev",
"symbiote/silverstripe-gridfieldextensions": "*",
"silvershop/silverstripe-hasonefield": "^3"
},
"authors": [{
"name": "SilverShop Contributors",
"homepage": "https://github.com/silvershop/silvershop-shipping/graphs/contributors"
}],
"require-dev": {
"phpunit/phpunit": "*",
"squizlabs/php_codesniffer": "^3.0"
},
"extra": {
"branch-alias": {
"dev-master": "2.x-dev"
},
"expose": [
"css",
"images"
]
},
"autoload": {
"psr-4": {
"SilverShop\\Shipping\\": "src/",
"SilverShop\\Shipping\\Tests\\": "tests/"
}
},
"prefer-stable": false,
"minimum-stability": "dev"
}