Skip to content

Commit

Permalink
Merge branch '3.14.x' into php8.4_support
Browse files Browse the repository at this point in the history
Signed-off-by: cod43156 <[email protected]>
  • Loading branch information
cod43156 authored Nov 7, 2024
2 parents 8e94349 + a5dfb82 commit aa6d68d
Show file tree
Hide file tree
Showing 26 changed files with 919 additions and 862 deletions.
3 changes: 2 additions & 1 deletion .laminas-ci.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{
"ignore_php_platform_requirements": {
"8.4": true
}
},
"backwardCompatibilityCheck": true
}
6 changes: 0 additions & 6 deletions .markdownlint.json

This file was deleted.

10 changes: 5 additions & 5 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,13 +33,13 @@
"php": "~8.1.0 || ~8.2.0 || ~8.3.0 || ~8.4.0"
},
"require-dev": {
"laminas/laminas-coding-standard": "~2.5.0",
"laminas/laminas-stdlib": "^3.18",
"phpbench/phpbench": "^1.2.15",
"phpunit/phpunit": "^10.5.5",
"laminas/laminas-coding-standard": "~3.0.0",
"laminas/laminas-stdlib": "^3.20",
"phpbench/phpbench": "^1.3.1",
"phpunit/phpunit": "^10.5.38",
"psalm/plugin-phpunit": "^0.19.0",
"psr/container": "^1.1.2 || ^2.0.2",
"vimeo/psalm": "^5.18"
"vimeo/psalm": "^5.26.1"
},
"suggest": {
"psr/container": "^1.1.2 || ^2.0.2, to use the lazy listeners feature",
Expand Down
Loading

0 comments on commit aa6d68d

Please sign in to comment.