Skip to content

Commit 45abd67

Browse files
authored
Merge pull request #27 from grizzm0/PHP-8.3
Add support for PHP 8.3
2 parents da37e2d + 48dab0d commit 45abd67

13 files changed

+304
-708
lines changed

composer.json

+1-2
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
}
3636
},
3737
"require": {
38-
"php": "~8.0.0 || ~8.1.0 || ~8.2.0",
38+
"php": "~8.0.0 || ~8.1.0 || ~8.2.0 || ~8.3.0",
3939
"laminas/laminas-escaper": "^2.5",
4040
"league/plates": "^3.3",
4141
"mezzio/mezzio-helpers": "^5.2",
@@ -45,7 +45,6 @@
4545
},
4646
"require-dev": {
4747
"laminas/laminas-coding-standard": "~2.5.0",
48-
"phpspec/prophecy-phpunit": "^2.0.1",
4948
"phpunit/phpunit": "^9.5.28",
5049
"psalm/plugin-phpunit": "0.18.4",
5150
"vimeo/psalm": "^5.4"

composer.lock

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

0 commit comments

Comments
 (0)