{ "_readme": [ "This file locks the dependencies of your project to a known state", "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "This file is @generated automatically" ], "content-hash": "0e88c545a234e507aec82c192563842e", "packages": [ { "name": "nikic/iter", "version": "v2.2.0", "source": { "type": "git", "url": "https://github.com/nikic/iter.git", "reference": "d1323929952ddcb0b06439991f93bde3816a39e9" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/nikic/iter/zipball/d1323929952ddcb0b06439991f93bde3816a39e9", "reference": "d1323929952ddcb0b06439991f93bde3816a39e9", "shasum": "" }, "require": { "php": ">=7.1" }, "require-dev": { "phpunit/phpunit": "^7.0 || ^8.0 || ^9.0" }, "type": "library", "autoload": { "files": [ "src/iter.func.php", "src/iter.php", "src/iter.rewindable.php" ] }, "notification-url": "https://packagist.org/downloads/", "license": [ "BSD-3-Clause" ], "authors": [ { "name": "Nikita Popov", "email": "nikic@php.net" } ], "description": "Iteration primitives using generators", "keywords": [ "functional", "generator", "iterator" ], "support": { "issues": "https://github.com/nikic/iter/issues", "source": "https://github.com/nikic/iter/tree/v2.2.0" }, "time": "2021-08-02T15:04:32+00:00" } ], "packages-dev": [], "aliases": [], "minimum-stability": "stable", "stability-flags": [], "prefer-stable": false, "prefer-lowest": false, "platform": [], "platform-dev": [], "plugin-api-version": "2.2.0" }