You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Can you update the mews/purifier package to support the 8.2 php version?
Current issue:
Problem 1
- mews/purifier[3.3.0, ..., 3.3.2] require php ^7.2 -> your php version (8.2.0RC7) does not satisfy that requirement.
- mews/purifier[3.3.3, ..., 3.3.6] require illuminate/config ^5.8|^6.0|^7.0|^8.0 -> found illuminate/config[v5.8.0, ..., 5.8.x-dev, v6.0.0, ..., 6.x-dev, v7.0.0, ..., 7.x-dev, v8.0.0, ..., 8.x-dev] but these were not loaded, likely because it conflicts with another require.
- mews/purifier[3.3.7, ..., 3.3.8] require ezyang/htmlpurifier 4.13.* -> found ezyang/htmlpurifier[v4.13.0] but it conflicts with your root composer.json require (^4.16).
- Root composer.json requires mews/purifier ^3.3 -> satisfiable by mews/purifier[3.3.0, ..., 3.3.8].
The text was updated successfully, but these errors were encountered:
Can you update the mews/purifier package to support the 8.2 php version?
Current issue:
The text was updated successfully, but these errors were encountered: