-
Notifications
You must be signed in to change notification settings - Fork 72
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
Allow nikic/php-parser ^5.0.0 #545
base: 4.12.x
Are you sure you want to change the base?
Conversation
This patch can only be merged if CI also runs the newest dependencies: "allowing" them is insufficient, and #484 highlights the associated failures |
Okay, in this case I'll update the MR in the next release of |
| datasource | package | from | to | | ---------- | --------------- | ------- | ------- | | packagist | phpunit/phpunit | 10.5.30 | 10.5.31 |
| datasource | package | from | to | | ---------- | --------------- | ------ | ------ | | packagist | phpstan/phpstan | 1.12.0 | 1.12.1 |
| datasource | package | from | to | | ---------- | --------------- | ------- | ------- | | packagist | phpunit/phpunit | 10.5.31 | 10.5.32 |
| datasource | package | from | to | | ---------- | --------------- | ------ | ------ | | packagist | phpstan/phpstan | 1.12.1 | 1.12.2 |
| datasource | package | from | to | | ---------- | ----------- | ------ | ------ | | packagist | vimeo/psalm | 5.25.0 | 5.26.0 |
| datasource | package | from | to | | ---------- | --------------- | ------- | ------- | | packagist | phpstan/phpstan | 1.12.2 | 1.12.3 | | packagist | phpunit/phpunit | 10.5.32 | 10.5.33 |
| datasource | package | from | to | | ---------- | ----------- | ------ | ------ | | packagist | vimeo/psalm | 5.26.0 | 5.26.1 |
| datasource | package | from | to | | ---------- | --------------- | ------- | ------- | | packagist | phpunit/phpunit | 10.5.33 | 10.5.34 |
39f5eca
to
c1b254b
Compare
Diff no longer contains |
I thought that with the new release of Sorry for the confusion |
The
nikic/php-parser
package is now upgraded to 5.0. According to the changelog, this version drops the php 5 parsing and requires php 7.4.There is automated MR regarding this topic: #484
But that MR takes a more radical approach by not allowing the v4 version.
Changelog: https://github.com/nikic/PHP-Parser/releases/tag/v5.0.0