mirror of
https://github.com/ZorgCC/lumen-generators.git
synced 2024-12-26 14:05:29 +03:00
9 lines
228 B
Bash
Executable File
9 lines
228 B
Bash
Executable File
#!/usr/bin/env bash
|
|
|
|
# installing dependencies for lumen-generators
|
|
composer install --no-interaction
|
|
composer update --no-interaction
|
|
|
|
# installing dependencies for lumen-test
|
|
cd lumen-test && composer install --no-interaction
|