【发布时间】:2013-09-29 10:54:30
【问题描述】:
我在 /home/ec2-user 中使用 composer.json 尝试作曲家,但得到错误:
Your requirements could not be resolved to an installable set of packages.
Problem 1
- The requested package aws/aws-sdk-php could not be found in any version, there may be a typo in the package name.
我的 json 文件如下所示:
{
"require": {
"aws/aws-sdk-php": "2.*"
}
}
我想在项目目录下试试看不知道怎么找到?
【问题讨论】:
标签: php amazon-web-services amazon-ec2 composer-php amazon-elastic-beanstalk