Skip to content

Commit d3a96f8

Browse files
author
Łukasz Serwatka
committed
[composer] Set dependencies for 4.0.0-beta5 release.
1 parent a4d30f6 commit d3a96f8

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

composer.json

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -19,11 +19,11 @@
1919
"require": {
2020
"php": "^7.4 || ^8.0",
2121
"ext-json": "*",
22-
"ibexa/admin-ui": "^4.0@dev",
23-
"ibexa/content-forms": "^4.0@dev",
24-
"ibexa/graphql": "^4.0@dev",
25-
"ibexa/rest": "^4.0@dev",
26-
"ibexa/core": "^4.0@dev",
22+
"ibexa/admin-ui": "^4.0@beta",
23+
"ibexa/content-forms": "^4.0@beta",
24+
"ibexa/graphql": "^4.0@beta",
25+
"ibexa/rest": "^4.0@beta",
26+
"ibexa/core": "^4.0@beta",
2727
"symfony/dependency-injection": "^5.0",
2828
"symfony/expression-language": "^5.0",
2929
"symfony/event-dispatcher": "^5.0",
@@ -48,12 +48,12 @@
4848
}
4949
},
5050
"require-dev": {
51-
"ibexa/doctrine-schema": "^4.0@dev",
52-
"ibexa/design-engine": "^4.0@dev",
53-
"ibexa/fieldtype-richtext": "^4.0@dev",
54-
"ibexa/search": "^4.0@dev",
55-
"ibexa/user": "^4.0@dev",
56-
"ibexa/http-cache": "^4.0@dev",
51+
"ibexa/doctrine-schema": "^4.0@beta",
52+
"ibexa/design-engine": "^4.0@beta",
53+
"ibexa/fieldtype-richtext": "^4.0@beta",
54+
"ibexa/search": "^4.0@beta",
55+
"ibexa/user": "^4.0@beta",
56+
"ibexa/http-cache": "^4.0@beta",
5757
"phpspec/phpspec": "^6.0",
5858
"ibexa/code-style": "^1.0",
5959
"friendsofphp/php-cs-fixer": "^3.0"

0 commit comments

Comments
 (0)