- Issue created by @prudloff
1.10 says it is compatible with Drupal 9 but since
📌
webmozart/path-util is abandoned
Active
it requires a version of symfony/filesystem that has the Path class.
Drupal 9 uses symfony/filesystem 4.4 and does not have this class.
Install 1.10 on Drupal 9.5.11.
It triggers this error:
Attempted to load class "Path" from namespace "Symfony\Component\Filesystem".
Did you forget a "use" statement for "Webmozart\PathUtil\Path"?
Drupal 9 is not maintained anymore, so we could stop supporting it.
Active
1.10
Code