Skip to content

Commit

Permalink
Merge pull request #634 from skilld-labs/624-allow-8.4
Browse files Browse the repository at this point in the history
Declare PHP 8.4 compatibility
  • Loading branch information
stof authored Nov 19, 2024
2 parents 00954b1 + 9433ac4 commit 0c72ccb
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 0c72ccb

Please sign in to comment.