crisu83 / yiistrap

Twitter Bootstrap for the Yii PHP framework.
http://www.getyiistrap.com
BSD 3-Clause "New" or "Revised" License
286 stars 176 forks source link

Composer dependency error #304

Closed rantoniuk closed 9 years ago

rantoniuk commented 9 years ago

Initially I wanted this:

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

  Problem 1
    - Installation request for 2amigos/yiiwheels dev-master -> satisfiable by 2amigos/yiiwheels[dev-master].
    - 2amigos/yiiwheels dev-master requires 2amigos/yiistrap dev-master -> no matching package found.

Then after adding minimum-stability 'dev' I can see that yiistrap is the cause:

{
  "minimum-stability": "dev",

  "require": {
    "php": ">=5.3.0",
    "ext-curl": "*",
    "yiisoft/yii": "1.1.16",
    "mishamx/yii-user": "dev-master",
    "mustache/mustache": "~2.5",
    "swiftmailer/swiftmailer": "5.3.1",
    "cornernote/yii-email-module": "1.3.1",
    "cornernote/gii-modeldoc-generator": "1.2.5",
    "mailchimp/mailchimp": "2.0.6",
    "sleepwalker/hoauth": "1.2.5",
    "symfony/yaml": "2.6.5",
    "2amigos/yiiwheels": "2.0.3"
  },
  Problem 1
    - cornernote/yii-email-module 1.3.1 requires crisu83/yiistrap >=1.0.0 -> satisfiable by crisu83/yiistrap[1.3.0, 1.0.0, 1.0.1, 1.0.2, 1.0.3, 1.0.4, 1.0.5, 1.0.6, 1.0.7, 1.0.8, 1.0.9, 1.1.0, 1.1.1, 1.2.0, 1.2.1, 1.2.2, 1.2.3, dev-master].
    - cornernote/yii-email-module 1.3.1 requires crisu83/yiistrap >=1.0.0 -> satisfiable by crisu83/yiistrap[1.3.0, 1.0.0, 1.0.1, 1.0.2, 1.0.3, 1.0.4, 1.0.5, 1.0.6, 1.0.7, 1.0.8, 1.0.9, 1.1.0, 1.1.1, 1.2.0, 1.2.1, 1.2.2, 1.2.3, dev-master].
    - Can only install one of: crisu83/yiistrap[dev-bs3, 1.3.0].
    - Can only install one of: crisu83/yiistrap[dev-bs3, 1.0.0].
    - Can only install one of: crisu83/yiistrap[dev-bs3, 1.0.1].
    - Can only install one of: crisu83/yiistrap[dev-bs3, 1.0.2].
    - Can only install one of: crisu83/yiistrap[dev-bs3, 1.0.3].
    - Can only install one of: crisu83/yiistrap[dev-bs3, 1.0.4].
    - Can only install one of: crisu83/yiistrap[dev-bs3, 1.0.5].
    - Can only install one of: crisu83/yiistrap[dev-bs3, 1.0.6].
    - Can only install one of: crisu83/yiistrap[dev-bs3, 1.0.7].
    - Can only install one of: crisu83/yiistrap[dev-bs3, 1.0.8].
    - Can only install one of: crisu83/yiistrap[dev-bs3, 1.0.9].
    - Can only install one of: crisu83/yiistrap[dev-bs3, 1.1.0].
    - Can only install one of: crisu83/yiistrap[dev-bs3, 1.1.1].
    - Can only install one of: crisu83/yiistrap[dev-bs3, 1.2.0].
    - Can only install one of: crisu83/yiistrap[dev-bs3, 1.2.1].
    - Can only install one of: crisu83/yiistrap[dev-bs3, 1.2.2].
    - Can only install one of: crisu83/yiistrap[dev-bs3, 1.2.3].
    - Can only install one of: crisu83/yiistrap[dev-bs3, 1.3.0].
    - Can only install one of: crisu83/yiistrap[dev-master, dev-bs3].
    - 2amigos/yiiwheels 2.0.3 requires crisu83/yiistrap dev-bs3 -> satisfiable by crisu83/yiistrap[dev-bs3].
    - Installation request for 2amigos/yiiwheels 2.0.3 -> satisfiable by 2amigos/yiiwheels[2.0.3].
    - Installation request for cornernote/yii-email-module 1.3.1 -> satisfiable by cornernote/yii-email-module[1.3.1].
crisu83 commented 9 years ago

I believe that this issue has been resolve, please re-open if necessary.