Skip to content

Commit

Permalink
Merge pull request #31 from mezzio/renovate/php
Browse files Browse the repository at this point in the history
Update dependency php to ~8.1.0 || ~8.2.0 || ~8.3.0
  • Loading branch information
gsteel committed Jan 1, 2024
2 parents a7e8daf + 1dbb546 commit 12652c9
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
}
},
"require": {
"php": "~8.1.0 || ~8.2.0",
"php": "~8.1.0 || ~8.2.0 || ~8.3.0",
"laminas/laminas-permissions-acl": "^2.9",
"mezzio/mezzio-authorization": "^1.2",
"mezzio/mezzio-router": "^3.8",
Expand All @@ -43,10 +43,10 @@
},
"require-dev": {
"laminas/laminas-coding-standard": "~2.5.0",
"laminas/laminas-servicemanager": "^3.20",
"phpunit/phpunit": "^10.1.1",
"laminas/laminas-servicemanager": "^3.22.1",
"phpunit/phpunit": "^10.5.5",
"psalm/plugin-phpunit": "^0.18.4",
"vimeo/psalm": "^5.9"
"vimeo/psalm": "^5.18"
},
"conflict": {
"container-interop/container-interop": "<1.2.0",
Expand Down
4 changes: 2 additions & 2 deletions composer.lock

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

0 comments on commit 12652c9

Please sign in to comment.