Skip to content

Commit

Permalink
Revert "Delete composer-install.php"
Browse files Browse the repository at this point in the history
This reverts commit 3fd381e.
  • Loading branch information
stevector committed Feb 7, 2019
1 parent 3fd381e commit c82b92c
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions web/private/scripts/composer-install.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
<?php

chdir(getenv('HOME') . '/code');

print "\n====== Running 'composer install' ======\n\n";
passthru('composer install 2>&1');

0 comments on commit c82b92c

Please sign in to comment.