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

Commit 79104f1

Browse files
committed
bug #9 Allow Symfony 4.0 (piotrantosik)
This PR was merged into the master branch. Discussion ---------- Allow Symfony 4.0 It required by https://github.com/symfony/debug-pack/blob/master/composer.json#L9 Commits ------- 4a1ee25 Allow Symfony 4.0
2 parents 25d508d + 4a1ee25 commit 79104f1

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"
20+
"symfony/yaml" : "~2.3|~3.0|~4.0"
2121
},
2222
"autoload": {
2323
"psr-4": { "EasyCorp\\EasyLog\\": "src" }

0 commit comments

Comments
 (0)