Skip to content

Commit

Permalink
Update functions.php
Browse files Browse the repository at this point in the history
  • Loading branch information
Nenglish7 authored Mar 27, 2018
1 parent a67722a commit 698136e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion functions.php
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
putenv('COMPOSER_HOME=' . getcwd() . '/vendor/bin/composer');

/** @link <https://getcomposer.org/doc/03-cli.md#install>. */
function composer_install($options = [])
function composer_install()
{
system('php /usr/local/bin/composer install -d /...');
}

0 comments on commit 698136e

Please sign in to comment.