Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@
"require": {
"php": "^8.4",
"composer-plugin-api": "^2.0",
"symfony/finder": "^7.2",
"symfony/process": "^7.2"
"symfony/finder": "^8.0",
"symfony/process": "^8.0"
Comment on lines 13 to +16

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.
},
"require-dev": {
"composer/composer": "^2.0",
Expand Down
32 changes: 16 additions & 16 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading