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

Commit

Permalink
bug #9 Allow Symfony 4.0 (piotrantosik)
Browse files Browse the repository at this point in the history
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
  • Loading branch information
javiereguiluz committed Oct 20, 2017
2 parents 25d508d + 4a1ee25 commit 79104f1
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 79104f1

Please sign in to comment.