From 70dd450cfac730f9ded6f2ac13e700575e9b9e16 Mon Sep 17 00:00:00 2001 From: "@ChristelLoftus" <christel@bob.co.za> Date: Tue, 14 May 2024 09:38:47 +0200 Subject: [PATCH] Update magento framework version --- .idea/magento-uafrica-shipping-extension.iml | 2 +- .idea/php.xml | 2 +- composer.json | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.idea/magento-uafrica-shipping-extension.iml b/.idea/magento-uafrica-shipping-extension.iml index 07ba033..0aabce5 100644 --- a/.idea/magento-uafrica-shipping-extension.iml +++ b/.idea/magento-uafrica-shipping-extension.iml @@ -2,7 +2,7 @@ <module type="WEB_MODULE" version="4"> <component name="NewModuleRootManager"> <content url="file://$MODULE_DIR$"> - <sourceFolder url="file://$MODULE_DIR$/" isTestSource="false" packagePrefix="bobgo\BobGo\" /> + <sourceFolder url="file://$MODULE_DIR$/" isTestSource="false" packagePrefix="Plugin\" /> </content> <orderEntry type="inheritedJdk" /> <orderEntry type="sourceFolder" forTests="false" /> diff --git a/.idea/php.xml b/.idea/php.xml index cd2cd2c..d32d97b 100644 --- a/.idea/php.xml +++ b/.idea/php.xml @@ -15,7 +15,7 @@ <path value="$PROJECT_DIR$/vendor/composer" /> </include_path> </component> - <component name="PhpProjectSharedConfiguration" php_language_level="7.4"> + <component name="PhpProjectSharedConfiguration" php_language_level="8.1"> <option name="suggestChangeDefaultLanguageLevel" value="false" /> </component> <component name="PhpStanOptionsConfiguration"> diff --git a/composer.json b/composer.json index 9bf139e..3308198 100644 --- a/composer.json +++ b/composer.json @@ -3,7 +3,7 @@ "description": "Streamline your order fulfillments with Bob Go", "require": { "php": "~8.1.28", - "magento/framework": "105.0*" + "magento/framework": "*" }, "type": "magento2-module", "version": "1.0.0", -- GitLab