Skip to content

Commit 1606022

Browse files
authored
Merge pull request #29 from fezfez/php8.3
Add support for PHP 8.3
2 parents 2278007 + 9f7ffbc commit 1606022

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

composer.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,13 +26,13 @@
2626
}
2727
},
2828
"require": {
29-
"php": "~8.1.0 || ~8.2.0"
29+
"php": "~8.1.0 || ~8.2.0 || ~8.3.0"
3030
},
3131
"require-dev": {
3232
"laminas/laminas-coding-standard": "~2.5.0",
33-
"phpunit/phpunit": "^10.1.0",
33+
"phpunit/phpunit": "^10.4.2",
3434
"psalm/plugin-phpunit": "^0.18.4",
35-
"vimeo/psalm": "^5.9"
35+
"vimeo/psalm": "^5.15"
3636
},
3737
"suggest": {
3838
"mezzio/mezzio-laminasviewrenderer": "^2.0 to use the laminas-view PhpRenderer template renderer",

composer.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)