mvdbos / php-spider

A configurable and extensible PHP web spider
MIT License
1.33k stars 233 forks source link

Upgrading to support Symfony 6. #82

Closed DmitrySidorenkoShim closed 2 years ago

DmitrySidorenkoShim commented 2 years ago

Hello,

do you have plans to upgrade the package for supporting "symfony/finder": "^6.0"?

It would be awesome if so. Because I have to upgrade one package to support latest Laravel version but can't do this because of "symfony/finder": "^3.0.0||^4.0.0||^5.0.0" in your composer.json

Thank you in advance

DmitrySidorenkoShim commented 2 years ago

I created Pull request with all changes

no any code files were changed except composer.json all tests were passed:

Time: 00:01.102, Memory: 10.00 MB

OK (66 tests, 151 assertions)

with updated packages

mvdbos commented 2 years ago

Thanks @DmitrySidorenkoShim !

DmitrySidorenkoShim commented 2 years ago

@mvdbos can you also add new tag, please? with latest version of the package? thanks

mvdbos commented 2 years ago

Yes, of course. Done.