Skip to content

Commit 7e2f475

Browse files
authored
Merge pull request #38 from fezfez/php8.3
Allow PHP 8.3, migrate to phpunit 10
2 parents bea8aa9 + ec8fcb3 commit 7e2f475

6 files changed

Lines changed: 458 additions & 581 deletions

File tree

composer.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -29,16 +29,16 @@
2929
"extra": {
3030
},
3131
"require": {
32-
"php": "~8.1.0 || ~8.2.0",
32+
"php": "~8.1.0 || ~8.2.0 || ~8.3.0",
3333
"laminas/laminas-diactoros": "^2.25.2 || ^3.0.0",
34-
"laminas/laminas-http": "^2.18.0",
34+
"laminas/laminas-http": "^2.19.0",
3535
"psr/http-message": "^1.1 || ^2.0"
3636
},
3737
"require-dev": {
3838
"laminas/laminas-coding-standard": "~2.5.0",
39-
"phpunit/phpunit": "^9.5.27",
39+
"phpunit/phpunit": "^10.4.2",
4040
"psalm/plugin-phpunit": "^0.18.4",
41-
"vimeo/psalm": "^5.9.0"
41+
"vimeo/psalm": "^5.15.0"
4242
},
4343
"autoload": {
4444
"psr-4": {

0 commit comments

Comments
 (0)