Borales/yii2-phone-input

Composer error

yarosdev opened this issue · 10 comments

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

Problem 1
- borales/yii2-phone-input 0.1.1 requires bower-asset/intl-tel-input ^11 -> no matching package found.
- borales/yii2-phone-input 0.1.1 requires bower-asset/intl-tel-input ^11 -> no matching package found.
- Installation request for borales/yii2-phone-input ^0.1.1 -> satisfiable by borales/yii2-phone-input[0.1.1].

fddn commented

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.

Not working @csabike2

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

@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

@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

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.

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

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

Is this issue still relevant?