当前位置:网站首页>requires php ~7.1 -> your PHP version (7.0.18) does not satisfy that requirement
requires php ~7.1 -> your PHP version (7.0.18) does not satisfy that requirement
2022-07-07 13:51:00 【Full stack programmer webmaster】
A big brother used it locally PHP 7.1 Development , And here I am PHP 7.0, So the tragedy happened .
composer install Later error reporting
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/annotations v1.5.0 -> satisfiable by doctrine/annotations[v1.5.0].
- doctrine/annotations v1.5.0 requires php ^7.1 -> your PHP version (7.0.18) does not satisfy that requirement.
Problem 2
- Installation request for doctrine/cache v1.7.1 -> satisfiable by doctrine/cache[v1.7.1].
- doctrine/cache v1.7.1 requires php ~7.1 -> your PHP version (7.0.18) does not satisfy that requirement.
Problem 3
- Installation request for doctrine/collections v1.5.0 -> satisfiable by doctrine/collections[v1.5.0].
- doctrine/collections v1.5.0 requires php ^7.1 -> your PHP version (7.0.18) does not satisfy that requirement.
Problem 4
- Installation request for doctrine/common v2.8.1 -> satisfiable by doctrine/common[v2.8.1].
- doctrine/common v2.8.1 requires php ~7.1 -> your PHP version (7.0.18) does not satisfy that requirement.
Problem 5
- Installation request for doctrine/dbal v2.6.2 -> satisfiable by doctrine/dbal[v2.6.2].
- doctrine/dbal v2.6.2 requires php ^7.1 -> your PHP version (7.0.18) does not satisfy that requirement.
Problem 6
- 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.18) does not satisfy that requirement.
Problem 7
- doctrine/annotations v1.5.0 requires php ^7.1 -> your PHP version (7.0.18) does not satisfy that requirement.
- doctrine/dbal v2.6.2 requires php ^7.1 -> your PHP version (7.0.18) does not satisfy that requirement.
- doctrine/dbal 2.5.x-dev requires doctrine/common >=2.4,<2.8-dev -> satisfiable by doctrine/common[2.7.x-dev].
- backpack/crud 3.2.21 requires doctrine/dbal ^2.5 -> satisfiable by doctrine/dbal[2.5.x-dev, v2.6.2].
- doctrine/common 2.7.x-dev requires doctrine/annotations 1.* -> satisfiable by doctrine/annotations[v1.5.0].
- Installation request for backpack/crud 3.2.21 -> satisfiable by backpack/crud[3.2.21].
The solution is
Delete composer.lock file , Re execution composer install, So it can be regenerated composer.lock The file .
Publisher : Full stack programmer stack length , Reprint please indicate the source :https://javaforall.cn/113306.html Link to the original text :https://javaforall.cn
边栏推荐
- Show the mathematical formula in El table
- 【日常训练】648. 单词替换
- Final review notes of single chip microcomputer principle
- C语言数组相关问题深度理解
- High end for 8 years, how is Yadi now?
- Dry goods | summarize the linkage use of those vulnerability tools
- Oracle advanced (V) schema solution
- Co create a collaborative ecosystem of software and hardware: the "Joint submission" of graphcore IPU and Baidu PaddlePaddle appeared in mlperf
- Xshell connection server changes key login to password login
- Mysql怎样控制replace替换的次数?
猜你喜欢
得物客服热线的演进之路
Getting started with cinnamon applet
2022-7-7 Leetcode 34.在排序数组中查找元素的第一个和最后一个位置
566. Reshaping the matrix
Leetcode simple question sharing (20)
2022-7-6 sigurg is used to receive external data. I don't know why it can't be printed out
High end for 8 years, how is Yadi now?
2022-7-6 Leetcode 977.有序数组的平方
How to make join run faster?
2022-7-6 Leetcode27. Remove the element - I haven't done the problem for a long time. It's such an embarrassing day for double pointers
随机推荐
Supply chain supply and demand estimation - [time series]
Best practice | using Tencent cloud AI willingness to audit as the escort of telephone compliance
Ways to improve the performance of raspberry pie
Esp32 ① compilation environment
2022-7-6 Leetcode27. Remove the element - I haven't done the problem for a long time. It's such an embarrassing day for double pointers
TPG x AIDU | AI leading talent recruitment plan in progress!
1、深拷贝 2、call apply bind 3、for of for in 区别
2022-7-7 Leetcode 844. Compare strings with backspace
PHP - laravel cache
[daily training -- Tencent select 50] 231 Power of 2
参数关键字Final,Flags,Internal,映射关键字Internal
Mongodb slice summary
Talk about pseudo sharing
LIS longest ascending subsequence problem (dynamic programming, greed + dichotomy)
flask session伪造之hctf admin
QQ medicine, Tencent ticket
Esp32 series column
Mysql怎样控制replace替换的次数?
Co create a collaborative ecosystem of software and hardware: the "Joint submission" of graphcore IPU and Baidu PaddlePaddle appeared in mlperf
2022-7-7 Leetcode 844.比较含退格的字符串