f00b4r / nusoap

:smirk: Fixed NuSOAP for PHP 5.6 - 8.2
https://f00b4r.github.io/nusoap/
320 stars 356 forks source link

can't install stable version #31

Open philippefuentes opened 6 years ago

philippefuentes commented 6 years ago

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 commented 6 years ago

Hi, could you please try ~0.9.6?

philippefuentes commented 6 years ago

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 commented 6 years ago

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

f3l1x commented 6 years ago

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

ghostnars commented 6 years ago

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 commented 6 years ago

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

hipointinc commented 6 years ago

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

f3l1x commented 6 years ago

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

evilangelmd commented 6 years ago

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

$ composer require econea/nusoap:~0.9.6

evilangelmd commented 6 years ago

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

hipointinc commented 6 years ago

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.