Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

can't install stable version #31

Open
philippefuentes opened this issue May 16, 2018 · 11 comments
Open

can't install stable version #31

philippefuentes opened this issue May 16, 2018 · 11 comments

Comments

@philippefuentes
Copy link

Hello,

I'm trying to install the stable version:

composer require econea/nusoap: ~0.9.5.4

But I got this error:

[InvalidArgumentException]
  Could not find a matching version of package ~0.9.5.4. Check the package spelling, your version constraint and that the package is available in a stability which matches your minimum-stability (stable).
@f3l1x
Copy link
Member

f3l1x commented May 17, 2018

Hi, could you please try ~0.9.6?

@philippefuentes
Copy link
Author

I get the same error:

17:30 $ ./composer.phar require econea/nusoap: ~0.9.6

  [InvalidArgumentException]
  Could not find a matching version of package ~0.9.6. Check the package spelling, your version constraint and that the package is available in a stability which matches your minimum-stability (stable).

@f3l1x
Copy link
Member

f3l1x commented May 18, 2018

What version of composer do you have? And how does your composer.json looks like?

@f3l1x
Copy link
Member

f3l1x commented May 18, 2018

There'is a propel version at packagist (https://packagist.org/packages/econea/nusoap).

@ghostnars
Copy link

The same problem with ubuntu server 16.04

Composer version @package_branch_alias_version@ (1.0.0-beta2) 2016-03-27 16:00:34

@evilangelmd
Copy link

@ghostnars can you try install latest version of composer and try again?

@hipointinc
Copy link

Anyone got this to work? i'm not able to install it through composer either.

@f3l1x
Copy link
Member

f3l1x commented Aug 30, 2018

Which PHP do you have? How does your composer.json look like?

@evilangelmd
Copy link

please consider to remove space between name of package and version, like this:

$ composer require econea/nusoap:~0.9.6

@evilangelmd
Copy link

composer is case sensitive, and tries to find " 0.9.6" instead of "0.9.6"

@hipointinc
Copy link

So for me i managed to get it to work by adding it to the composer.json and then just updating composer, versus typing it in as a command.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Development

No branches or pull requests

5 participants