Skip to content

Commit

Permalink
Add PHP 8.4 Support to the 3.x series
Browse files Browse the repository at this point in the history
Signed-off-by: George Steel <[email protected]>
  • Loading branch information
gsteel committed Oct 18, 2024
1 parent c97780e commit d780510
Show file tree
Hide file tree
Showing 3 changed files with 508 additions and 465 deletions.
2 changes: 1 addition & 1 deletion .laminas-ci.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"ignore_php_platform_requirements": {
"8.3": true
"8.4": true
}
}
16 changes: 8 additions & 8 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,21 +21,21 @@
"rss": "https://github.com/laminas/laminas-servicemanager/releases.atom"
},
"require": {
"php": "~8.1.0 || ~8.2.0 || ~8.3.0",
"laminas/laminas-stdlib": "^3.17",
"php": "~8.1.0 || ~8.2.0 || ~8.3.0 || ~8.4.0",
"laminas/laminas-stdlib": "^3.19",
"psr/container": "^1.0"
},
"require-dev": {
"composer/package-versions-deprecated": "^1.11.99.5",
"friendsofphp/proxy-manager-lts": "^1.0.14",
"laminas/laminas-code": "^4.10.0",
"friendsofphp/proxy-manager-lts": "^1.0.18",
"laminas/laminas-code": "^4.14.0",
"laminas/laminas-coding-standard": "~2.5.0",
"laminas/laminas-container-config-test": "^0.8",
"mikey179/vfsstream": "^1.6.11",
"phpbench/phpbench": "^1.2.9",
"phpunit/phpunit": "^10.4",
"mikey179/vfsstream": "^1.6.12",
"phpbench/phpbench": "^1.3.1",
"phpunit/phpunit": "^10.5.36",
"psalm/plugin-phpunit": "^0.18.4",
"vimeo/psalm": "^5.8.0"
"vimeo/psalm": "^5.26.1"
},
"replace": {
"container-interop/container-interop": "^1.2.0"
Expand Down
Loading

0 comments on commit d780510

Please sign in to comment.