From 677c1e79cdfd556f33a20b22505c31dc07f93181 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 9 Mar 2021 12:02:13 +0000 Subject: [PATCH] Update codeception/codeception requirement from ^2.3 to ^4.1 Updates the requirements on [codeception/codeception](https://github.com/Codeception/Codeception) to permit the latest version. - [Release notes](https://github.com/Codeception/Codeception/releases) - [Changelog](https://github.com/Codeception/Codeception/blob/4.1/CHANGELOG-4.x.md) - [Commits](https://github.com/Codeception/Codeception/compare/2.3.0...4.1.18) Signed-off-by: dependabot[bot] --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 73d57c2..9033f9b 100644 --- a/composer.json +++ b/composer.json @@ -25,7 +25,7 @@ "require": { "php": ">=5.6,<8.0-dev", "brianium/paratest": ">=0.14|^1.0", - "codeception/codeception": "^2.3", + "codeception/codeception": "^4.1", "dealerdirect/phpcodesniffer-composer-installer": "^0.7", "deployer/deployer": "^4.3", "deployer/recipes": "^4.0",