簡體   English   中英

"我從 github 運行 laravel 項目時遇到問題"

[英]I have issues when I run laravel project from github

我從 GitHub 克隆了 laravel 項目,但是當我嘗試通過連接 composer install 打開它時,它出現了

No composer.lock file present. Updating dependencies to latest instead of installing from lock file. See https://getcomposer.org/install for more information.

Your requirements could not be resolved to an installable set of packages.

  Problem 1
    - Root composer.json requires fzaninotto/faker ^1.7 -> satisfiable by fzaninotto/faker[v1.7.0, ..., v1.9.2].
    - fzaninotto/faker[v1.7.0, ..., v1.9.2] require php ^5.3.3 || ^7.0 -> your php version (8.0.13) does not satisfy that requirement.
  Problem 2
    - phpunit/phpunit[5.7.0, ..., 5.7.27] require php ^5.6 || ^7.0 -> your php version (8.0.13) does not satisfy that requirement.
    - Root composer.json requires phpunit/phpunit ~5.7 -> satisfiable by phpunit/phpunit[5.7.0, ..., 5.7.27].

嘗試運行作曲家更新,如果不工作,你需要升級作曲家

"

暫無
暫無

聲明:本站的技術帖子網頁,遵循CC BY-SA 4.0協議,如果您需要轉載,請注明本站網址或者原文地址。任何問題請咨詢:yoyou2525@163.com.

 
粵ICP備18138465號  © 2020-2024 STACKOOM.COM