[InvalidArgumentException]
Could not find a matching version of package cloudpayments/cloudpayments-php-client. Check the
package spelling, your version constraint and that the package is available in a stability whic
h matches your minimum-stability (dev).
{
"autoload": {
"psr-4": {
"Services\\": "services",
"App\\": "app"
}
},
"minimum-stability": "dev",
"require": {
"php": ">=5.5",
"ext-json": "*"
},
"require-dev": {
"roave/security-advisories": "dev-master"
},
"repositories": [
{
"type": "composer",
"url": "https://asset-packagist.org"
}
]
}