-
-
Notifications
You must be signed in to change notification settings - Fork 738
Add AutowireArrayParameterCompilerPass #660
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
Conversation
13cb437 to
0f8767a
Compare
462d2c4 to
79605af
Compare
79605af to
930ce89
Compare
| "sort-packages": true | ||
| } | ||
| }, | ||
| "minimum-stability": "dev", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I really don't like this adding and removing just to test Symplify.
If we try to use Rector with a repo that does not support dev versions, Rector won't install.
(Btw, remember me about this for us to discuss in Prague)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This only temporary. Tagged version should be installed prefferable. I'm tagging quite often recently.
I'll update README.md to reflect that
rectorphp/rector-src@7b8f4de [CodeQuality] Skip FixClassCaseSensitivityNameRector on function name exists (#660)
… exists (rectorphp#660) Co-authored-by: Jáchym Toušek <[email protected]>
Thanks @nette /DI
See nette/di#178