Skip to content

Commit

Permalink
[composer] Set dependencies for 2.1.3 release
Browse files Browse the repository at this point in the history
  • Loading branch information
Łukasz Serwatka committed Oct 1, 2020
1 parent 59bf325 commit abbba57
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@
],
"require": {
"php": "^7.3",
"ezsystems/ezplatform-kernel": "~1.1.0@dev",
"ezsystems/ezplatform-core": "^2.1@dev",
"ezsystems/ezplatform-kernel": "~1.1.0",
"ezsystems/ezplatform-core": "^2.1",
"ocramius/proxy-manager": "^2.2",
"symfony/proxy-manager-bridge": "^5.0",
"zetacomponents/system-information": "^1.1.1",
Expand All @@ -21,7 +21,7 @@
"require-dev": {
"ezsystems/ezplatform-code-style": "^0.1",
"friendsofphp/php-cs-fixer": "^2.16",
"ezsystems/doctrine-dbal-schema": "^1.0@dev",
"ezsystems/doctrine-dbal-schema": "^1.0",
"phpunit/phpunit": "^8.2"
},
"autoload": {
Expand Down

0 comments on commit abbba57

Please # to comment.