From f8f8049b723a3633a8cee2791bbb283648dc482d Mon Sep 17 00:00:00 2001 From: Mike Little Date: Thu, 10 Oct 2024 09:54:52 +0000 Subject: [PATCH] Fixes codeception dependency. Codeception/Codeception introduced an alias for version 5.2 as dev-main,. https://github.com/Codeception/Codeception/pull/6787 This was inadvertently causing a problem with the minimum-stability setting in composer.json. This change fixes that. --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 633af6c..e39e125 100644 --- a/composer.json +++ b/composer.json @@ -30,7 +30,7 @@ "codeception/module-filesystem": "~3.0", "codeception/module-cli": "~2.0", "codeception/util-universalframework": "~1.0", - "codeception/codeception": "~5.2" + "codeception/codeception": "~5.1.2" }, "extra": { "altis": {