Skip to content

Commit

Permalink
Merge pull request #261 from mercadopago/fix/1.9.0-version
Browse files Browse the repository at this point in the history
Adjusting version
  • Loading branch information
delias-silva committed Apr 6, 2020
2 parents 53de8d7 + 0b13b60 commit 642e592
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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.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.

Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 642e592

Please sign in to comment.