/home/ec2-user の composer.json で composer を試してみましたが、エラーが発生しました:
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.*"
}
}
プロジェクトディレクトリで試してみたいのですが、これを見つける方法がわかりませんか?