Bump dev dependencies, PHPUnit 13 - #490
Merged
Merged
Conversation
Run composer update and vendor/bin/jack raise-to-installed, then composer fix-cs for the new phpecs 2.3 formatting rules.
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, with PHPUnit taken to 13."require-dev": { - "phpecs/phpecs": "^2.2", + "phpecs/phpecs": "^2.3", - "phpstan/phpstan": "^2.1.14", + "phpstan/phpstan": "^2.2", - "phpunit/phpunit": "^12.0", + "phpunit/phpunit": "^13.2", - "rector/jack": "^0.5", + "rector/jack": "^1.0", - "rector/swiss-knife": "^2.3", + "rector/swiss-knife": "^2.4", - "symplify/phpstan-rules": "^14.9", + "symplify/phpstan-rules": "^14.12", - "tracy/tracy": "^2.11" + "tracy/tracy": "^2.12" }doctrine/doctrine-bundleanddoctrine/ormwere left at^2.x|^3.0on purpose -jack raise-to-installedwanted to narrow them to^3.0, which would drop the Doctrine 2 test coverage.PHPUnit 13 pulls
sebastian/diff9, which needs rector-src04b18f6or newer (rectorphp/rector-src#8220).The three touched PHP files are pure formatting - phpecs 2.3 tightened the union-type and array-access spacing rules: