1
0
mirror of https://github.com/laravel/valet.git synced 2026-02-05 00:20:08 +01:00

Upgrading PHP to 7.1 (#227)

This commit is contained in:
Daniel Polito
2016-12-14 18:14:33 -02:00
committed by Taylor Otwell
parent 9c8f5de52a
commit 5a25224e11
2 changed files with 17 additions and 16 deletions

View File

@@ -40,7 +40,7 @@ function install()
! $this->brew->installed('php70') &&
! $this->brew->installed('php56') &&
! $this->brew->installed('php55')) {
$this->brew->ensureInstalled('php70', [], $this->taps);
$this->brew->ensureInstalled('php71', [], $this->taps);
}
$this->files->ensureDirExists('/usr/local/var/log', user());