Skip to content

Commit

Permalink
Upgraded monolog/monolog and psr/container, switched to PHP 8.1.x
Browse files Browse the repository at this point in the history
Note: our `Dockerfile` already runs on PHP 8.1.x, so this is just aligning
`composer.json` with our declared package versions
  • Loading branch information
Ocramius committed Jul 25, 2022
1 parent 5f1ad95 commit 0d7a104
Show file tree
Hide file tree
Showing 2 changed files with 30 additions and 33 deletions.
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"description": "Application that eases release management in the Laminas organisation through GitHub actions",
"license": "BSD-3-Clause",
"require": {
"php": "^8.0.0",
"php": "~8.1.0",
"azjezz/psl": "^1.8.1",
"jwage/changelog-generator": "^1.3.0",
"laminas/laminas-diactoros": "^2.5.0",
Expand All @@ -17,7 +17,7 @@
"php-http/httplug": "^2.2.0",
"psr/http-client": "^1.0.1",
"psr/http-message": "^1.0.1",
"psr/log": "^1.1.3",
"psr/log": "^2.0.0",
"symfony/console": "^5.2.3"
},
"require-dev": {
Expand All @@ -32,7 +32,7 @@
"config": {
"sort-packages": true,
"platform": {
"php": "8.0.99"
"php": "8.1.99"
},
"allow-plugins": {
"infection/extension-installer": true,
Expand Down
57 changes: 27 additions & 30 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 0d7a104

Please sign in to comment.