-
-
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
[TASK] Use rector-installer to load config of extensions #6174
Conversation
Could you make the CI pass first? The error is about PHPStan. I'll release new packages then |
0b7c6a3
to
2be2257
Compare
@TomasVotruba I have moved the loading of the configs into the container configuration itself. Because the bootstrapping happens only by invoking the bin/rector.php |
2be2257
to
ab6bf65
Compare
ca2fa6e
to
b7d8f8d
Compare
composer.json
Outdated
"rector/rector-cakephp": "dev-main", | ||
"rector/rector-doctrine": "dev-main", | ||
"rector/rector-installer": "dev-main", | ||
"rector/rector-laravel": "dev-main", | ||
"rector/rector-nette": "dev-main", | ||
"rector/rector-phpunit": "dev-main", | ||
"rector/rector-symfony": "dev-main", |
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've just released ned version for these packages. Could you use them instead?
composer.json
Outdated
@@ -73,7 +74,7 @@ | |||
"nette/forms": "^3.0", | |||
"phpstan/phpstan-nette": "^0.12.16", | |||
"phpunit/phpunit": "^9.5", | |||
"rector/rector-generator": "^0.1.5", | |||
"rector/rector-generator": "dev-main", |
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.
Same for this package
5e544aa
to
bd0e322
Compare
composer.json
Outdated
"rector/rector-doctrine": "^0.10.2", | ||
"rector/rector-installer": "dev-main", |
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.
Could you tag this one too, so we can remove min-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 have also bumped it up to PHP Version 7.3
Thank you 👏 |
I've just learned the: composer update does not invoke plugin installation, while composer install does :) |
rectorphp/rector-src@e4c27be [NodeTypeResolver] Clean up re-fill scope on PHPStanNodeScopeResolver on variable variable (#6174)
I am using dev-main for the packages here. Maybe we should create new releases here.