-
Notifications
You must be signed in to change notification settings - Fork 663
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add support for nikic/php-parser
version 5+
#11112
Comments
Hey @michnovka, can you reproduce the issue on https://psalm.dev? These will be used as phpunit tests when implementing the feature or fixing this bug. |
This issue does not apply to psalm syntax check, but rather dependencies |
@michnovka work has started here: #11035 |
damiendart
added a commit
to damiendart/kew
that referenced
this issue
Nov 12, 2024
Update PHP dependencies and change the Psalm dependency to use the self-contained PHP archive version to fix dependency conflicts (for more information, see <vimeo/psalm#11112>).
This was referenced Nov 30, 2024
Closed
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Because of psalm depending on
nikic/php-parser
^4.17.0
, I cannot use phpunit 11, as that requires"phpunit/php-code-coverage": "^11.0.6"
which in turn requires"nikic/php-parser": "^5.1.0"
The conflict I have is clear here:
The text was updated successfully, but these errors were encountered: