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 process
But 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?
Bug Report
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:
Running
symfony php vendor/bin/rector(without any command) returns the same.How's the upgrade path?