Skip to content

Commit 1357aed

Browse files
Update monolog/monolog requirement from ^1.0.0 || ^2.0.0 to ^1.0.0 || ^2.0.0 || ^3.0.0
Updates the requirements on [monolog/monolog](https://github.com/Seldaek/monolog) to permit the latest version. - [Release notes](https://github.com/Seldaek/monolog/releases) - [Changelog](https://github.com/Seldaek/monolog/blob/main/CHANGELOG.md) - [Commits](https://github.com/Seldaek/monolog/commits/3.10.0) --- updated-dependencies: - dependency-name: monolog/monolog dependency-version: 3.10.0 dependency-type: direct:development ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 9f5d8cc commit 1357aed

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
"psr/log" : "^1.0 || ^2.0 || ^3.0"
2929
},
3030
"require-dev" : {
31-
"monolog/monolog" : "^1.0.0 || ^2.0.0",
31+
"monolog/monolog" : "^1.0.0 || ^2.0.0 || ^3.0.0",
3232
"phpunit/phpunit" : ">=7.5",
3333
"phpstan/phpstan" : "^1.5"
3434
},

0 commit comments

Comments
 (0)