Skip to content
This repository was archived by the owner on May 6, 2025. It is now read-only.

Updated nikic/php-parser to 4.x. #147

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

aweingarten
Copy link

No description provided.

@hugovk
Copy link

hugovk commented Feb 11, 2019

Would be great to get this updated, the dependency to ~3.0 blocks other packages which require ^4.0, such as phpstan/phpstan-deprecation-rules.

@MarvinKlemp
Copy link
Contributor

I don't really know why travis is not executing tests in this branch atm but the tests are failing.
If you take a look at travis details you'll see that it's not actually executing tests.

I also created a PR some time ago to get to next major version but never really finished it

@@ -15,7 +15,7 @@
],
"require": {
"php": ">=5.5.9 || ^7.0",
Copy link

Choose a reason for hiding this comment

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

Since tests no longer run on <=7.1, the minimum PHP version should be bumped as well.

@@ -8,11 +8,7 @@ cache:

matrix:
include:
- php: 5.5
Copy link

Choose a reason for hiding this comment

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

7.2 and 7.3 should be added to the matrix.

@jakzal
Copy link

jakzal commented May 13, 2019

Duplicate of #145

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants