Skip to content

Commit

Permalink
Dependencies update for compatibility (AITCORE-8)
Browse files Browse the repository at this point in the history
  • Loading branch information
DanGarner committed Feb 13, 2024
1 parent 6126ba8 commit a5e802b
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 9 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
## 1.0.17 - 2024-02-13
### Changed
- Updated dependencies for compatibility (AITCORE-8)
5 changes: 1 addition & 4 deletions Helper/Extensions.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,7 @@
namespace Aitoc\Core\Helper;

use Magento\Framework\App\Helper\AbstractHelper;
use SimpleXMLElement;
use Zend\Http\Client\Adapter\Curl as CurlClient;
use Zend\Http\Response as HttpResponse;
use Zend\Uri\Http as HttpUri;
use Laminas\Http\Client\Adapter\Curl as CurlClient;
use Magento\Framework\Json\DecoderInterface;

class Extensions extends AbstractHelper
Expand Down
5 changes: 1 addition & 4 deletions Helper/Notice.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,7 @@
namespace Aitoc\Core\Helper;

use Magento\Framework\App\Helper\AbstractHelper;
use SimpleXMLElement;
use Zend\Http\Client\Adapter\Curl as CurlClient;
use Zend\Http\Response as HttpResponse;
use Zend\Uri\Http as HttpUri;
use Laminas\Http\Client\Adapter\Curl as CurlClient;
use Magento\Framework\Json\DecoderInterface;

class Notice extends AbstractHelper
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "aitoc/core",
"description": "Core extension by Aitoc",
"type": "magento2-module",
"version": "1.0.16",
"version": "1.0.17",
"license": [
"proprietary"
],
Expand Down

0 comments on commit a5e802b

Please sign in to comment.