diff --git a/Setup/Patch/Data/AddGreekRegions.php b/Setup/Patch/Data/AddGreekRegions.php index 7408afe..23042ff 100644 --- a/Setup/Patch/Data/AddGreekRegions.php +++ b/Setup/Patch/Data/AddGreekRegions.php @@ -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); diff --git a/composer.json b/composer.json index 20a35ae..b6a94bf 100644 --- a/composer.json +++ b/composer.json @@ -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" diff --git a/registration.php b/registration.php index cb47235..036fae3 100644 --- a/registration.php +++ b/registration.php @@ -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;