Skip to content

Commit

Permalink
1.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
dmitrii-fediuk committed Jul 31, 2023
1 parent c559b4e commit d529d0e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Test/CaseT/Regular.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ function t00():void {}
function t01():void {echo __METHOD__ . ': ' . $this->transId();}

/** 2018-11-13 */
function t02():void {echo df_json_encode(df_extend(
function t02():void {echo df_json_encode(dfa_merge_r(
['TBCBank' => ['1111' => ['a' => 'b']]]
,['TBCBank' => ['2222' => ['c' => 'd']]]
));}
Expand Down
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "mage2pro/tbc-bank"
,"version": "1.5.0"
,"version": "1.5.1"
,"description": "TBC Bank (Georgia) integration with Magento 2"
,"type": "magento2-module"
,"homepage": "https://mage2.pro/c/extensions/tbc-bank"
Expand All @@ -11,7 +11,7 @@
"homepage": "https://upwork.com/fl/mage2pro",
"role": "Developer"
}]
,"require": {"mage2pro/core": ">=7.8.9"}
,"require": {"mage2pro/core": ">=10.1.5"}
,"autoload": {"files": ["registration.php"], "psr-4": {"Dfe\\TBCBank\\": ""}}
,"keywords": [
"API"
Expand Down

0 comments on commit d529d0e

Please sign in to comment.