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:
committed by
Taylor Otwell
parent
9c8f5de52a
commit
5a25224e11
@@ -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());
|
||||
|
||||
Reference in New Issue
Block a user