Skip to content

Commit

Permalink
[composer] Set dependencies for 4.5.0 release + .lock
Browse files Browse the repository at this point in the history
  • Loading branch information
webhdx committed May 12, 2023
1 parent 7bcc363 commit 790ed4b
Show file tree
Hide file tree
Showing 2 changed files with 21,000 additions and 9 deletions.
16 changes: 7 additions & 9 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,20 +3,18 @@
"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"}
],
"require": {
"php": "^7.4 || ^8.0",
"ibexa/experience": "~4.5.x-dev",
"ibexa/cart": "~4.5.x-dev",
"ibexa/checkout": "~4.5.x-dev",
"ibexa/storefront": "~4.5.x-dev",
"ibexa/order-management": "~4.5.x-dev",
"ibexa/payment": "~4.5.x-dev",
"ibexa/shipping": "~4.5.x-dev"
"ibexa/experience": "4.5.0",
"ibexa/cart": "4.5.0",
"ibexa/checkout": "4.5.0",
"ibexa/storefront": "4.5.0",
"ibexa/order-management": "4.5.0",
"ibexa/payment": "4.5.0",
"ibexa/shipping": "4.5.0"
},
"require-dev": {
"ibexa/ci-scripts": "^0.2@dev"
Expand Down
Loading

0 comments on commit 790ed4b

Please sign in to comment.