Skip to content
Snippets Groups Projects
Commit 67f6d416 authored by Demian Katz's avatar Demian Katz Committed by Robert Lange
Browse files

Fix Composer compatibility in Vagrant.

parent 1384e518
No related merge requests found
...@@ -50,6 +50,7 @@ Vagrant.configure("2") do |config| ...@@ -50,6 +50,7 @@ Vagrant.configure("2") do |config|
php -r "if (hash_file('SHA384', 'composer-setup.php') === trim(file_get_contents('https://composer.github.io/installer.sig'))) { echo 'Installer verified'; } else { echo 'Installer corrupt'; unlink('composer-setup.php'); } echo PHP_EOL;" php -r "if (hash_file('SHA384', 'composer-setup.php') === trim(file_get_contents('https://composer.github.io/installer.sig'))) { echo 'Installer verified'; } else { echo 'Installer corrupt'; unlink('composer-setup.php'); } echo PHP_EOL;"
php composer-setup.php php composer-setup.php
php -r "unlink('composer-setup.php');" php -r "unlink('composer-setup.php');"
php composer.phar self-update --1
mv composer.phar /usr/local/bin/composer mv composer.phar /usr/local/bin/composer
# Check out and set up VuFind. # Check out and set up VuFind.
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment