Skip to content

Commit

Permalink
Update requirements again without testing
Browse files Browse the repository at this point in the history
  • Loading branch information
KorvinSzanto authored Feb 5, 2024
1 parent 25fd9f9 commit bac6917
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,11 @@
],
"homepage": "https://github.com/theorchard/monolog-cascade",
"require": {
"php": "^7.3 || ^8.0",
"symfony/config": "^2.7 || ^3.0 || ^4.0 || ^5.0 || ^6",
"symfony/options-resolver": "^2.7 || ^3.0 || ^4.0 || ^5.0 || ^6",
"symfony/serializer": "^2.7 || ^3.0 || ^4.0 || ^5.0 || ^6",
"symfony/yaml": "^3.0 || ^4.0 || ^5.0 || ^6",
"php": ">7.3",
"symfony/config": "^2.7 || ^3.0 || ^4.0 || ^5.0 || ^6 || ^7",
"symfony/options-resolver": "^2.7 || ^3.0 || ^4.0 || ^5.0 || ^6 || ^7",
"symfony/serializer": "^2.7 || ^3.0 || ^4.0 || ^5.0 || ^6 || ^7",
"symfony/yaml": "^3.0 || ^4.0 || ^5.0 || ^6 || ^7",
"monolog/monolog": "^1.13 || ^2 || ^3"
},
"autoload": {
Expand Down

0 comments on commit bac6917

Please sign in to comment.