Adding deps_update alias for composer_update

This commit is contained in:
Pavel Shevaev 2023-10-23 18:08:23 +03:00
parent eb182cce0b
commit 7dd3825424
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@
namespace taskman;
use Exception;
task('composer_update', function()
task('composer_update', ['alias' => 'deps_update'], function()
{
composer_update(true);
});