Skip to content
This repository has been archived by the owner on Dec 5, 2024. It is now read-only.

Commit

Permalink
PHP 8.4 Support Added
Browse files Browse the repository at this point in the history
Signed-off-by: Raj Mohan <[email protected]>
  • Loading branch information
cod43156 committed Nov 19, 2024
1 parent 54b354b commit 8a042b9
Show file tree
Hide file tree
Showing 3 changed files with 150 additions and 121 deletions.
5 changes: 5 additions & 0 deletions .laminas-ci.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"ignore_php_platform_requirements": {
"8.4": true
}
}
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
}
},
"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-stdlib": "^2.7.7 || ^3.15.0"
},
"require-dev": {
Expand All @@ -36,7 +36,7 @@
"laminas/laminas-servicemanager": "^2.7.8 || ^3.3",
"laminas/laminas-session": "^2.8",
"laminas/laminas-validator": "^2.10.1",
"phpunit/phpunit": "^9.5.10"
"phpunit/phpunit": "^9.6.21"
},
"suggest": {
"laminas/laminas-filter": "Laminas\\Filter component",
Expand Down
Loading

0 comments on commit 8a042b9

Please sign in to comment.