Skip to content

Commit

Permalink
[composer] Set dependencies for 4.0.0-beta5 release + .lock
Browse files Browse the repository at this point in the history
  • Loading branch information
webhdx committed Dec 23, 2021
1 parent a20cc29 commit 614cfe1
Show file tree
Hide file tree
Showing 2 changed files with 20,764 additions and 8 deletions.
16 changes: 8 additions & 8 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,20 +3,20 @@
"type": "metapackage",
"license": "proprietary",
"description": "A meta package for installing Ibexa DXP Commerce edition",
"minimum-stability": "dev",
"minimum-stability": "beta",
"prefer-stable": true,
"repositories": [
{"type": "composer", "url": "https://updates.ibexa.co"}
],
"require": {
"php": "^7.3",
"ibexa/experience": "^4.0.x-dev",
"ibexa/commerce-admin-ui": "^4.0.x-dev",
"ibexa/commerce-erp-admin": "^4.0.x-dev",
"ibexa/commerce-order-history": "^4.0.x-dev",
"ibexa/commerce-page-builder": "^4.0.x-dev",
"ibexa/commerce-rest": "^4.0.x-dev",
"ibexa/commerce-transaction": "^4.0.x-dev"
"ibexa/experience": "~4.0.0@beta",
"ibexa/commerce-admin-ui": "~4.0.0@beta",
"ibexa/commerce-erp-admin": "~4.0.0@beta",
"ibexa/commerce-order-history": "~4.0.0@beta",
"ibexa/commerce-page-builder": "~4.0.0@beta",
"ibexa/commerce-rest": "~4.0.0@beta",
"ibexa/commerce-transaction": "~4.0.0@beta"
},
"require-dev": {
"ibexa/ci-scripts": "^0.2@dev"
Expand Down
Loading

0 comments on commit 614cfe1

Please sign in to comment.