From bd2bd53331b13bed0521c66010f5465e9fb94675 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 24 Nov 2021 00:35:27 +0000 Subject: [PATCH] Bump wyrihaximus/iterator-or-array-to-array from 1.1.0 to 1.2.0 in /base Bumps [wyrihaximus/iterator-or-array-to-array](https://github.com/WyriHaximus/php-iterator-or-array-to-array) from 1.1.0 to 1.2.0. - [Release notes](https://github.com/WyriHaximus/php-iterator-or-array-to-array/releases) - [Commits](https://github.com/WyriHaximus/php-iterator-or-array-to-array/compare/1.1.0...1.2.0) --- updated-dependencies: - dependency-name: wyrihaximus/iterator-or-array-to-array dependency-type: indirect update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- base/composer.lock | 23 ++++++++++++++--------- 1 file changed, 14 insertions(+), 9 deletions(-) diff --git a/base/composer.lock b/base/composer.lock index 7026cb8..06f8a76 100644 --- a/base/composer.lock +++ b/base/composer.lock @@ -2479,24 +2479,23 @@ }, { "name": "wyrihaximus/iterator-or-array-to-array", - "version": "1.1.0", + "version": "1.2.0", "source": { "type": "git", "url": "https://github.com/WyriHaximus/php-iterator-or-array-to-array.git", - "reference": "2d8ea61e3c7affaee7deec1a0b0bdc667a3e9cc4" + "reference": "79b407499a3a82f269e59236e44e2119c7556c78" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/WyriHaximus/php-iterator-or-array-to-array/zipball/2d8ea61e3c7affaee7deec1a0b0bdc667a3e9cc4", - "reference": "2d8ea61e3c7affaee7deec1a0b0bdc667a3e9cc4", + "url": "https://api.github.com/repos/WyriHaximus/php-iterator-or-array-to-array/zipball/79b407499a3a82f269e59236e44e2119c7556c78", + "reference": "79b407499a3a82f269e59236e44e2119c7556c78", "shasum": "" }, "require": { - "php": "^7.2" + "php": "^8 || ^7.4" }, "require-dev": { - "api-clients/cs-fixer-config": "^1.1", - "api-clients/test-utilities": "^5.2" + "wyrihaximus/test-utilities": "^3.7.3" }, "type": "library", "autoload": { @@ -2517,9 +2516,15 @@ "description": "Like iterator_to_array but doesn't error when handed an array", "support": { "issues": "https://github.com/WyriHaximus/php-iterator-or-array-to-array/issues", - "source": "https://github.com/WyriHaximus/php-iterator-or-array-to-array/tree/master" + "source": "https://github.com/WyriHaximus/php-iterator-or-array-to-array/tree/1.2.0" }, - "time": "2018-12-29T20:17:57+00:00" + "funding": [ + { + "url": "https://github.com/WyriHaximus", + "type": "github" + } + ], + "time": "2021-09-05T15:12:30+00:00" }, { "name": "wyrihaximus/react-http-middleware-with-headers",