-
-
Notifications
You must be signed in to change notification settings - Fork 687
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
Cannot autowire service JMSDITypeResolver #6246
Comments
I guess this is due to the new rector-installer. Could you please do a composer install again. The rector-installer should autowire the config behind the scenes. |
That's due to new way we install Rector extensions: composer install Should invoke the composer plugin to install them |
But it shows our wrong architetcure... The |
I've got this error on CI, but probably we use a wrong caching strategy for composer install. I'll check it out, thanks! |
Are you running it with --no-scripts? |
@sabbelasichon composer install -q --no-interaction --no-scripts --no-progress --prefer-dist --no-ansi |
I think that is the problem. |
@lptn If you use GitHub CI, this is the best way with cache included rector/.github/workflows/tests.yaml Line 32 in 91d58e0
|
Hey @TomasVotruba and @sabbelasichon As usually, thanks a lot for your awesome product and super-fast responses 👍 . |
rectorphp/rector-src@c3f5cbc [Php70] Fix with \r\n on EregToPregMatchRector (#6246)
Bug Report
Update rector update (from 0.10.10 to 0.10.11), we have got this error:
The text was updated successfully, but these errors were encountered: