Open philippefuentes opened 6 years ago
Hi, could you please try ~0.9.6
?
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).
What version of composer do you have? And how does your composer.json looks like?
There'is a propel version at packagist (https://packagist.org/packages/econea/nusoap).
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 can you try install latest version of composer and try again?
Anyone got this to work? i'm not able to install it through composer either.
Which PHP do you have? How does your composer.json look like?
please consider to remove space between name of package and version, like this:
$ composer require econea/nusoap:~0.9.6
composer is case sensitive, and tries to find " 0.9.6" instead of "0.9.6"
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.
Hello,
I'm trying to install the stable version:
But I got this error: