Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[composer] Set dependencies for 4.3.0-rc1 release + .lock
Browse files Browse the repository at this point in the history
webhdx committed Oct 28, 2022

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
1 parent 90db815 commit 5abe247
Showing 2 changed files with 23,169 additions and 8 deletions.
16 changes: 8 additions & 8 deletions composer.json
Original file line number Diff line number Diff line change
@@ -3,20 +3,20 @@
"type": "metapackage",
"license": "proprietary",
"description": "A meta package for installing Ibexa DXP Commerce edition",
"minimum-stability": "dev",
"minimum-stability": "RC",
"prefer-stable": true,
"repositories": [
{"type": "composer", "url": "https://updates.ibexa.co"}
],
"require": {
"php": "^7.4 || ^8.0",
"ibexa/experience": "~4.3.x-dev",
"ibexa/commerce-admin-ui": "~4.3.x-dev",
"ibexa/commerce-erp-admin": "~4.3.x-dev",
"ibexa/commerce-order-history": "~4.3.x-dev",
"ibexa/commerce-page-builder": "~4.3.x-dev",
"ibexa/commerce-rest": "~4.3.x-dev",
"ibexa/commerce-transaction": "~4.3.x-dev"
"ibexa/experience": "4.3.0-rc1",
"ibexa/commerce-admin-ui": "4.3.0-rc1",
"ibexa/commerce-erp-admin": "4.3.0-rc1",
"ibexa/commerce-order-history": "4.3.0-rc1",
"ibexa/commerce-page-builder": "4.3.0-rc1",
"ibexa/commerce-rest": "4.3.0-rc1",
"ibexa/commerce-transaction": "4.3.0-rc1"
},
"require-dev": {
"ibexa/ci-scripts": "^0.2@dev"
23,161 changes: 23,161 additions & 0 deletions composer.lock

Large diffs are not rendered by default.

0 comments on commit 5abe247

Please sign in to comment.