webmozarts / glob

A PHP implementation of Ant's glob.
MIT License
254 stars 16 forks source link

Remove symfony/filesystem dependence #33

Closed quberok closed 3 years ago

quberok commented 3 years ago

I think would be great to remove symfony/filesystem dependence because it used only in tests and conflicts with symfony 3.4/4.4. Many developers who used symfony 3.4/4.4 can't require this great lib. This is no have any reasons to use symfony/filesystem in dev requirements. It should be replaced by native php or add a range symfony/filesystem: ^4.4|^5.0. Thanks

quberok commented 3 years ago

Sorry, it installed well to not a dev requirements