Skip to content

Commit

Permalink
Update Vagrant config
Browse files Browse the repository at this point in the history
PHP8 and Composer 2 are now supported
  • Loading branch information
lcharette committed Jul 18, 2021
1 parent 14df943 commit 6b1b04f
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions vagrant/after.sh
Original file line number Diff line number Diff line change
Expand Up @@ -14,14 +14,9 @@ npm cache clean -f
npm install -g n
n -q lts

# Ensuite PHP 7.4 is used (UF doesn't support PHP 8 yet...)
echo "\n\n >> Forcing PHP 7.4 in CLI\n"
sudo update-alternatives --set php /usr/bin/php7.4

# Ensure composer deps are installed
echo "\n\n >> Installating Composer\n"
cd ${BASE_PATH}
composer self-update --1
composer install

# Setup .env
Expand Down

0 comments on commit 6b1b04f

Please sign in to comment.