-
-
Notifications
You must be signed in to change notification settings - Fork 737
Open
Labels
Description
Bug Report
| Subject | Details |
|---|---|
| Rector version | 2.3.6 |
I just upgraded to v2.3.6, which includes an interesting new change for supporting rector.dist.php files. So I tried on one of my existing projects:
symfony composer update
// ...
- Upgrading rector/rector (2.3.5 => 2.3.6): Extracting archive
// ...
mv rector.php rector.dist.php
symfony php vendor/bin/rector processBut I get:
[ERROR] The path "/path/to/project/rector.php" does not exist.
Running symfony php vendor/bin/rector (without any command) returns the same.
How's the upgrade path?
Reactions are currently unavailable