
【Composer】composer报版本不匹配的解决方案
compose
compose - Docker Compose是一个用于定义和运行多容器Docker应用程序的工具,通过Compose文件格式简化应用部署过程。
项目地址:https://gitcode.com/gh_mirrors/compose/compose

·
提示我的PHP 7版本太高,不符合composer.json需要的版本,但是在PHP 7下应该也是可以运行的,composer可以设置忽略版本匹配,命令是:
$ composer install --ignore-platform-reqs
或者
$ composer update --ignore-platform-reqs




compose - Docker Compose是一个用于定义和运行多容器Docker应用程序的工具,通过Compose文件格式简化应用部署过程。
最近提交(Master分支:8 个月前 )
7e198ee6
Signed-off-by: Guillaume Lours <705411+glours@users.noreply.github.com>
19 小时前
0566431c when building a image, by default attestation are generated and modify the image ID which trigger a container recreation on up, run command even if there isn't any changes on the image content itself
Signed-off-by: Guillaume Lours <705411+glours@users.noreply.github.com>
19 小时前
更多推荐
所有评论(0)