mercadolibre / php-sdk

MercadoLibre's PHP SDK
185 stars 266 forks source link

Erro ao realizar require mercadolibre/php-sdk #101

Open tiagobeber opened 3 years ago

tiagobeber commented 3 years ago

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

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" } }