Skip to content

chore: widen spatie/laravel-sitemap to support v8#9

Merged
ManukMinasyan merged 1 commit into
mainfrom
chore/widen-sitemap-constraint
May 9, 2026
Merged

chore: widen spatie/laravel-sitemap to support v8#9
ManukMinasyan merged 1 commit into
mainfrom
chore/widen-sitemap-constraint

Conversation

@ManukMinasyan
Copy link
Copy Markdown
Collaborator

Allows installation alongside apps that have already moved to spatie/laravel-sitemap v8. The package code does not use any v7-only APIs.

Copilot AI review requested due to automatic review settings May 9, 2026 23:21
@ManukMinasyan ManukMinasyan merged commit f9edecf into main May 9, 2026
3 checks passed
@ManukMinasyan ManukMinasyan deleted the chore/widen-sitemap-constraint branch May 9, 2026 23:21
Copy link
Copy Markdown

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Expands this package’s Composer dependency constraint for spatie/laravel-sitemap so it can be installed in host applications that have upgraded to v8, without changing package runtime code.

Changes:

  • Widen spatie/laravel-sitemap requirement from ^7.0 to ^7.0 || ^8.0.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Comment thread composer.json
"spatie/laravel-markdown": "^2.7",
"spatie/laravel-package-tools": "^1.15",
"spatie/laravel-sitemap": "^7.0",
"spatie/laravel-sitemap": "^7.0 || ^8.0",
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