Skip to content

Commit

Permalink
Merge pull request #56 from visto9259/update_php_8_4
Browse files Browse the repository at this point in the history
Update php 8 4 and Laminas coding standard v3
  • Loading branch information
gsteel authored Dec 30, 2024
2 parents a06b8c0 + 4b6f797 commit 5e2cf9c
Show file tree
Hide file tree
Showing 3 changed files with 136 additions and 71 deletions.
5 changes: 4 additions & 1 deletion .laminas-ci.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,8 @@
"ini": [
"apc.enable_cli=1"
],
"backwardCompatibilityCheck": true
"backwardCompatibilityCheck": true,
"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 @@ -7,7 +7,7 @@
],
"license": "BSD-3-Clause",
"require": {
"php": "~8.1.0 || ~8.2.0 || ~8.3.0",
"php": "~8.1.0 || ~8.2.0 || ~8.3.0 ||~8.4.0",
"ext-apcu": "^5.1.10",
"laminas/laminas-cache": "^4.0"
},
Expand All @@ -17,7 +17,7 @@
"require-dev": {
"laminas/laminas-cache": "4.0.x-dev || ^4.0",
"laminas/laminas-cache-storage-adapter-test": "3.0.x-dev || ^3.0",
"laminas/laminas-coding-standard": "~2.5.0",
"laminas/laminas-coding-standard": "~3.0.1",
"psalm/plugin-phpunit": "^0.19.0",
"vimeo/psalm": "^5.18"
},
Expand Down
Loading

0 comments on commit 5e2cf9c

Please sign in to comment.