Updated to support Laravel 10.x and 11.x versions. #13
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
hi @spekulatius
two years past and I need this package again for one project upgrade
this time I need it with Laravel 11.x and PHP 8.2
but I think requiring PHP 8.1 or greater is completely enough
it would be great if you could find some time to take a look at changes
most of the changes are for composer.json
I also added types and return declarations in classes
as about
src/Commands/SitemapCommand.php
crawlWebsite()
change on :75 stringI had this error for
XPathExpressionDiscoverer
before:and the change fixed it
it looks like there is a conflict between my fork and your origin package
I will check it out later
hope to hear from u soon 😌