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 694aa99 commit 8f71ba1
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 17 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ First time using Mercado Pago? Create your [Mercado Pago account](https://www.me
1. Download [Composer](https://getcomposer.org/doc/00-intro.md) if not already installed

2. On your project directory run on the command line
`composer require "mercadopago/dx-php:2.2.1"` for PHP7 or `composer require "mercadopago/dx-php:1.9.0"` for PHP5.6.
`composer require "mercadopago/dx-php:2.3.0"` for PHP7 or `composer require "mercadopago/dx-php:1.11.0"` for PHP5.6.

3. Copy the access_token in the [credentials](https://www.mercadopago.com/mlb/account/credentials) section of the page and replace YOUR_ACCESS_TOKEN with it.

Expand Down
16 changes: 2 additions & 14 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,26 +2,14 @@
"name": "mercadopago/dx-php",
"description": "Mercado Pago PHP SDK",
"type": "library",
"homepage": "https://github.com/mercadopago/dx-php",
"homepage": "https://github.com/mercadopago/sdk-php",
"license": "MIT",
"version": "2.2.1",
"version": "2.3.0",
"config": {
"platform": {
"php": "7.1"
}
},
"authors": [
{
"name": "imasson",
"role": "Developer",
"homepage": "https://github.com/imasson"
},
{
"name": "joelibaceta",
"role": "Developer",
"homepage": "https://github.com/joelibaceta"
}
],
"require": {
"php": ">=7.1.0",
"doctrine/common": "^2.6",
Expand Down
2 changes: 1 addition & 1 deletion docs/classes/MercadoPago-Version.html
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,7 @@ <h4 class="phpdocumentor-element__name" id="property__VERSION">
<span class="phpdocumentor-signature__visibility">public</span>
<span class="phpdocumentor-signature__static">static</span> <span class="phpdocumentor-signature__type">mixed</span>
<span class="phpdocumentor-signature__name">$_VERSION</span>
= <span class="phpdocumentor-signature__default-value">&#039;2.2.1&#039;</span></code>
= <span class="phpdocumentor-signature__default-value">&#039;2.3.0&#039;</span></code>



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 = '2.2.1';
$_VERSION = '2.3.0';
}

0 comments on commit 8f71ba1

Please sign in to comment.