Skip to content

Commit

Permalink
Merge pull request #5 from glo71317/php_8.3
Browse files Browse the repository at this point in the history
Add support for PHP 8.3
  • Loading branch information
boesing authored Dec 8, 2023
2 parents f35b7b1 + 3e74ef0 commit 67a5492
Show file tree
Hide file tree
Showing 3 changed files with 606 additions and 384 deletions.
5 changes: 4 additions & 1 deletion .laminas-ci.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,8 @@
],
"ini": [
"apc.enable_cli=1"
]
],
"ignore_php_platform_requirements": {
"8.3": true
}
}
2 changes: 1 addition & 1 deletion 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",
"php": "~8.0.0 || ~8.1.0 || ~8.2.0 || ~8.3.0",
"laminas/laminas-cache": "^3.0",
"laminas/laminas-servicemanager": "^3.7",
"laminas/laminas-stdlib": "^3.6",
Expand Down
Loading

0 comments on commit 67a5492

Please sign in to comment.