Skip to content

Commit

Permalink
[composer] Set dependencies for 2.0.1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
Łukasz Serwatka committed Apr 24, 2020
1 parent c4cb63d commit f9bf2f3
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.0.0@dev",
"ezsystems/ezplatform-rest": "~1.0.0@dev",
"ezsystems/ezplatform-kernel": "~1.0.0",
"ezsystems/ezplatform-rest": "~1.0.0",
"friendsofsymfony/http-cache-bundle": "^2.8",
"friendsofsymfony/http-cache": "^2.9",
"symfony/http-foundation": "^5.0",
Expand All @@ -27,7 +27,7 @@
"toflar/psr6-symfony-http-cache-store": "^2.2"
},
"require-dev": {
"ezsystems/doctrine-dbal-schema": "^1.0@dev",
"ezsystems/doctrine-dbal-schema": "^1.0",
"phpunit/phpunit": "^8.5",
"matthiasnoback/symfony-dependency-injection-test": "^4.1",
"phpspec/phpspec": "^6.1",
Expand Down

0 comments on commit f9bf2f3

Please sign in to comment.