Skip to content

Commit

Permalink
Update composer.json: Adding PHP 8.4
Browse files Browse the repository at this point in the history
I haven't tested this, just wanted to make you aware that PHP 8.4 was released meanwhile.
  • Loading branch information
ThomasLandauer authored Nov 25, 2024
1 parent bfbd53c commit 17c92d5
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 @@ -15,7 +15,7 @@
}
],
"require": {
"php": "^7.4 || ~8.0.0 || ~8.1.0 || ~8.2.0 || ~8.3.0",
"php": "^7.4 || ~8.0.0 || ~8.1.0 || ~8.2.0 || ~8.3.0 || ~8.4.0",
"ext-SimpleXML": "*",
"ext-ctype": "*",
"ext-dom": "*",
Expand Down

0 comments on commit 17c92d5

Please sign in to comment.