udokmeci / yii2-kont-trevor

yii2 optimized content builder upon Sir Trevor wysiwyg custom components with Mustache, jQuery Cropper and others.
MIT License
17 stars 7 forks source link

Your requirements could not be resolved to an installable set of packages #5

Open vpadhariya opened 7 years ago

vpadhariya commented 7 years ago

when I try to install this extension using command below

composer require --prefer-dist udokmeci/yii2-kont-trevor "*"

it is giving me following error.

Problem 1

  • The requested package udokmeci/yii2-kont-trevor * is satisfiable by udokmeci/yii2-kont-trevor[dev-feature/behaviour, dev-master, 1.2.x-dev] but these conflict with your requirements or minimum-stability.

Let me know what shall I do?

vpadhariya commented 7 years ago

I also try to edit the "minimum-stability" from "stable" to "dev" and it gives me following error.

composer require --prefer-dist udokmeci/yii2-kont-trevor "*" Updating dependencies (including require-dev) Your requirements could not be resolved to an installable set of packages.

Problem 1

  • udokmeci/yii2-kont-trevor 1.2.x-dev requires bower-asset/sir-trevor-js * -> no matching package found.
  • udokmeci/yii2-kont-trevor dev-master requires bower-asset/sir-trevor-js * -> no matching package found.
  • udokmeci/yii2-kont-trevor dev-feature/behaviour requires bower-asset/sir-trevor-js * -> no matching package found.
  • Installation request for udokmeci/yii2-kont-trevor * -> satisfiable by udokmeci/yii2-kont-trevor[dev-feature/behaviour, dev-master, 1.2.x-dev].
udokmeci commented 7 years ago

Hi,

You will need to be able to install bower assets through the composer.

See https://packagist.org/packages/fxp/composer-asset-plugin

Bests,

On 11/30/2016 02:57 PM, Vijay Padhariya wrote:

I also try to edit the "minimum-stability" from "stable" to "dev" and it gives me following error.

composer require --prefer-dist udokmeci/yii2-kont-trevor "*"
Updating dependencies (including require-dev)
Your requirements could not be resolved to an installable set of
packages.

Problem 1
- udokmeci/yii2-kont-trevor 1.2.x-dev requires
bower-asset/sir-trevor-js * -> no matching package found.
- udokmeci/yii2-kont-trevor dev-master requires
bower-asset/sir-trevor-js * -> no matching package found.
- udokmeci/yii2-kont-trevor dev-feature/behaviour requires
bower-asset/sir-trevor-js * -> no matching package found.
- Installation request for udokmeci/yii2-kont-trevor * ->
satisfiable by udokmeci/yii2-kont-trevor[dev-feature/behaviour,
dev-master, 1.2.x-dev].

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/udokmeci/yii2-kont-trevor/issues/5#issuecomment-263856466, or mute the thread https://github.com/notifications/unsubscribe-auth/AIe_KqwKLA9zMZYQYlRvISkvYPlHHLKGks5rDWS5gaJpZM4LAG4x.

vpadhariya commented 7 years ago

ok I tried updating composer asset plugin and get same error again.

$ composer require --prefer-dist udokmeci/yii2-kont-trevor "*"

Your requirements could not be resolved to an installable set of packages.

Problem 1

  • The requested package udokmeci/yii2-kont-trevor * is satisfiable by udokmeci/yii2-kont-trevor[dev-feature/behaviour, dev-master, 1.2.x-dev] but these conflict with your requirements or minimum-stability.
udokmeci commented 7 years ago

Now you can try with min stab.dev thanks

On November 30, 2016 4:38:13 PM GMT+03:00, Vijay Padhariya notifications@github.com wrote:

ok I tried updating composer asset plugin and get same error again.

$ composer require --prefer-dist udokmeci/yii2-kont-trevor "*"

Your requirements could not be resolved to an installable set of packages.

Problem 1

  • The requested package udokmeci/yii2-kont-trevor * is satisfiable by udokmeci/yii2-kont-trevor[dev-feature/behaviour, dev-master, 1.2.x-dev] but these conflict with your requirements or minimum-stability.

-- You are receiving this because you commented. Reply to this email directly or view it on GitHub: https://github.com/udokmeci/yii2-kont-trevor/issues/5#issuecomment-263875127

-- Sent from my Android device with K-9 Mail. Please excuse my brevity.

vpadhariya commented 7 years ago

Thanks, but getting same error again.

vpadhariya commented 7 years ago

I also tried this way today.

$ composer require --prefer-dist udokmeci/yii2-kont-trevor "dev-master" ./composer.json has been updated Loading composer repositories with package information Updating dependencies (including require-dev) Your requirements could not be resolved to an installable set of packages.

Problem 1

  • Installation request for udokmeci/yii2-kont-trevor dev-master -> satisfiable by udokmeci/yii2-kont-trevor[dev-master].
  • udokmeci/yii2-kont-trevor dev-master requires perminder-klair/yii2-sir-trevor-js dev-master -> satisfiable by perminder-klair/yii2-sir-trevor-js[dev-master] but these conflict with your requirements or minimum-stability.

Do you want me to paste my composer.json file here?

udokmeci commented 7 years ago

Hi,

Could u please try without --prefer-dist . Remember this is not a stable release yet. And i have not seen enough reqs for it yet. Also requires testing fir it.

Thanks.

On December 3, 2016 9:33:37 AM GMT+03:00, Vijay Padhariya notifications@github.com wrote:

I also tried this way today.

$ composer require --prefer-dist udokmeci/yii2-kont-trevor "dev-master" ./composer.json has been updated Loading composer repositories with package information Updating dependencies (including require-dev) Your requirements could not be resolved to an installable set of packages.

Problem 1

  • Installation request for udokmeci/yii2-kont-trevor dev-master -> satisfiable by udokmeci/yii2-kont-trevor[dev-master].
  • udokmeci/yii2-kont-trevor dev-master requires perminder-klair/yii2-sir-trevor-js dev-master -> satisfiable by perminder-klair/yii2-sir-trevor-js[dev-master] but these conflict with your requirements or minimum-stability.

Do you want me to paste my composer.json file here?

-- You are receiving this because you commented. Reply to this email directly or view it on GitHub: https://github.com/udokmeci/yii2-kont-trevor/issues/5#issuecomment-264621126

-- Sent from my Android device with K-9 Mail. Please excuse my brevity.

vpadhariya commented 7 years ago

Thanks for replying I tried via this way as well, see the output.

$ composer require udokmeci/yii2-kont-trevor "dev-master" ./composer.json has been updated Loading composer repositories with package information Updating dependencies (including require-dev) Your requirements could not be resolved to an installable set of packages.

Problem 1

  • Installation request for udokmeci/yii2-kont-trevor dev-master -> satisfiable by udokmeci/yii2-kont-trevor[dev-master].
  • udokmeci/yii2-kont-trevor dev-master requires perminder-klair/yii2-sir-trevor-js dev-master -> satisfiable by perminder-klair/yii2-sir-trevor-js[dev-master] but these conflict with your requirements or minimum-stability.

and here is my composer.json file.

    "minimum-stability": "stable",
    "require": {
        "php": ">=5.4.0",
        "yiisoft/yii2": ">=2.0.6",
        "yiisoft/yii2-bootstrap": "*",
        "yiisoft/yii2-swiftmailer": "*",
        "yiisoft/yii2-jui": "~2.0.0",
        "yiidoc/yii2-redactor": "*",
        "vova07/yii2-fileapi-widget": "*",
        "kartik-v/yii2-widget-growl": "*",
        "kartik-v/yii2-editable": "*",
        "kartik-v/yii2-widget-datepicker": "*",
        "kartik-v/yii2-widget-fileinput": "*",
        "intelligent/yii2-uikit": "dev-master",
        "kartik-v/yii2-widget-colorinput": "*",
        "kartik-v/yii2-widget-timepicker": "*",
        "2amigos/yii2-file-upload-widget": "*",
        "yiisoft/yii2-imagine": "^2.0",
        "kartik-v/yii2-widget-select2": "^2.0",
        "paypal/rest-api-sdk-php": "*"
    },
    "require-dev": {
        "yiisoft/yii2-codeception": "*",
        "yiisoft/yii2-debug": "*",
        "yiisoft/yii2-gii": "*",
        "yiisoft/yii2-faker": "*"
    },
udokmeci commented 7 years ago

Hi again. This is not a stable package. "minimum-stability": "stable",

Is causing the error above. Thansk

On December 3, 2016 1:57:50 PM GMT+03:00, Vijay Padhariya notifications@github.com wrote:

Thanks for replying I tried via this way as well, see the output.

$ composer require udokmeci/yii2-kont-trevor "dev-master" ./composer.json has been updated Loading composer repositories with package information Updating dependencies (including require-dev) Your requirements could not be resolved to an installable set of packages.

Problem 1

  • Installation request for udokmeci/yii2-kont-trevor dev-master -> satisfiable by udokmeci/yii2-kont-trevor[dev-master].
  • udokmeci/yii2-kont-trevor dev-master requires perminder-klair/yii2-sir-trevor-js dev-master -> satisfiable by perminder-klair/yii2-sir-trevor-js[dev-master] but these conflict with your requirements or minimum-stability.

and here is my composer.json file.

   "minimum-stability": "stable",
   "require": {
      "php": ">=5.4.0",
      "yiisoft/yii2": ">=2.0.6",
      "yiisoft/yii2-bootstrap": "*",
      "yiisoft/yii2-swiftmailer": "*",
      "yiisoft/yii2-jui": "~2.0.0",
      "yiidoc/yii2-redactor": "*",
      "vova07/yii2-fileapi-widget": "*",
      "kartik-v/yii2-widget-growl": "*",
      "kartik-v/yii2-editable": "*",
      "kartik-v/yii2-widget-datepicker": "*",
      "kartik-v/yii2-widget-fileinput": "*",
      "intelligent/yii2-uikit": "dev-master",
      "kartik-v/yii2-widget-colorinput": "*",
      "kartik-v/yii2-widget-timepicker": "*",
      "2amigos/yii2-file-upload-widget": "*",
      "yiisoft/yii2-imagine": "^2.0",
      "kartik-v/yii2-widget-select2": "^2.0",
      "paypal/rest-api-sdk-php": "*"
   },
   "require-dev": {
      "yiisoft/yii2-codeception": "*",
      "yiisoft/yii2-debug": "*",
      "yiisoft/yii2-gii": "*",
      "yiisoft/yii2-faker": "*"
   },

-- You are receiving this because you commented. Reply to this email directly or view it on GitHub: https://github.com/udokmeci/yii2-kont-trevor/issues/5#issuecomment-264632275

-- Sent from my Android device with K-9 Mail. Please excuse my brevity.

vpadhariya commented 7 years ago

so is there any date when this is going to stable?