83 updates for rector - #88
Merged
Merged
Conversation
added 5 commits
September 9, 2026 11:35
Nealium104
marked this pull request as ready for review
September 9, 2026 15:51
cokernel
requested changes
Sep 9, 2026
cokernel
left a comment
Member
There was a problem hiding this comment.
I am happy with the core updates, but composer validate reports the following lock file error:
- The lock file is not up to date with the latest changes in composer.json, it is recommended that you run `composer update` or `composer update <package name>`.
I recommend updating composer.lock.
Contributor
Author
Fixed in 761085f |
This was referenced Sep 16, 2026
Closed
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 PR makes some updates to Rector which we use for PHP upgrades and automated code quality scanning.
Changes
composer.jsonto declare its active PHP version. We currently run PHP 8.3 through a docker image. This will make sure we don't break any dependencies by accident.Fixes #88
Fixes #85