以下の作業にしたがって、あるプロジェクトを作成しています。
PHPでLINEのオウム返し
デプロイ作業を行っていく際、
以下のコマンドを入力します。
cmd
1git push heroku master
その結果以下の警告を取得します。
cmd
1remote: ! WARNING: No 'composer.json' found! 2remote: ! 3remote: ! Your project only contains an 'index.php', no 'composer.json'. 4remote: ! 5remote: ! Using 'index.php' to declare app type as PHP is deprecated and 6remote: ! may lead to unexpected behavior. 7remote: ! 8remote: ! Please consider updating your codebase to utilize Composer and 9remote: ! modern dependency management in order to benefit from the latest 10remote: ! PHP runtimes and improved application performance, as well as 11remote: ! control over the PHP versions and extensions available. 12remote: ! 13remote: ! For an introduction to dependency management with Composer and 14remote: ! how to get the most out of PHP on Heroku, refer to the docs at 15remote: ! https://getcomposer.org/doc/00-intro.md and 16remote: ! https://devcenter.heroku.com/articles/getting-started-with-php
ちなみに私がデプロイしようとしているフォルダには3ファイルあり、composer.jsonはありませんが、
index.php(空)は存在します。
いったい何が原因なのでしょうか。
追記⓵(デプロイに関して)
デプロイしたファイルはきちんとデプロイされています。
ただ結果として、思い通りに動いていません。
前に自宅PC(MAC)で操作した際には上手く機能が実現できました(警告がでていたかどうかは不明)
回答1件
あなたの回答
tips
プレビュー