Bump dev dependencies and symfony components - #8223
Merged
Merged
Conversation
Bump symfony/filesystem, symfony/finder and symfony/process to 8.1, which unblocks the latest rector/jack, rector/swiss-knife and tomasvotruba/class-leak. symfony/console stays on 6.4. Run composer update and vendor/bin/jack raise-to-installed.
TomasVotruba
force-pushed
the
bump-dev-deps
branch
from
July 30, 2026 12:13
07fd850 to
1fc8f82
Compare
swiss-knife 2.4.6 detects it has no children.
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.
composer update+vendor/bin/jack raise-to-installed.Three dev tools had newer releases that could not be reached, each blocked by our own
symfonyconstraints, so those got bumped to 8.1:"require": { - "symfony/filesystem": "^7.4", + "symfony/filesystem": "^8.1", - "symfony/finder": "^6.4", + "symfony/finder": "^8.1", - "symfony/process": "^7.4", + "symfony/process": "^8.1", }symfony/consoledeliberately stays on^6.4.24.That unblocks:
rector/jacksymfony/process ^8.1rector/swiss-knifesymfony/finder ^8.1tomasvotruba/class-leaksymfony/finder ^7.4|^8.0Constraints raised to what is installed:
"require-dev": { - "phpunit/phpunit": "^13.0", + "phpunit/phpunit": "^13.2", - "rector/jack": "^1.0", + "rector/jack": "^1.1", }