Skip to content

Commit

Permalink
PHP 8.4 support added (#6)
Browse files Browse the repository at this point in the history
* PHP 8.4 support added

Signed-off-by: Raj Mohan <[email protected]>
Co-authored-by: Frank Brückner <[email protected]>
  • Loading branch information
cod43156 and froschdesign authored Jan 7, 2025
1 parent 276ffbb commit f41c01e
Show file tree
Hide file tree
Showing 6 changed files with 623 additions and 764 deletions.
2 changes: 1 addition & 1 deletion .laminas-ci.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@
"apc.enable_cli=1"
],
"ignore_php_platform_requirements": {
"8.3": true
"8.4": true
}
}
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"description": "Temporary storage adapter factory for fluent migration to laminas-cache v3 when working with laminas components which depend on laminas-cache",
"license": "BSD-3-Clause",
"require": {
"php": "~8.0.0 || ~8.1.0 || ~8.2.0 || ~8.3.0",
"php": "~8.1.0 || ~8.2.0 || ~8.3.0 || ~8.4.0",
"laminas/laminas-cache": "^3.0",
"laminas/laminas-servicemanager": "^3.7",
"laminas/laminas-stdlib": "^3.6",
Expand All @@ -28,7 +28,7 @@
"config": {
"sort-packages": true,
"platform": {
"php": "8.0.99"
"php": "8.1.99"
},
"allow-plugins": {
"dealerdirect/phpcodesniffer-composer-installer": true
Expand Down
Loading

0 comments on commit f41c01e

Please sign in to comment.