Neos-docker-boilerplate
Neos-docker-boilerplate copied to clipboard
it says: wrong php versoin
make create neos
- phpunit/phpunit 7.5.8 requires php ^7.1 -> your PHP version (7.0.7) does not satisfy that requirement.
as stated in https://hub.docker.com/_/composer?tab=description
Suggestions:
use --ignore-platform-reqs:
$ composer install --ignore-platform-reqs specify the target platform in your composer.json:
{ "config": { "platform": { "php": "7.1.3" } } }