-
-
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 xx .. no such service exists #6369
Comments
I checked, the class exists in my vendor directory. |
Hey :), first I would remove composer install We're using composer plugin to add packages so |
Today I broke Docker, so it might be related too: https://github.com/rectorphp/rector-prefixed/runs/2518376132 |
And no change. Though we are running with |
👍 |
In 0.10.19 issue is that In dev-main without
Though it breaks other things in our applications, what are manual steps that have to be done in order to make it work with |
In 0.10.19 it was still part of core. It was extracted yesterday.
It's needed for downgraded/scoped release, see: #5976
Probably include configs with those services in What other parts does Rector break? |
Not rector, but other composer packages, that does "something" without I think we can close as the issue is solved - i will find a way how to work around including configs 😉 thank you for your effort. |
Bug Report
3b82c87
rector/rector
composer dependencyThis error is on main branch. Tried with stable version but with that i got other error:
Minimal PHP Code Causing Issue
Config:
Expected Behaviour
I expect to not fail 😄
It does not fail on getrector.org because there is old version deployed (0.10.1)
The text was updated successfully, but these errors were encountered: