Skip to content

Commit 7e897ec

Browse files
committedOct 11, 2024
Add support for PHP 8.4
- Bump dev deps - Ignore platform reqs on 8.4 - Add BC check to CI Signed-off-by: George Steel <[email protected]>
1 parent d4de17a commit 7e897ec

File tree

3 files changed

+100
-94
lines changed

3 files changed

+100
-94
lines changed
 

‎.laminas-ci.json

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

‎composer.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -33,17 +33,17 @@
3333
}
3434
},
3535
"require": {
36-
"php": "~8.1.0 || ~8.2.0 || ~8.3.0",
36+
"php": "~8.1.0 || ~8.2.0 || ~8.3.0 || ~8.4.0",
3737
"mezzio/mezzio-authentication": "^1.0",
3838
"psr/container": "^1.0 || ^2.0",
3939
"psr/http-factory": "^1.0",
4040
"psr/http-message": "^1.0.1 || ^2.0.0"
4141
},
4242
"require-dev": {
4343
"laminas/laminas-coding-standard": "~2.5.0",
44-
"phpunit/phpunit": "^10.5.5",
44+
"phpunit/phpunit": "^10.5.36",
4545
"psalm/plugin-phpunit": "^0.19.0",
46-
"vimeo/psalm": "^5.18"
46+
"vimeo/psalm": "^5.26.1"
4747
},
4848
"autoload": {
4949
"psr-4": {

0 commit comments

Comments
 (0)