Skip to content

Commit 0862b69

Browse files
1.3.0 release
1 parent ef6f4c6 commit 0862b69

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Utils/Internal/ArrayToObjectConvert.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
use Magento\Framework\Reflection\TypeProcessor;
1818
use Magento\Framework\Webapi\CustomAttributeTypeLocatorInterface;
1919
use Magento\Framework\Webapi\ServiceInputProcessor;
20-
use Zend\Code\Reflection\ClassReflection;
20+
use Laminas\Code\Reflection\ClassReflection;
2121

2222
/**
2323
* Class rewrites _createFromArray method

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"php": ">=7.3"
66
},
77
"type": "magento2-module",
8-
"version": "1.2.1",
8+
"version": "1.3.0",
99
"license": [
1010
"proprietary"
1111
],

0 commit comments

Comments
 (0)