Skip to content

Commit

Permalink
Declare PHP 8.4 compatibility
Browse files Browse the repository at this point in the history
  • Loading branch information
andypost committed Oct 29, 2024
1 parent 00954b1 commit 9433ac4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
],

"require": {
"php": "^7.2 || 8.0.* || 8.1.* || 8.2.* || 8.3.*",
"php": "^7.2 || 8.0.* || 8.1.* || 8.2.* || 8.3.* || 8.4.*",
"phpdocumentor/reflection-docblock": "^5.2",
"sebastian/comparator": "^3.0 || ^4.0 || ^5.0 || ^6.0",
"doctrine/instantiator": "^1.2 || ^2.0",
Expand Down

0 comments on commit 9433ac4

Please sign in to comment.