Conversation
There was a problem hiding this comment.
Pull request overview
Updates the Composer metadata for the saucebase/module-installer Composer plugin, primarily adjusting Symfony component version constraints and syncing the lockfile accordingly.
Changes:
- Narrowed
symfony/finderandsymfony/processrequirements to^7.2incomposer.json. - Removed the root package
"version"field fromcomposer.json. - Updated
composer.lockcontent-hash and resolved Symfony package versions/references to match the new constraints.
Reviewed changes
Copilot reviewed 1 out of 2 changed files in this pull request and generated 1 comment.
| File | Description |
|---|---|
| composer.json | Removes explicit package version and tightens Symfony Finder/Process constraints to ^7.2. |
| composer.lock | Updates lockfile content-hash and pins Finder/Process to Symfony 7.x versions consistent with the new requirements. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
| "symfony/finder": "^7.0 || ^8.0", | ||
| "symfony/process": "^7.0 || ^8.0" | ||
| "symfony/finder": "^7.2", | ||
| "symfony/process": "^7.2" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
This pull request updates dependencies in the
composer.jsonfile for thesaucebase/module-installerpackage. The most important changes are grouped below:Dependency version updates:
symfony/finderandsymfony/processdependencies to require version^7.2, narrowing the supported versions and removing compatibility with version 8.0.Other changes:
versionfield fromcomposer.json, which may affect how package versions are managed or released.