Update lock with fixed react

This commit is contained in:
James Brooks
2014-12-30 22:31:47 +00:00
parent ede8b59b24
commit 1fab9dc31a
Generated
+10 -8
View File
@@ -4,7 +4,7 @@
"Read more about it at http://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file", "Read more about it at http://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file",
"This file is @generated automatically" "This file is @generated automatically"
], ],
"hash": "4cbce9aaf02d3c94bd12d972d20f00be", "hash": "8f3a3ea21621423516e71b1df916ceb1",
"packages": [ "packages": [
{ {
"name": "classpreloader/classpreloader", "name": "classpreloader/classpreloader",
@@ -1711,16 +1711,16 @@
}, },
{ {
"name": "react/promise", "name": "react/promise",
"version": "v2.1.0", "version": "v2.2.0",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/reactphp/promise.git", "url": "https://github.com/reactphp/promise.git",
"reference": "937b04f1b0ee8f6d180e75a0830aac778ca4bcd6" "reference": "365fcee430dfa4ace1fbc75737ca60ceea7eeeef"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/reactphp/promise/zipball/937b04f1b0ee8f6d180e75a0830aac778ca4bcd6", "url": "https://api.github.com/repos/reactphp/promise/zipball/365fcee430dfa4ace1fbc75737ca60ceea7eeeef",
"reference": "937b04f1b0ee8f6d180e75a0830aac778ca4bcd6", "reference": "365fcee430dfa4ace1fbc75737ca60ceea7eeeef",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@@ -1737,7 +1737,7 @@
"React\\Promise\\": "src/" "React\\Promise\\": "src/"
}, },
"files": [ "files": [
"src/functions.php" "src/functions_include.php"
] ]
}, },
"notification-url": "https://packagist.org/downloads/", "notification-url": "https://packagist.org/downloads/",
@@ -1751,7 +1751,7 @@
} }
], ],
"description": "A lightweight implementation of CommonJS Promises/A for PHP", "description": "A lightweight implementation of CommonJS Promises/A for PHP",
"time": "2014-10-15 20:05:57" "time": "2014-12-30 13:32:42"
}, },
{ {
"name": "stack/builder", "name": "stack/builder",
@@ -3588,7 +3588,9 @@
"stability-flags": [], "stability-flags": [],
"prefer-stable": false, "prefer-stable": false,
"platform": { "platform": {
"php": ">=5.4" "php": ">=5.4",
"ext-mcrypt": "*",
"ext-openssl": "*"
}, },
"platform-dev": [] "platform-dev": []
} }