排查步骤 Steps:

  1. ran composer self-update
  2. ran composer diagnose and observed the following below  查看环境变量

Checking platform settings: OK

Checking git settings: OK

Checking http connectivity to packagist: OK

Checking https connectivity to packagist: OK

Checking github.com oauth access: OK

Checking disk free space: OK

Checking pubkeys: Tags Public Key Fingerprint: xxxxx

Dev Public Key Fingerprint: xxxxx

OK Checking composer version: OK

Composer version: 1.8.0

PHP version: 7.1.11

PHP binary path: C:\path\to\devdesktop\php7_1\php.exe

参考链接:https://drupal.stackexchange.com/questions/273342/your-php-version-does-not-satisfy-that-requirement

https://stackoverflow.com/questions/35538071/symfony2-composer-your-php-version-5-6-18-overriden-by-config-platform-php

Your PHP version does not satisfy that requirement相关推荐

  1. Could not find any downloads that satisfy the requirement tensorflow

    原因:pip版本过低 解决方案 更新pip:python -m pip install -U pip 更新后再安装tensorflow

  2. Could not find any downloads that satisfy the requirement opencv-python

    原因:pip版本过低 解决方案 更新pip:python -m pip install -U pip

  3. python3里的pillow怎么安装_“python安装pillow教程“python3.4怎么安装pil

    "python安装pillow教程"python3.4怎么安装pil python安装pillow教程2020-10-09 03:37:02人已围观 如何在python3.6中装p ...

  4. SpringBoot:常用属性汇总

    2019独角兽企业重金招聘Python工程师标准>>> 可以在application.properties/application.yml文件中或作为命令行开关指定各种属性.本节提供 ...

  5. 如何安装适用于Python的yaml软件包?

    本文翻译自:How do I install the yaml package for Python? I have a Python program that uses YAML. 我有一个使用YA ...

  6. fedora 20 PIL

    今天安装PIL花了我好多的时间. 刚开始,我手动下载PIL原码,编译安装. 启动我的django项目,报下面的错误,完全不懂是么意思. CommandError: One or more models ...

  7. Laravel安装因PHP版本不对的bug

    问题  $ laravel new blog Crafting application... Loading composer repositories with package informatio ...

  8. plesk 打不开php,Laravel在Plesk背后,遇到PHP版本困难

    我目前正在尝试让我的Laravel应用程序在Plesk Onyx后面运行.现在,当尝试运行composer安装时,出现以下错误消息: Your requirements could not be re ...

  9. springboot的自动配置原理

    SpringBoot中的默认配置 通过刚才的学习,我们知道@EnableAutoConfiguration会开启SpringBoot的自动配置,并且根据你引入的依赖来生效对应的默认配置.那么问题来了: ...

最新文章

  1. SpringBoot非官方教程 | 第二十六篇: sprinboot整合elk,搭建实时日志平台
  2. 腾讯天幕——联动生态,共享安全
  3. 关于 Group 的另一个函数
  4. java 中的流_Java中的流(IO
  5. 显示器接口VGA、DVI、HDMI、DP
  6. linux 内存使用很大,在32位和64位Linux上,为什么同一进程的pmap的内存使用量会有很大差异?...
  7. 谁更安全?WI-FI无线网加密方式大比拼
  8. 产品研发过程管理专题——软件测试的设计与组织
  9. PHP网站首页空白刷新就好了,部署好后网站一片空白,不显示内容
  10. Python规范神器(PEP8 ),Pylint是代码检查工具
  11. Vmlogin防关联超级浏览器Selenium浏览器自动化详细教程
  12. 听北大公开课庄明科老师《大学生职业素养提升》第一集:《自我效能感》的笔记
  13. TensorFlow 2.9的零零碎碎(二)-读取MNIST数据集
  14. Ping命令出现 Packet filtered
  15. 台式计算机屏幕亮度在哪调,电脑亮度怎么调?教您电脑亮度在哪里调
  16. html中如何淡化背景图片,excel怎么去除背景图片
  17. 蓝屏代码0x00000074
  18. 重磅!阿里版本【ChatGPT】开放测评!
  19. 列表List: 什么是列表?
  20. Python基础教程书籍案例:新闻采集(新闻聚合)【上】

热门文章

  1. Android中的四大天王
  2. http 405 错误
  3. STM32驱动3.97寸TFT液晶触摸屏模块
  4. Koordinator 1.0 正式发布:业界首个生产可用、面向规模场景的开源混部系统
  5. 信贷审核好帮手,手机消费画像少不了
  6. asp连接 Oracle
  7. matlab中根据信号和信噪比添加高斯白噪声(函数直接使用)
  8. 阿里云-node服务(一)阿里云 ECS 的Docker法端口映射
  9. 西安腾讯云面试总结(已拿offer)
  10. 使用matplotlib制作“饼图”:pyplot.pie(X,autopct,labels,explode)