mewebstudio / Purifier

HTMLPurifier for Laravel 5/6/7/8/9/10/11
MIT License
1.89k stars 230 forks source link

Add PHP 8.3 support #192

Closed EmanueleCoppola closed 11 months ago

EmanueleCoppola commented 11 months ago

As of now this is the message that I get by trying to update my web app to PHP 8.3.

Problem 1
  - ezyang/htmlpurifier v4.16.0 requires php ~5.6.0 || ~7.0.0 || ~7.1.0 || ~7.2.0 || ~7.3.0 || ~7.4.0 || ~8.0.0 || ~8.1.0 || ~8.2.0 -> your php version (8.3.0) does not satisfy that requirement.
  - mews/purifier 3.4.1 requires ezyang/htmlpurifier ^4.16.0 -> satisfiable by ezyang/htmlpurifier[v4.16.0].
  - mews/purifier is locked to version 3.4.1 and an update of this package was not requested.

With this change, while updating a web app to PHP 8.3, the conflicting package should be automatically upgraded.

lunkkun commented 3 weeks ago

Why was this not merged?