Skip to content

Commit

Permalink
Update SDK version
Browse files Browse the repository at this point in the history
  • Loading branch information
Nicholas Pedroso committed May 19, 2021
1 parent 7365dac commit 0e53346
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 16 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down
16 changes: 2 additions & 14 deletions composer.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
2 changes: 1 addition & 1 deletion src/MercadoPago/Version.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@
class Version
{
public static
$_VERSION = '1.10.0';
$_VERSION = '1.11.0';
}

0 comments on commit 0e53346

Please sign in to comment.