tonydspaniard / yiinitializr-basic

Yii Framework project structure boilerplate for basic requirements
26 stars 16 forks source link

No matching package found for yiistrap #4

Closed grmpz closed 11 years ago

grmpz commented 11 years ago

Hopefully this isn't user error on my part by this is happening with both basic and intermediate so far:

php composer.phar install

Yiinitialzr 1.0.1

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

Problem 1

Potential causes:

Read http://getcomposer.org/doc/articles/troubleshooting.md for further common problems.

grmpz commented 11 years ago

changing composer.json from:

    "2amigos/yiiwheels": "dev-master"

to: "2amigos/yiistrap": "dev-master", (added line) "2amigos/yiiwheels": "dev-master"

Fixed this issue

grmpz commented 11 years ago

Composer.json has already been updated to reflect this