Skip to content

Commit

Permalink
[composer] Set dependencies for 3.3.0-rc2 release + .lock
Browse files Browse the repository at this point in the history
  • Loading branch information
webhdx committed Dec 31, 2020
1 parent 86757ca commit e5daab6
Show file tree
Hide file tree
Showing 2 changed files with 18,240 additions and 6 deletions.
14 changes: 8 additions & 6 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,16 @@
"repositories": [
{"type": "composer", "url": "https://updates.ibexa.co"}
],
"minimum-stability": "rc",
"prefer-stable": true,
"require": {
"php": "^7.3",
"ibexa/experience": "^3.3.x-dev",
"ezsystems/ezcommerce-admin-ui": "^1.2.x-dev",
"ezsystems/ezcommerce-erp-admin": "^3.3.x-dev",
"ezsystems/ezcommerce-order-history": "^3.3.x-dev",
"ezsystems/ezcommerce-page-builder": "^1.2.x-dev",
"ezsystems/ezcommerce-transaction": "^1.0.x-dev"
"ibexa/experience": "~3.3.0@rc",
"ezsystems/ezcommerce-admin-ui": "~1.2.0@rc",
"ezsystems/ezcommerce-erp-admin": "~3.3.0@rc",
"ezsystems/ezcommerce-order-history": "~3.3.0@rc",
"ezsystems/ezcommerce-page-builder": "~1.2.0@rc",
"ezsystems/ezcommerce-transaction": "~1.0.0@rc"
},
"extra": {
"branch-alias": {
Expand Down

0 comments on commit e5daab6

Please sign in to comment.