Borales / yii2-phone-input

Yii2 International telephone numbers
Other
135 stars 55 forks source link

Composer error #34

Closed yarosdev closed 5 years ago

yarosdev commented 7 years ago

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

Problem 1

fddn commented 7 years ago

Hey,

try to remove bower-asset/intl-tel-input asset. I had similar issue yesterday. My solutions was the next:

composer remove borales/yii2-phone-input, then composer remove bower-asset/intl-tel-input then composer install then composer require "borales/yii2-phone-input" "*" and finally composer install

after these steps, everything worked for me.

pptyasar commented 6 years ago

Not working @csabike2

Borales commented 6 years ago

@pptyasar @csabike2 @Yarisrespect I apologize for such a delay with this issue, I'm going to fix today/tomorrow

Borales commented 6 years ago

@Yarisrespect @pptyasar could you please check your projects with the latest changes to composer.json? I'm gonna add some tests to this repo in the meantime

Rinku786 commented 6 years ago

@Borales Have you solved this issue? Today i've tried to install Borales/yii2-phone-input extension through composer and it's still producing errors: errors

classicalguss commented 5 years ago

Hi I'm getting something similar. Any idea?

./composer.json has been updated The "extra.asset-installer-paths" option is deprecated, use the "config.fxp-asset.installer-paths" option Loading composer repositories with package information Updating dependencies (including require-dev) The "https://bower.herokuapp.com/packages/jquery" file could not be downloaded (HTTP/1.1 502 Bad Gateway) https://bower.herokuapp.com/packages could not be fully loaded, package information was loaded from the local cache and may be out of date Your requirements could not be resolved to an installable set of packages. Problem 1 - borales/yii2-phone-input 0.1.2 requires bower-asset/intl-tel-input ^12 -> no matching package found. - borales/yii2-phone-input 0.1.1 requires bower-asset/intl-tel-input ^11 -> no matching package found. - borales/yii2-phone-input 0.1.0 requires bower-asset/intl-tel-input ^10 -> no matching package found. - borales/yii2-phone-input 0.0.5 requires bower-asset/intl-tel-input * -> no matching package found. - borales/yii2-phone-input 0.0.4 requires bower-asset/intl-tel-input * -> no matching package found. - borales/yii2-phone-input 0.0.3 requires bower-asset/intl-tel-input * -> no matching package found. - borales/yii2-phone-input 0.0.2 requires bower-asset/intl-tel-input * -> no matching package found. - borales/yii2-phone-input 0.0.1 requires bower-asset/intl-tel-input * -> no matching package found. - Installation request for borales/yii2-phone-input * -> satisfiable by borales/yii2-phone-input[0.0.1, 0.0.2, 0.0.3, 0.0.4, 0.0.5, 0.1.0, 0.1.1, 0.1.2]. 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 for more details. Read for further common problems.

Borales commented 5 years ago

@Rinku786 @classicalguss have you tried using this service https://asset-packagist.org/ ?

bologer commented 5 years ago

Same issue:

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

  Problem 1
    - borales/yii2-phone-input 0.2.1 requires bower-asset/intl-tel-input ^16 -> no matching package found.
    - borales/yii2-phone-input 0.1.2 requires bower-asset/intl-tel-input ^12 -> no matching package found.
    - borales/yii2-phone-input 0.1.1 requires bower-asset/intl-tel-input ^11 -> no matching package found.
    - borales/yii2-phone-input 0.1.0 requires bower-asset/intl-tel-input ^10 -> no matching package found.
    - borales/yii2-phone-input 0.0.5 requires bower-asset/intl-tel-input * -> no matching package found.
    - borales/yii2-phone-input 0.0.4 requires bower-asset/intl-tel-input * -> no matching package found.
    - borales/yii2-phone-input 0.0.3 requires bower-asset/intl-tel-input * -> no matching package found.
    - borales/yii2-phone-input 0.0.2 requires bower-asset/intl-tel-input * -> no matching package found.
    - borales/yii2-phone-input 0.0.1 requires bower-asset/intl-tel-input * -> no matching package found.
    - Installation request for borales/yii2-phone-input * -> satisfiable by borales/yii2-phone-input[0.0.1, 0.0.2, 0.0.3, 0.0.4, 0.0.5, 0.1.0, 0.1.1, 0.1.2, 0.2.1].

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.
 - It's a private package and you forgot to add a custom repository to find it

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

Edit: adding repo entry from https://asset-packagist.org/ helped, thanks

Borales commented 5 years ago

Is this issue still relevant?

bologer commented 5 years ago

@Borales no