Allow symfony/html-sanitizer ^8.0#19194
Conversation
Update composer.json version constraint for symfony/html-sanitizer to also allow ^8.0. Signed-off-by: Eric Junker <ejunker@users.noreply.github.com>
|
Hey guys, just FYI after composer update I started getting 500 Errors on my Servers with sth like:
Using Filament v4 + PHP 8.3 and my html-sanitizer got updated to v8.0 causes the error. Fix: In case anybody else got the issue. Best Flo |
|
Please open an issue with a reproduction repository so we can look into it |
|
I apologize. I didn't realize |
|
Composer should not even allow that dependency version on that PHP version then, why is that happening? |
|
Maybe he installed with |
|
Just checked everything again: Local: PHP 8.4 So yep, --ignore-platform-reqs explains why Composer allowed it despite the PHP constraint. Really appreciate your quick responses, thanks everyone! Have a great weekend and don’t work too late! |
Description
Update composer.json version constraint for symfony/html-sanitizer to also allow ^8.0.
Note: this is my first PR to Filament. I am not sure if this should target 4.x or 5.x branch.
Visual changes
None
Functional changes
composer cscommand.