Skip to content

Commit

Permalink
Merge pull request #3 from Felynx3/dependency-update
Browse files Browse the repository at this point in the history
chore: allow symfony 5.x packages
  • Loading branch information
klaussilveira authored Mar 7, 2022
2 parents 8a56097 + 7b9598a commit f655b77
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": "^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 || ^2.0"
},
"autoload": {
Expand Down

0 comments on commit f655b77

Please sign in to comment.