Skip to content

Commit 1fab7ce

Browse files
committed
Add support for PHP 8.4
- Bump dev deps - Add BC Checker to CI - Ignore platform reqs Signed-off-by: George Steel <george@net-glue.co.uk>
1 parent 1b97f2a commit 1fab7ce

File tree

3 files changed

+318
-312
lines changed

3 files changed

+318
-312
lines changed

.laminas-ci.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
"pdo-sqlite"
44
],
55
"ignore_php_platform_requirements": {
6-
"8.2": true
7-
}
6+
"8.4": true
7+
},
8+
"backwardCompatibilityCheck": true
89
}

composer.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
}
3636
},
3737
"require": {
38-
"php": "~8.1.0 || ~8.2.0 || ~8.3.0",
38+
"php": "~8.1.0 || ~8.2.0 || ~8.3.0 || ~8.4.0",
3939
"league/oauth2-server": "^8.3.5",
4040
"mezzio/mezzio-authentication": "^1.0",
4141
"psr/container": "^1.0 || ^2.0",
@@ -46,11 +46,11 @@
4646
},
4747
"require-dev": {
4848
"laminas/laminas-coding-standard": "~2.5.0",
49-
"laminas/laminas-diactoros": "^2.20.0",
50-
"laminas/laminas-servicemanager": "^3.19",
51-
"phpunit/phpunit": "^9.5.26",
49+
"laminas/laminas-diactoros": "^2.26.0",
50+
"laminas/laminas-servicemanager": "^3.22.1",
51+
"phpunit/phpunit": "^9.6.21",
5252
"psalm/plugin-phpunit": "^0.19.0",
53-
"vimeo/psalm": "^5.0"
53+
"vimeo/psalm": "^5.26.1"
5454
},
5555
"conflict": {
5656
"container-interop/container-interop": "<1.2.0",

0 commit comments

Comments
 (0)