From 08c935a9d745d45c02c0d5fe8378c83a4a28a01f Mon Sep 17 00:00:00 2001 From: Grzegorz Rola <grola@seostudio.pl> Date: Thu, 17 Aug 2023 19:49:26 +0200 Subject: [PATCH] feature(init): init --- composer.json | 2 -- 1 file changed, 2 deletions(-) diff --git a/composer.json b/composer.json index 7a73173..a8f76ce 100644 --- a/composer.json +++ b/composer.json @@ -12,8 +12,6 @@ "require": { "php": ">=8.0", "psr/log": "^1.1", - "codeception/codeception": "^5.0", - "codeception/module-cli": "^2.0", "codeception/module-webdriver": "^4.0", "octolize/chrome-profile-for-shopify": "^1.0" }, -- GitLab