Skip to content

Commit 98a3f7d

Browse files
authored
Merge pull request #577 from mercadopago/release/3.8.0
Release 3.8.0
2 parents f90d7cb + 53f8999 commit 98a3f7d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ First time using Mercado Pago? Create your [Mercado Pago account](https://www.me
2121
2. Install PHP SDK for MercadoPago running in command line:
2222

2323
```
24-
composer require "mercadopago/dx-php:3.7.1"
24+
composer require "mercadopago/dx-php:3.8.0"
2525
```
2626

2727
> You can also run _composer require "mercadopago/dx-php:2.6.2"_ for PHP7.1 or _composer require "mercadopago/dx-php:1.12.6"_ for PHP5.6.

src/MercadoPago/MercadoPagoConfig.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
class MercadoPagoConfig
1111
{
1212
/** @var string Mercado Pago SDK version. */
13-
public static string $CURRENT_VERSION = "3.7.1";
13+
public static string $CURRENT_VERSION = "3.8.0";
1414

1515
/** @var string Mercado Pago Base URL */
1616
public static string $BASE_URL = "https://api.mercadopago.com";

0 commit comments

Comments
 (0)