Skip to content

Commit

Permalink
[composer] Set dependencies for 2.1.0-rc1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
Łukasz Serwatka committed Jun 23, 2020
1 parent b0e213f commit 1baaae1
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@
},
"require": {
"php": "^7.3",
"ezsystems/ezplatform-kernel": "^1.0@dev",
"ezsystems/ezplatform-admin-ui": "^2.0@dev",
"ezsystems/ezplatform-kernel": "^1.0",
"ezsystems/ezplatform-admin-ui": "^2.0",
"jms/translation-bundle": "^1.5",
"symfony/dependency-injection": "^5.0",
"symfony/http-kernel": "^5.0",
Expand All @@ -36,12 +36,12 @@
"twig/twig": "^3.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-richtext": "^2.0@dev",
"ezsystems/ezplatform-rest": "^1.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-richtext": "^2.0",
"ezsystems/ezplatform-rest": "^1.0",
"friendsofphp/php-cs-fixer": "^2.16.0",
"ezsystems/ezplatform-code-style": "^0.1.0",
"phpunit/phpunit": "^8.2"
Expand Down

0 comments on commit 1baaae1

Please sign in to comment.