Skip to content

Commit

Permalink
Allow symfony 5.x packages (#95)
Browse files Browse the repository at this point in the history
  • Loading branch information
glensc authored Sep 12, 2020
1 parent 2a6af90 commit 034f018
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,10 @@
"homepage": "https://github.com/theorchard/monolog-cascade",
"require": {
"php": "^5.3.9 || ^7.0",
"symfony/config": "^2.7 || ^3.0 || ^4.0",
"symfony/options-resolver": "^2.7 || ^3.0 || ^4.0",
"symfony/serializer": "^2.7 || ^3.0 || ^4.0",
"symfony/yaml": "^2.7 || ^3.0 || ^4.0",
"symfony/config": "^2.7 || ^3.0 || ^4.0 || ^5.0",
"symfony/options-resolver": "^2.7 || ^3.0 || ^4.0 || ^5.0",
"symfony/serializer": "^2.7 || ^3.0 || ^4.0 || ^5.0",
"symfony/yaml": "^2.7 || ^3.0 || ^4.0 || ^5.0",
"monolog/monolog": "^1.13"
},
"autoload": {
Expand Down

0 comments on commit 034f018

Please sign in to comment.