I am trying to deploy php app on heroku. I have added tables to clearDB but stuck on this part: after adding
"ext-mysql":"*"
this line in composer. json it thows me error saying ERROR: Your 'composer.json' lists dependencies inside 'require', but no 'composer.lock' was found. Please run 'composer update' to re-generate 'composer.lock' if necessary, and commit it into your repository.
and after running
php composer.phar update
I get this error
The requested PHP extension ext-mysql * is missing from your system. Install or enable PHP's mysql extension.