{ "_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.0.0", "source": { "type": "git", "url": "https://github.com/nikic/iter.git", "reference": "1417341030a43fba0764486f7ad49ccc7b76e73f" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/nikic/iter/zipball/1417341030a43fba0764486f7ad49ccc7b76e73f", "reference": "1417341030a43fba0764486f7ad49ccc7b76e73f", "shasum": "" }, "require": { "php": "^7.1" }, "require-dev": { "phpunit/phpunit": "~7.0" }, "type": "library", "extra": { "branch-alias": { "dev-master": "2.0-dev" } }, "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" ], "time": "2019-05-12T20:50:16+00:00" } ], "packages-dev": [], "aliases": [], "minimum-stability": "stable", "stability-flags": [], "prefer-stable": false, "prefer-lowest": false, "platform": [], "platform-dev": [] }