From d64efd6a666f5ca43458a3835cc38516ecbd760d Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 30 Nov 2020 09:50:37 +0000 Subject: [PATCH] Build(deps): Bump sebastian/resource-operations from 2.0.1 to 2.0.2 Bumps [sebastian/resource-operations](https://github.com/sebastianbergmann/resource-operations) from 2.0.1 to 2.0.2. - [Release notes](https://github.com/sebastianbergmann/resource-operations/releases) - [Changelog](https://github.com/sebastianbergmann/resource-operations/blob/2.0.2/ChangeLog.md) - [Commits](https://github.com/sebastianbergmann/resource-operations/compare/2.0.1...2.0.2) Signed-off-by: dependabot-preview[bot] --- composer.lock | 18 ++++++++++++------ 1 file changed, 12 insertions(+), 6 deletions(-) diff --git a/composer.lock b/composer.lock index 2745f999..0df44442 100644 --- a/composer.lock +++ b/composer.lock @@ -3224,20 +3224,20 @@ }, { "name": "sebastian/resource-operations", - "version": "2.0.1", + "version": "2.0.2", "source": { "type": "git", "url": "https://github.com/sebastianbergmann/resource-operations.git", - "reference": "4d7a795d35b889bf80a0cc04e08d77cedfa917a9" + "reference": "31d35ca87926450c44eae7e2611d45a7a65ea8b3" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/sebastianbergmann/resource-operations/zipball/4d7a795d35b889bf80a0cc04e08d77cedfa917a9", - "reference": "4d7a795d35b889bf80a0cc04e08d77cedfa917a9", + "url": "https://api.github.com/repos/sebastianbergmann/resource-operations/zipball/31d35ca87926450c44eae7e2611d45a7a65ea8b3", + "reference": "31d35ca87926450c44eae7e2611d45a7a65ea8b3", "shasum": "" }, "require": { - "php": "^7.1" + "php": ">=7.1" }, "type": "library", "extra": { @@ -3262,7 +3262,13 @@ ], "description": "Provides a list of PHP built-in functions that operate on resources", "homepage": "https://www.github.com/sebastianbergmann/resource-operations", - "time": "2018-10-04T04:07:39+00:00" + "funding": [ + { + "url": "https://github.com/sebastianbergmann", + "type": "github" + } + ], + "time": "2020-11-30T07:30:19+00:00" }, { "name": "sebastian/type",