Skip to content
This repository has been archived by the owner on Apr 7, 2020. It is now read-only.

Commit

Permalink
feature #26 Allow Symfony 5 (nicolas-grekas)
Browse files Browse the repository at this point in the history
This PR was merged into the master branch.

Discussion
----------

Allow Symfony 5

A blocker on the path to using the website-skeleton with SF 5.

Commits
-------

36bb790 Allow Symfony 5
  • Loading branch information
javiereguiluz committed Oct 24, 2019
2 parents 5f95717 + 36bb790 commit d88efb3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"require": {
"php" : ">=5.3.0",
"monolog/monolog" : "~1.6",
"symfony/yaml" : "~2.3|~3.0|~4.0"
"symfony/yaml" : "^2.8|^3.4|^4.0|^5.0"
},
"autoload": {
"psr-4": { "EasyCorp\\EasyLog\\": "src" }
Expand Down

0 comments on commit d88efb3

Please sign in to comment.