Skip to content

Commit

Permalink
Merge pull request #42 from fezfez/php8.3
Browse files Browse the repository at this point in the history
Add support for PHP 8.3
  • Loading branch information
gsteel committed Nov 1, 2023
2 parents ae540e7 + 863917d commit 39ede1b
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 22 deletions.
8 changes: 4 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
}
},
"require": {
"php": "~8.1.0 || ~8.2.0",
"php": "~8.1.0 || ~8.2.0 || ~8.3.0",
"mezzio/mezzio-router": "^3.0",
"psr/container": "^1.0 || ^2.0",
"psr/http-message": "^1.0.1 || ^2.0.0",
Expand All @@ -44,10 +44,10 @@
"require-dev": {
"ext-json": "*",
"laminas/laminas-coding-standard": "~2.5.0",
"laminas/laminas-diactoros": "^3.0",
"phpunit/phpunit": "^10.1.0",
"laminas/laminas-diactoros": "^3.3",
"phpunit/phpunit": "^10.4.2",
"psalm/plugin-phpunit": "^0.18.4",
"vimeo/psalm": "^5.8"
"vimeo/psalm": "^5.15"
},
"suggest": {
"ext-json": "If you wish to use the JsonStrategy with BodyParamsMiddleware"
Expand Down
36 changes: 18 additions & 18 deletions composer.lock

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

0 comments on commit 39ede1b

Please sign in to comment.