Skip to content

Commit

Permalink
0.0.4: «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 c76debd commit e003ec5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions T/Basic.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ final class Basic extends TestCase {
function t00() {}

/** 2017-07-05 */
function t01_token() {echo S::s()->token();}
function t01_token() {print_r(S::s()->token());}

/** @test 2017-07-08 */
function t02_getModules() {echo df_json_encode(F::s()->getModules());}
function t02_getModules() {print_r(df_json_encode(F::s()->getModules()));}
}
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "mage2pro/zoho-crm"
,"version": "0.0.3"
,"version": "0.0.4"
,"description": "The «Zoho CRM» extension for Magento 2."
,"type": "magento2-module"
,"homepage": "https://github.com/mage2pro/zoho-crm"
Expand All @@ -11,7 +11,7 @@
"homepage": "https://mage2.pro/users/dmitry_fedyuk",
"role": "Developer"
}]
,"require": {"mage2pro/core": ">=2.7.43", "mage2pro/zoho": ">=0.0.7"}
,"require": {"mage2pro/core": ">=2.12.21", "mage2pro/zoho": ">=0.0.7"}
,"autoload": {"files": ["registration.php"], "psr-4": {"Dfe\\ZohoCRM\\": ""}}
,"keywords": [
"CRM"
Expand Down

0 comments on commit e003ec5

Please sign in to comment.