Open matt-bailey opened 8 years ago
same
I had the same problem with 5.5.9. You can update PHP to 5.6.x as follows. For sure, just a quick fix.
vagrant@vagrant-ubuntu-trusty-64:~$ php -v PHP 5.6.23-1+deprecated+dontuse+deb.sury.org~trusty+1 (cli)
Source: https://www.dev-metal.com/install-setup-php-5-6-ubuntu-14-04-lts/
Hi, I've just run
vagrant up
and ssh'd into the box. From the/var/www/magento2
directory I've runcomposer install
and I'm getting a strange error.It's basically saying that the PHP version in the box doesn't satisfy the requirements, but it's actually higher (5.5.9) than the lowest required version (5.5.22)?...