Skip to content

Commit

Permalink
0.0.3: «Use of echo language construct is discouraged»: mage2pro/core#28
Browse files Browse the repository at this point in the history
  • Loading branch information
dmitrii-fediuk committed Sep 27, 2017
1 parent f09a5d8 commit b2df2e2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion T/Basic.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@
// 2017-04-24
final class Basic extends TestCase {
/** @test 2017-04-24 */
function t01() {echo df_dump([]);}
function t01() {print_r(df_dump([]));}
}
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "mage2pro/mercadopago"
,"version": "0.0.2"
,"version": "0.0.3"
,"description": "The «MercadoPago» payment extension for Magento 2."
,"type": "magento2-module"
,"homepage": "https://mage2.pro/c/extensions/mercadopago"
Expand All @@ -11,7 +11,7 @@
"homepage": "https://mage2.pro/users/dmitry_fedyuk",
"role": "Developer"
}]
,"require": {"mage2pro/core": ">=2.5.23", "mercadopago/sdk": ">=0.5.2"}
,"require": {"mage2pro/core": ">=2.12.21", "mercadopago/sdk": ">=0.5.2"}
,"autoload": {"files": ["registration.php"], "psr-4": {"Dfe\\MercadoPago\\": ""}}
,"keywords": [
"API"
Expand Down

0 comments on commit b2df2e2

Please sign in to comment.