From e6c3fb050cff45d16f32ecd3cb4f5c4409a01f2a Mon Sep 17 00:00:00 2001 From: Herbert Maschke Date: Tue, 17 Mar 2020 14:33:48 +0100 Subject: [PATCH] lock codeception to 4.1.1 --- composer.json | 2 +- composer.lock | 12 ++++++------ 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/composer.json b/composer.json index fd65e05a9..ae4374109 100755 --- a/composer.json +++ b/composer.json @@ -37,7 +37,7 @@ }, "require-dev": { - "codeception/codeception": "^4.0", + "codeception/codeception": "4.1.1", "codeception/module-asserts": "^1.1", "codeception/module-filesystem": "^1.0", "codeception/module-laravel5": "^1.0", diff --git a/composer.lock b/composer.lock index 97d8d137b..fbf4257d3 100644 --- a/composer.lock +++ b/composer.lock @@ -4,7 +4,7 @@ "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "This file is @generated automatically" ], - "content-hash": "a07e6be1ba36d87f79bd8547e7580ac8", + "content-hash": "dca322023597f38ef7991bc9d9bdc50f", "packages": [ { "name": "astrotomic/laravel-translatable", @@ -5285,16 +5285,16 @@ }, { "name": "codeception/codeception", - "version": "4.1.2", + "version": "4.1.1", "source": { "type": "git", "url": "https://github.com/Codeception/Codeception.git", - "reference": "35224380f3033bd1778765fe3f114e8d1bc9a9dc" + "reference": "be584da4859baf34e05afd26fe4c587be4787ff0" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/Codeception/Codeception/zipball/35224380f3033bd1778765fe3f114e8d1bc9a9dc", - "reference": "35224380f3033bd1778765fe3f114e8d1bc9a9dc", + "url": "https://api.github.com/repos/Codeception/Codeception/zipball/be584da4859baf34e05afd26fe4c587be4787ff0", + "reference": "be584da4859baf34e05afd26fe4c587be4787ff0", "shasum": "" }, "require": { @@ -5366,7 +5366,7 @@ "functional testing", "unit testing" ], - "time": "2020-03-14T16:36:25+00:00" + "time": "2020-02-19T16:56:20+00:00" }, { "name": "codeception/lib-asserts",