0
I’m having a certain problem installing any dependency using Composer. I’ve used Composer update and the Composer update -v. I need to do tests on a backup tool using Laravel at the moment. But in any other dependency I try to install this error appears below.
- This package requires php 7.2.18 but your HHVM version does not satisfy that requirement.
This error persists even trying to use the Composer update. I tried to update the HHVM and also failed.
Apparently the version of PHP contained in HHVM is earlier than this.
– SkullFire
Still generates the same error. I tried to install the last version. And still persists in the error.
– Arthur Abitante
@Skullfire I just reviewed that the php version was later than the HHVM version. Thanks for the help.
– Arthur Abitante