Skip to content

Commit

Permalink
Updated PHP version and Symfony packages
Browse files Browse the repository at this point in the history
  • Loading branch information
webhdx committed Jun 17, 2019
1 parent cb1f743 commit a0a861e
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,12 @@
"minimum-stability": "dev",
"prefer-stable": true,
"require": {
"php": "^7.3",
"ezsystems/ezpublish-kernel": "^8.0@dev",
"symfony/http-kernel": "^4.2",
"symfony/config": "^4.2",
"symfony/dependency-injection": "^4.2",
"symfony/event-dispatcher": "^4.2"
"symfony/http-kernel": "^4.3",
"symfony/config": "^4.3",
"symfony/dependency-injection": "^4.3",
"symfony/event-dispatcher": "^4.3"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit a0a861e

Please sign in to comment.