Skip to content

Commit

Permalink
Merge pull request #102 from visto9259/update_PHP_8_4
Browse files Browse the repository at this point in the history
Added support for php 8.4. Update laminas-coding-standard to v3
  • Loading branch information
samsonasik authored Dec 31, 2024
2 parents 4973215 + 49d6e59 commit 5f1329a
Show file tree
Hide file tree
Showing 4 changed files with 137 additions and 73 deletions.
5 changes: 4 additions & 1 deletion .laminas-ci.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
{
"backwardCompatibilityCheck": true
"backwardCompatibilityCheck": true,
"ignore_php_platform_requirements": {
"8.4": true
}
}
6 changes: 3 additions & 3 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",
"laminas/laminas-cache": "^4.0",
"psr/clock": "^1.0"
},
Expand All @@ -19,9 +19,9 @@
"ext-posix": "*",
"laminas/laminas-cache-storage-adapter-benchmark": "^2.0",
"laminas/laminas-cache-storage-adapter-test": "^4.1",
"laminas/laminas-coding-standard": "~2.4",
"laminas/laminas-coding-standard": "~3.0",
"laminas/laminas-serializer": "^3.0",
"phpunit/phpunit": "^10.5",
"phpunit/phpunit": "^10.5.35",
"psalm/plugin-phpunit": "^0.19.0",
"vimeo/psalm": "^5.18"
},
Expand Down
Loading

0 comments on commit 5f1329a

Please sign in to comment.