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
Requirements have a dependency with an especific version of symfony/filesystem >= 4.4.17, this avoids installation if using earlier versions of Symfony.
I see this library is used just to dump code to disk, something that was present on earlier versions of symfony/filesystem, I have forked the project and tried symfony/filesystem:^3.4 to be exact 3.4.47 and it works fine, there is some reason to require '>= 4.4.17`?
The text was updated successfully, but these errors were encountered:
v4.4.17 contains symfony/symfony#39059, which is needed to pass a test in this repo.
If you're up to working on a way to skip this test when a previous version is installed, I'm open to a PR.
Note that 3.4 is EOLed, so that you'd better upgrade instead ;)
Uh oh!
There was an error while loading. Please reload this page.
Requirements have a dependency with an especific version of
symfony/filesystem >= 4.4.17
, this avoids installation if using earlier versions of Symfony.I see this library is used just to dump code to disk, something that was present on earlier versions of
symfony/filesystem
, I have forked the project and triedsymfony/filesystem:^3.4
to be exact 3.4.47 and it works fine, there is some reason to require '>= 4.4.17`?The text was updated successfully, but these errors were encountered: