Rector is the only tool that can handle downgraded. Yet setting up the downgrade process is quite challenging when it comes to:
- path defintion
- scoper setup
- github action content
- /build directory logic including downgraded
composer.json
- custom change in main
composer.json, e.g. platform checks false etc.
Instead making this workflow available only to few who struggle through, there should be a helper command than handles this for users and make downgrading piede of cake 💪
Note: make use of questiosn and link similar to composer require of a private package in composer. Ask for the token, and place it in the code for user themselves.
Rector is the only tool that can handle downgraded. Yet setting up the downgrade process is quite challenging when it comes to:
composer.jsoncomposer.json, e.g. platform checks false etc.Instead making this workflow available only to few who struggle through, there should be a helper command than handles this for users and make downgrading piede of cake 💪
Note: make use of questiosn and link similar to
composer requireof a private package in composer. Ask for the token, and place it in the code for user themselves.