-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathcomposer.json
49 lines (49 loc) · 1.31 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
{
"name": "punchout-catalogs/punchout-catalog-spryker",
"description": "Punchout Catalog Module for Spryker eCommerce Platform",
"version": "2.4.2",
"license": "proprietary",
"require": {
"php": ">=7.1",
"ext-json": "*",
"ext-mbstring": "*",
"ext-simplexml": "*",
"spryker/cart": "^5.0.0 || ^7.0.0",
"spryker/customer": "^7.0.0",
"spryker/company-user": "^2.7.0",
"spryker/company-business-unit": "^2.9.0",
"spryker/data-import": "^1.6.0",
"spryker/glossary": "^3.0.0",
"spryker/glossary-storage": "^1.0.0",
"spryker/kernel": "^3.33.0",
"spryker/money": "^2.6.0",
"spryker/oauth-company-user": "^2.0.0",
"spryker/product-storage": "^1.11.0",
"spryker/quote": "^2.0.0",
"spryker/store": "^1.1.0",
"spryker/util-uuid-generator": "^1.0.0",
"spryker/vault": "^1.1.0",
"spryker/zed-request": "^3.6.0"
},
"require-dev": {
"spryker/code-sniffer": "*"
},
"suggest": {
"spryker/product-bundle": "Use at least ^6.0.0 to have ProductBundleCartItemTransformerPlugin"
},
"autoload": {
"psr-4": {
"PunchoutCatalog\\": "src/PunchoutCatalog/"
}
},
"minimum-stability": "dev",
"prefer-stable": true,
"extra": {
"branch-alias": {
"dev-master": "1.0.x-dev"
}
},
"config": {
"sort-packages": true
}
}