Skip to content

Commit

Permalink
[composer] Set dependencies for 4.6.0-beta3 release + .lock
Browse files Browse the repository at this point in the history
  • Loading branch information
ezrobot committed Nov 23, 2023
1 parent b82dfe9 commit 60a8ac6
Show file tree
Hide file tree
Showing 2 changed files with 22,987 additions and 13 deletions.
29 changes: 16 additions & 13 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,22 +3,23 @@
"type": "metapackage",
"license": "proprietary",
"description": "A meta package for installing Ibexa DXP Commerce edition",
"minimum-stability": "dev",
"prefer-stable": true,
"repositories": [
{"type": "composer", "url": "https://updates.ibexa.co"}
{
"type": "composer",
"url": "https://updates.ibexa.co"
}
],
"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.0-beta3",
"ibexa/cart": "4.6.0-beta3",
"ibexa/checkout": "4.6.0-beta3",
"ibexa/corporate-account-commerce-bridge": "4.6.0-beta3",
"ibexa/storefront": "4.6.0-beta3",
"ibexa/order-management": "4.6.0-beta3",
"ibexa/payment": "4.6.0-beta3",
"ibexa/shipping": "4.6.0-beta3",
"ibexa/connector-payum": "4.6.0-beta3"
},
"require-dev": {
"ibexa/ci-scripts": "^0.2@dev"
Expand All @@ -27,5 +28,7 @@
"branch-alias": {
"dev-master": "4.6.x-dev"
}
}
},
"prefer-stable": true,
"minimum-stability": "beta"
}
Loading

0 comments on commit 60a8ac6

Please sign in to comment.