Skip to content

Commit

Permalink
PHP8.4 Support
Browse files Browse the repository at this point in the history
Signed-off-by: Raj Mohan <[email protected]>
  • Loading branch information
cod43156 committed Nov 20, 2024
1 parent 2289ad0 commit 2f2f51c
Show file tree
Hide file tree
Showing 25 changed files with 1,124 additions and 1,073 deletions.
2 changes: 1 addition & 1 deletion .laminas-ci.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@
}
],
"ignore_php_platform_requirements": {
"8.3": true
"8.4": true
}
}
12 changes: 6 additions & 6 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,15 +28,15 @@
"extra": {
},
"require": {
"php": "~8.1.0 || ~8.2.0 || ~8.3.0",
"php": "~8.1.0 || ~8.2.0 || ~8.3.0 || ~8.4.0",
"laminas/laminas-code": "^4.7.1",
"laminas/laminas-stdlib": "^3.3.1"
},
"require-dev": {
"laminas/laminas-coding-standard": "~2.5.0",
"phpunit/phpunit": "^9.5.5",
"psalm/plugin-phpunit": "^0.18.0",
"vimeo/psalm": "^4.6.4"
"laminas/laminas-coding-standard": "~3.0.1",
"phpunit/phpunit": "^10.5.38",
"psalm/plugin-phpunit": "^0.18.4",
"vimeo/psalm": "^5.26.1"
},
"autoload": {
"psr-4": {
Expand Down Expand Up @@ -66,4 +66,4 @@
"conflict": {
"zendframework/zend-server": "*"
}
}
}
Loading

0 comments on commit 2f2f51c

Please sign in to comment.