Neos-docker-boilerplate icon indicating copy to clipboard operation
Neos-docker-boilerplate copied to clipboard

it says: wrong php versoin

Open neo-expert opened this issue 6 years ago • 1 comments

make create neos

    - phpunit/phpunit 7.5.8 requires php ^7.1 -> your PHP version (7.0.7) does not satisfy that requirement.

neo-expert avatar Apr 12 '19 10:04 neo-expert

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" } } }

mashb1t avatar May 17 '19 15:05 mashb1t