Conservative update of composer.json require-dev#804
Open
talkinnl wants to merge 1 commit intoauth0:mainfrom
Open
Conservative update of composer.json require-dev#804talkinnl wants to merge 1 commit intoauth0:mainfrom
talkinnl wants to merge 1 commit intoauth0:mainfrom
Conversation
- Specifying ext-json is no longer needed since PHP8.0. Explained here: https://php.watch/versions/8.0/ext-json . Fixes auth0#791 - pestphp/pest: 2.34 -> 2.35. (2.36 upgrades indirect dependencies and needs a test fix) - phpstan/phpstan: 1.11 -> 1.12 - symfony: v4 no longer has security versions. Only 5.4 and 6.4 still do. - vimeo/psalm: 5.25 -> 5.26 This is a very conservative update, without changes to any other file, just raising the bare minimum versions. It's probably wise to do major upgrades of at least Rector and PHPStan in a next PR. Especially Rector v1 would require a big config change. Rector 0 blocks upgrades of PHPStan. Signed-off-by: Maarten S <42799774+talkinnl@users.noreply.github.com>
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.
Changes
This is a very conservative update, without changes to any other file, just raising the bare minimum versions.
It's probably wise to do major upgrades of at least Rector and PHPStan in a next PR. Especially Rector v1 would require a big config change. Rector 0 blocks upgrades of PHPStan.
References
Fixes #791
Testing
The tests still pass.
Contributor Checklist