Skip to content

Commit

Permalink
[composer] Set dependencies for 2.2.5 release.
Browse files Browse the repository at this point in the history
  • Loading branch information
Łukasz Serwatka committed Jun 2, 2021
1 parent 6083a6b commit 6f9f91c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@
],
"require": {
"php": "^7.3",
"ezsystems/ezplatform-kernel": "~1.2.0@dev",
"ezsystems/ezplatform-core": "^2.1@dev",
"ezsystems/ezplatform-admin-ui": "^2.2@dev",
"ezsystems/ezplatform-kernel": "~1.2.0",
"ezsystems/ezplatform-core": "^2.1",
"ezsystems/ezplatform-admin-ui": "^2.2",
"ocramius/proxy-manager": "^2.2",
"symfony/proxy-manager-bridge": "^5.0",
"zetacomponents/system-information": "^1.1.1",
Expand All @@ -22,7 +22,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",
"matthiasnoback/symfony-dependency-injection-test": "^4.0"
},
Expand Down

0 comments on commit 6f9f91c

Please sign in to comment.