diff --git a/composer.json b/composer.json
index 330a6d0ff68096a53c1540f7baf6dd9513acaa91..cbffa1e8d7f54106c97b201d4f34a2b3da339979 100644
--- a/composer.json
+++ b/composer.json
@@ -9,8 +9,13 @@
             "email": "grola@octolize.com"
         }
     ],
+    "config": {
+        "platform": {
+            "php": "8.1"
+        }
+    },
     "require": {
-        "php": ">=8.0",
+        "php": ">=8.1",
         "psr/log": "^1.1",
         "codeception/module-webdriver": "^4.0",
         "octolize/chrome-profile-for-shopify": "^1.0",
diff --git a/src/Shopify.php b/src/Shopify.php
index 7fa0902285e241285e83970441f2e66ae752db09..28aca73d85c784ab91ae40cd27f13f21b89c099c 100644
--- a/src/Shopify.php
+++ b/src/Shopify.php
@@ -1,7 +1,5 @@
 <?php
 
-declare(strict_types=1);
-
 namespace Octolize\Shopify\Codeception;
 
 use Codeception\Module\WebDriver;