diff --git a/.idea/magento-uafrica-shipping-extension.iml b/.idea/magento-uafrica-shipping-extension.iml index 07ba03395dc52591611bcc9d278dda63894a7ecf..0aabce5bc3faeafa3523a9a6680f34bd794777a7 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 cd2cd2c40e7fce4613bdad795583ced5d335b37b..d32d97b5a8a4ae98e384adb1dc4342f804d52c96 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 9bf139e8dc48570c621563e01dc8faaf913c4ec1..330819819a5b54bc71a50c1b976e70eb60a8303d 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",