I’m trying to install GitHub - yiisoft/app: Yii3 application template and get this:
C:\osp6\home>composer create-project --stability=dev yiisoft/app myproject
Creating a “yiisoft/app” project at “./myproject”
Installing yiisoft/app (1.0.x-dev 855d89d20511cfc18eade48c9ef0bc1fd543505f)
- Installing yiisoft/app (dev-master 855d89d): Extracting archive
Created project in C:\osp6\home\myproject
Loading composer repositories with package information
Updating dependencies
Your requirements could not be resolved to an installable set of packages.Problem 1
- Root composer.json requires yiisoft/yii-gii dev-master → satisfiable by yiisoft/yii-gii[dev-master].
- yiisoft/yii-gii dev-master requires yiisoft/yii-middleware dev-master → found yiisoft/yii-middleware[dev-master] but it conflicts with your root composer.json require (^1.0).
I’ve done something wrong?