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

Commit

Permalink
Allow Symfony 4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
piotrantosik authored Oct 19, 2017
1 parent 25d508d commit 4a1ee25
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"
"symfony/yaml" : "~2.3|~3.0|~4.0"
},
"autoload": {
"psr-4": { "EasyCorp\\EasyLog\\": "src" }
Expand Down

0 comments on commit 4a1ee25

Please sign in to comment.