Skip to content

Commit

Permalink
Compatibility update
Browse files Browse the repository at this point in the history
  • Loading branch information
nikolakisae committed Apr 11, 2024
1 parent 461a57f commit bfc7232
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 13 deletions.
12 changes: 6 additions & 6 deletions Observer/AdminhtmlBlockHtmlBeforeObserver.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@
/**
* MageVision Admin Category Product Link Extension
*
* @category MageVision
* @package MageVision_AdminCategoryProductLink
* @author MageVision Team
* @copyright Copyright (c) 2024 MageVision (https://www.magevision.com)
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
* @category MageVision
* @package MageVision_AdminCategoryProductLink
* @author MageVision Team
* @copyright Copyright (c) 2024 MageVision (https://www.magevision.com)
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
*/
declare(strict_types=1);

Expand Down Expand Up @@ -34,7 +34,7 @@ public function __construct(
/**
* Add edit product column
*
* @param Observer $observer
* @param Observer $observer
* @return void
* @throws Exception
*/
Expand Down
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,12 @@
"description": "Admin Category Product Link Extension for Magento 2",
"keywords": ["Magento 2", "Admin Category", "Product Link", "Edit Product"],
"require": {
"php": "~7.3.0||~7.4.0||~8.1.0||~8.2.0",
"php": "~7.3.0||~7.4.0||~8.1.0||~8.2.0||~8.3.0",
"magento/framework": "103.0.*",
"magento/module-catalog": "104.0.*"
},
"type": "magento2-module",
"version": "2.4.3",
"version": "2.4.4",
"license": [
"OSL-3.0",
"AFL-3.0"
Expand Down
10 changes: 5 additions & 5 deletions registration.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@
/**
* MageVision Admin Category Product Link Extension
*
* @category MageVision
* @package MageVision_AdminCategoryProductLink
* @author MageVision Team
* @copyright Copyright (c) 2024 MageVision (https://www.magevision.com)
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
* @category MageVision
* @package MageVision_AdminCategoryProductLink
* @author MageVision Team
* @copyright Copyright (c) 2024 MageVision (https://www.magevision.com)
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
*/

use Magento\Framework\Component\ComponentRegistrar;
Expand Down

0 comments on commit bfc7232

Please sign in to comment.