Skip to content

feat: upgrade to laravel 13#8

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

feat: upgrade to laravel 13#8
roble merged 1 commit into
mainfrom
dev

Conversation

@roble

@roble roble commented Mar 20, 2026

Copy link
Copy Markdown
Collaborator

This pull request updates the dependencies in the composer.json file to ensure compatibility with the latest versions of Symfony packages.

Dependency version upgrades:

  • Upgraded symfony/finder from version ^7.2 to ^8.0 to use the latest features and improvements.
  • Upgraded symfony/process from version ^7.2 to ^8.0 for improved stability and compatibility.

Copilot AI review requested due to automatic review settings March 20, 2026 20:01
@roble roble merged commit f195fca into main Mar 20, 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

This PR updates this Composer plugin’s Symfony component dependencies to Symfony 8, updating the lockfile accordingly.

Changes:

  • Bump symfony/finder from ^7.2 to ^8.0.
  • Bump symfony/process from ^7.2 to ^8.0.
  • Regenerate composer.lock to reflect the resolved Symfony 8 package versions and metadata.

Reviewed changes

Copilot reviewed 1 out of 2 changed files in this pull request and generated 1 comment.

File Description
composer.json Updates the required Symfony component version constraints to ^8.0.
composer.lock Updates locked Symfony package versions/references to Symfony 8 releases.

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

Comment thread composer.json
Comment on lines 13 to +16
"php": "^8.4",
"composer-plugin-api": "^2.0",
"symfony/finder": "^7.2",
"symfony/process": "^7.2"
"symfony/finder": "^8.0",
"symfony/process": "^8.0"

Copilot AI Mar 20, 2026

Copy link

Choose a reason for hiding this comment

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

PR metadata says "upgrade to laravel 13", but this change only bumps Symfony component versions (finder/process) and doesn’t touch any Laravel dependency. Please align the PR title/description with the actual change (or include the missing Laravel 13 upgrade changes if that was the intent).

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