{ "_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#composer-lock-the-lock-file", "This file is @generated automatically" ], "hash": "206c8b9f89c5af3066d5ecc320c866be", "content-hash": "2106329c981b9ba6675481473db7f850", "packages": [], "packages-dev": [ { "name": "amphp/amp", "version": "v1.0.4", "source": { "type": "git", "url": "https://github.com/amphp/amp.git", "reference": "880c965fbdad9d6bcc382b7484c00173ee17df13" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/amphp/amp/zipball/880c965fbdad9d6bcc382b7484c00173ee17df13", "reference": "880c965fbdad9d6bcc382b7484c00173ee17df13", "shasum": "" }, "require": { "php": ">=5.5" }, "require-dev": { "fabpot/php-cs-fixer": "~1.9", "phpunit/phpunit": "~4.8" }, "type": "library", "extra": { "branch-alias": { "dev-master": "1.0.x-dev" } }, "autoload": { "psr-4": { "Amp\\": "lib/" }, "files": [ "lib/functions.php" ] }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Daniel Lowrey", "email": "rdlowrey@php.net", "role": "Creator / Lead Developer" } ], "description": "A non-blocking concurrency framework for PHP applications", "homepage": "https://github.com/amphp/amp", "keywords": [ "async", "concurrency", "event", "non-blocking", "promise" ], "time": "2015-09-10 21:19:43" }, { "name": "react/promise", "version": "v2.2.1", "source": { "type": "git", "url": "https://github.com/reactphp/promise.git", "reference": "3b6fca09c7d56321057fa8867c8dbe1abf648627" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/reactphp/promise/zipball/3b6fca09c7d56321057fa8867c8dbe1abf648627", "reference": "3b6fca09c7d56321057fa8867c8dbe1abf648627", "shasum": "" }, "require": { "php": ">=5.4.0" }, "type": "library", "extra": { "branch-alias": { "dev-master": "2.0-dev" } }, "autoload": { "psr-4": { "React\\Promise\\": "src/" }, "files": [ "src/functions_include.php" ] }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Jan Sorgalla", "email": "jsorgalla@gmail.com" } ], "description": "A lightweight implementation of CommonJS Promises/A for PHP", "time": "2015-07-03 13:48:55" } ], "aliases": [], "minimum-stability": "stable", "stability-flags": { "amphp/amp": 10 }, "prefer-stable": false, "prefer-lowest": false, "platform": [], "platform-dev": [] }