Skip to content
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

Use php-parser v3 #69

Merged
merged 7 commits into from
Jul 4, 2017
Merged

Use php-parser v3 #69

merged 7 commits into from
Jul 4, 2017

Conversation

gsdevme
Copy link
Contributor

@gsdevme gsdevme commented Jun 21, 2017

Hi,

This uses my forked version of CodeGenerationUtils which supports PHP parser v3 (PR for that). The tests are passing, the very simple app I have continues to work but its very possible its not 100% BC.

Would you prefer to keep support for both 2.0|3.0? If so I should likely edit the Travis to do a matrix like for --prefer-lowest etc.

Solves #67

Will rebase once the dependencies are sorted/tagged

@Ocramius Ocramius self-assigned this Jun 22, 2017
@Ocramius Ocramius added this to the 2.0.1 milestone Jun 22, 2017
@Ocramius
Copy link
Owner

@Ocramius
Copy link
Owner

Also for this one, we should have newest/stable dependency testing, as per Ocramius/CodeGenerationUtils#9 (comment)

@gsdevme
Copy link
Contributor Author

gsdevme commented Jun 26, 2017

Sure, just to say I haven't forgotten about this. Its on my todo list still.

@Ocramius
Copy link
Owner

Ocramius commented Jun 27, 2017 via email

@Ocramius
Copy link
Owner

@gsdevme a bump in the phpunit version is needed (can use latest 5.x version)

composer.json Outdated
@@ -25,7 +25,7 @@
"zendframework/zend-hydrator": "^2.0"
},
"require-dev": {
"phpunit/phpunit": "~5.0",
"phpunit/phpunit": "^5.0",
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

You will need to specify something like ^5.7.21

@gsdevme
Copy link
Contributor Author

gsdevme commented Jun 30, 2017 via email

@Ocramius
Copy link
Owner

@gsdevme "slowest PR in history"?! I got some PRs hanging around since 2012 :-P

@gsdevme
Copy link
Contributor Author

gsdevme commented Jun 30, 2017 via email

@gsdevme
Copy link
Contributor Author

gsdevme commented Jun 30, 2017

Not sure what scrutinizer is complaining about here?

@Ocramius
Copy link
Owner

I think it failed due to the rebase - not a problem :-)

@Ocramius
Copy link
Owner

Ocramius commented Jul 4, 2017

LGTM 👍

Thanks @gsdevme!

@Ocramius Ocramius merged commit deb7357 into Ocramius:master Jul 4, 2017
@Ocramius Ocramius modified the milestones: 2.1.0, 2.0.1 Jul 4, 2017
@gsdevme gsdevme deleted the use-php-parser-3 branch July 4, 2017 22:36
@gsdevme
Copy link
Contributor Author

gsdevme commented Jul 4, 2017

Thanks for merging & the library 👍

@Ocramius Ocramius changed the title chore: use php-parser v3 Use php-parser v3 Jul 22, 2017
@redthor redthor mentioned this pull request Sep 12, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants