Ошибка при установке yii2 advanced с помощью composer?
Не могу установить yii2 advanced, выдает следующий текст:
d:\yii\OSPanel\domains\yii>composer create-project --prefer-dist yiisoft/yii2-app-advanced yii-application
Installing yiisoft/yii2-app-advanced (2.0.16)
- Installing yiisoft/yii2-app-advanced (2.0.16): Loading from cache
Created project in yii-application
Loading composer repositories with package information
Updating dependencies (including require-dev)
Your requirements could not be resolved to an installable set of packages.
Problem 1
- Installation request for codeception/verify ~1.0.0 -> satisfiable by codeception/verify[1.0.0].
- codeception/verify 1.0.0 requires php >= 7.0 -> your PHP version (5.5.38) does not satisfy that requirement.
Problem 2
- phpunit/phpunit 6.5.9 requires php ^7.0 -> your PHP version (5.5.38) does not satisfy that requirement.
- phpunit/phpunit 6.5.8 requires php ^7.0 -> your PHP version (5.5.38) does not satisfy that requirement.
- phpunit/phpunit 6.5.7 requires php ^7.0 -> your PHP version (5.5.38) does not satisfy that requirement.
- phpunit/phpunit 6.5.6 requires php ^7.0 -> your PHP version (5.5.38) does not satisfy that requirement.
- phpunit/phpunit 6.5.5 requires php ^7.0 -> your PHP version (5.5.38) does not satisfy that requirement.
- phpunit/phpunit 6.5.14 requires php ^7.0 -> your PHP version (5.5.38) does not satisfy that requirement.
- phpunit/phpunit 6.5.13 requires php ^7.0 -> your PHP version (5.5.38) does not satisfy that requirement.
- phpunit/phpunit 6.5.12 requires php ^7.0 -> your PHP version (5.5.38) does not satisfy that requirement.
- phpunit/phpunit 6.5.11 requires php ^7.0 -> your PHP version (5.5.38) does not satisfy that requirement.
- phpunit/phpunit 6.5.10 requires php ^7.0 -> your PHP version (5.5.38) does not satisfy that requirement.
- Installation request for phpunit/phpunit ~6.5.5 -> satisfiable by phpunit/phpunit[6.5.10, 6.5.11, 6.5.12, 6.5.13, 6.5.14, 6.5.5, 6.5.6, 6.5.7, 6.5.8, 6.5.9].
Дак а чё нужно делать у меня такая же ошибка. А не льзя это решить путем не подстраивания сервера под версию а изночально подойти с версией 5.6 или какой ему там надо?