Skip to content

Commit

Permalink
0.4.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 aac3165 commit be4700d
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 @@ -3,8 +3,8 @@
// 2017-05-05
final class Basic extends TestCase {
/** 2017-05-05 */
function t01() {echo df_dump(dfe_portal_plugins());}
function t01() {print_r(df_dump(dfe_portal_plugins()));}

/** @test 2017-05-10 */
function t02() {echo df_dump(df_github_repo_version('mage2pro/stripe'));}
function t02() {print_r(df_dump(df_github_repo_version('mage2pro/stripe')));}
}
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "mage2pro/portal"
,"version": "0.4.3"
,"version": "0.4.4"
,"description": "A web portal extension for Magento 2"
,"type": "magento2-module"
,"homepage": "https://mage2.pro"
Expand All @@ -11,7 +11,7 @@
"homepage": "https://mage2.pro/users/dmitry_fedyuk",
"role": "Developer"
}]
,"require": {"mage2pro/core": ">=2.6.25", "mage2pro/oro": ">=0.0.1"}
,"require": {"mage2pro/core": ">=2.12.21", "mage2pro/oro": ">=0.0.1"}
,"autoload": {"files": ["registration.php"], "psr-4": {"Dfe\\Portal\\": ""}}
,"keywords": [
"CMS"
Expand Down

0 comments on commit be4700d

Please sign in to comment.