diff --git a/composer.json b/composer.json index 92f9f1a..e72a8e2 100644 --- a/composer.json +++ b/composer.json @@ -17,7 +17,7 @@ "wyrihaximus/test-utilities": "^3.7.3" }, "require-dev": { - "wyrihaximus/iterator-or-array-to-array": "^1.1" + "wyrihaximus/iterator-or-array-to-array": "^1.2" }, "config": { "platform": { diff --git a/composer.lock b/composer.lock index cb75883..95689c9 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": "ef7ae3c390c2848e72fb9b857bd1a417", + "content-hash": "0801a6f71a0c3aafc26ade27c83ece9d", "packages": [ { "name": "amphp/amp", @@ -8420,24 +8420,23 @@ "packages-dev": [ { "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": { @@ -8458,9 +8457,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" } ], "aliases": [],