2016-09-23 167 views
0

我試圖在我的Mac上使用El Capitan在我的Laravel 5.3/Spark/Homebrew環境中使用Composer。作曲家腳本未能與以下錯誤:在努力升級我安裝了PHP的版本在我的Mac將OSX El Capitan升級到PHP 7

Problem 1 
    - This package requires php >=5.6.4 but your PHP version (5.5.30) does not satisfy that requirement. 
    Problem 2 
    - laravel/framework v5.3.10 requires php >=5.6.4 -> your PHP version (5.5.30) does not satisfy that requirement. 

所以,我跑這個命令:

捲曲-s http://php-osx.liip.ch/install.sh |慶典-s 7.0

我重新啓動,並檢查PHP

PHP 5.5.30 (cli) (built: Oct 23 2015 17:21:45) 
Copyright (c) 1997-2015 The PHP Group 
Zend Engine v2.5.0, Copyright (c) 1998-2015 Zend Technologies 
➜ ~ 

我如何能升級PHP的版本我的Mac上的任何指令的版本?

回答

1

原來我需要簡單地編輯我的$ PATH。我正在使用〜/ .zshrc,只需添加以下內容:

export PATH=/usr/local/php5/bin:$PATH