Skip to content

Commit

Permalink
Merge pull request #36 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 ebce70d + 63b1168 commit 118ef10
Show file tree
Hide file tree
Showing 2 changed files with 33 additions and 33 deletions.
10 changes: 5 additions & 5 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
}
},
"require": {
"php": "~8.1.0 || ~8.2.0",
"php": "~8.1.0 || ~8.2.0 || ~8.3.0",
"fig/http-message-util": "^1.1.2",
"laminas/laminas-stdlib": "^3.1",
"mezzio/mezzio-router": "^3.14",
Expand All @@ -46,12 +46,12 @@
},
"require-dev": {
"laminas/laminas-coding-standard": "~2.5.0",
"laminas/laminas-diactoros": "^3.0.0",
"laminas/laminas-stratigility": "^3.9",
"laminas/laminas-diactoros": "^3.3.0",
"laminas/laminas-stratigility": "^3.11",
"mikey179/vfsstream": "^1.6.11",
"phpunit/phpunit": "^10.1.2",
"phpunit/phpunit": "^10.4.2",
"psalm/plugin-phpunit": "^0.18.4",
"vimeo/psalm": "^5.11"
"vimeo/psalm": "^5.15"
},
"conflict": {
"container-interop/container-interop": "<1.2.0",
Expand Down
56 changes: 28 additions & 28 deletions composer.lock

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

0 comments on commit 118ef10

Please sign in to comment.