nusoap icon indicating copy to clipboard operation
nusoap copied to clipboard

can't install stable version

Open philippefuentes opened this issue 7 years ago • 11 comments

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).

philippefuentes avatar May 16 '18 15:05 philippefuentes

Hi, could you please try ~0.9.6?

f3l1x avatar May 17 '18 06:05 f3l1x

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).

philippefuentes avatar May 17 '18 10:05 philippefuentes

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

f3l1x avatar May 18 '18 07:05 f3l1x

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

f3l1x avatar May 18 '18 07:05 f3l1x

The same problem with ubuntu server 16.04

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

ghostnars avatar May 29 '18 05:05 ghostnars

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

evilangelmd avatar Aug 01 '18 15:08 evilangelmd

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

hipointinc avatar Aug 30 '18 14:08 hipointinc

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

f3l1x avatar Aug 30 '18 14:08 f3l1x

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

$ composer require econea/nusoap:~0.9.6

evilangelmd avatar Sep 04 '18 10:09 evilangelmd

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

evilangelmd avatar Sep 04 '18 10:09 evilangelmd

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.

hipointinc avatar Sep 06 '18 13:09 hipointinc