Skip to content

Commit

Permalink
Upgrade composer.json to allow PHP 8.4
Browse files Browse the repository at this point in the history
  • Loading branch information
RalfEggert committed Nov 29, 2024
1 parent 7e2f475 commit 5d67d64
Show file tree
Hide file tree
Showing 2 changed files with 464 additions and 425 deletions.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"extra": {
},
"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-diactoros": "^2.25.2 || ^3.0.0",
"laminas/laminas-http": "^2.19.0",
"psr/http-message": "^1.1 || ^2.0"
Expand Down
Loading

0 comments on commit 5d67d64

Please sign in to comment.