Skip to content

Commit

Permalink
[composer] Set dependencies for 4.6.8 release + .lock
Browse files Browse the repository at this point in the history
  • Loading branch information
ezrobot committed Jul 11, 2024
1 parent 9d10879 commit 6ca125b
Show file tree
Hide file tree
Showing 2 changed files with 21,889 additions and 11 deletions.
20 changes: 9 additions & 11 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,6 @@
"type": "metapackage",
"license": "proprietary",
"description": "A meta package for installing Ibexa DXP Commerce edition",
"minimum-stability": "dev",
"prefer-stable": true,
"repositories": [
{
"type": "composer",
Expand All @@ -13,15 +11,15 @@
],
"require": {
"php": "^7.4 || ^8.0",
"ibexa/experience": "~4.6.x-dev",
"ibexa/cart": "~4.6.x-dev",
"ibexa/checkout": "~4.6.x-dev",
"ibexa/corporate-account-commerce-bridge": "~4.6.x-dev",
"ibexa/storefront": "~4.6.x-dev",
"ibexa/order-management": "~4.6.x-dev",
"ibexa/payment": "~4.6.x-dev",
"ibexa/shipping": "~4.6.x-dev",
"ibexa/connector-payum": "~4.6.x-dev"
"ibexa/experience": "4.6.8",
"ibexa/cart": "4.6.8",
"ibexa/checkout": "4.6.8",
"ibexa/corporate-account-commerce-bridge": "4.6.8",
"ibexa/storefront": "4.6.8",
"ibexa/order-management": "4.6.8",
"ibexa/payment": "4.6.8",
"ibexa/shipping": "4.6.8",
"ibexa/connector-payum": "4.6.8"
},
"require-dev": {
"ibexa/ci-scripts": "^0.2@dev"
Expand Down
Loading

0 comments on commit 6ca125b

Please sign in to comment.