From c467b1ca7c2665068a2427bbfaab7adbcf01dc88 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 26 Oct 2020 00:38:49 +0000 Subject: [PATCH] Build(deps-dev): Bump codeception/module-filesystem from 1.0.2 to 1.0.3 Bumps [codeception/module-filesystem](https://github.com/Codeception/module-filesystem) from 1.0.2 to 1.0.3. - [Release notes](https://github.com/Codeception/module-filesystem/releases) - [Commits](https://github.com/Codeception/module-filesystem/compare/1.0.2...1.0.3) Signed-off-by: dependabot-preview[bot] --- composer.lock | 17 +++++++---------- 1 file changed, 7 insertions(+), 10 deletions(-) diff --git a/composer.lock b/composer.lock index 3b08d3dd..2ff7b49d 100644 --- a/composer.lock +++ b/composer.lock @@ -1047,29 +1047,26 @@ }, { "name": "codeception/module-filesystem", - "version": "1.0.2", + "version": "1.0.3", "source": { "type": "git", "url": "https://github.com/Codeception/module-filesystem.git", - "reference": "fe3c352479924ec0aaf6a6c3d6825dc14242b81e" + "reference": "781be167fb1557bfc9b61e0a4eac60a32c534ec1" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/Codeception/module-filesystem/zipball/fe3c352479924ec0aaf6a6c3d6825dc14242b81e", - "reference": "fe3c352479924ec0aaf6a6c3d6825dc14242b81e", + "url": "https://api.github.com/repos/Codeception/module-filesystem/zipball/781be167fb1557bfc9b61e0a4eac60a32c534ec1", + "reference": "781be167fb1557bfc9b61e0a4eac60a32c534ec1", "shasum": "" }, "require": { - "codeception/codeception": "*@dev", - "php": ">=5.6.0 <8.0", + "codeception/codeception": "^4.0", + "php": ">=5.6.0 <9.0", "symfony/finder": ">=2.7 <6.0" }, "conflict": { "codeception/codeception": "<4.0" }, - "require-dev": { - "codeception/util-robohelpers": "dev-master" - }, "type": "library", "autoload": { "classmap": [ @@ -1094,7 +1091,7 @@ "codeception", "filesystem" ], - "time": "2019-12-04T17:13:39+00:00" + "time": "2020-10-24T14:46:40+00:00" }, { "name": "codeception/phpunit-wrapper",