From a1fb287a1b3df49efbc8eb46ef3b0d64538ed765 Mon Sep 17 00:00:00 2001 From: Graham Campbell Date: Mon, 1 Jun 2015 21:53:57 +0100 Subject: [PATCH] Updated dependencies --- composer.lock | 349 +++++++++++++++++++++++++------------------------- 1 file changed, 175 insertions(+), 174 deletions(-) diff --git a/composer.lock b/composer.lock index 5589b6db..871b6cf5 100644 --- a/composer.lock +++ b/composer.lock @@ -4,7 +4,7 @@ "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file", "This file is @generated automatically" ], - "hash": "630550390c1585d7e05b7995acc36f1d", + "hash": "fa3b8e90ee2bd0521b3b6553e79bd5b1", "packages": [ { "name": "asm89/stack-cors", @@ -836,16 +836,16 @@ }, { "name": "filp/whoops", - "version": "1.1.5", + "version": "1.1.6", "source": { "type": "git", "url": "https://github.com/filp/whoops.git", - "reference": "c982fe62c44798c433229cb0425c61b487cc1883" + "reference": "37b5e653c99cbb9113108d7dc59a0ddc306acc46" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/filp/whoops/zipball/c982fe62c44798c433229cb0425c61b487cc1883", - "reference": "c982fe62c44798c433229cb0425c61b487cc1883", + "url": "https://api.github.com/repos/filp/whoops/zipball/37b5e653c99cbb9113108d7dc59a0ddc306acc46", + "reference": "37b5e653c99cbb9113108d7dc59a0ddc306acc46", "shasum": "" }, "require": { @@ -890,7 +890,7 @@ "whoops", "zf2" ], - "time": "2015-03-30 15:26:59" + "time": "2015-05-29 15:12:07" }, { "name": "graham-campbell/binput", @@ -1361,48 +1361,6 @@ ], "time": "2015-05-19 17:58:45" }, - { - "name": "ircmaxell/password-compat", - "version": "v1.0.4", - "source": { - "type": "git", - "url": "https://github.com/ircmaxell/password_compat.git", - "reference": "5c5cde8822a69545767f7c7f3058cb15ff84614c" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/ircmaxell/password_compat/zipball/5c5cde8822a69545767f7c7f3058cb15ff84614c", - "reference": "5c5cde8822a69545767f7c7f3058cb15ff84614c", - "shasum": "" - }, - "require-dev": { - "phpunit/phpunit": "4.*" - }, - "type": "library", - "autoload": { - "files": [ - "lib/password.php" - ] - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "MIT" - ], - "authors": [ - { - "name": "Anthony Ferrara", - "email": "ircmaxell@php.net", - "homepage": "http://blog.ircmaxell.com" - } - ], - "description": "A compatibility library for the proposed simplified password hashing algorithm: https://wiki.php.net/rfc/password_hash", - "homepage": "https://github.com/ircmaxell/password_compat", - "keywords": [ - "hashing", - "password" - ], - "time": "2014-11-20 16:49:30" - }, { "name": "jakub-onderka/php-console-color", "version": "0.1", @@ -1605,16 +1563,16 @@ }, { "name": "laravel/framework", - "version": "dev-master", + "version": "5.1.x-dev", "source": { "type": "git", "url": "https://github.com/laravel/framework.git", - "reference": "b67854a2a4e16b4406995a9a16d23a3f1b13f01d" + "reference": "cb1faa5495c2f80ad38944c64bc8bfb67d4c74a7" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/laravel/framework/zipball/b67854a2a4e16b4406995a9a16d23a3f1b13f01d", - "reference": "b67854a2a4e16b4406995a9a16d23a3f1b13f01d", + "url": "https://api.github.com/repos/laravel/framework/zipball/cb1faa5495c2f80ad38944c64bc8bfb67d4c74a7", + "reference": "cb1faa5495c2f80ad38944c64bc8bfb67d4c74a7", "shasum": "" }, "require": { @@ -1624,13 +1582,12 @@ "ext-mbstring": "*", "ext-mcrypt": "*", "ext-openssl": "*", - "ircmaxell/password-compat": "~1.0", "jeremeamia/superclosure": "~2.0", "league/flysystem": "~1.0", "monolog/monolog": "~1.11", "mtdowling/cron-expression": "~1.0", - "nesbot/carbon": "~1.0", - "php": ">=5.4.0", + "nesbot/carbon": "~1.19", + "php": ">=5.5.9", "psy/psysh": "0.4.*", "swiftmailer/swiftmailer": "~5.1", "symfony/console": "2.7.*", @@ -1679,20 +1636,20 @@ "illuminate/view": "self.version" }, "require-dev": { - "aws/aws-sdk-php": "~2.4", + "aws/aws-sdk-php": "~3.0", "iron-io/iron_mq": "~2.0", - "mockery/mockery": "~0.9", + "mockery/mockery": "~0.9.1", "pda/pheanstalk": "~3.0", "phpunit/phpunit": "~4.0", "predis/predis": "~1.0" }, "suggest": { - "aws/aws-sdk-php": "Required to use the SQS queue driver and SES mail driver (~2.4).", + "aws/aws-sdk-php": "Required to use the SQS queue driver and SES mail driver (~3.0).", "doctrine/dbal": "Required to rename columns and drop SQLite columns (~2.4).", "fzaninotto/faker": "Required to use the eloquent factory builder (~1.4).", "guzzlehttp/guzzle": "Required to use the Mailgun and Mandrill mail drivers (~5.3|~6.0).", "iron-io/iron_mq": "Required to use the iron queue driver (~2.0).", - "league/flysystem-aws-s3-v2": "Required to use the Flysystem S3 driver (~1.0).", + "league/flysystem-aws-s3-v3": "Required to use the Flysystem S3 driver (~1.0).", "league/flysystem-rackspace": "Required to use the Flysystem Rackspace driver (~1.0).", "pda/pheanstalk": "Required to use the beanstalk queue driver (~3.0).", "predis/predis": "Required to use the redis cache and queue drivers (~1.0).", @@ -1732,7 +1689,7 @@ "framework", "laravel" ], - "time": "2015-05-29 01:36:40" + "time": "2015-06-01 17:05:16" }, { "name": "league/commonmark", @@ -1880,16 +1837,16 @@ }, { "name": "mccool/laravel-auto-presenter", - "version": "3.0.1", + "version": "3.1.0", "source": { "type": "git", "url": "https://github.com/laravel-auto-presenter/laravel-auto-presenter.git", - "reference": "846eee0565bf84d911c1d2cad81e707ec9ac2e9c" + "reference": "e2f7f0b1415d2b0e65aa9587fe74d70844ad062d" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/laravel-auto-presenter/laravel-auto-presenter/zipball/846eee0565bf84d911c1d2cad81e707ec9ac2e9c", - "reference": "846eee0565bf84d911c1d2cad81e707ec9ac2e9c", + "url": "https://api.github.com/repos/laravel-auto-presenter/laravel-auto-presenter/zipball/e2f7f0b1415d2b0e65aa9587fe74d70844ad062d", + "reference": "e2f7f0b1415d2b0e65aa9587fe74d70844ad062d", "shasum": "" }, "require": { @@ -1907,7 +1864,7 @@ "type": "library", "extra": { "branch-alias": { - "dev-master": "3.0-dev" + "dev-master": "3.1-dev" } }, "autoload": { @@ -1920,13 +1877,13 @@ "MIT" ], "authors": [ - { - "name": "Graham Campbell", - "email": "graham@mineuk.com" - }, { "name": "Shawn McCool", "email": "shawn@heybigname.com" + }, + { + "name": "Graham Campbell", + "email": "graham@cachethq.io" } ], "description": "A system for auto-decorating models with presenter objects.", @@ -1936,7 +1893,7 @@ "lpm", "presenter" ], - "time": "2015-05-18 10:21:57" + "time": "2015-05-29 19:32:13" }, { "name": "monolog/monolog", @@ -2509,16 +2466,16 @@ }, { "name": "symfony/console", - "version": "v2.7.0-BETA2", + "version": "v2.7.0", "source": { "type": "git", "url": "https://github.com/symfony/Console.git", - "reference": "555ba7fc54a538e1b83988e2299db09b6b6dca64" + "reference": "7f0bec04961c61c961df0cb8c2ae88dbfd83f399" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/Console/zipball/555ba7fc54a538e1b83988e2299db09b6b6dca64", - "reference": "555ba7fc54a538e1b83988e2299db09b6b6dca64", + "url": "https://api.github.com/repos/symfony/Console/zipball/7f0bec04961c61c961df0cb8c2ae88dbfd83f399", + "reference": "7f0bec04961c61c961df0cb8c2ae88dbfd83f399", "shasum": "" }, "require": { @@ -2562,20 +2519,20 @@ ], "description": "Symfony Console Component", "homepage": "https://symfony.com", - "time": "2015-05-02 15:21:08" + "time": "2015-05-29 16:22:24" }, { "name": "symfony/css-selector", - "version": "v2.7.0-BETA2", + "version": "v2.7.0", "source": { "type": "git", "url": "https://github.com/symfony/CssSelector.git", - "reference": "081e7e1e8473647dd63d6d4708e4f26bb63ab4b1" + "reference": "0b5c07b516226b7dd32afbbc82fe547a469c5092" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/CssSelector/zipball/081e7e1e8473647dd63d6d4708e4f26bb63ab4b1", - "reference": "081e7e1e8473647dd63d6d4708e4f26bb63ab4b1", + "url": "https://api.github.com/repos/symfony/CssSelector/zipball/0b5c07b516226b7dd32afbbc82fe547a469c5092", + "reference": "0b5c07b516226b7dd32afbbc82fe547a469c5092", "shasum": "" }, "require": { @@ -2615,20 +2572,20 @@ ], "description": "Symfony CssSelector Component", "homepage": "https://symfony.com", - "time": "2015-05-02 15:21:08" + "time": "2015-05-15 13:33:16" }, { "name": "symfony/debug", - "version": "v2.7.0-BETA2", + "version": "v2.7.0", "source": { "type": "git", "url": "https://github.com/symfony/Debug.git", - "reference": "7c6eebd9df137f03ba1199d2f80d7cd3ebc7e047" + "reference": "1df2971b27a6ff73dae4ea622f42802000ec332d" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/Debug/zipball/7c6eebd9df137f03ba1199d2f80d7cd3ebc7e047", - "reference": "7c6eebd9df137f03ba1199d2f80d7cd3ebc7e047", + "url": "https://api.github.com/repos/symfony/Debug/zipball/1df2971b27a6ff73dae4ea622f42802000ec332d", + "reference": "1df2971b27a6ff73dae4ea622f42802000ec332d", "shasum": "" }, "require": { @@ -2675,20 +2632,20 @@ ], "description": "Symfony Debug Component", "homepage": "https://symfony.com", - "time": "2015-05-11 02:35:29" + "time": "2015-05-22 14:54:25" }, { "name": "symfony/dom-crawler", - "version": "v2.7.0-BETA2", + "version": "v2.7.0", "source": { "type": "git", "url": "https://github.com/symfony/DomCrawler.git", - "reference": "d3e78e0f13b5eec3b9362c26b28643ed99c167b6" + "reference": "11d8eb8ccc1533f4c2d89a025f674894fda520b3" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/DomCrawler/zipball/d3e78e0f13b5eec3b9362c26b28643ed99c167b6", - "reference": "d3e78e0f13b5eec3b9362c26b28643ed99c167b6", + "url": "https://api.github.com/repos/symfony/DomCrawler/zipball/11d8eb8ccc1533f4c2d89a025f674894fda520b3", + "reference": "11d8eb8ccc1533f4c2d89a025f674894fda520b3", "shasum": "" }, "require": { @@ -2728,25 +2685,24 @@ ], "description": "Symfony DomCrawler Component", "homepage": "https://symfony.com", - "time": "2015-05-02 15:21:08" + "time": "2015-05-22 14:54:25" }, { "name": "symfony/event-dispatcher", - "version": "v2.6.8", - "target-dir": "Symfony/Component/EventDispatcher", + "version": "v2.7.0", "source": { "type": "git", "url": "https://github.com/symfony/EventDispatcher.git", - "reference": "672593bc4b0043a0acf91903bb75a1c82d8f2e02" + "reference": "687039686d0e923429ba6e958d0baa920cd5d458" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/EventDispatcher/zipball/672593bc4b0043a0acf91903bb75a1c82d8f2e02", - "reference": "672593bc4b0043a0acf91903bb75a1c82d8f2e02", + "url": "https://api.github.com/repos/symfony/EventDispatcher/zipball/687039686d0e923429ba6e958d0baa920cd5d458", + "reference": "687039686d0e923429ba6e958d0baa920cd5d458", "shasum": "" }, "require": { - "php": ">=5.3.3" + "php": ">=5.3.9" }, "require-dev": { "psr/log": "~1.0", @@ -2763,11 +2719,11 @@ "type": "library", "extra": { "branch-alias": { - "dev-master": "2.6-dev" + "dev-master": "2.7-dev" } }, "autoload": { - "psr-0": { + "psr-4": { "Symfony\\Component\\EventDispatcher\\": "" } }, @@ -2787,25 +2743,24 @@ ], "description": "Symfony EventDispatcher Component", "homepage": "https://symfony.com", - "time": "2015-05-02 15:18:45" + "time": "2015-05-02 15:21:08" }, { "name": "symfony/filesystem", - "version": "v2.6.8", - "target-dir": "Symfony/Component/Filesystem", + "version": "v2.7.0", "source": { "type": "git", "url": "https://github.com/symfony/Filesystem.git", - "reference": "1f8429f72a5bfa58b33fd96824bea146fc4b3f49" + "reference": "ae4551fd6d4d4f51f2e7390fbc902fbd67f3b7ba" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/Filesystem/zipball/1f8429f72a5bfa58b33fd96824bea146fc4b3f49", - "reference": "1f8429f72a5bfa58b33fd96824bea146fc4b3f49", + "url": "https://api.github.com/repos/symfony/Filesystem/zipball/ae4551fd6d4d4f51f2e7390fbc902fbd67f3b7ba", + "reference": "ae4551fd6d4d4f51f2e7390fbc902fbd67f3b7ba", "shasum": "" }, "require": { - "php": ">=5.3.3" + "php": ">=5.3.9" }, "require-dev": { "symfony/phpunit-bridge": "~2.7" @@ -2813,11 +2768,11 @@ "type": "library", "extra": { "branch-alias": { - "dev-master": "2.6-dev" + "dev-master": "2.7-dev" } }, "autoload": { - "psr-0": { + "psr-4": { "Symfony\\Component\\Filesystem\\": "" } }, @@ -2837,20 +2792,20 @@ ], "description": "Symfony Filesystem Component", "homepage": "https://symfony.com", - "time": "2015-05-15 13:32:45" + "time": "2015-05-15 13:33:16" }, { "name": "symfony/finder", - "version": "v2.7.0-BETA2", + "version": "v2.7.0", "source": { "type": "git", "url": "https://github.com/symfony/Finder.git", - "reference": "818480c101d7263e6e8fb36b67836d6fbf2c6dec" + "reference": "ccb8ed8339cf24824f2ef35dacec30d92ff44368" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/Finder/zipball/818480c101d7263e6e8fb36b67836d6fbf2c6dec", - "reference": "818480c101d7263e6e8fb36b67836d6fbf2c6dec", + "url": "https://api.github.com/repos/symfony/Finder/zipball/ccb8ed8339cf24824f2ef35dacec30d92ff44368", + "reference": "ccb8ed8339cf24824f2ef35dacec30d92ff44368", "shasum": "" }, "require": { @@ -2886,20 +2841,20 @@ ], "description": "Symfony Finder Component", "homepage": "https://symfony.com", - "time": "2015-05-02 15:21:08" + "time": "2015-05-15 14:02:48" }, { "name": "symfony/http-foundation", - "version": "v2.7.0-BETA2", + "version": "v2.7.0", "source": { "type": "git", "url": "https://github.com/symfony/HttpFoundation.git", - "reference": "35e7da59f307611c19eba93f1c2f3ba209d45292" + "reference": "729de183da037c125c5f6366bd4f0631ba1a1abb" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/HttpFoundation/zipball/35e7da59f307611c19eba93f1c2f3ba209d45292", - "reference": "35e7da59f307611c19eba93f1c2f3ba209d45292", + "url": "https://api.github.com/repos/symfony/HttpFoundation/zipball/729de183da037c125c5f6366bd4f0631ba1a1abb", + "reference": "729de183da037c125c5f6366bd4f0631ba1a1abb", "shasum": "" }, "require": { @@ -2939,20 +2894,20 @@ ], "description": "Symfony HttpFoundation Component", "homepage": "https://symfony.com", - "time": "2015-05-02 15:21:08" + "time": "2015-05-22 14:54:25" }, { "name": "symfony/http-kernel", - "version": "v2.7.0-BETA2", + "version": "v2.7.0", "source": { "type": "git", "url": "https://github.com/symfony/HttpKernel.git", - "reference": "18d9f196cba491209294befd8de60cf2a463fb73" + "reference": "74acbb7ef9c4aae0620d3250b9b990d2fff28d16" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/HttpKernel/zipball/18d9f196cba491209294befd8de60cf2a463fb73", - "reference": "18d9f196cba491209294befd8de60cf2a463fb73", + "url": "https://api.github.com/repos/symfony/HttpKernel/zipball/74acbb7ef9c4aae0620d3250b9b990d2fff28d16", + "reference": "74acbb7ef9c4aae0620d3250b9b990d2fff28d16", "shasum": "" }, "require": { @@ -3019,20 +2974,20 @@ ], "description": "Symfony HttpKernel Component", "homepage": "https://symfony.com", - "time": "2015-05-13 20:25:22" + "time": "2015-05-30 16:52:28" }, { "name": "symfony/process", - "version": "v2.7.0-BETA2", + "version": "v2.7.0", "source": { "type": "git", "url": "https://github.com/symfony/Process.git", - "reference": "f393d2194314875d9effa8e0c2e1f887f65dcbd6" + "reference": "e0a82b58e36afc60f8e79b8bc85a22bb064077c1" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/Process/zipball/f393d2194314875d9effa8e0c2e1f887f65dcbd6", - "reference": "f393d2194314875d9effa8e0c2e1f887f65dcbd6", + "url": "https://api.github.com/repos/symfony/Process/zipball/e0a82b58e36afc60f8e79b8bc85a22bb064077c1", + "reference": "e0a82b58e36afc60f8e79b8bc85a22bb064077c1", "shasum": "" }, "require": { @@ -3068,20 +3023,20 @@ ], "description": "Symfony Process Component", "homepage": "https://symfony.com", - "time": "2015-05-02 15:21:08" + "time": "2015-05-15 13:33:16" }, { "name": "symfony/routing", - "version": "v2.7.0-BETA2", + "version": "v2.7.0", "source": { "type": "git", "url": "https://github.com/symfony/Routing.git", - "reference": "15bf04e8b754ee90e31f47d4c9b2d15946ed53b2" + "reference": "6f0333fb8b89cf6f8fd9d6740c5e83b73d9c95b9" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/Routing/zipball/15bf04e8b754ee90e31f47d4c9b2d15946ed53b2", - "reference": "15bf04e8b754ee90e31f47d4c9b2d15946ed53b2", + "url": "https://api.github.com/repos/symfony/Routing/zipball/6f0333fb8b89cf6f8fd9d6740c5e83b73d9c95b9", + "reference": "6f0333fb8b89cf6f8fd9d6740c5e83b73d9c95b9", "shasum": "" }, "require": { @@ -3139,20 +3094,20 @@ "uri", "url" ], - "time": "2015-05-11 17:33:08" + "time": "2015-05-19 06:58:17" }, { "name": "symfony/security-core", - "version": "v2.7.0-BETA2", + "version": "v2.7.0", "source": { "type": "git", "url": "https://github.com/symfony/security-core.git", - "reference": "dc0379c1c590dca0e1a0e484a41814f365822e41" + "reference": "af39a58d9dceabeb8c29c1ac347a78d259db1b29" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/security-core/zipball/dc0379c1c590dca0e1a0e484a41814f365822e41", - "reference": "dc0379c1c590dca0e1a0e484a41814f365822e41", + "url": "https://api.github.com/repos/symfony/security-core/zipball/af39a58d9dceabeb8c29c1ac347a78d259db1b29", + "reference": "af39a58d9dceabeb8c29c1ac347a78d259db1b29", "shasum": "" }, "require": { @@ -3202,20 +3157,20 @@ ], "description": "Symfony Security Component - Core Library", "homepage": "https://symfony.com", - "time": "2015-05-13 11:34:46" + "time": "2015-05-15 13:53:44" }, { "name": "symfony/translation", - "version": "v2.7.0-BETA2", + "version": "v2.7.0", "source": { "type": "git", "url": "https://github.com/symfony/Translation.git", - "reference": "1be5bbed3938247acd7c5f4e4f29dd32db636b1f" + "reference": "cc1907bbeacfcc703c031b67545400d6e7d1eb79" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/Translation/zipball/1be5bbed3938247acd7c5f4e4f29dd32db636b1f", - "reference": "1be5bbed3938247acd7c5f4e4f29dd32db636b1f", + "url": "https://api.github.com/repos/symfony/Translation/zipball/cc1907bbeacfcc703c031b67545400d6e7d1eb79", + "reference": "cc1907bbeacfcc703c031b67545400d6e7d1eb79", "shasum": "" }, "require": { @@ -3263,11 +3218,11 @@ ], "description": "Symfony Translation Component", "homepage": "https://symfony.com", - "time": "2015-05-11 02:35:29" + "time": "2015-05-29 14:44:44" }, { "name": "symfony/var-dumper", - "version": "v2.7.0-BETA2", + "version": "v2.7.0", "source": { "type": "git", "url": "https://github.com/symfony/var-dumper.git", @@ -3326,16 +3281,16 @@ }, { "name": "vlucas/phpdotenv", - "version": "v1.1.0", + "version": "v1.1.1", "source": { "type": "git", "url": "https://github.com/vlucas/phpdotenv.git", - "reference": "732d2adb7d916c9593b9d58c3b0d9ebefead07aa" + "reference": "0cac554ce06277e33ddf9f0b7ade4b8bbf2af3fa" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/vlucas/phpdotenv/zipball/732d2adb7d916c9593b9d58c3b0d9ebefead07aa", - "reference": "732d2adb7d916c9593b9d58c3b0d9ebefead07aa", + "url": "https://api.github.com/repos/vlucas/phpdotenv/zipball/0cac554ce06277e33ddf9f0b7ade4b8bbf2af3fa", + "reference": "0cac554ce06277e33ddf9f0b7ade4b8bbf2af3fa", "shasum": "" }, "require": { @@ -3345,11 +3300,6 @@ "phpunit/phpunit": "~4.0" }, "type": "library", - "extra": { - "branch-alias": { - "dev-master": "1.0-dev" - } - }, "autoload": { "psr-0": { "Dotenv": "src/" @@ -3373,7 +3323,7 @@ "env", "environment" ], - "time": "2014-12-05 15:19:21" + "time": "2015-05-30 15:59:26" }, { "name": "watson/validating", @@ -3486,6 +3436,58 @@ ], "time": "2014-10-13 12:58:55" }, + { + "name": "fzaninotto/faker", + "version": "v1.5.0", + "source": { + "type": "git", + "url": "https://github.com/fzaninotto/Faker.git", + "reference": "d0190b156bcca848d401fb80f31f504f37141c8d" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/fzaninotto/Faker/zipball/d0190b156bcca848d401fb80f31f504f37141c8d", + "reference": "d0190b156bcca848d401fb80f31f504f37141c8d", + "shasum": "" + }, + "require": { + "php": ">=5.3.3" + }, + "require-dev": { + "phpunit/phpunit": "~4.0", + "squizlabs/php_codesniffer": "~1.5" + }, + "suggest": { + "ext-intl": "*" + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "1.5.x-dev" + } + }, + "autoload": { + "psr-4": { + "Faker\\": "src/Faker/" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "François Zaninotto" + } + ], + "description": "Faker is a PHP library that generates fake data for you.", + "keywords": [ + "data", + "faker", + "fixtures" + ], + "time": "2015-05-29 06:29:14" + }, { "name": "graham-campbell/testbench", "version": "v2.1.0", @@ -3705,18 +3707,18 @@ "source": { "type": "git", "url": "https://github.com/orchestral/testbench.git", - "reference": "afa37694853629540b15639cb72a025d2144b6ab" + "reference": "b07d8bf1ae629e20e566a5d93f7c7fd88246ef45" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/orchestral/testbench/zipball/afa37694853629540b15639cb72a025d2144b6ab", - "reference": "afa37694853629540b15639cb72a025d2144b6ab", + "url": "https://api.github.com/repos/orchestral/testbench/zipball/b07d8bf1ae629e20e566a5d93f7c7fd88246ef45", + "reference": "b07d8bf1ae629e20e566a5d93f7c7fd88246ef45", "shasum": "" }, "require": { "laravel/framework": "5.1.*", "orchestra/database": "3.1.*", - "php": ">=5.4.0" + "php": ">=5.5.0" }, "require-dev": { "behat/behat": "~2.5", @@ -3759,7 +3761,7 @@ "orchestral", "testing" ], - "time": "2015-05-27 03:46:18" + "time": "2015-06-01 11:19:08" }, { "name": "phpdocumentor/reflection-docblock", @@ -3872,16 +3874,16 @@ }, { "name": "phpunit/php-code-coverage", - "version": "2.0.17", + "version": "2.1.2", "source": { "type": "git", "url": "https://github.com/sebastianbergmann/php-code-coverage.git", - "reference": "c4e8e7725e351184a76544634855b8a9c405a6e3" + "reference": "6b7d2094ca2a685a2cad846cb7cd7a30e8b9470f" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/c4e8e7725e351184a76544634855b8a9c405a6e3", - "reference": "c4e8e7725e351184a76544634855b8a9c405a6e3", + "url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/6b7d2094ca2a685a2cad846cb7cd7a30e8b9470f", + "reference": "6b7d2094ca2a685a2cad846cb7cd7a30e8b9470f", "shasum": "" }, "require": { @@ -3904,7 +3906,7 @@ "type": "library", "extra": { "branch-alias": { - "dev-master": "2.0.x-dev" + "dev-master": "2.1.x-dev" } }, "autoload": { @@ -3930,7 +3932,7 @@ "testing", "xunit" ], - "time": "2015-05-25 05:11:59" + "time": "2015-06-01 07:35:26" }, { "name": "phpunit/php-file-iterator", @@ -4616,21 +4618,20 @@ }, { "name": "symfony/yaml", - "version": "v2.6.8", - "target-dir": "Symfony/Component/Yaml", + "version": "v2.7.0", "source": { "type": "git", "url": "https://github.com/symfony/Yaml.git", - "reference": "f157ab074e453ecd4c0fa775f721f6e67a99d9e2" + "reference": "4a29a5248aed4fb45f626a7bbbd330291492f5c3" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/Yaml/zipball/f157ab074e453ecd4c0fa775f721f6e67a99d9e2", - "reference": "f157ab074e453ecd4c0fa775f721f6e67a99d9e2", + "url": "https://api.github.com/repos/symfony/Yaml/zipball/4a29a5248aed4fb45f626a7bbbd330291492f5c3", + "reference": "4a29a5248aed4fb45f626a7bbbd330291492f5c3", "shasum": "" }, "require": { - "php": ">=5.3.3" + "php": ">=5.3.9" }, "require-dev": { "symfony/phpunit-bridge": "~2.7" @@ -4638,11 +4639,11 @@ "type": "library", "extra": { "branch-alias": { - "dev-master": "2.6-dev" + "dev-master": "2.7-dev" } }, "autoload": { - "psr-0": { + "psr-4": { "Symfony\\Component\\Yaml\\": "" } }, @@ -4662,7 +4663,7 @@ ], "description": "Symfony Yaml Component", "homepage": "https://symfony.com", - "time": "2015-05-02 15:18:45" + "time": "2015-05-02 15:21:08" } ], "aliases": [],