這篇文章主要介紹了如何處理PHP開發(fā)版本的問題,具有一定借鑒價值,需要的朋友可以參考下。希望大家閱讀完這篇文章后大有收獲。下面讓小編帶著大家一起了解一下。
成都創(chuàng)新互聯(lián)是專業(yè)的長垣網(wǎng)站建設(shè)公司,長垣接單;提供網(wǎng)站設(shè)計制作、做網(wǎng)站,網(wǎng)頁設(shè)計,網(wǎng)站設(shè)計,建網(wǎng)站,PHP網(wǎng)站建設(shè)等專業(yè)做網(wǎng)站服務(wù);采用PHP框架,可快速的進(jìn)行長垣網(wǎng)站開發(fā)網(wǎng)頁制作和功能擴(kuò)展;專業(yè)做搜索引擎喜愛的網(wǎng)站,專業(yè)的做網(wǎng)站團(tuán)隊,希望更多企業(yè)前來合作!
在安裝一個開源項目時,作者本地用了 PHP 7.1 進(jìn)行開發(fā),而我本地是 PHP 7.0, 于是悲劇發(fā)生了,出現(xiàn)了這樣的錯誤:requires php ^7.1 -> your PHP version (7.0.13) does not satisfy that requirement.
.
composer install 之后報錯
vagrant@homestead:~/Code/sample$ composer install Loading composer repositories with package information Installing dependencies (including require-dev) from lock file Your requirements could not be resolved to an installable set of packages. Problem 1 - Installation request for doctrine/instantiator 1.1.0 -> satisfiable by doctrine/instantiator[1.1.0]. - doctrine/instantiator 1.1.0 requires php ^7.1 -> your PHP version (7.0.13) does not satisfy that requirement. Problem 2 - doctrine/instantiator 1.1.0 requires php ^7.1 -> your PHP version (7.0.13) does not satisfy that requirement. - phpunit/phpunit-mock-objects 2.3.8 requires doctrine/instantiator ^1.0.2 -> satisfiable by doctrine/instantiator[1.1.0]. - Installation request for phpunit/phpunit-mock-objects 2.3.8 -> satisfiable by phpunit/phpunit-mock-objects[2.3.8].
刪除 composer.lock
文件,重新執(zhí)行 composer install
,這樣就能重新生成 composer.lock
文件了。
composer 包自動加載后,會生成一個 composer.lock
鎖文件,所以,在從GitHub拉取別人的代碼后,需要對這個文件進(jìn)行刪除。
感謝你能夠認(rèn)真閱讀完這篇文章,希望小編分享如何處理PHP開發(fā)版本的問題內(nèi)容對大家有幫助,同時也希望大家多多支持創(chuàng)新互聯(lián),關(guān)注創(chuàng)新互聯(lián)行業(yè)資訊頻道,遇到問題就找創(chuàng)新互聯(lián),詳細(xì)的解決方法等著你來學(xué)習(xí)!