Skip to content

Commit

Permalink
fix for composer installation (seems like composer installation was b…
Browse files Browse the repository at this point in the history
…roken for a while)
  • Loading branch information
panique committed Sep 10, 2017
1 parent 41ad236 commit 1091791
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions _vagrant/bootstrap.sh
Expand Up @@ -58,8 +58,7 @@ sudo apt-get -y install git
sudo git clone https://github.com/panique/mini3 "/var/www/html/${PROJECTFOLDER}"

# install Composer
curl -s https://getcomposer.org/installer | php
mv composer.phar /usr/local/bin/composer
curl -sS https://getcomposer.org/installer | sudo php -- --install-dir=/usr/local/bin --filename=composer

# go to project folder, create the PSR4 autoloader with Composer
cd "/var/www/html/${PROJECTFOLDER}"
Expand Down

0 comments on commit 1091791

Please sign in to comment.