Maestro the Package Automator

TL;DR; Maestro is a package maintenance automator which is in development.
It’s Christmas and Phpactor needs to be upgraded to PHP 8.0, but Phpactor has many packages:
$ composer show | grep phpactor | wc -l 42 Most of these packages were created almost 4 years ago, and have been updated little by little as necessary.
Even editing the composer.json file to allow PHP 8 for each repository is a big task - not to mention needing to migrate from Travis to Github Actions (as Travis has become unusable in the past months with build times sometimes taking an hour) - and that’s before I can even start manually editing all the test suites to be compatible with PHPUnit 9.
Read more...