From 9ab561df2f3b332718b7cee45fa4de9d56555672 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane?= Date: Sun, 7 May 2017 20:24:40 +0200 Subject: [PATCH] fix: change version of codeception --- lumen-test/codeception.yml | 1 + lumen-test/composer.json | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/lumen-test/codeception.yml b/lumen-test/codeception.yml index 5e0f37d..a003d26 100644 --- a/lumen-test/codeception.yml +++ b/lumen-test/codeception.yml @@ -5,6 +5,7 @@ paths: data: tests/_data support: tests/_support envs: tests/_envs + helpers: nil settings: bootstrap: _bootstrap.php colors: false diff --git a/lumen-test/composer.json b/lumen-test/composer.json index 3ad66b1..a12ad8d 100644 --- a/lumen-test/composer.json +++ b/lumen-test/composer.json @@ -13,7 +13,7 @@ "phpunit/phpunit": "~4.0", "fzaninotto/faker": "~1.0", "phpspec/phpspec": "2.0.0", - "codeception/codeception": "2.0.0" + "codeception/codeception": "^2.2" }, "autoload": { "psr-4": {