Skip to content

Commit d529d0e

Browse files
1.5.1
1 parent c559b4e commit d529d0e

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Test/CaseT/Regular.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ function t00():void {}
1010
function t01():void {echo __METHOD__ . ': ' . $this->transId();}
1111

1212
/** 2018-11-13 */
13-
function t02():void {echo df_json_encode(df_extend(
13+
function t02():void {echo df_json_encode(dfa_merge_r(
1414
['TBCBank' => ['1111' => ['a' => 'b']]]
1515
,['TBCBank' => ['2222' => ['c' => 'd']]]
1616
));}

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "mage2pro/tbc-bank"
3-
,"version": "1.5.0"
3+
,"version": "1.5.1"
44
,"description": "TBC Bank (Georgia) integration with Magento 2"
55
,"type": "magento2-module"
66
,"homepage": "https://mage2.pro/c/extensions/tbc-bank"
@@ -11,7 +11,7 @@
1111
"homepage": "https://upwork.com/fl/mage2pro",
1212
"role": "Developer"
1313
}]
14-
,"require": {"mage2pro/core": ">=7.8.9"}
14+
,"require": {"mage2pro/core": ">=10.1.5"}
1515
,"autoload": {"files": ["registration.php"], "psr-4": {"Dfe\\TBCBank\\": ""}}
1616
,"keywords": [
1717
"API"

0 commit comments

Comments
 (0)