whisky
whisky copied to clipboard
[ Request ] Add version (local & global) to Audit command output
Requested by @gpibarra
Can probably be achieved by doing something like this:
$globalWhiskyBasePath = ...
$version = (include($globalWhiskyBasePath.'/config/app.php'))['version'];