Skip to content

Commit 6d95425

Browse files
committed
[composer] Set dependencies for 5.0.6 release + .lock
1 parent f32f5e6 commit 6d95425

File tree

2 files changed

+23840
-13
lines changed

2 files changed

+23840
-13
lines changed

composer.json

Lines changed: 11 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,6 @@
33
"type": "metapackage",
44
"license": "proprietary",
55
"description": "A meta package for installing Ibexa DXP Commerce edition",
6-
"minimum-stability": "dev",
7-
"prefer-stable": true,
86
"repositories": [
97
{
108
"type": "composer",
@@ -13,17 +11,17 @@
1311
],
1412
"require": {
1513
"php": ">=8.3",
16-
"ibexa/experience": "~5.0.x-dev",
17-
"ibexa/cart": "~5.0.x-dev",
18-
"ibexa/checkout": "~5.0.x-dev",
19-
"ibexa/corporate-account-commerce-bridge": "~5.0.x-dev",
20-
"ibexa/discounts": "~5.0.x-dev",
21-
"ibexa/discounts-codes": "~5.0.x-dev",
22-
"ibexa/storefront": "~5.0.x-dev",
23-
"ibexa/order-management": "~5.0.x-dev",
24-
"ibexa/payment": "~5.0.x-dev",
25-
"ibexa/shipping": "~5.0.x-dev",
26-
"ibexa/connector-payum": "~5.0.x-dev"
14+
"ibexa/experience": "5.0.6",
15+
"ibexa/cart": "5.0.6",
16+
"ibexa/checkout": "5.0.6",
17+
"ibexa/corporate-account-commerce-bridge": "5.0.6",
18+
"ibexa/discounts": "5.0.6",
19+
"ibexa/discounts-codes": "5.0.6",
20+
"ibexa/storefront": "5.0.6",
21+
"ibexa/order-management": "5.0.6",
22+
"ibexa/payment": "5.0.6",
23+
"ibexa/shipping": "5.0.6",
24+
"ibexa/connector-payum": "5.0.6"
2725
},
2826
"extra": {
2927
"branch-alias": {

0 commit comments

Comments
 (0)