2amigos / yii2-file-upload-widget

BlueImp File Upload Widget for Yii2
Other
252 stars 140 forks source link

bower-asset/blueimp-file-upload ~9.9 -> no matching package found. #124

Open Commifreak opened 6 years ago

Commifreak commented 6 years ago
Your requirements could not be resolved to an installable set of packages.

  Problem 1
    - 2amigos/yii2-file-upload-widget 1.0.7 requires bower-asset/blueimp-file-upload ~9.9 -> no matching package found.
    - 2amigos/yii2-file-upload-widget 1.0.6 requires bower-asset/blueimp-file-upload ~9.9 -> no matching package found.
    - 2amigos/yii2-file-upload-widget 1.0.5 requires bower-asset/blueimp-file-upload ~9.9 -> no matching package found.
    - 2amigos/yii2-file-upload-widget 1.0.4 requires bower-asset/blueimp-file-upload ~9.9 -> no matching package found.
    - 2amigos/yii2-file-upload-widget 1.0.3 requires bower-asset/blueimp-file-upload ~9.9.0 -> no matching package found.
    - 2amigos/yii2-file-upload-widget 1.0.2 requires bower-asset/blueimp-file-upload ~9.9.0 -> no matching package found.
    - 2amigos/yii2-file-upload-widget 1.0.1 requires bower-asset/blueimp-file-upload ~9.9 -> no matching package found.
    - 2amigos/yii2-file-upload-widget 1.0.0 requires bower-asset/blueimp-file-upload ~9.9 -> no matching package found.
    - Installation request for 2amigos/yii2-file-upload-widget ~1.0 -> satisfiable by 2amigos/yii2-file-upload-widget[1.0.0, 1.0.1, 1.0.2, 1.0.3, 1.0.4, 1.0.5, 1.0.6, 1.0.7].

Potential causes:
 - A typo in the package name
 - The package is not available in a stable-enough version according to your minimum-stability setting
   see <https://getcomposer.org/doc/04-schema.md#minimum-stability> for more details.

Read <https://getcomposer.org/doc/articles/troubleshooting.md> for further common problems.

Installation failed, reverting ./composer.json to its original content.

Done by:

composer require 2amigos/yii2-file-upload-widget:~1.0

composer: 1.5.2 (stable channel)

Whats wrong?

composer diagnose
Checking composer.json: WARNING
require.kartik-v/yii2-widget-sidenav : unbound version constraints (*) should be avoided
require.kartik-v/yii2-widget-activeform : unbound version constraints (*) should be avoided
require.kartik-v/yii2-widgets : unbound version constraints (*) should be avoided
require.kartik-v/yii2-tabs-x : unbound version constraints (*) should be avoided
require.kartik-v/yii2-detail-view : unbound version constraints (*) should be avoided
require.kartik-v/yii2-widget-growl : unbound version constraints (*) should be avoided
require.kartik-v/yii2-nav-x : unbound version constraints (*) should be avoided
require.kartik-v/yii2-grid : unbound version constraints (@dev) should be avoided
require.kartik-v/yii2-mpdf : unbound version constraints (*) should be avoided
require.kartik-v/yii2-editable : unbound version constraints (*) should be avoided
Checking platform settings: OK
Checking git settings: OK
Checking http connectivity to packagist: OK
Checking https connectivity to packagist: OK
Checking HTTP proxy: OK
Checking HTTP proxy support for request_fulluri: OK
Checking HTTPS proxy support for request_fulluri: OK
Checking github.com oauth access: OK
Checking disk free space: OK
Checking pubkeys:
Tags Public Key Fingerprint: 57815BA2 7E54DC31 7ECC7CC5 573090D0  87719BA6 8F3BB723 4E5D42D0 84A14642
Dev Public Key Fingerprint: 4AC45767 E5EC2265 2F0C1167 CBBB8A2B  0C708369 153E328C AD90147D AFE50952
OK
Checking composer version: OK
tonydspaniard commented 6 years ago

@Commifreak please, try this on your composer file:

    "minimum-stability": "dev",
    "prefer-stable": true,

let me know if it works.

devk1d commented 6 years ago

@tonydspaniard +1, not works.

tonydspaniard commented 6 years ago

@devk1d not works? or works?

craycel commented 6 years ago

I have the same problema anybody can help me. 2017-11-30 6

tonydspaniard commented 6 years ago

@craycel have you tried this? https://github.com/2amigos/yii2-file-upload-widget/issues/124#issuecomment-336695535

kohone commented 6 years ago

@tonydspaniard I try this, and not works image

kohone commented 6 years ago

command

composer global require "fxp/composer-asset-plugin:^1.2.0"

fix it