Skip to content

Commit ae9cd5a

Browse files
authored
Merge pull request #190 from laminas/renovate/monolog-monolog-3.x
chore(deps): update dependency monolog/monolog to v3
2 parents 8efb564 + 8c9d588 commit ae9cd5a

File tree

2 files changed

+32
-33
lines changed

2 files changed

+32
-33
lines changed

composer.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,20 +4,20 @@
44
"description": "Application that eases release management in the Laminas organisation through GitHub actions",
55
"license": "BSD-3-Clause",
66
"require": {
7-
"php": "^8.0.0",
7+
"php": "~8.1.0",
88
"azjezz/psl": "^1.9.3",
99
"jwage/changelog-generator": "^1.3.1",
1010
"laminas/laminas-diactoros": "^2.5.0",
1111
"lcobucci/clock": "^2.2.0",
12-
"monolog/monolog": "^2.8.0",
12+
"monolog/monolog": "^3.2.0",
1313
"ocramius/package-versions": "^2.5.1",
1414
"phly/keep-a-changelog": "^2.11.0",
1515
"php-http/curl-client": "^2.2.1",
1616
"php-http/discovery": "^1.14.3",
1717
"php-http/httplug": "^2.3.0",
1818
"psr/http-client": "^1.0.1",
1919
"psr/http-message": "^1.0.1",
20-
"psr/log": "^1.1.4",
20+
"psr/log": "^2.0.0",
2121
"symfony/console": "^5.4.10"
2222
},
2323
"require-dev": {
@@ -32,7 +32,7 @@
3232
"config": {
3333
"sort-packages": true,
3434
"platform": {
35-
"php": "8.0.99"
35+
"php": "8.1.99"
3636
},
3737
"allow-plugins": {
3838
"infection/extension-installer": true,

composer.lock

Lines changed: 28 additions & 29 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)