Skip to content

Commit 0ff6dce

Browse files
committed
Add support for PHP 8.4
Signed-off-by: George Steel <george@net-glue.co.uk>
1 parent 5fb4c8b commit 0ff6dce

File tree

3 files changed

+20
-14
lines changed

3 files changed

+20
-14
lines changed

.laminas-ci.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
{
2+
"ignore_php_platform_requirements": {
3+
"8.4": true
4+
},
5+
"backwardCompatibilityCheck": true
6+
}

composer.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -27,14 +27,14 @@
2727
"extra": {
2828
},
2929
"require": {
30-
"php": "~8.1.0 || ~8.2.0 || ~8.3.0"
30+
"php": "~8.1.0 || ~8.2.0 || ~8.3.0 || ~8.4.0"
3131
},
3232
"require-dev": {
3333
"laminas/laminas-coding-standard": "^2.5",
34-
"phpbench/phpbench": "^1.2.15",
35-
"phpunit/phpunit": "^10.5.8",
34+
"phpbench/phpbench": "^1.3.1",
35+
"phpunit/phpunit": "^10.5.36",
3636
"psalm/plugin-phpunit": "^0.19.0",
37-
"vimeo/psalm": "^5.20.0"
37+
"vimeo/psalm": "^5.26.1"
3838
},
3939
"autoload": {
4040
"psr-4": {

composer.lock

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

0 commit comments

Comments
 (0)