Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

I can not install. What proplem. #20

Open
DenisOgr opened this issue Oct 24, 2013 · 2 comments
Open

I can not install. What proplem. #20

DenisOgr opened this issue Oct 24, 2013 · 2 comments

Comments

@DenisOgr
Copy link

  1. I clone repos.
  2. Change file common/config/env/dev.php . Insert in im myself database settings
  3. denis@denis-linux:/home/www-data/www/yiin1$ php composer.phar self-update
    PHP Warning: Module 'memcache' already loaded in Unknown on line 0
    Updating to version a2a70380c14a20b3f611d849eae7342f2e35c763.
    Downloading: 100%

4.denis@denis-linux:/home/www-data/www/yiin1$ php composer.phar install
PHP Warning: Module 'memcache' already loaded in Unknown on line 0

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 -> satisfiable by 2amigos/yiistrap[1.1.1].
- 2amigos/yiiwheels dev-master requires 2amigos/yiistrap 1.1.1 -> satisfiable 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 2amigos/yiistrap[dev-master].
- Installation request for 2amigos/yiiwheels dev-master -> satisfiable by 2amigos/yiiwheels[dev-master].

How to fix it? Why it hot work "from box"? Thx

@Avtonom
Copy link

Avtonom commented Nov 9, 2013

+1

@Borales
Copy link
Contributor

Borales commented Nov 9, 2013

@DenisOgr @Avtonom
I think you should delete 2amigos/yiistrap line from your composer.json file and set 2amigos/yiiwheels to dev-master like so:

{
    ...
    "require": {
        "2amigos/yiiwheels": "dev-master",
        ...
    },
    ...
}

Satisfiable "2amigos/yiistrap" package will be downloaded automatically by composer.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants