Skip to content

Commit

Permalink
[composer] Set dependencies for 4.0.0-beta2 release.
Browse files Browse the repository at this point in the history
  • Loading branch information
Łukasz Serwatka committed Dec 3, 2021
1 parent 51148a0 commit 929f5e6
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,11 @@
"require": {
"php": "^7.3",
"ext-json": "*",
"ezsystems/ezplatform-admin-ui": "^4.0@dev",
"ezsystems/ezplatform-content-forms": "^4.0@dev",
"ezsystems/ezplatform-graphql": "^4.0@dev",
"ezsystems/ezplatform-rest": "^4.0@dev",
"ezsystems/ezplatform-kernel": "^4.0@dev",
"ezsystems/ezplatform-admin-ui": "^4.0",
"ezsystems/ezplatform-content-forms": "^4.0",
"ezsystems/ezplatform-graphql": "^4.0",
"ezsystems/ezplatform-rest": "^4.0",
"ezsystems/ezplatform-kernel": "^4.0",
"symfony/dependency-injection": "^5.0",
"symfony/expression-language": "^5.0",
"symfony/event-dispatcher": "^5.0",
Expand All @@ -48,12 +48,12 @@
}
},
"require-dev": {
"ezsystems/doctrine-dbal-schema": "^4.0@dev",
"ezsystems/ezplatform-design-engine": "^4.0@dev",
"ezsystems/ezplatform-richtext": "^4.0@dev",
"ezsystems/ezplatform-search": "^4.0@dev",
"ezsystems/ezplatform-user": "^4.0@dev",
"ezsystems/ezplatform-http-cache": "^4.0@dev",
"ezsystems/doctrine-dbal-schema": "^4.0",
"ezsystems/ezplatform-design-engine": "^4.0",
"ezsystems/ezplatform-richtext": "^4.0",
"ezsystems/ezplatform-search": "^4.0",
"ezsystems/ezplatform-user": "^4.0",
"ezsystems/ezplatform-http-cache": "^4.0",
"phpspec/phpspec": "^6.0",
"ezsystems/ezplatform-code-style": "^0.1.0",
"friendsofphp/php-cs-fixer": "^2.16.0"
Expand Down

0 comments on commit 929f5e6

Please sign in to comment.