Skip to content

Commit

Permalink
[composer] Set dependencies for 4.4.0-beta1 release + .lock
Browse files Browse the repository at this point in the history
  • Loading branch information
webhdx committed Jan 13, 2023
1 parent 9a86c63 commit a0f92c4
Show file tree
Hide file tree
Showing 2 changed files with 20,588 additions and 5 deletions.
10 changes: 5 additions & 5 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,17 +3,17 @@
"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.4 || ^8.0",
"ibexa/experience": "~4.4.x-dev",
"ibexa/cart": "~4.4.x-dev",
"ibexa/checkout": "~4.4.x-dev",
"ibexa/storefront": "~4.4.x-dev"
"ibexa/experience": "4.4.0-beta1",
"ibexa/cart": "4.4.0-beta1",
"ibexa/checkout": "4.4.0-beta1",
"ibexa/storefront": "4.4.0-beta1"
},
"require-dev": {
"ibexa/ci-scripts": "^0.2@dev"
Expand Down
Loading

0 comments on commit a0f92c4

Please sign in to comment.