Skip to content
This repository has been archived by the owner on Feb 10, 2022. It is now read-only.

Erro ao realizar require mercadolibre/php-sdk #101

Open
tiagobeber opened this issue Dec 14, 2020 · 1 comment
Open

Erro ao realizar require mercadolibre/php-sdk #101

tiagobeber opened this issue Dec 14, 2020 · 1 comment

Comments

@tiagobeber
Copy link

Buenas,

Toda vez que tento baixar o SDK, ele da erro:

[InvalidArgumentException]
Could not find a version of package mercadolibre/php-sdk matching your minimum-stability (stable). Require it with
an explicit version constraint allowing its desired stability.

Aguardo.

Abç

@ingfdoaguirre
Copy link

Hi, you need to add this to your composer.json

{
"repositories": [
{
"type": "vcs",
"url": "https://github.com/mercadolibre/php-sdk.git"
}
],
"require": {
"mercadolibre/php-sdk": "*@dev"
}
}

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants