Skip to content

Commit

Permalink
Update dependencies without testing
Browse files Browse the repository at this point in the history
  • Loading branch information
KorvinSzanto authored Jan 29, 2024
1 parent 9fedb75 commit 25fd9f9
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 @@ -18,11 +18,11 @@
"homepage": "https://github.com/theorchard/monolog-cascade",
"require": {
"php": "^7.3 || ^8.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": "^3.0 || ^4.0 || ^5.0",
"monolog/monolog": "^1.13"
"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",
"monolog/monolog": "^1.13 || ^2 || ^3"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit 25fd9f9

Please sign in to comment.