Skip to content

Commit

Permalink
Add support for PHP 8.4 (laminas#43)
Browse files Browse the repository at this point in the history
Signed-off-by: Atul-glo35265 <[email protected]>
  • Loading branch information
Atul-glo35265 authored Nov 29, 2024
1 parent 68fdb11 commit f8a7844
Show file tree
Hide file tree
Showing 4 changed files with 453 additions and 493 deletions.
2 changes: 1 addition & 1 deletion .laminas-ci.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@
"soap"
],
"ignore_php_platform_requirements": {
"8.3": true
"8.4": true
}
}
11 changes: 6 additions & 5 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
}
},
"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-dom": "*",
"ext-soap": "*",
"laminas/laminas-server": "^2.15",
Expand All @@ -34,10 +34,10 @@
},
"require-dev": {
"laminas/laminas-coding-standard": "^2.5",
"laminas/laminas-config": "^3.8",
"laminas/laminas-config": "^3.9",
"laminas/laminas-http": "^2.18",
"phpspec/prophecy-phpunit": "^2.0.1",
"phpunit/phpunit": "^9.5.27",
"phpspec/prophecy-phpunit": "^2.0.2",
"phpunit/phpunit": "^9.6.21",
"psalm/plugin-phpunit": "^0.18.4",
"vimeo/psalm": "^4.30"
},
Expand Down Expand Up @@ -71,6 +71,7 @@
},
"conflict": {
"laminas/laminas-code": "<4.4",
"zendframework/zend-soap": "*"
"zendframework/zend-soap": "*",
"amphp/amp":"<2.6.4"
}
}
Loading

0 comments on commit f8a7844

Please sign in to comment.