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
aweingarten wants to merge 2 commits into
opensoftwareconsulting:masterfrom
aweingarten:php-parser-4
Open

Updated nikic/php-parser to 4.x.#147
aweingarten wants to merge 2 commits into
opensoftwareconsulting:masterfrom
aweingarten:php-parser-4

Conversation

@aweingarten
Copy link
Copy Markdown

No description provided.

@hugovk
Copy link
Copy Markdown

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
Copy Markdown
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

Comment thread composer.json
@@ -15,7 +15,7 @@
],
"require": {
"php": ">=5.5.9 || ^7.0",
Copy link
Copy Markdown

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.

Comment thread .travis.yml

matrix:
include:
- php: 5.5
Copy link
Copy Markdown

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
Copy Markdown

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