From 0e53346b289c5354fa8dfb62bb6cd8fbc73fc7ee Mon Sep 17 00:00:00 2001 From: Nicholas Pedroso Date: Wed, 19 May 2021 17:59:42 -0300 Subject: [PATCH] Update SDK version --- README.md | 2 +- composer.json | 16 ++-------------- src/MercadoPago/Version.php | 2 +- 3 files changed, 4 insertions(+), 16 deletions(-) diff --git a/README.md b/README.md index 0c94ce07..90d1b162 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.10.0"` on the command line. +2. Go to your project directory and run `composer require "mercadopago/dx-php:1.11.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 ba2ba116..c8d640a4 100755 --- a/composer.json +++ b/composer.json @@ -1,26 +1,14 @@ { "name": "mercadopago/dx-php", "type": "library", - "homepage": "https://github.com/mercadopago/dx-php", + "homepage": "https://github.com/mercadopago/sdk-php", "license": "MIT", - "version": "1.10.0", + "version": "1.11.0", "config": { "platform": { "php": "5.6" } }, - "authors": [ - { - "name": "imasson", - "role": "Developer", - "homepage": "https://github.com/imasson" - }, - { - "name": "joelibaceta", - "role": "Developer", - "homepage": "https://github.com/joelibaceta" - } - ], "require": { "php": ">=5.5.0", "doctrine/common": "~2.6", diff --git a/src/MercadoPago/Version.php b/src/MercadoPago/Version.php index 081fc804..bdb12ec5 100755 --- a/src/MercadoPago/Version.php +++ b/src/MercadoPago/Version.php @@ -4,5 +4,5 @@ class Version { public static - $_VERSION = '1.10.0'; + $_VERSION = '1.11.0'; }