You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
but removing composer.lock file stop deployment on heroku.
$ composer --version
Composer version 1.10.5 2020-04-10 11:44:22
0.21s
$ composer install
You are running composer with Xdebug enabled. This has a major impact on runtime performance. See https://getcomposer.org/xdebug
Loading composer repositories with package information
Installing dependencies (including require-dev) from lock file
Your requirements could not be resolved to an installable set of packages.
Problem 1
- doctrine/instantiator 1.3.0 requires php ^7.1 -> your PHP version (5.3.29) does not satisfy that requirement.
- doctrine/instantiator 1.3.0 requires php ^7.1 -> your PHP version (5.3.29) does not satisfy that requirement.
- Installation request for doctrine/instantiator 1.3.0 -> satisfiable by doctrine/instantiator[1.3.0].
The command "composer install" failed and exited with 2 during .
Your build has been stopped.
The text was updated successfully, but these errors were encountered:
but removing composer.lock file stop deployment on heroku.
The text was updated successfully, but these errors were encountered: