-
Notifications
You must be signed in to change notification settings - Fork 132
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
Update our code for API changes in PHP-Parser #217
Merged
Merged
Conversation
This file contains 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
asgrim
force-pushed
the
update-php-parser-3
branch
from
November 11, 2016 12:30
76f81b5
to
f9f2fbf
Compare
asgrim
force-pushed
the
update-php-parser-3
branch
from
November 30, 2016 22:30
9064887
to
73fb9c5
Compare
PHP Parser 3.0.0 is now released, still waiting for superclosure to release supporting PHP Parser 3.0.0 I think |
For now, going to leave SuperClosure as is here for now and eliminate this external dep in #228 |
asgrim
force-pushed
the
update-php-parser-3
branch
from
December 24, 2016 12:41
aec253e
to
abe448b
Compare
👍 |
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.
Two things blocking the merge currently:
nikic/php-parser
to be released (requires3.0.0
)jeremeamia/superclosure
to do a release (I expect it will be2.3.0
) -dev-master
has support for php-parser3.x
now