From 0b13b60a4fe8283485e92ff9eccd9a1417582e3f Mon Sep 17 00:00:00 2001 From: Danilo Elias Date: Mon, 6 Apr 2020 14:51:56 -0300 Subject: [PATCH] Adjusting version --- README.md | 2 +- composer.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 09f4e934..49cbe9ee 100755 --- a/README.md +++ b/README.md @@ -13,7 +13,7 @@ The SDK supports PHP 5.6 or major #### Using Composer 1. Download [Composer](https://getcomposer.org/doc/00-intro.md#installation-linux-unix-macos) if not already installed -2. Go to your project directory and run `composer require "mercadopago/dx-php:1.2.1"` on the command line. +2. Go to your project directory and run `composer require "mercadopago/dx-php:1.9.0"` on the command line. 3. This how your directory structure would look like. 4. Thats all, you have Mercado Pago SDK installed. diff --git a/composer.json b/composer.json index 767db1fe..d6500eb7 100755 --- a/composer.json +++ b/composer.json @@ -3,7 +3,7 @@ "type": "library", "homepage": "https://github.com/mercadopago/dx-php", "license": "MIT", - "version": "1.8.1", + "version": "1.9.0", "config": { "platform": { "php": "5.6"