From eb5599ee3163036bb1ed801894317ab5edf535c7 Mon Sep 17 00:00:00 2001 From: Grzegorz Rola <grola@seostudio.pl> Date: Fri, 18 Aug 2023 13:46:20 +0200 Subject: [PATCH] feature(init): init --- composer.json | 7 ++++++- src/Shopify.php | 2 -- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/composer.json b/composer.json index 330a6d0..cbffa1e 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 7fa0902..28aca73 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; -- GitLab