Skip to content

Commit 0d7a104

Browse files
committed
Upgraded monolog/monolog and psr/container, switched to PHP 8.1.x
Note: our `Dockerfile` already runs on PHP 8.1.x, so this is just aligning `composer.json` with our declared package versions
1 parent 5f1ad95 commit 0d7a104

File tree

2 files changed

+30
-33
lines changed

2 files changed

+30
-33
lines changed

composer.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
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.8.1",
99
"jwage/changelog-generator": "^1.3.0",
1010
"laminas/laminas-diactoros": "^2.5.0",
@@ -17,7 +17,7 @@
1717
"php-http/httplug": "^2.2.0",
1818
"psr/http-client": "^1.0.1",
1919
"psr/http-message": "^1.0.1",
20-
"psr/log": "^1.1.3",
20+
"psr/log": "^2.0.0",
2121
"symfony/console": "^5.2.3"
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: 27 additions & 30 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)