Closed
Conversation
Member
|
Still, no build actually installs and runs PHPunit 11. |
Author
|
@jakzal if you need PHPunit 10, you can require that one first. The requirements will then fall back to previous. Or, require phpunit with flag '--with-dependancies': |
ajgarlag
reviewed
Jan 29, 2025
| "symfony/filesystem": "^5.4 || ^6.0 || ^7.0", | ||
| "phpunit/phpunit": "^9.0 || ^10.0", | ||
| "phpunit/phpunit": "^9.0 || ^10.0 || ^11.0", | ||
| "vimeo/psalm": "^4.3 || ^5.2", |
There was a problem hiding this comment.
Allowing Psalm 6.0 will allow PHPUnit 11 installation.
Suggested change
| "vimeo/psalm": "^4.3 || ^5.2", | |
| "vimeo/psalm": "^4.3 || ^5.2 || ^6.0", |
This was referenced Feb 7, 2025
Merged
Contributor
Closed
3 tasks
Contributor
|
FYI, #1485 is a nice alternative to this PR. |
Contributor
|
looks like PHPUnit 11 and 12 is supported and may this PR can be closed not 100% sure. |
Contributor
|
Yes I did it all with the help of @MarcelloDuarte in #1488 and #1489. This can be closed. |
Member
|
Thanks @evs-xsarus! |
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.
With these changes, phpspec will install next to PHP Unit 11.