Skip to content

Commit e115c7b

Browse files
authored
Merge pull request #51 from gsteel/PHP-8.3
Add support for PHP 8.3
2 parents 6f769b3 + 56c44c0 commit e115c7b

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

composer.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -33,18 +33,18 @@
3333
}
3434
},
3535
"require": {
36-
"php": "~8.1.0 || ~8.2.0",
36+
"php": "~8.1.0 || ~8.2.0 || ~8.3.0",
3737
"ext-json": "*",
3838
"dflydev/fig-cookies": "^3.0",
3939
"psr/container": "^1.0 || ^2.0",
4040
"psr/http-server-middleware": "^1.0"
4141
},
4242
"require-dev": {
4343
"laminas/laminas-coding-standard": "~2.5.0",
44-
"laminas/laminas-diactoros": "^3.0.0",
45-
"phpunit/phpunit": "^10.1.1",
44+
"laminas/laminas-diactoros": "^3.3.0",
45+
"phpunit/phpunit": "^10.4.2",
4646
"psalm/plugin-phpunit": "^0.18.4",
47-
"vimeo/psalm": "^5.8"
47+
"vimeo/psalm": "^5.15"
4848
},
4949
"suggest": {
5050
"mezzio/mezzio-csrf": "^1.0 || ^1.0-dev for CSRF protection capabilities",

composer.lock

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)