嗨,当我尝试安装SparkPost PHP库时,我遇到了这个问题:
问题1
- 请求的包sparkpost/sparkpost没有版本集(解析为1.0.0)可以通过sparkpost/sparkpost [没有版本集(解析为1.0.0)]来满足,但这些与您的要求或最小稳定性相冲突.
当我尝试执行此命令时出现:
composer require sparkpost/sparkpost
完整控制台输出:
You are running Composer with SSL/TLS protection disabled.
Using version ^2.0 for sparkpost/sparkpost
./composer.json has been updated
Loading composer repositories with package information
Updating dependencies (including require-dev)
Your requirements could not be resolved to an installable set of packages.
Problem 1
- The requested package sparkpost/sparkpost No version set (parsed as 1.0.0) is satisfiable by sparkpost/sparkpost[No version set (parsed as 1.0.0)] but these conflict with your requirements …Run Code Online (Sandbox Code Playgroud)