-
-
Notifications
You must be signed in to change notification settings - Fork 415
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
Compatibility to dependency php parser v5 #1417
Conversation
a3feccf
to
47ff1fc
Compare
3762524
to
790945d
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is fantastic! Thank you for taking on this important chore - huge help!
790945d
to
503e7a1
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
thanks @drieschel!
remaining CI failures fixed in #1419
@weaverryan Can we please release this change? 🙏🏻 |
done |
Thanks! |
This PR adds compatibility for dependency
nikic/php-parser
v5.Not sure if it works without additional changes, lets see if the tests will succeed.
Edit: Looks like a new major (or at least minor) version is required in order to make it compatible with v5, because v4 will not be compatible anymore.
Edit2: I did some refactoring and now it is working with v4 and v5.