Skip to content

Commit

Permalink
[composer] Set dependencies for 4.6.0-beta2 release + .lock
Browse files Browse the repository at this point in the history
  • Loading branch information
ezrobot committed Sep 22, 2023
1 parent d23f2c2 commit b29e6b4
Show file tree
Hide file tree
Showing 2 changed files with 21,703 additions and 12 deletions.
27 changes: 15 additions & 12 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,21 +3,22 @@
"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/experience": "4.6.0-beta2",
"ibexa/cart": "4.6.0-beta2",
"ibexa/checkout": "4.6.0-beta2",
"ibexa/corporate-account-commerce-bridge": "4.6.0-beta2",
"ibexa/storefront": "4.6.0-beta2",
"ibexa/order-management": "4.6.0-beta2",
"ibexa/payment": "4.6.0-beta2",
"ibexa/shipping": "4.6.0-beta2"
},
"require-dev": {
"ibexa/ci-scripts": "^0.2@dev"
Expand All @@ -26,5 +27,7 @@
"branch-alias": {
"dev-master": "4.6.x-dev"
}
}
},
"prefer-stable": true,
"minimum-stability": "beta"
}
Loading

0 comments on commit b29e6b4

Please sign in to comment.