The one that checks if `env.php` is up to date
Features:
- Enable a new concept called
Conditional
tasks. Where any command can now return a newTask
variant that will only execute if all conditions are met. This enables things such as prompts etc to be encoded in a declarative style. - Added a comparison between
env.php
&env.dist.php
and offer to override (using the new conditional tasks support)