Skip to content

Commit

Permalink
Merge pull request #198 from ADmad/php-8.4-support
Browse files Browse the repository at this point in the history
Add support for PHP 8.4
  • Loading branch information
gsteel authored Oct 14, 2024
2 parents f971d35 + 7301687 commit 143a163
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 12 deletions.
3 changes: 3 additions & 0 deletions .laminas-ci.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,8 @@
"extensions": [
"gd"
],
"ignore_php_platform_requirements": {
"8.4": true
},
"backwardCompatibilityCheck": true
}
11 changes: 7 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,8 @@
}
},
"require": {
"php": "~8.1.0 || ~8.2.0 || ~8.3.0",
"psr/http-factory": "^1.0.2",
"php": "~8.1.0 || ~8.2.0 || ~8.3.0 || ~8.4.0",
"psr/http-factory": "^1.1",
"psr/http-message": "^1.1 || ^2.0"
},
"require-dev": {
Expand All @@ -46,9 +46,9 @@
"http-interop/http-factory-tests": "^2.2.0",
"laminas/laminas-coding-standard": "~2.5.0",
"php-http/psr7-integration-tests": "^1.4.0",
"phpunit/phpunit": "^10.5.31",
"phpunit/phpunit": "^10.5.36",
"psalm/plugin-phpunit": "^0.19.0",
"vimeo/psalm": "^5.25.0"
"vimeo/psalm": "^5.26.1"
},
"provide": {
"psr/http-factory-implementation": "^1.0",
Expand All @@ -73,6 +73,9 @@
"LaminasTest\\Diactoros\\": "test/"
}
},
"conflict": {
"amphp/amp": "<2.6.4"
},
"scripts": {
"check": [
"@cs-check",
Expand Down
16 changes: 8 additions & 8 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 143a163

Please sign in to comment.