And I did the deployment, where the following return was displayed
-----> PHP app detected
! WARNING: Your 'composer.json' contains a non-'stable' setting
for 'minimum-stability'. This may cause the installation of
unstable versions of runtimes and extensions during this deploy.
It is recommended that you always use stability flags instead,
even if you have 'prefer-stable' enabled. For more information,
see https://getcomposer.org/doc/01-basic-usage.md#stability
-----> Bootstrapping...
-----> Installing platform packages...
php (5.6.30)
ext-gd (bundled with php)
apache (2.4.20)
nginx (1.8.1)
-----> Installing dependencies...
Composer version 1.4.1 2017-03-10 09:29:45
Loading composer repositories with package information
Installing dependencies from lock file
Package operations: 2 installs, 0 updates, 0 removals
Installing stavarengo/php-sigep-fpdf (dev-master 28f94e5): Loading from cache
--
Note that in the mysql command search, nothing is returned
$ heroku run --app mighty-basin-45414 'which php'
Running which php on ⬢ mighty-basin-45414... up, run.6183 (Free)
/app/.heroku/php/bin/php
$ heroku run --app mighty-basin-45414 'which mysql'
Running which mysql on ⬢ mighty-basin-45414... up, run.7207 (Free)
$
Hello
Good evening
I entered the following URL in buildpack
https://github.com/gaumire/heroku-buildpack-mysql
And I did the deployment, where the following return was displayed
-----> PHP app detected ! WARNING: Your 'composer.json' contains a non-'stable' setting for 'minimum-stability'. This may cause the installation of unstable versions of runtimes and extensions during this deploy. It is recommended that you always use stability flags instead, even if you have 'prefer-stable' enabled. For more information, see https://getcomposer.org/doc/01-basic-usage.md#stability -----> Bootstrapping... -----> Installing platform packages...
-- Note that in the mysql command search, nothing is returned
$ heroku run --app mighty-basin-45414 'which php' Running which php on ⬢ mighty-basin-45414... up, run.6183 (Free) /app/.heroku/php/bin/php $ heroku run --app mighty-basin-45414 'which mysql' Running which mysql on ⬢ mighty-basin-45414... up, run.7207 (Free) $
-