Answer the question
In order to leave comments, you need to log in
How do I solve Composer's "Could not find a matching version of package" issue?
I made autoload via Composer, but unfortunately I can't connect the package: cloudpayments/cloud-payments-client .
I am getting an error:
[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"
}
]
}
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question