sendgridによるメール設定を行うべく,composerのインストールを実施していますが以下の様なエラーが発生し、インストールに失敗します。
エラーメッセージはcomposer.jsonファイルのnameに設定しているnameが正規表現に一致しないため
出ているように見えますが、原因がわかりません。
composerに詳しい方チェックすべきポイントや原因についてご教示頂けないでしょうか。
■エラー
php composer.phar install(実行コマンド)
[Composer\Json\JsonValidationException]
"./composer.json" does not match the expected JSON schema:
■設定時に参考にしたURL
https://www.idcf.jp/help/cloud/guide/advanced011.html
■phpのバージョン
7.3.20
■jsonファイル(composer.json)
{
"name": "sendgrid-php-example",
"description": "Example of using the SendGrid php library.",
"version": "0.0.3",
"homepage": "http://github.com/scottmotte/sendgrid-php-example",
"license": "MIT",
"keywords": ["SendGrid", "sendgrid", "email", "send", "grid", "php"],
"minimum-stability" : "dev",
"require": {
"sendgrid/sendgrid": "~4.0",
"vlucas/phpdotenv": "~2.1.0"
}
}
なおファイル構成は以下の通りです。
sedgrid-php-example
|---.env
|---.git
|---.gitgnore
|---composer.json
|---composer.phar
|---gif.gif
|---sendgrid-php-example.php
回答1件
あなたの回答
tips
プレビュー
バッドをするには、ログインかつ
こちらの条件を満たす必要があります。
2020/11/28 01:45
2020/11/28 01:53
2020/11/28 02:02
2020/11/30 05:47