Replies: 4 comments 8 replies
-
Beta Was this translation helpful? Give feedback.
-
Thanks for reporting the issue. We're using Rector and packages that use php-parser in many projects and it runs propperly. |
Beta Was this translation helpful? Give feedback.
-
Here are few notes: https://github.com/staabm/zf-select-strip/pull/8/files |
Beta Was this translation helpful? Give feedback.
-
Answered myself (see comment) |
Beta Was this translation helpful? Give feedback.
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?
Beta Was this translation helpful? Give feedback.
All reactions