I do not know how I upgraded the version of php in heroku to version 7.3, however this version (7.3. ) is causing several bugs in the application, so I can downgrade to version 7.2. ?
I've tried to change the version in composer.json to:
"require": {
"php": "7.2.*",
But doing deploy installs version 7.3 on it