Skip to content

Commit

Permalink
[composer] Set dependencies for 4.0.0-beta2 release.
Browse files Browse the repository at this point in the history
  • Loading branch information
Łukasz Serwatka committed Dec 3, 2021
1 parent dcb8943 commit 552f219
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"require": {
"php": "^7.3",
"ext-json": "*",
"ezsystems/ezplatform-kernel": "^4.0@dev",
"ezsystems/ezplatform-kernel": "^4.0",
"symfony/dependency-injection": "^5.0",
"symfony/http-kernel": "^5.0",
"symfony/http-foundation": "^5.0",
Expand All @@ -25,11 +25,11 @@
"jms/translation-bundle": "^1.5"
},
"require-dev": {
"ibexa/ci-scripts": "^0.2@dev",
"ezsystems/behatbundle": "^9.0@dev",
"ezsystems/doctrine-dbal-schema": "^4.0@dev",
"ezsystems/ezplatform-http-cache": "^4.0@dev",
"ezsystems/ezplatform-rest": "^4.0@dev",
"ibexa/ci-scripts": "^0.2",
"ezsystems/behatbundle": "^9.0",
"ezsystems/doctrine-dbal-schema": "^4.0",
"ezsystems/ezplatform-http-cache": "^4.0",
"ezsystems/ezplatform-rest": "^4.0",
"phpunit/phpunit": "^8.2",
"matthiasnoback/symfony-dependency-injection-test": "^4.0",
"behat/behat": "^3.5",
Expand Down

0 comments on commit 552f219

Please sign in to comment.