mirror of
https://github.com/ZorgCC/lumen-generators.git
synced 2025-01-28 04:47:54 +03:00
8 lines
195 B
Bash
8 lines
195 B
Bash
|
#!/usr/bin/env bash
|
||
|
|
||
|
# installing dependencies for lumen-generators
|
||
|
composer install --no-interaction
|
||
|
|
||
|
# installing dependencies for lumen-test
|
||
|
cd lumen-test && composer install --no-interaction
|