Skip to content

Commit

Permalink
Merge pull request #59 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 b846cae + 73a1b88 commit 7cc8310
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 @@ -10,7 +10,7 @@
],
"license": "BSD-3-Clause",
"require": {
"php": "~8.1.0 || ~8.2.0",
"php": "~8.1.0 || ~8.2.0 || ~8.3.0",
"fig/http-message-util": "^1.1",
"mezzio/mezzio-router": "^3.1",
"psr/container": "^1.0 || ^2.0",
Expand All @@ -22,10 +22,10 @@
},
"require-dev": {
"laminas/laminas-coding-standard": "~2.5.0",
"laminas/laminas-diactoros": "^3.0",
"phpunit/phpunit": "^10.2.2",
"laminas/laminas-diactoros": "^3.3",
"phpunit/phpunit": "^10.4.2",
"psalm/plugin-phpunit": "^0.18.4",
"vimeo/psalm": "^5.13.1"
"vimeo/psalm": "^5.15.0"
},
"config": {
"preferred-install": "dist",
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 7cc8310

Please sign in to comment.