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

Commit 4a1ee25

Browse files
authored
Allow Symfony 4.0
1 parent 25d508d commit 4a1ee25

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
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)