-
Notifications
You must be signed in to change notification settings - Fork 10
/
composer.json
32 lines (32 loc) · 927 Bytes
/
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
{
"name": "shopgate/cart-integration-shopware",
"description": "Integrates the Shopware shopping cart solution with Shopgate",
"homepage": "https://github.com/shopgate/cart-integration-shopware",
"license": "Apache-2.0",
"config": {
"vendor-dir": "src/Backend/SgateShopgatePlugin/vendor"
},
"authors": [
{
"name": "Shopgate",
"email": "[email protected]"
}
],
"scripts": {
"test": "phpunit",
"check": "php-cs-fixer fix --diff --dry-run --verbose .",
"check&fix": "php-cs-fixer fix --diff --verbose .",
"check&test": ["@check", "@test"]
},
"require": {
"php": ">=5.6",
"shopgate/cart-integration-sdk" : "~2.10.3",
"phpfastcache/phpfastcache": "~6.1.5 || ~7.1.2",
"firebase/php-jwt": "^6.0.0"
},
"require-dev": {
"friendsofphp/php-cs-fixer": "^2.19.3||^3.49.0",
"phpunit/phpunit": ">= 5",
"yoast/phpunit-polyfills": "^1.0"
}
}