Skip to content

Commit e7dfe4a

Browse files
author
Łukasz Serwatka
committed
[composer] Set dependencies for 4.0.0-beta1 release.
1 parent cd292bf commit e7dfe4a

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.3",
2121
"ext-json": "*",
22-
"ezsystems/ezplatform-admin-ui": "^4.0@dev",
23-
"ezsystems/ezplatform-content-forms": "^4.0@dev",
24-
"ezsystems/ezplatform-graphql": "^4.0@dev",
25-
"ezsystems/ezplatform-rest": "^4.0@dev",
26-
"ezsystems/ezplatform-kernel": "^4.0@dev",
22+
"ezsystems/ezplatform-admin-ui": "^4.0",
23+
"ezsystems/ezplatform-content-forms": "^4.0",
24+
"ezsystems/ezplatform-graphql": "^4.0",
25+
"ezsystems/ezplatform-rest": "^4.0",
26+
"ezsystems/ezplatform-kernel": "^4.0",
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-
"ezsystems/doctrine-dbal-schema": "^4.0@dev",
52-
"ezsystems/ezplatform-design-engine": "^4.0@dev",
53-
"ezsystems/ezplatform-richtext": "^4.0@dev",
54-
"ezsystems/ezplatform-search": "^4.0@dev",
55-
"ezsystems/ezplatform-user": "^4.0@dev",
56-
"ezsystems/ezplatform-http-cache": "^4.0@dev",
51+
"ezsystems/doctrine-dbal-schema": "^4.0",
52+
"ezsystems/ezplatform-design-engine": "^4.0",
53+
"ezsystems/ezplatform-richtext": "^4.0",
54+
"ezsystems/ezplatform-search": "^4.0",
55+
"ezsystems/ezplatform-user": "^4.0",
56+
"ezsystems/ezplatform-http-cache": "^4.0",
5757
"phpspec/phpspec": "^6.0",
5858
"ezsystems/ezplatform-code-style": "^0.1.0",
5959
"friendsofphp/php-cs-fixer": "^2.16.0"

0 commit comments

Comments
 (0)