-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcomposer.json
28 lines (28 loc) · 1.04 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
{
"name": "spryker-feature/configurable-bundle",
"description": "Configurable Bundle [feature]",
"type": "metapackage",
"license": "proprietary",
"minimum-stability": "dev",
"prefer-stable": true,
"require": {
"php": ">=8.2",
"spryker-shop/configurable-bundle-note-widget": "^1.1.0",
"spryker-shop/configurable-bundle-page": "^1.2.0",
"spryker-shop/configurable-bundle-widget": "^1.9.0",
"spryker-shop/sales-configurable-bundle-widget": "^1.5.0",
"spryker/configurable-bundle": "^2.3.0",
"spryker/configurable-bundle-cart": "^1.4.0",
"spryker/configurable-bundle-data-import": "^0.2.0",
"spryker/configurable-bundle-gui": "^1.4.0",
"spryker/configurable-bundle-note": "^1.0.0",
"spryker/configurable-bundle-page-search": "^1.4.0",
"spryker/configurable-bundle-storage": "^2.6.0",
"spryker/sales-configurable-bundle": "^1.5.0"
},
"extra": {
"branch-alias": {
"dev-master": "202410.x-dev"
}
}
}