first
This commit is contained in:
9
init_composer.sh
Normal file
9
init_composer.sh
Normal file
@@ -0,0 +1,9 @@
|
||||
#!/bin/sh
|
||||
|
||||
packages=$(php -f 'parseComposer.php')
|
||||
|
||||
if [ "$packages" != "" ];then
|
||||
composer require $packages
|
||||
fi
|
||||
|
||||
composer install --no-dev
|
||||
Reference in New Issue
Block a user