Skip to content

Commit f1751dc

Browse files
1.2.4
1 parent a4c8920 commit f1751dc

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Test/Basic.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ function t02_orders_stripe():void {
1717
$a['id'], $a['country']
1818
];}, df_oro_get_list('customers', [], [], true));
1919
$websites = array_values(df_map(
20-
df_sort_names(
20+
df_sort_l(
2121
array_filter(
2222
df_oro_get_list('orders', ['product' => 1], ['website'], true)['included']
2323
,function(array $a):bool {return

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "mage2pro/oro"
3-
,"version": "1.2.3"
3+
,"version": "1.2.4"
44
,"description": "Oro Platform integration with Magento 2"
55
,"type": "magento2-module"
66
,"homepage": "https://oplatform.club"
@@ -11,6 +11,6 @@
1111
"homepage": "https://upwork.com/fl/mage2pro",
1212
"role": "Developer"
1313
}]
14-
,"require": {"mage2pro/core": ">=4.4.0"}
14+
,"require": {"mage2pro/core": ">=10.8.2"}
1515
,"autoload": {"files": ["registration.php"], "psr-4": {"Dfe\\Oro\\": ""}}
1616
}

0 commit comments

Comments
 (0)