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 dd13f5b commit 8a5f61b
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 12 deletions.
10 changes: 5 additions & 5 deletions Setup/Patch/Data/AddGreekRegions.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@
/**
* MageVision Greek Regions Extension
*
* @category MageVision
* @package MageVision_GreekRegions
* @category MageVision
* @package MageVision_GreekRegions
*
* @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)
* @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
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": "Greek Regions Extension for Magento 2",
"keywords": ["Magento2", "Greece", "Greek", "Regions"],
"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-directory": "100.4.*"
},
"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 Greek Regions Extension
*
* @category MageVision
* @package MageVision_GreekRegions
* @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_GreekRegions
* @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 8a5f61b

Please sign in to comment.