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",