From eb9907d9e9221f856df13082f6fc3e37bdc7ddd1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 16 Jun 2022 09:12:28 +0000 Subject: [PATCH] Update codeception/codeception requirement from ^2.3 to ^4.2 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.2.0/CHANGELOG-4.x.md) - [Commits](https://github.com/Codeception/Codeception/compare/2.3.0...4.2.0) --- updated-dependencies: - dependency-name: codeception/codeception dependency-type: direct:production ... 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..13ec139 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.2", "dealerdirect/phpcodesniffer-composer-installer": "^0.7", "deployer/deployer": "^4.3", "deployer/recipes": "^4.0",