Skip to content

chore: bump version to 3.0.0 and broaden symfony constraint to ^7.0|^8.0#10

Merged
roble merged 2 commits into
mainfrom
dev
Apr 25, 2026
Merged

chore: bump version to 3.0.0 and broaden symfony constraint to ^7.0|^8.0#10
roble merged 2 commits into
mainfrom
dev

Conversation

@roble

@roble roble commented Apr 25, 2026

Copy link
Copy Markdown
Collaborator

No description provided.

Copilot AI review requested due to automatic review settings April 25, 2026 19:56
@roble roble merged commit 44c251e into main Apr 25, 2026
2 checks passed

Copilot AI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Pull request overview

Updates this Composer plugin’s metadata and dependency constraints in preparation for a v3.0.0 release and broader Symfony support.

Changes:

  • Update package description to reflect lowercase modules/<name> install path.
  • Broaden symfony/finder and symfony/process constraints to allow Symfony ^7.0 or ^8.0.

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

Comment thread composer.json
Comment on lines +15 to +16
"symfony/finder": "^7.0|^8.0",
"symfony/process": "^7.0|^8.0"

Copilot AI Apr 25, 2026

Copy link

Choose a reason for hiding this comment

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

composer.json requirements were changed, but composer.lock is still pinned to the old content-hash. Since CI runs composer validate, this will fail unless composer.lock is regenerated (e.g., composer update --lock or update these packages with --lock).

Copilot uses AI. Check for mistakes.
Comment thread composer.json
Comment on lines +15 to +16
"symfony/finder": "^7.0|^8.0",
"symfony/process": "^7.0|^8.0"

Copilot AI Apr 25, 2026

Copy link

Choose a reason for hiding this comment

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

This PR claims Symfony 7 compatibility by broadening the constraint, but the committed lockfile (and CI) will still test against Symfony 8 only. Consider adding CI coverage for a Symfony 7 install (e.g., a job that updates symfony/finder + symfony/process to the latest 7.x allowed by the constraint and runs the PHPUnit suite) to ensure the new supported range is actually verified.

Copilot uses AI. Check for mistakes.
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