Skip to content

Commit 92929a1

Browse files
committed
[composer] Set dependencies for 4.2.0-beta1 release.
1 parent 19d62fb commit 92929a1

File tree

1 file changed

+18
-18
lines changed

1 file changed

+18
-18
lines changed

composer.json

Lines changed: 18 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -15,30 +15,30 @@
1515
"require": {
1616
"php": "^7.4 || ^8.0",
1717
"ext-json": "*",
18-
"ibexa/core": "~4.2.0@dev",
19-
"ibexa/admin-ui": "~4.2.0@dev",
18+
"ibexa/core": "~4.2.0@beta",
19+
"ibexa/admin-ui": "~4.2.0@beta",
2020
"ocramius/proxy-manager": "^2.2",
2121
"symfony/proxy-manager-bridge": "^5.0",
2222
"zetacomponents/system-information": "^1.1.1"
2323
},
2424
"require-dev": {
25-
"ibexa/ci-scripts": "^0.2@dev",
25+
"ibexa/ci-scripts": "^0.2@beta",
2626
"ibexa/code-style": "^1.0",
27-
"ezsystems/ezplatform-content-forms": "^1.3@dev",
28-
"ezsystems/ezplatform-http-cache": "^2.3@dev",
29-
"ezsystems/ezplatform-rest": "^1.3@dev",
30-
"ezsystems/ezplatform-richtext": "^2.3@dev",
31-
"ezsystems/ezplatform-search": "^1.2@dev",
32-
"ezsystems/ezplatform-user": "^2.3@dev",
27+
"ezsystems/ezplatform-content-forms": "^1.3@beta",
28+
"ezsystems/ezplatform-http-cache": "^2.3@beta",
29+
"ezsystems/ezplatform-rest": "^1.3@beta",
30+
"ezsystems/ezplatform-richtext": "^2.3@beta",
31+
"ezsystems/ezplatform-search": "^1.2@beta",
32+
"ezsystems/ezplatform-user": "^2.3@beta",
3333
"friendsofphp/php-cs-fixer": "^3.0",
34-
"ibexa/doctrine-schema": "~4.2.0@dev",
35-
"ibexa/content-forms": "~4.2.0@dev",
36-
"ibexa/design-engine": "~4.2.0@dev",
37-
"ibexa/user": "~4.2.0@dev",
38-
"ibexa/fieldtype-richtext": "~4.2.0@dev",
39-
"ibexa/rest": "~4.2.0@dev",
40-
"ibexa/search": "~4.2.0@dev",
41-
"ibexa/http-cache": "~4.2.0@dev",
34+
"ibexa/doctrine-schema": "~4.2.0@beta",
35+
"ibexa/content-forms": "~4.2.0@beta",
36+
"ibexa/design-engine": "~4.2.0@beta",
37+
"ibexa/user": "~4.2.0@beta",
38+
"ibexa/fieldtype-richtext": "~4.2.0@beta",
39+
"ibexa/rest": "~4.2.0@beta",
40+
"ibexa/search": "~4.2.0@beta",
41+
"ibexa/http-cache": "~4.2.0@beta",
4242
"phpunit/phpunit": "^8.2",
4343
"matthiasnoback/symfony-dependency-injection-test": "^4.0"
4444
},
@@ -67,4 +67,4 @@
6767
"check-cs": "@fix-cs --dry-run",
6868
"test": "phpunit -c phpunit.xml"
6969
}
70-
}
70+
}

0 commit comments

Comments
 (0)