diff --git a/composer.lock b/composer.lock index 0aded41..b202a78 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": "4be97bdc5c86e5796f60b98a451a726e", + "hash": "9e2bc21a8ac44db5fa61c94e55566b0f", "packages": [ { "name": "badges/poser", @@ -1961,16 +1961,16 @@ }, { "name": "react/promise", - "version": "v2.2.0", + "version": "v2.2.1", "source": { "type": "git", "url": "https://github.com/reactphp/promise.git", - "reference": "365fcee430dfa4ace1fbc75737ca60ceea7eeeef" + "reference": "3b6fca09c7d56321057fa8867c8dbe1abf648627" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/reactphp/promise/zipball/365fcee430dfa4ace1fbc75737ca60ceea7eeeef", - "reference": "365fcee430dfa4ace1fbc75737ca60ceea7eeeef", + "url": "https://api.github.com/repos/reactphp/promise/zipball/3b6fca09c7d56321057fa8867c8dbe1abf648627", + "reference": "3b6fca09c7d56321057fa8867c8dbe1abf648627", "shasum": "" }, "require": { @@ -1997,11 +1997,11 @@ "authors": [ { "name": "Jan Sorgalla", - "email": "jsorgalla@googlemail.com" + "email": "jsorgalla@gmail.com" } ], "description": "A lightweight implementation of CommonJS Promises/A for PHP", - "time": "2014-12-30 13:32:42" + "time": "2015-07-03 13:48:55" }, { "name": "symfony/console", @@ -2682,6 +2682,57 @@ ], "time": "2015-06-24 21:47:53" }, + { + "name": "vluzrmos/language-detector", + "version": "v0.1.2", + "source": { + "type": "git", + "url": "https://github.com/vluzrmos/laravel-language-detector.git", + "reference": "465c70e9b2a8b1a4cf587e74bd9595e22b1b3cf5" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/vluzrmos/laravel-language-detector/zipball/465c70e9b2a8b1a4cf587e74bd9595e22b1b3cf5", + "reference": "465c70e9b2a8b1a4cf587e74bd9595e22b1b3cf5", + "shasum": "" + }, + "require": { + "illuminate/config": "~5.0", + "illuminate/support": "~5.0", + "illuminate/translation": "~5.0", + "willdurand/negotiation": "1.3.*" + }, + "require-dev": { + "mockery/mockery": "0.9.*", + "orchestra/testbench": "~3.0", + "phpunit/phpunit": "~4.0" + }, + "type": "package", + "autoload": { + "psr-4": { + "Vluzrmos\\": "src/Vluzrmos/" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Vagner do Carmo", + "email": "vluzrmos@gmail.com" + } + ], + "description": "A Laravel and Lumen Automatic Language Detector.", + "keywords": [ + "i18n", + "language", + "laravel", + "locale", + "lumen" + ], + "time": "2015-07-04 05:05:54" + }, { "name": "vluzrmos/slack-api", "version": "v0.4.4", @@ -3110,16 +3161,16 @@ }, { "name": "phpunit/php-code-coverage", - "version": "2.1.6", + "version": "2.1.7", "source": { "type": "git", "url": "https://github.com/sebastianbergmann/php-code-coverage.git", - "reference": "631e365cf26bb2c078683e8d9bcf8bc631ac4d44" + "reference": "07e27765596d72c378a6103e80da5d84e802f1e4" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/631e365cf26bb2c078683e8d9bcf8bc631ac4d44", - "reference": "631e365cf26bb2c078683e8d9bcf8bc631ac4d44", + "url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/07e27765596d72c378a6103e80da5d84e802f1e4", + "reference": "07e27765596d72c378a6103e80da5d84e802f1e4", "shasum": "" }, "require": { @@ -3168,7 +3219,7 @@ "testing", "xunit" ], - "time": "2015-06-19 07:11:55" + "time": "2015-06-30 06:52:35" }, { "name": "phpunit/php-file-iterator", @@ -3350,16 +3401,16 @@ }, { "name": "phpunit/phpunit", - "version": "4.7.5", + "version": "4.7.6", "source": { "type": "git", "url": "https://github.com/sebastianbergmann/phpunit.git", - "reference": "f6701ef3faea759acd1910a7751d8d102a7fd5bc" + "reference": "0ebabb4cda7d066be8391dfdbaf57fe70ac9a99b" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/f6701ef3faea759acd1910a7751d8d102a7fd5bc", - "reference": "f6701ef3faea759acd1910a7751d8d102a7fd5bc", + "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/0ebabb4cda7d066be8391dfdbaf57fe70ac9a99b", + "reference": "0ebabb4cda7d066be8391dfdbaf57fe70ac9a99b", "shasum": "" }, "require": { @@ -3418,7 +3469,7 @@ "testing", "xunit" ], - "time": "2015-06-21 07:23:36" + "time": "2015-06-30 06:53:57" }, { "name": "phpunit/phpunit-mock-objects", @@ -3966,47 +4017,6 @@ "homepage": "https://symfony.com", "time": "2015-06-10 15:30:22" }, - { - "name": "vluzrmos/locale-detector", - "version": "v0.0.1", - "source": { - "type": "git", - "url": "https://github.com/vluzrmos/laravel-locale-detector.git", - "reference": "d81f8c7ee6e4a5363cc4202cc505f2cfb389b3d7" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/vluzrmos/laravel-locale-detector/zipball/d81f8c7ee6e4a5363cc4202cc505f2cfb389b3d7", - "reference": "d81f8c7ee6e4a5363cc4202cc505f2cfb389b3d7", - "shasum": "" - }, - "require": { - "illuminate/support": "5.0.*|5.1.*" - }, - "type": "package", - "autoload": { - "psr-4": { - "Vluzrmos\\": "src/Vluzrmos/" - } - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "MIT" - ], - "authors": [ - { - "name": "Vagner do Carmo", - "email": "vluzrmos@gmail.com" - } - ], - "description": "A Laravel and Lumen Automatic Locale Detector.", - "keywords": [ - "laravel", - "locale", - "lumen" - ], - "time": "2015-06-29 22:48:34" - }, { "name": "vluzrmos/tinker", "version": "v1.0.2",