Replies: 6 comments 8 replies
0 replies
|
Thanks for reporting the issue. We're using Rector and packages that use php-parser in many projects and it runs propperly. |
6 replies
|
Here are few notes: https://github.com/staabm/zf-select-strip/pull/8/files |
0 replies
|
Answered myself (see comment) |
2 replies
|
For us, the only thing that seemd to help was to disable coverage: |
0 replies
|
Locking as stale. |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment


Uh oh!
There was an error while loading. Please reload this page.
I have a project with the following composer.json
as soon as I use
in tandem , I get errors when running phpunit
it seems the problem is, that rector itself includes nikic/php-parser again.
how is the correct way to declare the dependency to rector in a project in which I want to develop new phpstan extensions in tandem with new rectors?
All reactions