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

Commit d88efb3

Browse files
committed
feature #26 Allow Symfony 5 (nicolas-grekas)
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
2 parents 5f95717 + 36bb790 commit d88efb3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"require": {
1818
"php" : ">=5.3.0",
1919
"monolog/monolog" : "~1.6",
20-
"symfony/yaml" : "~2.3|~3.0|~4.0"
20+
"symfony/yaml" : "^2.8|^3.4|^4.0|^5.0"
2121
},
2222
"autoload": {
2323
"psr-4": { "EasyCorp\\EasyLog\\": "src" }

0 commit comments

Comments
 (0)