-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathcomposer.json
31 lines (31 loc) · 942 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
{
"autoload": {
"psr-4": {
"BestIt\\CTCustomTypesBundle\\": "src/"
}
},
"name": "bestit/commercetools-custom-types-bundle",
"description": "Bundle to help you with the creation of custom types.",
"require": {
"commercetools/php-sdk": "^1.4 || ^2.0",
"php": "^7.0 || ^8.0",
"symfony/http-kernel": "^3.1 || ^4.0 || ^5.0",
"symfony/dependency-injection": "^3.1 || ^4.0 || ^5.0",
"symfony/config": "^3.1 || ^4.0 || ^5.0",
"symfony/yaml": "^3.1 || ^4.0 || ^5.0",
"symfony/console": "^3.1 || ^4.0 || ^5.0"
},
"require-dev": {
"symfony/phpunit-bridge": "^3.0",
"phpunit/phpunit": "^5.4",
"squizlabs/php_codesniffer": "^2.7"
},
"license": "MIT",
"authors": [
{
"name": "Bjoern Lange",
"email": "[email protected]"
}
],
"minimum-stability": "beta"
}