Skip to content

Commit 9319902

Browse files
committed
[composer] Set dependencies for 4.0.0-alpha1 release + .lock
1 parent 034f1c4 commit 9319902

File tree

2 files changed

+17774
-23
lines changed

2 files changed

+17774
-23
lines changed

composer.json

Lines changed: 25 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -6,31 +6,33 @@
66
"repositories": [
77
{"type": "composer", "url": "https://updates.ibexa.co"}
88
],
9+
"minimum-stability": "alpha",
10+
"prefer-stable": true,
911
"require": {
1012
"php": "^7.3",
11-
"ibexa/oss": "^4.0.x-dev",
12-
"ibexa/migrations": "^4.0.x-dev",
13-
"ibexa/image-editor": "^4.0.x-dev",
14-
"ibexa/oauth2-client": "^4.0.x-dev",
15-
"ibexa/installer": "^4.0.x-dev",
16-
"ibexa/product-catalog": "^4.0.x-dev",
17-
"ezsystems/date-based-publisher": "^5.0.x-dev",
18-
"ezsystems/ezplatform-calendar": "^4.0.x-dev",
19-
"ezsystems/ezplatform-connector-dam": "^4.0.x-dev",
20-
"ezsystems/ezplatform-cron": "^4.0.x-dev",
21-
"ezsystems/ezplatform-elastic-search-engine": "^4.0.x-dev",
22-
"ezsystems/ezplatform-http-cache-fastly": "^4.0.x-dev",
23-
"ezsystems/ezplatform-icons": "^4.0.x-dev",
24-
"ezsystems/ezplatform-personalization": "^4.0.x-dev",
25-
"ezsystems/ezplatform-version-comparison": "^4.0.x-dev",
26-
"ezsystems/ezplatform-workflow": "^4.0.x-dev",
27-
"ezsystems/ezrecommendation-client": "^4.0.x-dev",
28-
"ezsystems/ezcommerce-base-design": "^4.0.x-dev",
29-
"ezsystems/ezcommerce-checkout": "^4.0.x-dev",
30-
"ezsystems/ezcommerce-fieldtypes": "^4.0.x-dev",
31-
"ezsystems/ezcommerce-price-engine": "^4.0.x-dev",
32-
"ezsystems/ezcommerce-shop": "^4.0.x-dev",
33-
"ezsystems/ezcommerce-shop-ui": "^4.0.x-dev",
13+
"ibexa/oss": "~4.0.0@alpha",
14+
"ibexa/migrations": "~4.0.0@alpha",
15+
"ibexa/image-editor": "~4.0.0@alpha",
16+
"ibexa/oauth2-client": "~4.0.0@alpha",
17+
"ibexa/installer": "~4.0.0@alpha",
18+
"ibexa/product-catalog": "~4.0.0@alpha",
19+
"ezsystems/date-based-publisher": "~5.0.0@alpha",
20+
"ezsystems/ezplatform-calendar": "~4.0.0@alpha",
21+
"ezsystems/ezplatform-connector-dam": "~4.0.0@alpha",
22+
"ezsystems/ezplatform-cron": "~4.0.0@alpha",
23+
"ezsystems/ezplatform-elastic-search-engine": "~4.0.0@alpha",
24+
"ezsystems/ezplatform-http-cache-fastly": "~4.0.0@alpha",
25+
"ezsystems/ezplatform-icons": "~4.0.0@alpha",
26+
"ezsystems/ezplatform-personalization": "~4.0.0@alpha",
27+
"ezsystems/ezplatform-version-comparison": "~4.0.0@alpha",
28+
"ezsystems/ezplatform-workflow": "~4.0.0@alpha",
29+
"ezsystems/ezrecommendation-client": "~4.0.0@alpha",
30+
"ezsystems/ezcommerce-base-design": "~4.0.0@alpha",
31+
"ezsystems/ezcommerce-checkout": "~4.0.0@alpha",
32+
"ezsystems/ezcommerce-fieldtypes": "~4.0.0@alpha",
33+
"ezsystems/ezcommerce-price-engine": "~4.0.0@alpha",
34+
"ezsystems/ezcommerce-shop": "~4.0.0@alpha",
35+
"ezsystems/ezcommerce-shop-ui": "~4.0.0@alpha",
3436
"ezsystems/apache-tika-bundle": "^2.0",
3537
"ezsystems/comment-bundle": "^3.1",
3638
"ezsystems/job-queue-bundle": "^4.0",

0 commit comments

Comments
 (0)