Skip to content

Commit

Permalink
[composer] Set dependencies for 2.0.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
Łukasz Serwatka committed Apr 2, 2020
1 parent ed85426 commit 7414bd4
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@
"require": {
"php": "^7.3",
"ext-dom": "*",
"ezsystems/ezplatform-kernel": "^1.0@dev",
"ezsystems/ezplatform-admin-ui": "^2.0@dev",
"ezsystems/ezplatform-richtext": "^2.0@dev",
"ezsystems/ezplatform-kernel": "^1.0",
"ezsystems/ezplatform-admin-ui": "^2.0",
"ezsystems/ezplatform-richtext": "^2.0",
"overblog/graphql-bundle": "^0.11",
"erusev/parsedown": "^1.7",
"symfony/dependency-injection": "^5.0",
Expand All @@ -30,12 +30,12 @@
"symfony/serializer": "^5.0"
},
"require-dev": {
"ezsystems/doctrine-dbal-schema": "^1.0@dev",
"ezsystems/ez-support-tools": "^2.0@dev",
"ezsystems/ezplatform-content-forms": "^1.0@dev",
"ezsystems/ezplatform-design-engine": "^3.0@dev",
"ezsystems/ezplatform-rest": "^1.0@dev",
"ezsystems/ezplatform-user": "^2.0@dev",
"ezsystems/doctrine-dbal-schema": "^1.0",
"ezsystems/ez-support-tools": "^2.0",
"ezsystems/ezplatform-content-forms": "^1.0",
"ezsystems/ezplatform-design-engine": "^3.0",
"ezsystems/ezplatform-rest": "^1.0",
"ezsystems/ezplatform-user": "^2.0",
"overblog/graphiql-bundle": "^0.2",
"phpspec/phpspec": "^6.1",
"friendsofphp/php-cs-fixer": "^2.16.0",
Expand Down

0 comments on commit 7414bd4

Please sign in to comment.