前提・実現したいこと
herokuにデプロイする際、エラーが発生しました。composer,jsonでエラーが起こっている模様です。原因が分かる方教えていただけると幸いです。
発生している問題・エラーメッセージ
remote: -----> Building on the Heroku-20 stack
remote: -----> Using buildpack: heroku/php
remote: -----> PHP app detected
remote:
remote: ! ERROR: Basic validation for 'composer.json' failed!
remote: !
remote: ! It must be a valid JSON document compatible with Composer.
remote: !
remote: ! You most likely created or edited the file by hand, and it now
remote: ! contains a syntax error. Please refer to the documentation at
remote: ! https://getcomposer.org/doc/ for information on the format.
remote: !
remote: ! You can run 'composer validate' locally on your computer for
remote: ! further diagnosis. Remember to also always keep your lock file
remote: ! up to date with any changes according to the instructions at
remote: ! https://getcomposer.org/doc/01-basic-usage.md
remote:
該当のソースコード
{
"post-install-cmd": [
"php artisan clear-compiled",
"chmod -R 777 public/"
]
"require": {
"php": "^7.4.16"
}
}
試したこと
記述間違えがないかの確認
補足情報(FW/ツールのバージョンなど)
ここにより詳細な情報を記載してください。
バッドをするには、ログインかつ
こちらの条件を満たす必要があります。