Skip to content

Commit b4068e9

Browse files
author
Łukasz Serwatka
committed
[composer] Set dependencies for 2.1.0 release
1 parent 34739c5 commit b4068e9

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

composer.json

+11-11
Original file line numberDiff line numberDiff line change
@@ -16,11 +16,11 @@
1616
"require": {
1717
"php": "^7.3",
1818
"ext-json": "*",
19-
"ezsystems/ezplatform-admin-ui": "~2.1.0@dev",
20-
"ezsystems/ezplatform-content-forms": "~1.1.0@dev",
21-
"ezsystems/ezplatform-graphql": "~2.1.0@dev",
22-
"ezsystems/ezplatform-rest": "~1.1.0@dev",
23-
"ezsystems/ezplatform-kernel": "~1.1.0@dev",
19+
"ezsystems/ezplatform-admin-ui": "~2.1.0",
20+
"ezsystems/ezplatform-content-forms": "~1.1.0",
21+
"ezsystems/ezplatform-graphql": "~2.1.0",
22+
"ezsystems/ezplatform-rest": "~1.1.0",
23+
"ezsystems/ezplatform-kernel": "~1.1.0",
2424
"symfony/dependency-injection": "^5.0",
2525
"symfony/expression-language": "^5.0",
2626
"symfony/event-dispatcher": "^5.0",
@@ -35,12 +35,12 @@
3535
}
3636
},
3737
"require-dev": {
38-
"ezsystems/doctrine-dbal-schema": "^1.0@dev",
39-
"ezsystems/ez-support-tools": "^2.0@dev",
40-
"ezsystems/ezplatform-design-engine": "^3.0@dev",
41-
"ezsystems/ezplatform-richtext": "^2.0@dev",
42-
"ezsystems/ezplatform-search": "^1.0@dev",
43-
"ezsystems/ezplatform-user": "^2.0@dev",
38+
"ezsystems/doctrine-dbal-schema": "^1.0",
39+
"ezsystems/ez-support-tools": "^2.0",
40+
"ezsystems/ezplatform-design-engine": "^3.0",
41+
"ezsystems/ezplatform-richtext": "^2.0",
42+
"ezsystems/ezplatform-search": "^1.0",
43+
"ezsystems/ezplatform-user": "^2.0",
4444
"phpspec/phpspec": "^6.0",
4545
"ezsystems/ezplatform-code-style": "^0.1.0",
4646
"friendsofphp/php-cs-fixer": "^2.16.0"

0 commit comments

Comments
 (0)