Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[composer.json] name の修正 #2

Merged
merged 1 commit into from Feb 26, 2021
Merged

Conversation

tetsunosuke
Copy link
Contributor

活用マニュアル の手順通りに実施した場合の問題を修正。

現状のcomposer.json では composer install 時に下記のエラーが出ます。

  [Composer\Json\JsonValidationException]
  "./composer.json" does not match the expected JSON schema:
   - name : Does not match the regex pattern ^[a-z0-9]([_.-]?[a-z0-9]+)*/[a-z
  0-9](([_.]?|-{0,2})[a-z0-9]+)*$

composerのドキュメントに従い、GitHubのユーザ名をベンダー名として追記しました。

参考)https://teratail.com/questions/306801

@tetsunosuke
Copy link
Contributor Author

tetsunosuke commented Nov 28, 2020

https://github.com/sendgrid/sendgrid-php-example
大元も問題なのでそっちも出しました
sendgrid/sendgrid-php-example#13

@awwa awwa merged commit 5ab6e81 into SendGridJP:master Feb 26, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants