diff --git a/_ide_helper.php b/_ide_helper.php index 34ed219b3383..95291e1821c8 100644 --- a/_ide_helper.php +++ b/_ide_helper.php @@ -1,7 +1,7 @@ * @see https://github.com/barryvdh/laravel-ide-helper diff --git a/composer.lock b/composer.lock index 31b7f5abf977..6c99bb446c1e 100644 --- a/composer.lock +++ b/composer.lock @@ -4,7 +4,7 @@ "Read more about it at http://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file", "This file is @generated automatically" ], - "hash": "0a1d0827dad7ba209f75b0869a8e42ec", + "hash": "65f2ef5897c7ec4d7396b49a429fb1c6", "packages": [ { "name": "anahkiasen/former", @@ -97,7 +97,7 @@ ], "authors": [ { - "name": "Maxime Fabre", + "name": "Anahkiasen", "email": "ehtnam6@gmail.com" } ], @@ -156,12 +156,12 @@ "source": { "type": "git", "url": "https://github.com/barryvdh/laravel-debugbar.git", - "reference": "6da284de7eeb57b7c120513998b712a718a3504a" + "reference": "9b2ddd2cbb335e74bc372b14d7efa06cf224c81d" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/barryvdh/laravel-debugbar/zipball/6da284de7eeb57b7c120513998b712a718a3504a", - "reference": "6da284de7eeb57b7c120513998b712a718a3504a", + "url": "https://api.github.com/repos/barryvdh/laravel-debugbar/zipball/9b2ddd2cbb335e74bc372b14d7efa06cf224c81d", + "reference": "9b2ddd2cbb335e74bc372b14d7efa06cf224c81d", "shasum": "" }, "require": { @@ -202,7 +202,70 @@ "profiler", "webprofiler" ], - "time": "2014-10-02 11:36:36" + "time": "2014-10-14 08:13:01" + }, + { + "name": "barryvdh/laravel-ide-helper", + "version": "dev-master", + "source": { + "type": "git", + "url": "https://github.com/barryvdh/laravel-ide-helper.git", + "reference": "486d9d9c4d209720d490ac186f8493b3c0f6897c" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/barryvdh/laravel-ide-helper/zipball/486d9d9c4d209720d490ac186f8493b3c0f6897c", + "reference": "486d9d9c4d209720d490ac186f8493b3c0f6897c", + "shasum": "" + }, + "require": { + "illuminate/console": "4.x|5.0.x", + "illuminate/filesystem": "4.x|5.0.x", + "illuminate/support": "4.x|5.0.x", + "php": ">=5.3.0", + "phpdocumentor/reflection-docblock": "2.0.x", + "symfony/class-loader": "~2.3" + }, + "require-dev": { + "doctrine/dbal": "~2.3" + }, + "suggest": { + "doctrine/dbal": "Load information from the database about models for phpdocs (~2.3)" + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "1.11-dev" + } + }, + "autoload": { + "psr-4": { + "Barryvdh\\LaravelIdeHelper\\": "src" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Barry vd. Heuvel", + "email": "barryvdh@gmail.com" + } + ], + "description": "Laravel IDE Helper, generates correct PHPDocs for all Facade classes, to improve auto-completion.", + "keywords": [ + "autocomplete", + "codeintel", + "helper", + "ide", + "laravel", + "netbeans", + "phpdoc", + "phpstorm", + "sublime" + ], + "time": "2014-10-14 08:39:02" }, { "name": "chumper/datatable", @@ -338,6 +401,479 @@ "notification-url": "https://packagist.org/downloads/", "time": "2014-01-17 12:21:18" }, + { + "name": "doctrine/annotations", + "version": "dev-master", + "source": { + "type": "git", + "url": "https://github.com/doctrine/annotations.git", + "reference": "6a6bec0670bb6e71a263b08bc1b98ea242928633" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/doctrine/annotations/zipball/6a6bec0670bb6e71a263b08bc1b98ea242928633", + "reference": "6a6bec0670bb6e71a263b08bc1b98ea242928633", + "shasum": "" + }, + "require": { + "doctrine/lexer": "1.*", + "php": ">=5.3.2" + }, + "require-dev": { + "doctrine/cache": "1.*", + "phpunit/phpunit": "4.*" + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "1.3.x-dev" + } + }, + "autoload": { + "psr-0": { + "Doctrine\\Common\\Annotations\\": "lib/" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Roman Borschel", + "email": "roman@code-factory.org" + }, + { + "name": "Benjamin Eberlei", + "email": "kontakt@beberlei.de" + }, + { + "name": "Guilherme Blanco", + "email": "guilhermeblanco@gmail.com" + }, + { + "name": "Jonathan Wage", + "email": "jonwage@gmail.com" + }, + { + "name": "Johannes Schmitt", + "email": "schmittjoh@gmail.com" + } + ], + "description": "Docblock Annotations Parser", + "homepage": "http://www.doctrine-project.org", + "keywords": [ + "annotations", + "docblock", + "parser" + ], + "time": "2014-09-25 16:45:30" + }, + { + "name": "doctrine/cache", + "version": "dev-master", + "source": { + "type": "git", + "url": "https://github.com/doctrine/cache.git", + "reference": "f7a1d660c521461b835dc31af0f6c9836769e917" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/doctrine/cache/zipball/f7a1d660c521461b835dc31af0f6c9836769e917", + "reference": "f7a1d660c521461b835dc31af0f6c9836769e917", + "shasum": "" + }, + "require": { + "php": ">=5.3.2" + }, + "conflict": { + "doctrine/common": ">2.2,<2.4" + }, + "require-dev": { + "phpunit/phpunit": ">=3.7", + "satooshi/php-coveralls": "~0.6" + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "1.4.x-dev" + } + }, + "autoload": { + "psr-0": { + "Doctrine\\Common\\Cache\\": "lib/" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Roman Borschel", + "email": "roman@code-factory.org" + }, + { + "name": "Benjamin Eberlei", + "email": "kontakt@beberlei.de" + }, + { + "name": "Guilherme Blanco", + "email": "guilhermeblanco@gmail.com" + }, + { + "name": "Jonathan Wage", + "email": "jonwage@gmail.com" + }, + { + "name": "Johannes Schmitt", + "email": "schmittjoh@gmail.com" + } + ], + "description": "Caching library offering an object-oriented API for many cache backends", + "homepage": "http://www.doctrine-project.org", + "keywords": [ + "cache", + "caching" + ], + "time": "2014-09-29 13:28:56" + }, + { + "name": "doctrine/collections", + "version": "dev-master", + "source": { + "type": "git", + "url": "https://github.com/doctrine/collections.git", + "reference": "8c5148e0ef8cee4afe86d45ba98f7b6d96e780d0" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/doctrine/collections/zipball/8c5148e0ef8cee4afe86d45ba98f7b6d96e780d0", + "reference": "8c5148e0ef8cee4afe86d45ba98f7b6d96e780d0", + "shasum": "" + }, + "require": { + "php": ">=5.3.2" + }, + "require-dev": { + "phpunit/phpunit": "~4.0" + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "1.2.x-dev" + } + }, + "autoload": { + "psr-0": { + "Doctrine\\Common\\Collections\\": "lib/" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Roman Borschel", + "email": "roman@code-factory.org" + }, + { + "name": "Benjamin Eberlei", + "email": "kontakt@beberlei.de" + }, + { + "name": "Guilherme Blanco", + "email": "guilhermeblanco@gmail.com" + }, + { + "name": "Jonathan Wage", + "email": "jonwage@gmail.com" + }, + { + "name": "Johannes Schmitt", + "email": "schmittjoh@gmail.com" + } + ], + "description": "Collections Abstraction library", + "homepage": "http://www.doctrine-project.org", + "keywords": [ + "array", + "collections", + "iterator" + ], + "time": "2014-09-24 12:11:27" + }, + { + "name": "doctrine/common", + "version": "2.4.x-dev", + "source": { + "type": "git", + "url": "https://github.com/doctrine/common.git", + "reference": "ae92d076442e27b6910dd86a1292a8867cf5cfe4" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/doctrine/common/zipball/ae92d076442e27b6910dd86a1292a8867cf5cfe4", + "reference": "ae92d076442e27b6910dd86a1292a8867cf5cfe4", + "shasum": "" + }, + "require": { + "doctrine/annotations": "1.*", + "doctrine/cache": "1.*", + "doctrine/collections": "1.*", + "doctrine/inflector": "1.*", + "doctrine/lexer": "1.*", + "php": ">=5.3.2" + }, + "require-dev": { + "phpunit/phpunit": "~3.7" + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "2.4.x-dev" + } + }, + "autoload": { + "psr-0": { + "Doctrine\\Common\\": "lib/" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Jonathan Wage", + "email": "jonwage@gmail.com", + "homepage": "http://www.jwage.com/", + "role": "Creator" + }, + { + "name": "Guilherme Blanco", + "email": "guilhermeblanco@gmail.com", + "homepage": "http://www.instaclick.com" + }, + { + "name": "Roman Borschel", + "email": "roman@code-factory.org" + }, + { + "name": "Benjamin Eberlei", + "email": "kontakt@beberlei.de" + }, + { + "name": "Johannes Schmitt", + "email": "schmittjoh@gmail.com", + "homepage": "https://github.com/schmittjoh", + "role": "Developer of wrapped JMSSerializerBundle" + } + ], + "description": "Common Library for Doctrine projects", + "homepage": "http://www.doctrine-project.org", + "keywords": [ + "annotations", + "collections", + "eventmanager", + "persistence", + "spl" + ], + "time": "2014-05-21 19:29:23" + }, + { + "name": "doctrine/dbal", + "version": "dev-master", + "source": { + "type": "git", + "url": "https://github.com/doctrine/dbal.git", + "reference": "93af9aabc5622f7d357907a6f0889669ba906191" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/doctrine/dbal/zipball/93af9aabc5622f7d357907a6f0889669ba906191", + "reference": "93af9aabc5622f7d357907a6f0889669ba906191", + "shasum": "" + }, + "require": { + "doctrine/common": ">=2.4,<2.6-dev", + "php": ">=5.3.2" + }, + "require-dev": { + "phpunit/phpunit": "4.*", + "symfony/console": "2.*" + }, + "suggest": { + "symfony/console": "For helpful console commands such as SQL execution and import of files." + }, + "bin": [ + "bin/doctrine-dbal" + ], + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "2.5.x-dev" + } + }, + "autoload": { + "psr-0": { + "Doctrine\\DBAL\\": "lib/" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Roman Borschel", + "email": "roman@code-factory.org" + }, + { + "name": "Benjamin Eberlei", + "email": "kontakt@beberlei.de" + }, + { + "name": "Guilherme Blanco", + "email": "guilhermeblanco@gmail.com" + }, + { + "name": "Jonathan Wage", + "email": "jonwage@gmail.com" + } + ], + "description": "Database Abstraction Layer", + "homepage": "http://www.doctrine-project.org", + "keywords": [ + "database", + "dbal", + "persistence", + "queryobject" + ], + "time": "2014-10-08 01:36:57" + }, + { + "name": "doctrine/inflector", + "version": "dev-master", + "source": { + "type": "git", + "url": "https://github.com/doctrine/inflector.git", + "reference": "8a0b96e65d2399d6f95b75de11134843a2c61feb" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/doctrine/inflector/zipball/8a0b96e65d2399d6f95b75de11134843a2c61feb", + "reference": "8a0b96e65d2399d6f95b75de11134843a2c61feb", + "shasum": "" + }, + "require": { + "php": ">=5.3.2" + }, + "require-dev": { + "phpunit/phpunit": "4.*" + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "1.0.x-dev" + } + }, + "autoload": { + "psr-0": { + "Doctrine\\Common\\Inflector\\": "lib/" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Roman Borschel", + "email": "roman@code-factory.org" + }, + { + "name": "Benjamin Eberlei", + "email": "kontakt@beberlei.de" + }, + { + "name": "Guilherme Blanco", + "email": "guilhermeblanco@gmail.com" + }, + { + "name": "Jonathan Wage", + "email": "jonwage@gmail.com" + }, + { + "name": "Johannes Schmitt", + "email": "schmittjoh@gmail.com" + } + ], + "description": "Common String Manipulations with regard to casing and singular/plural rules.", + "homepage": "http://www.doctrine-project.org", + "keywords": [ + "inflection", + "pluralize", + "singularize", + "string" + ], + "time": "2014-10-05 18:49:49" + }, + { + "name": "doctrine/lexer", + "version": "dev-master", + "source": { + "type": "git", + "url": "https://github.com/doctrine/lexer.git", + "reference": "83893c552fd2045dd78aef794c31e694c37c0b8c" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/doctrine/lexer/zipball/83893c552fd2045dd78aef794c31e694c37c0b8c", + "reference": "83893c552fd2045dd78aef794c31e694c37c0b8c", + "shasum": "" + }, + "require": { + "php": ">=5.3.2" + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "1.0.x-dev" + } + }, + "autoload": { + "psr-0": { + "Doctrine\\Common\\Lexer\\": "lib/" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Roman Borschel", + "email": "roman@code-factory.org" + }, + { + "name": "Guilherme Blanco", + "email": "guilhermeblanco@gmail.com" + }, + { + "name": "Johannes Schmitt", + "email": "schmittjoh@gmail.com" + } + ], + "description": "Base library for a lexer that can be used in Top-Down, Recursive Descent Parsers.", + "homepage": "http://www.doctrine-project.org", + "keywords": [ + "lexer", + "parser" + ], + "time": "2014-09-09 13:34:57" + }, { "name": "filp/whoops", "version": "1.0.10", @@ -667,7 +1203,7 @@ "authors": [ { "name": "Anthony Ferrara", - "email": "ircmaxell@ircmaxell.com", + "email": "ircmaxell@php.net", "homepage": "http://blog.ircmaxell.com" } ], @@ -727,6 +1263,46 @@ ], "time": "2013-10-09 04:20:00" }, + { + "name": "jsanc623/phpbenchtime", + "version": "2.0.0", + "source": { + "type": "git", + "url": "https://github.com/jsanc623/PHPBenchTime.git", + "reference": "e8cba5217fe5998ae1926c2cb2202d8d973db1f1" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/jsanc623/PHPBenchTime/zipball/e8cba5217fe5998ae1926c2cb2202d8d973db1f1", + "reference": "e8cba5217fe5998ae1926c2cb2202d8d973db1f1", + "shasum": "" + }, + "type": "library", + "autoload": { + "psr-0": { + "": "src/" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Juan Sanchez", + "email": "juan.sanchez@juanleonardosanchez.com" + } + ], + "description": "A light benchmark timer class for PHP.", + "keywords": [ + "benchmark", + "benchtime", + "profiler", + "stopwatch", + "timer" + ], + "time": "2014-07-23 20:52:24" + }, { "name": "laravel/framework", "version": "v4.1.25", @@ -879,11 +1455,11 @@ "name": "Max Ehsan", "email": "contact@laravelbook.com", "homepage": "http://laravelbook.com/", - "role": "Maintainer" + "role": "Developer" }, { "name": "Igor Santos", - "email": "igorsantos07+dev@gmail.com", + "email": "igorsantos07@gmail.com", "homepage": "http://www.igorsantos.com.br", "role": "Developer" } @@ -909,12 +1485,12 @@ "source": { "type": "git", "url": "https://github.com/maximebf/php-debugbar.git", - "reference": "0e8dd3e6fd42577b27e2aedb293022fdaab05539" + "reference": "2dc1c9991c29e6c1198733c1aacc9f67a81ff46c" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/maximebf/php-debugbar/zipball/0e8dd3e6fd42577b27e2aedb293022fdaab05539", - "reference": "0e8dd3e6fd42577b27e2aedb293022fdaab05539", + "url": "https://api.github.com/repos/maximebf/php-debugbar/zipball/2dc1c9991c29e6c1198733c1aacc9f67a81ff46c", + "reference": "2dc1c9991c29e6c1198733c1aacc9f67a81ff46c", "shasum": "" }, "require": { @@ -956,7 +1532,7 @@ "keywords": [ "debug" ], - "time": "2014-09-16 14:22:43" + "time": "2014-10-14 16:14:02" }, { "name": "monolog/monolog", @@ -1860,12 +2436,12 @@ "source": { "type": "git", "url": "https://github.com/thephpleague/omnipay-mollie.git", - "reference": "4d49e5600adc0990ced6ef368efa46883a9171fc" + "reference": "646a35bf726fd29f25df163ee1c9f37c811a3443" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/thephpleague/omnipay-mollie/zipball/4d49e5600adc0990ced6ef368efa46883a9171fc", - "reference": "4d49e5600adc0990ced6ef368efa46883a9171fc", + "url": "https://api.github.com/repos/thephpleague/omnipay-mollie/zipball/646a35bf726fd29f25df163ee1c9f37c811a3443", + "reference": "646a35bf726fd29f25df163ee1c9f37c811a3443", "shasum": "" }, "require": { @@ -1909,7 +2485,7 @@ "pay", "payment" ], - "time": "2014-09-17 00:39:49" + "time": "2014-10-07 13:55:30" }, { "name": "omnipay/multisafepay", @@ -2886,18 +3462,67 @@ ], "time": "2014-06-23 09:37:18" }, + { + "name": "phpdocumentor/reflection-docblock", + "version": "dev-master", + "source": { + "type": "git", + "url": "https://github.com/phpDocumentor/ReflectionDocBlock.git", + "reference": "fd0ac2007401505fb596fdfb859ec4e103d69e55" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/phpDocumentor/ReflectionDocBlock/zipball/fd0ac2007401505fb596fdfb859ec4e103d69e55", + "reference": "fd0ac2007401505fb596fdfb859ec4e103d69e55", + "shasum": "" + }, + "require": { + "php": ">=5.3.3" + }, + "require-dev": { + "phpunit/phpunit": "~4.0" + }, + "suggest": { + "dflydev/markdown": "~1.0", + "erusev/parsedown": "~1.0" + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "2.0.x-dev" + } + }, + "autoload": { + "psr-0": { + "phpDocumentor": [ + "src/" + ] + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Mike van Riel", + "email": "mike.vanriel@naenius.com" + } + ], + "time": "2014-09-02 14:26:20" + }, { "name": "phpseclib/phpseclib", "version": "dev-master", "source": { "type": "git", "url": "https://github.com/phpseclib/phpseclib.git", - "reference": "c2be2b5a3b9be8ac512e2f2c01832bc5cde840a5" + "reference": "564c678df5492c6cde2be2884563525f47e42a60" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/phpseclib/phpseclib/zipball/c2be2b5a3b9be8ac512e2f2c01832bc5cde840a5", - "reference": "c2be2b5a3b9be8ac512e2f2c01832bc5cde840a5", + "url": "https://api.github.com/repos/phpseclib/phpseclib/zipball/564c678df5492c6cde2be2884563525f47e42a60", + "reference": "564c678df5492c6cde2be2884563525f47e42a60", "shasum": "" }, "require": { @@ -2982,7 +3607,7 @@ "x.509", "x509" ], - "time": "2014-09-28 10:43:49" + "time": "2014-10-09 21:51:28" }, { "name": "predis/predis", @@ -3232,6 +3857,56 @@ "homepage": "http://symfony.com", "time": "2014-09-22 08:51:05" }, + { + "name": "symfony/class-loader", + "version": "dev-master", + "target-dir": "Symfony/Component/ClassLoader", + "source": { + "type": "git", + "url": "https://github.com/symfony/ClassLoader.git", + "reference": "fe9ec2bf22e4279892ac3d83bc584e539a79fa41" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/symfony/ClassLoader/zipball/fe9ec2bf22e4279892ac3d83bc584e539a79fa41", + "reference": "fe9ec2bf22e4279892ac3d83bc584e539a79fa41", + "shasum": "" + }, + "require": { + "php": ">=5.3.3" + }, + "require-dev": { + "symfony/finder": "~2.0" + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "2.6-dev" + } + }, + "autoload": { + "psr-0": { + "Symfony\\Component\\ClassLoader\\": "" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Symfony Community", + "homepage": "http://symfony.com/contributors" + }, + { + "name": "Fabien Potencier", + "email": "fabien@symfony.com" + } + ], + "description": "Symfony ClassLoader Component", + "homepage": "http://symfony.com", + "time": "2014-10-01 05:53:11" + }, { "name": "symfony/console", "version": "2.4.x-dev", @@ -3897,12 +4572,12 @@ "source": { "type": "git", "url": "https://github.com/webpatser/laravel-countries.git", - "reference": "ca8ac7d6b90b2d82f29b8759f1e9f0ee4ef2cc20" + "reference": "07ee211b6886f99ba9ca7367ed1e69919cd31edd" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/webpatser/laravel-countries/zipball/ca8ac7d6b90b2d82f29b8759f1e9f0ee4ef2cc20", - "reference": "ca8ac7d6b90b2d82f29b8759f1e9f0ee4ef2cc20", + "url": "https://api.github.com/repos/webpatser/laravel-countries/zipball/07ee211b6886f99ba9ca7367ed1e69919cd31edd", + "reference": "07ee211b6886f99ba9ca7367ed1e69919cd31edd", "shasum": "" }, "require": { @@ -3941,7 +4616,7 @@ "iso_3166_3", "laravel" ], - "time": "2014-09-26 09:55:24" + "time": "2014-10-10 06:55:59" }, { "name": "zizaco/confide", @@ -4011,12 +4686,12 @@ "source": { "type": "git", "url": "https://github.com/Codeception/Codeception.git", - "reference": "3ffb9c13fc7298def2a25ed7d851f54c83af44a6" + "reference": "3cace7dc54401c685293827c2e20f74eb0bb0504" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/Codeception/Codeception/zipball/3ffb9c13fc7298def2a25ed7d851f54c83af44a6", - "reference": "3ffb9c13fc7298def2a25ed7d851f54c83af44a6", + "url": "https://api.github.com/repos/Codeception/Codeception/zipball/3cace7dc54401c685293827c2e20f74eb0bb0504", + "reference": "3cace7dc54401c685293827c2e20f74eb0bb0504", "shasum": "" }, "require": { @@ -4036,6 +4711,7 @@ }, "require-dev": { "codeception/specify": "~0.3", + "codegyre/robo-ci": "@dev", "facebook/php-sdk": "~3.2", "monolog/monolog": "~1.8", "pda/pheanstalk": "~2.0", @@ -4053,6 +4729,11 @@ "codecept" ], "type": "library", + "extra": { + "branch-alias": { + "dev-master": "2.1-dev" + } + }, "autoload": { "psr-0": { "Codeception": "src" @@ -4078,7 +4759,7 @@ "functional testing", "unit testing" ], - "time": "2014-09-27 02:27:22" + "time": "2014-10-11 21:44:44" }, { "name": "doctrine/instantiator", @@ -4086,16 +4767,16 @@ "source": { "type": "git", "url": "https://github.com/doctrine/instantiator.git", - "reference": "4bdc0421209a00e6f425f4c3554d1b0df3a7e897" + "reference": "f976e5de371104877ebc89bd8fecb0019ed9c119" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/doctrine/instantiator/zipball/4bdc0421209a00e6f425f4c3554d1b0df3a7e897", - "reference": "4bdc0421209a00e6f425f4c3554d1b0df3a7e897", + "url": "https://api.github.com/repos/doctrine/instantiator/zipball/f976e5de371104877ebc89bd8fecb0019ed9c119", + "reference": "f976e5de371104877ebc89bd8fecb0019ed9c119", "shasum": "" }, "require": { - "php": "~5.3" + "php": ">=5.3,<8.0-DEV" }, "require-dev": { "athletic/athletic": "~0.1.8", @@ -4132,7 +4813,7 @@ "constructor", "instantiate" ], - "time": "2014-10-05 00:20:37" + "time": "2014-10-13 12:58:55" }, { "name": "facebook/webdriver", @@ -4176,7 +4857,7 @@ }, { "name": "guzzlehttp/guzzle", - "version": "dev-master", + "version": "4.2.3", "source": { "type": "git", "url": "https://github.com/guzzle/guzzle.git", @@ -4245,12 +4926,12 @@ "source": { "type": "git", "url": "https://github.com/guzzle/streams.git", - "reference": "30d5c8e7646e004768054c4143a433c89bc9ece0" + "reference": "48be63a56ea8a98ec620eb59ef76bcab77feba55" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/guzzle/streams/zipball/30d5c8e7646e004768054c4143a433c89bc9ece0", - "reference": "30d5c8e7646e004768054c4143a433c89bc9ece0", + "url": "https://api.github.com/repos/guzzle/streams/zipball/48be63a56ea8a98ec620eb59ef76bcab77feba55", + "reference": "48be63a56ea8a98ec620eb59ef76bcab77feba55", "shasum": "" }, "require": { @@ -4262,16 +4943,13 @@ "type": "library", "extra": { "branch-alias": { - "dev-master": "2.1-dev" + "dev-master": "3.0-dev" } }, "autoload": { "psr-4": { "GuzzleHttp\\Stream\\": "src/" - }, - "files": [ - "src/functions.php" - ] + } }, "notification-url": "https://packagist.org/downloads/", "license": [ @@ -4284,13 +4962,13 @@ "homepage": "https://github.com/mtdowling" } ], - "description": "Provides a simple abstraction over streams of data (Guzzle 4+)", + "description": "Provides a simple abstraction over streams of data", "homepage": "http://guzzlephp.org/", "keywords": [ "Guzzle", "stream" ], - "time": "2014-09-15 01:45:40" + "time": "2014-10-12 19:45:36" }, { "name": "phpunit/php-code-coverage", @@ -4542,12 +5220,12 @@ "source": { "type": "git", "url": "https://github.com/sebastianbergmann/phpunit.git", - "reference": "5e18ee651da9c3254ad5105ad58da90f4a510e7d" + "reference": "f75e6b2e0764bcf4faa5082f4b60d5e7cf0959bb" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/5e18ee651da9c3254ad5105ad58da90f4a510e7d", - "reference": "5e18ee651da9c3254ad5105ad58da90f4a510e7d", + "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/f75e6b2e0764bcf4faa5082f4b60d5e7cf0959bb", + "reference": "f75e6b2e0764bcf4faa5082f4b60d5e7cf0959bb", "shasum": "" }, "require": { @@ -4564,7 +5242,7 @@ "phpunit/phpunit-mock-objects": "2.4.*@dev", "sebastian/comparator": "~1.0", "sebastian/diff": "~1.1", - "sebastian/environment": "~1.0", + "sebastian/environment": "~1.1", "sebastian/exporter": "~1.0", "sebastian/global-state": "1.0.*@dev", "sebastian/version": "~1.0", @@ -4605,7 +5283,7 @@ "testing", "xunit" ], - "time": "2014-10-05 08:32:28" + "time": "2014-10-07 09:30:07" }, { "name": "phpunit/phpunit-mock-objects", @@ -4785,24 +5463,24 @@ "source": { "type": "git", "url": "https://github.com/sebastianbergmann/environment.git", - "reference": "10c7467da0622f7848cc5cadc0828c3359254df4" + "reference": "205fcef5998953ec69cb79bc1ea9fee1277c8714" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/sebastianbergmann/environment/zipball/10c7467da0622f7848cc5cadc0828c3359254df4", - "reference": "10c7467da0622f7848cc5cadc0828c3359254df4", + "url": "https://api.github.com/repos/sebastianbergmann/environment/zipball/205fcef5998953ec69cb79bc1ea9fee1277c8714", + "reference": "205fcef5998953ec69cb79bc1ea9fee1277c8714", "shasum": "" }, "require": { "php": ">=5.3.3" }, "require-dev": { - "phpunit/phpunit": "~4.0" + "phpunit/phpunit": "~4.3" }, "type": "library", "extra": { "branch-alias": { - "dev-master": "1.0.x-dev" + "dev-master": "1.1.x-dev" } }, "autoload": { @@ -4817,8 +5495,7 @@ "authors": [ { "name": "Sebastian Bergmann", - "email": "sebastian@phpunit.de", - "role": "lead" + "email": "sebastian@phpunit.de" } ], "description": "Provides functionality to handle HHVM/PHP environments", @@ -4828,7 +5505,7 @@ "environment", "hhvm" ], - "time": "2014-05-04 17:56:05" + "time": "2014-10-08 05:30:43" }, { "name": "sebastian/exporter", @@ -4901,12 +5578,12 @@ "source": { "type": "git", "url": "https://github.com/sebastianbergmann/global-state.git", - "reference": "cd2f406aa90b591e1c45023c3a8d77edcb417bac" + "reference": "231d48620efde984fd077ee92916099a3ece9a59" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/sebastianbergmann/global-state/zipball/cd2f406aa90b591e1c45023c3a8d77edcb417bac", - "reference": "cd2f406aa90b591e1c45023c3a8d77edcb417bac", + "url": "https://api.github.com/repos/sebastianbergmann/global-state/zipball/231d48620efde984fd077ee92916099a3ece9a59", + "reference": "231d48620efde984fd077ee92916099a3ece9a59", "shasum": "" }, "require": { @@ -4944,7 +5621,7 @@ "keywords": [ "global state" ], - "time": "2014-09-04 07:21:11" + "time": "2014-10-06 09:49:11" }, { "name": "sebastian/version",