diff --git a/composer.lock b/composer.lock index a9b46f39d..a90c931af 100644 --- a/composer.lock +++ b/composer.lock @@ -1,10 +1,11 @@ { "_readme": [ "This file locks the dependencies of your project to a known state", - "Read more about it at http://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file", + "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file", "This file is @generated automatically" ], - "hash": "4424167995f5ee7e2ce91d557a1f3156", + "hash": "808889ff0578ec15dc29147f7a67dac3", + "content-hash": "b19341dfee79e35385a405adb5e36dc9", "packages": [ { "name": "alt-three/emoji", @@ -1664,7 +1665,7 @@ "name": "Jeremy Lindblom", "email": "jeremeamia@gmail.com", "homepage": "https://github.com/jeremeamia", - "role": "developer" + "role": "Developer" } ], "description": "Serialize Closure objects, including their context and binding", @@ -1682,16 +1683,16 @@ }, { "name": "laravel/framework", - "version": "v5.1.20", + "version": "5.1.x-dev", "source": { "type": "git", "url": "https://github.com/laravel/framework.git", - "reference": "435af155ed15a6b1d03a0d0a46ae4c347d96b0d7" + "reference": "ea5f078bbbdf7e06bac8b107bdaae50940fef567" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/laravel/framework/zipball/435af155ed15a6b1d03a0d0a46ae4c347d96b0d7", - "reference": "435af155ed15a6b1d03a0d0a46ae4c347d96b0d7", + "url": "https://api.github.com/repos/laravel/framework/zipball/ea5f078bbbdf7e06bac8b107bdaae50940fef567", + "reference": "ea5f078bbbdf7e06bac8b107bdaae50940fef567", "shasum": "" }, "require": { @@ -1705,7 +1706,7 @@ "monolog/monolog": "~1.11", "mtdowling/cron-expression": "~1.0", "nesbot/carbon": "~1.19", - "paragonie/random_compat": "^1.0.4", + "paragonie/random_compat": "^1.0.6", "php": ">=5.5.9", "psy/psysh": "~0.5.1", "swiftmailer/swiftmailer": "~5.1", @@ -1807,7 +1808,7 @@ "framework", "laravel" ], - "time": "2015-10-14 15:49:40" + "time": "2015-10-23 16:07:56" }, { "name": "league/commonmark", @@ -2236,16 +2237,16 @@ }, { "name": "paragonie/random_compat", - "version": "1.0.9", + "version": "1.0.10", "source": { "type": "git", "url": "https://github.com/paragonie/random_compat.git", - "reference": "7647ac58c35ece044b939e01c85dbaa73ed26351" + "reference": "2fa50aa2f17066fa74ba00d943e8cee1a98284af" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/paragonie/random_compat/zipball/7647ac58c35ece044b939e01c85dbaa73ed26351", - "reference": "7647ac58c35ece044b939e01c85dbaa73ed26351", + "url": "https://api.github.com/repos/paragonie/random_compat/zipball/2fa50aa2f17066fa74ba00d943e8cee1a98284af", + "reference": "2fa50aa2f17066fa74ba00d943e8cee1a98284af", "shasum": "" }, "require": { @@ -2277,7 +2278,7 @@ "pseudorandom", "random" ], - "time": "2015-10-20 15:22:41" + "time": "2015-10-23 13:21:37" }, { "name": "pragmarx/google2fa", @@ -4008,16 +4009,16 @@ }, { "name": "phpunit/phpunit", - "version": "4.8.14", + "version": "4.8.16", "source": { "type": "git", "url": "https://github.com/sebastianbergmann/phpunit.git", - "reference": "b4900675926860bef091644849305399b986efa2" + "reference": "625f8c345606ed0f3a141dfb88f4116f0e22978e" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/b4900675926860bef091644849305399b986efa2", - "reference": "b4900675926860bef091644849305399b986efa2", + "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/625f8c345606ed0f3a141dfb88f4116f0e22978e", + "reference": "625f8c345606ed0f3a141dfb88f4116f0e22978e", "shasum": "" }, "require": { @@ -4076,7 +4077,7 @@ "testing", "xunit" ], - "time": "2015-10-17 15:03:30" + "time": "2015-10-23 06:48:33" }, { "name": "phpunit/phpunit-mock-objects", @@ -4563,7 +4564,10 @@ "prefer-stable": true, "prefer-lowest": false, "platform": { - "php": "^5.5.9" + "php": ">=5.5.9" }, - "platform-dev": [] + "platform-dev": [], + "platform-overrides": { + "php": "5.5.9" + } }