Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add New Dom Crawler Version #52

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

rbaskam
Copy link

@rbaskam rbaskam commented Nov 15, 2023

Thanks for the package. Using it with a Laravel 8 Application and most packages are now requiring Dom Crawler 5.

Tested with BBC Good Food, the default one in your example and it brings back the same result. Any issues let me know.

Thanks again.

@ssnepenthe
Copy link
Owner

Thanks for the PR!

It looks like dom-crawler v5 started normalizing whitespace in the text method, and this is breaking some of our tests.

Can you go back through and update ->text() calls to ->text(null, false) to fix this?

Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants