Skip to content

Commit c9537b1

Browse files
committed
[composer] Set dependencies for 4.0.0-rc2 release + .lock
1 parent b34ff6c commit c9537b1

File tree

2 files changed

+19108
-26
lines changed

2 files changed

+19108
-26
lines changed

composer.json

Lines changed: 26 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -3,42 +3,42 @@
33
"type": "metapackage",
44
"license": "proprietary",
55
"description": "A meta package for installing Ibexa DXP Content edition",
6-
"minimum-stability": "dev",
6+
"minimum-stability": "RC",
77
"prefer-stable": true,
88
"repositories": [
99
{"type": "composer", "url": "https://updates.ibexa.co"}
1010
],
1111
"require": {
1212
"php": "^7.4 || ^8.0",
13-
"ibexa/oss": "^4.0.x-dev",
14-
"ibexa/migrations": "^4.0.x-dev",
15-
"ibexa/image-editor": "^4.0.x-dev",
16-
"ibexa/oauth2-client": "^4.0.x-dev",
17-
"ibexa/installer": "^4.0.x-dev",
18-
"ibexa/product-catalog": "^4.0.x-dev",
19-
"ibexa/scheduler": "^4.0.x-dev",
20-
"ibexa/calendar": "^4.0.x-dev",
21-
"ibexa/connector-dam": "^4.0.x-dev",
22-
"ibexa/elasticsearch": "^4.0.x-dev",
23-
"ibexa/fastly": "^4.0.x-dev",
24-
"ibexa/icons": "^4.0.x-dev",
25-
"ibexa/personalization": "^4.0.x-dev",
26-
"ibexa/version-comparison": "^4.0.x-dev",
27-
"ibexa/workflow": "^4.0.x-dev",
28-
"ibexa/taxonomy": "^4.0.x-dev",
29-
"ibexa/tree-builder": "^4.0.x-dev",
30-
"ibexa/content-tree": "^4.0.x-dev",
31-
"ibexa/commerce-base-design": "^4.0.x-dev",
32-
"ibexa/commerce-checkout": "^4.0.x-dev",
33-
"ibexa/commerce-fieldtypes": "^4.0.x-dev",
34-
"ibexa/commerce-price-engine": "^4.0.x-dev",
35-
"ibexa/commerce-shop": "^4.0.x-dev",
36-
"ibexa/commerce-shop-ui": "^4.0.x-dev",
13+
"ibexa/oss": "4.0.0-rc2",
14+
"ibexa/migrations": "4.0.0-rc2",
15+
"ibexa/image-editor": "4.0.0-rc2",
16+
"ibexa/oauth2-client": "4.0.0-rc2",
17+
"ibexa/installer": "4.0.0-rc2",
18+
"ibexa/product-catalog": "4.0.0-rc2",
19+
"ibexa/scheduler": "4.0.0-rc2",
20+
"ibexa/calendar": "4.0.0-rc2",
21+
"ibexa/connector-dam": "4.0.0-rc2",
22+
"ibexa/elasticsearch": "4.0.0-rc2",
23+
"ibexa/fastly": "4.0.0-rc2",
24+
"ibexa/icons": "4.0.0-rc2",
25+
"ibexa/personalization": "4.0.0-rc2",
26+
"ibexa/version-comparison": "4.0.0-rc2",
27+
"ibexa/workflow": "4.0.0-rc2",
28+
"ibexa/taxonomy": "4.0.0-rc2",
29+
"ibexa/tree-builder": "4.0.0-rc2",
30+
"ibexa/content-tree": "4.0.0-rc2",
31+
"ibexa/commerce-base-design": "4.0.0-rc2",
32+
"ibexa/commerce-checkout": "4.0.0-rc2",
33+
"ibexa/commerce-fieldtypes": "4.0.0-rc2",
34+
"ibexa/commerce-price-engine": "4.0.0-rc2",
35+
"ibexa/commerce-shop": "4.0.0-rc2",
36+
"ibexa/commerce-shop-ui": "4.0.0-rc2",
3737
"ezsystems/apache-tika-bundle": "^2.0",
3838
"ezsystems/comment-bundle": "^3.1",
3939
"ezsystems/job-queue-bundle": "^4.0",
4040
"ezsystems/payment-core-bundle": "^3.0",
41-
"ezsystems/stash-bundle": "^0.9",
41+
"ezsystems/stash-bundle": "^0.8",
4242
"gregwar/captcha-bundle": "^2.1"
4343
},
4444
"require-dev": {

0 commit comments

Comments
 (0)