Skip to content

Commit

Permalink
EZP-31220: Migrated codebase to Symfony 5 (#62)
Browse files Browse the repository at this point in the history
* Symfony 5 compatibility

* Prepared composer.json for release
  • Loading branch information
webhdx authored Mar 18, 2020
1 parent e4e9ce7 commit 510a58e
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,15 +8,13 @@
"homepage": "https://github.com/ezsystems/ezplatform-ee-installer/graphs/contributors"
}
],
"minimum-stability": "dev",
"prefer-stable": true,
"require": {
"php": "^7.3",
"ezsystems/ezpublish-kernel": "^8.0@dev",
"symfony/http-kernel": "^4.3",
"symfony/config": "^4.3",
"symfony/dependency-injection": "^4.3",
"symfony/event-dispatcher": "^4.3"
"symfony/http-kernel": "^5.0",
"symfony/config": "^5.0",
"symfony/dependency-injection": "^5.0",
"symfony/event-dispatcher": "^5.0"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit 510a58e

Please # to comment.