Skip to content

fix: update Symfony dependencies and content-hash in composer files#7

Merged
roble merged 1 commit into
mainfrom
dev
Mar 18, 2026
Merged

fix: update Symfony dependencies and content-hash in composer files#7
roble merged 1 commit into
mainfrom
dev

Conversation

@roble

@roble roble commented Mar 18, 2026

Copy link
Copy Markdown
Collaborator

This pull request updates dependencies in the composer.json file for the saucebase/module-installer package. The most important changes are grouped below:

Dependency version updates:

  • Updated the symfony/finder and symfony/process dependencies to require version ^7.2, narrowing the supported versions and removing compatibility with version 8.0.

Other changes:

  • Removed the version field from composer.json, which may affect how package versions are managed or released.

Copilot AI review requested due to automatic review settings March 18, 2026 20:52
@roble roble merged commit d4cf041 into main Mar 18, 2026
4 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 the Composer metadata for the saucebase/module-installer Composer plugin, primarily adjusting Symfony component version constraints and syncing the lockfile accordingly.

Changes:

  • Narrowed symfony/finder and symfony/process requirements to ^7.2 in composer.json.
  • Removed the root package "version" field from composer.json.
  • Updated composer.lock content-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.

Comment thread composer.json
"symfony/finder": "^7.0 || ^8.0",
"symfony/process": "^7.0 || ^8.0"
"symfony/finder": "^7.2",
"symfony/process": "^7.2"
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