Skip to content

Commit

Permalink
Merge pull request #28 from ezsystems/symfony5
Browse files Browse the repository at this point in the history
EZP-31220: Migrated codebase to Symfony 5
webhdx authored Mar 18, 2020
2 parents 828586d + 86e58c6 commit 6793383
Showing 1 changed file with 7 additions and 8 deletions.
15 changes: 7 additions & 8 deletions composer.json
Original file line number Diff line number Diff line change
@@ -13,7 +13,6 @@
"homepage": "https://github.com/ezsystems/ezplatform-query-fieldtype/contributors"
}
],
"minimum-stability": "dev",
"require": {
"php": "^7.3",
"ext-json": "*",
@@ -22,13 +21,13 @@
"ezsystems/ezplatform-graphql": "^2.0@dev",
"ezsystems/ezplatform-rest": "^1.0@dev",
"ezsystems/ezpublish-kernel": "^8.0@dev",
"symfony/dependency-injection": "^4.3",
"symfony/expression-language": "^4.3",
"symfony/event-dispatcher": "^4.3",
"symfony/framework-bundle": "^4.3",
"symfony/http-kernel": "^4.3",
"symfony/translation": "^4.3",
"symfony/yaml": "^4.3"
"symfony/dependency-injection": "^5.0",
"symfony/expression-language": "^5.0",
"symfony/event-dispatcher": "^5.0",
"symfony/framework-bundle": "^5.0",
"symfony/http-kernel": "^5.0",
"symfony/translation": "^5.0",
"symfony/yaml": "^5.0"
},
"autoload": {
"psr-4": {

0 comments on commit 6793383

Please sign in to comment.