Skip to content

Commit

Permalink
[composer] Set dependencies for 4.0.0-beta1 release.
Browse files Browse the repository at this point in the history
  • Loading branch information
Łukasz Serwatka committed Nov 22, 2021
1 parent 8fcaf25 commit 0f66ce2
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,10 @@
"require": {
"php": "^7.3",
"ext-dom": "*",
"ezsystems/ezplatform-kernel": "^4.0@dev",
"ezsystems/ezplatform-admin-ui": "^4.0@dev",
"ezsystems/ezplatform-rest": "^4.0@dev",
"ezsystems/ezplatform-richtext": "^4.0@dev",
"ezsystems/ezplatform-kernel": "^4.0",
"ezsystems/ezplatform-admin-ui": "^4.0",
"ezsystems/ezplatform-rest": "^4.0",
"ezsystems/ezplatform-richtext": "^4.0",
"lexik/jwt-authentication-bundle": "^2.8",
"overblog/graphql-bundle": "^0.12",
"erusev/parsedown": "^1.7",
Expand All @@ -33,12 +33,12 @@
"symfony/serializer": "^5.0"
},
"require-dev": {
"ezsystems/doctrine-dbal-schema": "^4.0@dev",
"ezsystems/ezplatform-content-forms": "^4.0@dev",
"ezsystems/ezplatform-design-engine": "^4.0@dev",
"ezsystems/ezplatform-user": "^4.0@dev",
"ezsystems/ezplatform-search": "^4.0@dev",
"ezsystems/ezplatform-http-cache": "^4.0@dev",
"ezsystems/doctrine-dbal-schema": "^4.0",
"ezsystems/ezplatform-content-forms": "^4.0",
"ezsystems/ezplatform-design-engine": "^4.0",
"ezsystems/ezplatform-user": "^4.0",
"ezsystems/ezplatform-search": "^4.0",
"ezsystems/ezplatform-http-cache": "^4.0",
"overblog/graphiql-bundle": "^0.2",
"phpspec/phpspec": "^6.1",
"friendsofphp/php-cs-fixer": "^2.16.0",
Expand Down

0 comments on commit 0f66ce2

Please sign in to comment.