spatie / crawler

An easy to use, powerful crawler implemented in PHP. Can execute Javascript.
https://freek.dev/308-building-a-crawler-in-php
MIT License
2.51k stars 357 forks source link

Add Laravel/Illuminate 11 Support #461

Closed Jubeki closed 6 months ago

Jubeki commented 6 months ago

This forces to install Illuminate 10 or 11 depending on the selected Laravel version.

Jubeki commented 6 months ago

Also, it seems like you are still using nicmart/tree@v0.3 but there is already nicmart/tree@v0.8 installed. Maybe this is something to consider to update. (see https://github.com/nicmart/Tree/releases/tag/0.8.0)

freekmurze commented 6 months ago

Feel free to update the tree package to 0.8. If the tests pass I'll merge it in!

Jubeki commented 6 months ago

@freekmurze Tests pass on my fork: https://github.com/Jubeki/spatie-crawler/actions/runs/7903886717

freekmurze commented 6 months ago

Thanks!