In this version of Robo, I remove the self-update command from the require section of composer.json, and move it to suggest. This is probably a b/c breaking change, so I am preparing a 5.x branch. Before I merge here, I will probably drop support for some older PHP and Symfony versions.
Continuation of #1156
In this version of Robo, I remove the self-update command from the
require
section of composer.json, and move it tosuggest
. This is probably a b/c breaking change, so I am preparing a 5.x branch. Before I merge here, I will probably drop support for some older PHP and Symfony versions.