Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add PHP 8.4 support #872

Closed
wants to merge 14 commits into from
Prev Previous commit
Next Next commit
Update composer.json with patch version too
  • Loading branch information
joanhey authored Aug 20, 2024
commit 34d2fb16125f3e2d2f2d2201b59c2f009f561bb1
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
}
],
"require": {
"php": "~8.2 || ~8.3 || ~8.4",
"php": "~8.2.0 || ~8.3.0 || ~8.4.0",
"ext-dom": "*",
"ext-pcre": "*",
"ext-reflection": "*",
Expand Down
Loading