tonydspaniard / yiinitializr-intermediate

Yii Framework project structure boilerplate for basic to intermediate application requirements
22 stars 14 forks source link

composer errors #11

Closed studentIvan closed 10 years ago

studentIvan commented 11 years ago
$ php composer.phar install

Yiinitialzr 1.0.1

* download packages specified in composer.json
* configures your runtime folders
* triggers composer callbacks (yiic commands)

Start Installation? [y/n]: y
Loading composer repositories with package information
Installing dependencies (including require-dev)
Your requirements could not be resolved to an installable set of packages.

  Problem 1
    - 2amigos/yiiwheels dev-master requires 2amigos/yiistrap 1.1.1 -> satisfiabl
e by 2amigos/yiistrap[1.1.1].
    - 2amigos/yiiwheels dev-master requires 2amigos/yiistrap 1.1.1 -> satisfiabl
e by 2amigos/yiistrap[1.1.1].
    - Can only install one of: 2amigos/yiistrap[dev-master, 1.1.1].
    - Installation request for 2amigos/yiistrap dev-master -> satisfiable by 2am
igos/yiistrap[dev-master].
    - Installation request for 2amigos/yiiwheels dev-master -> satisfiable by 2a
migos/yiiwheels[dev-master].
tonydspaniard commented 10 years ago

@studentIvan we have updated versions, can you check whether this error persist from the templates now? Get them from Yiinitializr site

farmani commented 10 years ago

still have issue :(

farmani commented 10 years ago

resolved by adding

    "2amigos/yiistrap": "1.1.1",
    "2amigos/yiiwheels": "dev-master",

to composer.json

tonydspaniard commented 10 years ago

fixed on https://github.com/tonydspaniard/yiinitializr-intermediate/commit/ca8c2e310a160b81afab52c8f7df6bc501dfa820