|
|
composer:
|
|
composer install --no-progress --profile --prefer-dist
|
|
|
|
yarn:
|
|
yarn install
|
|
|
|
install: composer yarn
|