当前位置:网站首页>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
边栏推荐
- PHP中用下划线开头的变量含义
- Mongodb meets spark (for integration)
- Social responsibility · value co creation, Zhongguancun network security and Information Industry Alliance dialogue, wechat entrepreneur Haitai Fangyuan, chairman Mr. Jiang Haizhou
- 单片机学习笔记之点亮led 灯
- 648. 单词替换 : 字典树的经典运用
- Realize the IP address home display function and number home query
- Best practice | using Tencent cloud AI willingness to audit as the escort of telephone compliance
- "New red flag Cup" desktop application creativity competition 2022
- 2022-7-7 Leetcode 34.在排序数组中查找元素的第一个和最后一个位置
- 2022-7-6 使用SIGURG来接受外带数据,不知道为什么打印不出来
猜你喜欢
交付效率提升52倍,运营效率提升10倍,看《金融云原生技术实践案例汇编》(附下载)
高等数学---第八章多元函数微分学1
Fast development board pinctrl and GPIO subsystem experiment for itop-imx6ull - modify the device tree file
Xshell connection server changes key login to password login
Supply chain supply and demand estimation - [time series]
作战图鉴:12大场景详述容器安全建设要求
高等數學---第八章多元函數微分學1
2022-7-6 使用SIGURG来接受外带数据,不知道为什么打印不出来
实现IP地址归属地显示功能、号码归属地查询
Thread pool reject policy best practices
随机推荐
MySQL error 28 and solution
clion mingw64中文乱码
2022-7-6 sigurg is used to receive external data. I don't know why it can't be printed out
Data refresh of recyclerview
单片机学习笔记之点亮led 灯
Leetcode simple question sharing (20)
Problems that cannot be accessed in MySQL LAN
Mongodb command summary
[daily training] 648 Word replacement
Server to server (S2S) event (adjust)
Cinnamon taskbar speed
Redis can only cache? Too out!
Signal strength (RSSI) knowledge sorting
作战图鉴:12大场景详述容器安全建设要求
Final review notes of single chip microcomputer principle
《厌女:日本的女性嫌恶》摘录
Mongodb meets spark (for integration)
供应链供需预估-[时间序列]
2022-7-6 Leetcode 977.有序数组的平方
【日常训练】648. 单词替换