From c3096e21243ea660d9130d94252457759b74c5dc Mon Sep 17 00:00:00 2001 From: Grzegorz Rola <grola@seostudio.pl> Date: Thu, 17 Aug 2023 12:33:51 +0200 Subject: [PATCH] feature(init): init --- composer.json | 14 +++++--------- 1 file changed, 5 insertions(+), 9 deletions(-) diff --git a/composer.json b/composer.json index 476f9b6..7a73173 100644 --- a/composer.json +++ b/composer.json @@ -10,18 +10,14 @@ } ], "require": { - "php": ">=7.0", + "php": ">=8.0", "psr/log": "^1.1", - "codeception/codeception": "^4.2" + "codeception/codeception": "^5.0", + "codeception/module-cli": "^2.0", + "codeception/module-webdriver": "^4.0", + "octolize/chrome-profile-for-shopify": "^1.0" }, "require-dev": { - "octolize/chrome-profile-for-shopify": "^1.0", - "phpunit/phpunit": "<7", - "wp-coding-standards/wpcs": "^0.14.1", - "squizlabs/php_codesniffer": "^3.0.2", - "mockery/mockery": "*", - "10up/wp_mock": "*", - "phpcompatibility/php-compatibility": "^9.1" }, "autoload": { "psr-4": { -- GitLab