Composer update

This commit is contained in:
snipe 2017-01-25 21:33:11 -08:00
parent a9bf34cf61
commit 481722507d
2 changed files with 180 additions and 171 deletions

View file

@ -25,7 +25,7 @@
"neitanod/forceutf8": "^2.0", "neitanod/forceutf8": "^2.0",
"laravel/legacy-encrypter": "^1.0", "laravel/legacy-encrypter": "^1.0",
"laravel/passport": "^1.0", "laravel/passport": "^1.0",
"javiereguiluz/easyslugger": "^1.0" "javiereguiluz/easyslugger": "^1.0"
}, },
"require-dev": { "require-dev": {

349
composer.lock generated
View file

@ -4,21 +4,21 @@
"Read more about it at https://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" "This file is @generated automatically"
], ],
"hash": "77a4cee6e9a94078b3073950a4b6f852", "hash": "f354a05aba9b669136169915c8f6b0b5",
"content-hash": "9f273d2aecd22cda1ce6b0cb105fdad2", "content-hash": "9f273d2aecd22cda1ce6b0cb105fdad2",
"packages": [ "packages": [
{ {
"name": "aws/aws-sdk-php", "name": "aws/aws-sdk-php",
"version": "3.20.12", "version": "3.21.5",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/aws/aws-sdk-php.git", "url": "https://github.com/aws/aws-sdk-php.git",
"reference": "8725e67cb77b057b55596b4468ce9a1a95c5fe96" "reference": "adaabe1e1b2c29a8748e52146194ab42222df8b5"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/aws/aws-sdk-php/zipball/8725e67cb77b057b55596b4468ce9a1a95c5fe96", "url": "https://api.github.com/repos/aws/aws-sdk-php/zipball/adaabe1e1b2c29a8748e52146194ab42222df8b5",
"reference": "8725e67cb77b057b55596b4468ce9a1a95c5fe96", "reference": "adaabe1e1b2c29a8748e52146194ab42222df8b5",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -85,7 +85,7 @@
"s3", "s3",
"sdk" "sdk"
], ],
"time": "2016-12-30 00:41:36" "time": "2017-01-25 22:06:08"
}, },
{ {
"name": "aws/aws-sdk-php-laravel", "name": "aws/aws-sdk-php-laravel",
@ -145,20 +145,20 @@
}, },
{ {
"name": "barryvdh/laravel-debugbar", "name": "barryvdh/laravel-debugbar",
"version": "v2.3.0", "version": "v2.3.2",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/barryvdh/laravel-debugbar.git", "url": "https://github.com/barryvdh/laravel-debugbar.git",
"reference": "0c87981df959c7c1943abe227baf607c92f204f9" "reference": "24e4f0261e352d3fd86d0447791b56ae49398674"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/barryvdh/laravel-debugbar/zipball/0c87981df959c7c1943abe227baf607c92f204f9", "url": "https://api.github.com/repos/barryvdh/laravel-debugbar/zipball/24e4f0261e352d3fd86d0447791b56ae49398674",
"reference": "0c87981df959c7c1943abe227baf607c92f204f9", "reference": "24e4f0261e352d3fd86d0447791b56ae49398674",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
"illuminate/support": "5.1.*|5.2.*|5.3.*", "illuminate/support": "5.1.*|5.2.*|5.3.*|5.4.*",
"maximebf/debugbar": "~1.13.0", "maximebf/debugbar": "~1.13.0",
"php": ">=5.5.9", "php": ">=5.5.9",
"symfony/finder": "~2.7|~3.0" "symfony/finder": "~2.7|~3.0"
@ -195,7 +195,7 @@
"profiler", "profiler",
"webprofiler" "webprofiler"
], ],
"time": "2016-09-15 14:05:56" "time": "2017-01-19 08:19:49"
}, },
{ {
"name": "christian-riesen/base32", "name": "christian-riesen/base32",
@ -478,28 +478,29 @@
}, },
{ {
"name": "doctrine/collections", "name": "doctrine/collections",
"version": "v1.3.0", "version": "v1.4.0",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/doctrine/collections.git", "url": "https://github.com/doctrine/collections.git",
"reference": "6c1e4eef75f310ea1b3e30945e9f06e652128b8a" "reference": "1a4fb7e902202c33cce8c55989b945612943c2ba"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/doctrine/collections/zipball/6c1e4eef75f310ea1b3e30945e9f06e652128b8a", "url": "https://api.github.com/repos/doctrine/collections/zipball/1a4fb7e902202c33cce8c55989b945612943c2ba",
"reference": "6c1e4eef75f310ea1b3e30945e9f06e652128b8a", "reference": "1a4fb7e902202c33cce8c55989b945612943c2ba",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
"php": ">=5.3.2" "php": "^5.6 || ^7.0"
}, },
"require-dev": { "require-dev": {
"phpunit/phpunit": "~4.0" "doctrine/coding-standard": "~0.1@dev",
"phpunit/phpunit": "^5.7"
}, },
"type": "library", "type": "library",
"extra": { "extra": {
"branch-alias": { "branch-alias": {
"dev-master": "1.2.x-dev" "dev-master": "1.3.x-dev"
} }
}, },
"autoload": { "autoload": {
@ -540,20 +541,20 @@
"collections", "collections",
"iterator" "iterator"
], ],
"time": "2015-04-14 22:21:58" "time": "2017-01-03 10:49:41"
}, },
{ {
"name": "doctrine/common", "name": "doctrine/common",
"version": "v2.7.1", "version": "v2.7.2",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/doctrine/common.git", "url": "https://github.com/doctrine/common.git",
"reference": "5954c297e9d93ff84554906c2fbbc2a133c43941" "reference": "930297026c8009a567ac051fd545bf6124150347"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/doctrine/common/zipball/5954c297e9d93ff84554906c2fbbc2a133c43941", "url": "https://api.github.com/repos/doctrine/common/zipball/930297026c8009a567ac051fd545bf6124150347",
"reference": "5954c297e9d93ff84554906c2fbbc2a133c43941", "reference": "930297026c8009a567ac051fd545bf6124150347",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -613,7 +614,7 @@
"persistence", "persistence",
"spl" "spl"
], ],
"time": "2016-12-03 08:15:01" "time": "2017-01-13 14:02:13"
}, },
{ {
"name": "doctrine/dbal", "name": "doctrine/dbal",
@ -1111,16 +1112,16 @@
}, },
{ {
"name": "intervention/image", "name": "intervention/image",
"version": "2.3.8", "version": "2.3.9",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/Intervention/image.git", "url": "https://github.com/Intervention/image.git",
"reference": "4064a980324f6c3bfa2bd981dfb247afa705ec3c" "reference": "2bce9a59c43b868300b02a7d31a1e4aa67a200ae"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/Intervention/image/zipball/4064a980324f6c3bfa2bd981dfb247afa705ec3c", "url": "https://api.github.com/repos/Intervention/image/zipball/2bce9a59c43b868300b02a7d31a1e4aa67a200ae",
"reference": "4064a980324f6c3bfa2bd981dfb247afa705ec3c", "reference": "2bce9a59c43b868300b02a7d31a1e4aa67a200ae",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -1169,7 +1170,7 @@
"thumbnail", "thumbnail",
"watermark" "watermark"
], ],
"time": "2016-09-01 17:04:03" "time": "2017-01-10 14:15:56"
}, },
{ {
"name": "jakub-onderka/php-console-color", "name": "jakub-onderka/php-console-color",
@ -1348,16 +1349,16 @@
}, },
{ {
"name": "laravel/framework", "name": "laravel/framework",
"version": "v5.3.28", "version": "v5.3.29",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/laravel/framework.git", "url": "https://github.com/laravel/framework.git",
"reference": "a64fc4f8958091ca39623b2e8c8f173cb34fa47a" "reference": "6fd76dec90466dc3f703d8df72e38130f2ee6a32"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/laravel/framework/zipball/a64fc4f8958091ca39623b2e8c8f173cb34fa47a", "url": "https://api.github.com/repos/laravel/framework/zipball/6fd76dec90466dc3f703d8df72e38130f2ee6a32",
"reference": "a64fc4f8958091ca39623b2e8c8f173cb34fa47a", "reference": "6fd76dec90466dc3f703d8df72e38130f2ee6a32",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -1374,7 +1375,7 @@
"php": ">=5.6.4", "php": ">=5.6.4",
"psy/psysh": "0.7.*|0.8.*", "psy/psysh": "0.7.*|0.8.*",
"ramsey/uuid": "~3.0", "ramsey/uuid": "~3.0",
"swiftmailer/swiftmailer": "~5.1", "swiftmailer/swiftmailer": "~5.4",
"symfony/console": "3.1.*", "symfony/console": "3.1.*",
"symfony/debug": "3.1.*", "symfony/debug": "3.1.*",
"symfony/finder": "3.1.*", "symfony/finder": "3.1.*",
@ -1472,7 +1473,7 @@
"framework", "framework",
"laravel" "laravel"
], ],
"time": "2016-12-15 18:03:17" "time": "2017-01-06 14:33:56"
}, },
{ {
"name": "laravel/legacy-encrypter", "name": "laravel/legacy-encrypter",
@ -1699,16 +1700,16 @@
}, },
{ {
"name": "league/csv", "name": "league/csv",
"version": "8.1.2", "version": "8.2.0",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/thephpleague/csv.git", "url": "https://github.com/thephpleague/csv.git",
"reference": "33447984f7a7038fefaa5a6177e8407b66bc85b4" "reference": "ef7eef710810c8bd0cf9371582ccd0123ff96d4b"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/thephpleague/csv/zipball/33447984f7a7038fefaa5a6177e8407b66bc85b4", "url": "https://api.github.com/repos/thephpleague/csv/zipball/ef7eef710810c8bd0cf9371582ccd0123ff96d4b",
"reference": "33447984f7a7038fefaa5a6177e8407b66bc85b4", "reference": "ef7eef710810c8bd0cf9371582ccd0123ff96d4b",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -1722,7 +1723,7 @@
"type": "library", "type": "library",
"extra": { "extra": {
"branch-alias": { "branch-alias": {
"dev-master": "8.1-dev" "dev-master": "8.2-dev"
} }
}, },
"autoload": { "autoload": {
@ -1752,7 +1753,7 @@
"read", "read",
"write" "write"
], ],
"time": "2016-10-27 11:21:24" "time": "2017-01-25 13:32:07"
}, },
{ {
"name": "league/event", "name": "league/event",
@ -1806,16 +1807,16 @@
}, },
{ {
"name": "league/flysystem", "name": "league/flysystem",
"version": "1.0.32", "version": "1.0.33",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/thephpleague/flysystem.git", "url": "https://github.com/thephpleague/flysystem.git",
"reference": "1b5c4a0031697f46e779a9d1b309c2e1b24daeab" "reference": "5c7f98498b12d47f9de90ec9186a90000125777c"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/thephpleague/flysystem/zipball/1b5c4a0031697f46e779a9d1b309c2e1b24daeab", "url": "https://api.github.com/repos/thephpleague/flysystem/zipball/5c7f98498b12d47f9de90ec9186a90000125777c",
"reference": "1b5c4a0031697f46e779a9d1b309c2e1b24daeab", "reference": "5c7f98498b12d47f9de90ec9186a90000125777c",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -1885,7 +1886,7 @@
"sftp", "sftp",
"storage" "storage"
], ],
"time": "2016-10-19 20:38:46" "time": "2017-01-23 10:32:09"
}, },
{ {
"name": "league/oauth2-server", "name": "league/oauth2-server",
@ -2014,16 +2015,16 @@
}, },
{ {
"name": "maximebf/debugbar", "name": "maximebf/debugbar",
"version": "v1.13.0", "version": "1.13.1",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/maximebf/php-debugbar.git", "url": "https://github.com/maximebf/php-debugbar.git",
"reference": "5f49a5ed6cfde81d31d89378806670d77462526e" "reference": "afee79a236348e39a44cb837106b7c5b4897ac2a"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/maximebf/php-debugbar/zipball/5f49a5ed6cfde81d31d89378806670d77462526e", "url": "https://api.github.com/repos/maximebf/php-debugbar/zipball/afee79a236348e39a44cb837106b7c5b4897ac2a",
"reference": "5f49a5ed6cfde81d31d89378806670d77462526e", "reference": "afee79a236348e39a44cb837106b7c5b4897ac2a",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -2071,7 +2072,7 @@
"debug", "debug",
"debugbar" "debugbar"
], ],
"time": "2016-09-15 14:01:59" "time": "2017-01-05 08:46:19"
}, },
{ {
"name": "monolog/monolog", "name": "monolog/monolog",
@ -2153,16 +2154,16 @@
}, },
{ {
"name": "mtdowling/cron-expression", "name": "mtdowling/cron-expression",
"version": "v1.1.0", "version": "v1.2.0",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/mtdowling/cron-expression.git", "url": "https://github.com/mtdowling/cron-expression.git",
"reference": "c9ee7886f5a12902b225a1a12f36bb45f9ab89e5" "reference": "9504fa9ea681b586028adaaa0877db4aecf32bad"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/mtdowling/cron-expression/zipball/c9ee7886f5a12902b225a1a12f36bb45f9ab89e5", "url": "https://api.github.com/repos/mtdowling/cron-expression/zipball/9504fa9ea681b586028adaaa0877db4aecf32bad",
"reference": "c9ee7886f5a12902b225a1a12f36bb45f9ab89e5", "reference": "9504fa9ea681b586028adaaa0877db4aecf32bad",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -2173,8 +2174,8 @@
}, },
"type": "library", "type": "library",
"autoload": { "autoload": {
"psr-0": { "psr-4": {
"Cron": "src/" "Cron\\": "src/Cron/"
} }
}, },
"notification-url": "https://packagist.org/downloads/", "notification-url": "https://packagist.org/downloads/",
@ -2193,7 +2194,7 @@
"cron", "cron",
"schedule" "schedule"
], ],
"time": "2016-01-26 21:23:30" "time": "2017-01-23 04:29:33"
}, },
{ {
"name": "mtdowling/jmespath.php", "name": "mtdowling/jmespath.php",
@ -2286,26 +2287,32 @@
}, },
{ {
"name": "nesbot/carbon", "name": "nesbot/carbon",
"version": "1.21.0", "version": "1.22.1",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/briannesbitt/Carbon.git", "url": "https://github.com/briannesbitt/Carbon.git",
"reference": "7b08ec6f75791e130012f206e3f7b0e76e18e3d7" "reference": "7cdf42c0b1cc763ab7e4c33c47a24e27c66bfccc"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/briannesbitt/Carbon/zipball/7b08ec6f75791e130012f206e3f7b0e76e18e3d7", "url": "https://api.github.com/repos/briannesbitt/Carbon/zipball/7cdf42c0b1cc763ab7e4c33c47a24e27c66bfccc",
"reference": "7b08ec6f75791e130012f206e3f7b0e76e18e3d7", "reference": "7cdf42c0b1cc763ab7e4c33c47a24e27c66bfccc",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
"php": ">=5.3.0", "php": ">=5.3.0",
"symfony/translation": "~2.6|~3.0" "symfony/translation": "~2.6 || ~3.0"
}, },
"require-dev": { "require-dev": {
"phpunit/phpunit": "~4.0|~5.0" "friendsofphp/php-cs-fixer": "~2",
"phpunit/phpunit": "~4.0 || ~5.0"
}, },
"type": "library", "type": "library",
"extra": {
"branch-alias": {
"dev-master": "1.23-dev"
}
},
"autoload": { "autoload": {
"psr-4": { "psr-4": {
"Carbon\\": "src/Carbon/" "Carbon\\": "src/Carbon/"
@ -2329,7 +2336,7 @@
"datetime", "datetime",
"time" "time"
], ],
"time": "2015-11-04 20:07:17" "time": "2017-01-16 07:55:07"
}, },
{ {
"name": "nikic/php-parser", "name": "nikic/php-parser",
@ -2682,16 +2689,16 @@
}, },
{ {
"name": "psy/psysh", "name": "psy/psysh",
"version": "v0.8.0", "version": "v0.8.1",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/bobthecow/psysh.git", "url": "https://github.com/bobthecow/psysh.git",
"reference": "4a8860e13aa68a4bbf2476c014f8a1f14f1bf991" "reference": "701e8a1cc426ee170f1296f5d9f6b8a26ad25c4a"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/bobthecow/psysh/zipball/4a8860e13aa68a4bbf2476c014f8a1f14f1bf991", "url": "https://api.github.com/repos/bobthecow/psysh/zipball/701e8a1cc426ee170f1296f5d9f6b8a26ad25c4a",
"reference": "4a8860e13aa68a4bbf2476c014f8a1f14f1bf991", "reference": "701e8a1cc426ee170f1296f5d9f6b8a26ad25c4a",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -2721,7 +2728,7 @@
"type": "library", "type": "library",
"extra": { "extra": {
"branch-alias": { "branch-alias": {
"dev-develop": "0.8.x-dev" "dev-develop": "0.9.x-dev"
} }
}, },
"autoload": { "autoload": {
@ -2751,7 +2758,7 @@
"interactive", "interactive",
"shell" "shell"
], ],
"time": "2016-12-07 17:15:07" "time": "2017-01-15 17:54:13"
}, },
{ {
"name": "ramsey/uuid", "name": "ramsey/uuid",
@ -3004,16 +3011,16 @@
}, },
{ {
"name": "symfony/console", "name": "symfony/console",
"version": "v3.1.8", "version": "v3.1.9",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/symfony/console.git", "url": "https://github.com/symfony/console.git",
"reference": "221a60fb2f369a065eea1ed96b61183219fdfa6e" "reference": "047f16485d68c083bd5d9b73ff16f9cb9c1a9f52"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/symfony/console/zipball/221a60fb2f369a065eea1ed96b61183219fdfa6e", "url": "https://api.github.com/repos/symfony/console/zipball/047f16485d68c083bd5d9b73ff16f9cb9c1a9f52",
"reference": "221a60fb2f369a065eea1ed96b61183219fdfa6e", "reference": "047f16485d68c083bd5d9b73ff16f9cb9c1a9f52",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -3061,20 +3068,20 @@
], ],
"description": "Symfony Console Component", "description": "Symfony Console Component",
"homepage": "https://symfony.com", "homepage": "https://symfony.com",
"time": "2016-12-08 14:58:14" "time": "2017-01-08 20:43:43"
}, },
{ {
"name": "symfony/debug", "name": "symfony/debug",
"version": "v3.1.8", "version": "v3.1.9",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/symfony/debug.git", "url": "https://github.com/symfony/debug.git",
"reference": "c058661c32f5b462722e36d120905940089cbd9a" "reference": "73f1c337907ba963af8028844fea1af98498dfff"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/symfony/debug/zipball/c058661c32f5b462722e36d120905940089cbd9a", "url": "https://api.github.com/repos/symfony/debug/zipball/73f1c337907ba963af8028844fea1af98498dfff",
"reference": "c058661c32f5b462722e36d120905940089cbd9a", "reference": "73f1c337907ba963af8028844fea1af98498dfff",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -3118,20 +3125,20 @@
], ],
"description": "Symfony Debug Component", "description": "Symfony Debug Component",
"homepage": "https://symfony.com", "homepage": "https://symfony.com",
"time": "2016-11-15 12:55:20" "time": "2017-01-02 20:31:54"
}, },
{ {
"name": "symfony/event-dispatcher", "name": "symfony/event-dispatcher",
"version": "v3.2.1", "version": "v3.2.2",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/symfony/event-dispatcher.git", "url": "https://github.com/symfony/event-dispatcher.git",
"reference": "e8f47a327c2f0fd5aa04fa60af2b693006ed7283" "reference": "9137eb3a3328e413212826d63eeeb0217836e2b6"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/symfony/event-dispatcher/zipball/e8f47a327c2f0fd5aa04fa60af2b693006ed7283", "url": "https://api.github.com/repos/symfony/event-dispatcher/zipball/9137eb3a3328e413212826d63eeeb0217836e2b6",
"reference": "e8f47a327c2f0fd5aa04fa60af2b693006ed7283", "reference": "9137eb3a3328e413212826d63eeeb0217836e2b6",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -3178,20 +3185,20 @@
], ],
"description": "Symfony EventDispatcher Component", "description": "Symfony EventDispatcher Component",
"homepage": "https://symfony.com", "homepage": "https://symfony.com",
"time": "2016-10-13 06:29:04" "time": "2017-01-02 20:32:22"
}, },
{ {
"name": "symfony/finder", "name": "symfony/finder",
"version": "v3.1.8", "version": "v3.1.9",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/symfony/finder.git", "url": "https://github.com/symfony/finder.git",
"reference": "74dcd370c8d057882575e535616fde935e411b19" "reference": "59687a255d1562f2c17b012418273862083d85f7"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/symfony/finder/zipball/74dcd370c8d057882575e535616fde935e411b19", "url": "https://api.github.com/repos/symfony/finder/zipball/59687a255d1562f2c17b012418273862083d85f7",
"reference": "74dcd370c8d057882575e535616fde935e411b19", "reference": "59687a255d1562f2c17b012418273862083d85f7",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -3227,20 +3234,20 @@
], ],
"description": "Symfony Finder Component", "description": "Symfony Finder Component",
"homepage": "https://symfony.com", "homepage": "https://symfony.com",
"time": "2016-12-13 09:38:21" "time": "2017-01-02 20:31:54"
}, },
{ {
"name": "symfony/http-foundation", "name": "symfony/http-foundation",
"version": "v3.1.8", "version": "v3.1.9",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/symfony/http-foundation.git", "url": "https://github.com/symfony/http-foundation.git",
"reference": "88a1d3cee2dbd06f7103ff63938743b903b65a92" "reference": "cef0ad49a2e90455cfc649522025b5a2929648c0"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/symfony/http-foundation/zipball/88a1d3cee2dbd06f7103ff63938743b903b65a92", "url": "https://api.github.com/repos/symfony/http-foundation/zipball/cef0ad49a2e90455cfc649522025b5a2929648c0",
"reference": "88a1d3cee2dbd06f7103ff63938743b903b65a92", "reference": "cef0ad49a2e90455cfc649522025b5a2929648c0",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -3280,20 +3287,20 @@
], ],
"description": "Symfony HttpFoundation Component", "description": "Symfony HttpFoundation Component",
"homepage": "https://symfony.com", "homepage": "https://symfony.com",
"time": "2016-11-27 04:21:07" "time": "2017-01-08 20:43:43"
}, },
{ {
"name": "symfony/http-kernel", "name": "symfony/http-kernel",
"version": "v3.1.8", "version": "v3.1.9",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/symfony/http-kernel.git", "url": "https://github.com/symfony/http-kernel.git",
"reference": "d7a4671a6f8e4174127770263dcd95bee5713f76" "reference": "d7578a0ed01e689f5b058e1ed37b9ad0718a1ef3"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/symfony/http-kernel/zipball/d7a4671a6f8e4174127770263dcd95bee5713f76", "url": "https://api.github.com/repos/symfony/http-kernel/zipball/d7578a0ed01e689f5b058e1ed37b9ad0718a1ef3",
"reference": "d7a4671a6f8e4174127770263dcd95bee5713f76", "reference": "d7578a0ed01e689f5b058e1ed37b9ad0718a1ef3",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -3362,7 +3369,7 @@
], ],
"description": "Symfony HttpKernel Component", "description": "Symfony HttpKernel Component",
"homepage": "https://symfony.com", "homepage": "https://symfony.com",
"time": "2016-12-13 12:52:10" "time": "2017-01-12 20:43:39"
}, },
{ {
"name": "symfony/polyfill-mbstring", "name": "symfony/polyfill-mbstring",
@ -3533,16 +3540,16 @@
}, },
{ {
"name": "symfony/process", "name": "symfony/process",
"version": "v3.1.8", "version": "v3.1.9",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/symfony/process.git", "url": "https://github.com/symfony/process.git",
"reference": "d23427a7f97a373129f61bc3b876fe4c66e2b3c7" "reference": "b525066a9efe372f0910296e486aa61741b09025"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/symfony/process/zipball/d23427a7f97a373129f61bc3b876fe4c66e2b3c7", "url": "https://api.github.com/repos/symfony/process/zipball/b525066a9efe372f0910296e486aa61741b09025",
"reference": "d23427a7f97a373129f61bc3b876fe4c66e2b3c7", "reference": "b525066a9efe372f0910296e486aa61741b09025",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -3578,7 +3585,7 @@
], ],
"description": "Symfony Process Component", "description": "Symfony Process Component",
"homepage": "https://symfony.com", "homepage": "https://symfony.com",
"time": "2016-11-24 01:08:05" "time": "2017-01-02 20:31:54"
}, },
{ {
"name": "symfony/psr-http-message-bridge", "name": "symfony/psr-http-message-bridge",
@ -3642,16 +3649,16 @@
}, },
{ {
"name": "symfony/routing", "name": "symfony/routing",
"version": "v3.1.8", "version": "v3.1.9",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/symfony/routing.git", "url": "https://github.com/symfony/routing.git",
"reference": "4beb3dceb14cf2dd63dd222d1825ca981a2952cb" "reference": "5cd8d7b88e9f30a7d830fa15876828da272685d3"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/symfony/routing/zipball/4beb3dceb14cf2dd63dd222d1825ca981a2952cb", "url": "https://api.github.com/repos/symfony/routing/zipball/5cd8d7b88e9f30a7d830fa15876828da272685d3",
"reference": "4beb3dceb14cf2dd63dd222d1825ca981a2952cb", "reference": "5cd8d7b88e9f30a7d830fa15876828da272685d3",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -3713,20 +3720,20 @@
"uri", "uri",
"url" "url"
], ],
"time": "2016-11-25 12:27:14" "time": "2017-01-02 20:31:54"
}, },
{ {
"name": "symfony/translation", "name": "symfony/translation",
"version": "v3.1.8", "version": "v3.1.9",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/symfony/translation.git", "url": "https://github.com/symfony/translation.git",
"reference": "2f4b6114b75c506dd1ee7eb485b35facbcb2d873" "reference": "7882149d1e1fd46d960f3e42344c9caf2e535573"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/symfony/translation/zipball/2f4b6114b75c506dd1ee7eb485b35facbcb2d873", "url": "https://api.github.com/repos/symfony/translation/zipball/7882149d1e1fd46d960f3e42344c9caf2e535573",
"reference": "2f4b6114b75c506dd1ee7eb485b35facbcb2d873", "reference": "7882149d1e1fd46d960f3e42344c9caf2e535573",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -3777,20 +3784,20 @@
], ],
"description": "Symfony Translation Component", "description": "Symfony Translation Component",
"homepage": "https://symfony.com", "homepage": "https://symfony.com",
"time": "2016-11-18 21:15:08" "time": "2017-01-02 20:31:54"
}, },
{ {
"name": "symfony/var-dumper", "name": "symfony/var-dumper",
"version": "v3.1.8", "version": "v3.1.9",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/symfony/var-dumper.git", "url": "https://github.com/symfony/var-dumper.git",
"reference": "5ccbd23a97035886e595ce497dbe94bc88ac0b57" "reference": "d34a930421233f119fe61149ce046bb5b0b412d9"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/symfony/var-dumper/zipball/5ccbd23a97035886e595ce497dbe94bc88ac0b57", "url": "https://api.github.com/repos/symfony/var-dumper/zipball/d34a930421233f119fe61149ce046bb5b0b412d9",
"reference": "5ccbd23a97035886e595ce497dbe94bc88ac0b57", "reference": "d34a930421233f119fe61149ce046bb5b0b412d9",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -3840,7 +3847,7 @@
"debug", "debug",
"dump" "dump"
], ],
"time": "2016-12-08 14:58:14" "time": "2017-01-02 20:31:54"
}, },
{ {
"name": "tecnickcom/tc-lib-barcode", "name": "tecnickcom/tc-lib-barcode",
@ -4092,16 +4099,16 @@
}, },
{ {
"name": "zendframework/zend-diactoros", "name": "zendframework/zend-diactoros",
"version": "1.3.7", "version": "1.3.10",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/zendframework/zend-diactoros.git", "url": "https://github.com/zendframework/zend-diactoros.git",
"reference": "969ff423d3f201da3ff718a5831bb999bb0669b0" "reference": "83e8d98b9915de76c659ce27d683c02a0f99fa90"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/zendframework/zend-diactoros/zipball/969ff423d3f201da3ff718a5831bb999bb0669b0", "url": "https://api.github.com/repos/zendframework/zend-diactoros/zipball/83e8d98b9915de76c659ce27d683c02a0f99fa90",
"reference": "969ff423d3f201da3ff718a5831bb999bb0669b0", "reference": "83e8d98b9915de76c659ce27d683c02a0f99fa90",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -4113,7 +4120,7 @@
}, },
"require-dev": { "require-dev": {
"phpunit/phpunit": "^4.6 || ^5.5", "phpunit/phpunit": "^4.6 || ^5.5",
"squizlabs/php_codesniffer": "^2.3.1" "zendframework/zend-coding-standard": "~1.0.0"
}, },
"type": "library", "type": "library",
"extra": { "extra": {
@ -4138,7 +4145,7 @@
"psr", "psr",
"psr-7" "psr-7"
], ],
"time": "2016-10-11 13:25:21" "time": "2017-01-23 04:53:24"
} }
], ],
"packages-dev": [ "packages-dev": [
@ -4203,16 +4210,16 @@
}, },
{ {
"name": "codeception/codeception", "name": "codeception/codeception",
"version": "2.2.7", "version": "2.2.8",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/Codeception/Codeception.git", "url": "https://github.com/Codeception/Codeception.git",
"reference": "86770e89d266557c20dd0b1de5390e706f4770c1" "reference": "0a87d4b19070a24636125993450a9d3f698a6663"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/Codeception/Codeception/zipball/86770e89d266557c20dd0b1de5390e706f4770c1", "url": "https://api.github.com/repos/Codeception/Codeception/zipball/0a87d4b19070a24636125993450a9d3f698a6663",
"reference": "86770e89d266557c20dd0b1de5390e706f4770c1", "reference": "0a87d4b19070a24636125993450a9d3f698a6663",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -4291,7 +4298,7 @@
"functional testing", "functional testing",
"unit testing" "unit testing"
], ],
"time": "2016-12-05 04:12:24" "time": "2017-01-20 00:54:15"
}, },
{ {
"name": "doctrine/instantiator", "name": "doctrine/instantiator",
@ -4349,26 +4356,28 @@
}, },
{ {
"name": "facebook/webdriver", "name": "facebook/webdriver",
"version": "1.2.0", "version": "1.3.0",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/facebook/php-webdriver.git", "url": "https://github.com/facebook/php-webdriver.git",
"reference": "af21de3ae5306a8ca0bcc02a19735dadc43e83f3" "reference": "77300c4ab2025d4316635f592ec849ca7323bd8c"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/facebook/php-webdriver/zipball/af21de3ae5306a8ca0bcc02a19735dadc43e83f3", "url": "https://api.github.com/repos/facebook/php-webdriver/zipball/77300c4ab2025d4316635f592ec849ca7323bd8c",
"reference": "af21de3ae5306a8ca0bcc02a19735dadc43e83f3", "reference": "77300c4ab2025d4316635f592ec849ca7323bd8c",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
"ext-curl": "*", "ext-curl": "*",
"php": "^5.5 || ~7.0" "php": "^5.5 || ~7.0",
"symfony/process": "^2.8 || ^3.1"
}, },
"require-dev": { "require-dev": {
"friendsofphp/php-cs-fixer": "^1.11", "friendsofphp/php-cs-fixer": "^1.11",
"php-mock/php-mock-phpunit": "^1.1", "php-mock/php-mock-phpunit": "^1.1",
"phpunit/phpunit": "4.6.* || ~5.0", "phpunit/phpunit": "4.6.* || ~5.0",
"satooshi/php-coveralls": "^1.0",
"squizlabs/php_codesniffer": "^2.6" "squizlabs/php_codesniffer": "^2.6"
}, },
"suggest": { "suggest": {
@ -4392,7 +4401,7 @@
"selenium", "selenium",
"webdriver" "webdriver"
], ],
"time": "2016-10-14 15:16:51" "time": "2017-01-13 15:48:08"
}, },
{ {
"name": "fzaninotto/faker", "name": "fzaninotto/faker",
@ -4695,16 +4704,16 @@
}, },
{ {
"name": "phpunit/php-code-coverage", "name": "phpunit/php-code-coverage",
"version": "4.0.4", "version": "4.0.5",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/sebastianbergmann/php-code-coverage.git", "url": "https://github.com/sebastianbergmann/php-code-coverage.git",
"reference": "c14196e64a78570034afd0b7a9f3757ba71c2a0a" "reference": "c19cfc7cbb0e9338d8c469c7eedecc2a428b0971"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/c14196e64a78570034afd0b7a9f3757ba71c2a0a", "url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/c19cfc7cbb0e9338d8c469c7eedecc2a428b0971",
"reference": "c14196e64a78570034afd0b7a9f3757ba71c2a0a", "reference": "c19cfc7cbb0e9338d8c469c7eedecc2a428b0971",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -4754,7 +4763,7 @@
"testing", "testing",
"xunit" "xunit"
], ],
"time": "2016-12-20 15:22:42" "time": "2017-01-20 15:06:43"
}, },
{ {
"name": "phpunit/php-file-iterator", "name": "phpunit/php-file-iterator",
@ -4939,16 +4948,16 @@
}, },
{ {
"name": "phpunit/phpunit", "name": "phpunit/phpunit",
"version": "5.7.5", "version": "5.7.7",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/sebastianbergmann/phpunit.git", "url": "https://github.com/sebastianbergmann/phpunit.git",
"reference": "50fd2be8f3e23e91da825f36f08e5f9633076ffe" "reference": "e52551bbc229c6cee26c7a00deef80c2108c5b15"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/50fd2be8f3e23e91da825f36f08e5f9633076ffe", "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/e52551bbc229c6cee26c7a00deef80c2108c5b15",
"reference": "50fd2be8f3e23e91da825f36f08e5f9633076ffe", "reference": "e52551bbc229c6cee26c7a00deef80c2108c5b15",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -4960,7 +4969,7 @@
"myclabs/deep-copy": "~1.3", "myclabs/deep-copy": "~1.3",
"php": "^5.6 || ^7.0", "php": "^5.6 || ^7.0",
"phpspec/prophecy": "^1.6.2", "phpspec/prophecy": "^1.6.2",
"phpunit/php-code-coverage": "^4.0.3", "phpunit/php-code-coverage": "^4.0.4",
"phpunit/php-file-iterator": "~1.4", "phpunit/php-file-iterator": "~1.4",
"phpunit/php-text-template": "~1.2", "phpunit/php-text-template": "~1.2",
"phpunit/php-timer": "^1.0.6", "phpunit/php-timer": "^1.0.6",
@ -5017,7 +5026,7 @@
"testing", "testing",
"xunit" "xunit"
], ],
"time": "2016-12-28 07:18:51" "time": "2017-01-25 19:19:41"
}, },
{ {
"name": "phpunit/phpunit-mock-objects", "name": "phpunit/phpunit-mock-objects",
@ -5671,16 +5680,16 @@
}, },
{ {
"name": "symfony/browser-kit", "name": "symfony/browser-kit",
"version": "v3.2.1", "version": "v3.2.2",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/symfony/browser-kit.git", "url": "https://github.com/symfony/browser-kit.git",
"reference": "34348c2691ce6254e8e008026f4c5e72c22bb318" "reference": "548f8230bad9f77463b20b15993a008f03e96db5"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/symfony/browser-kit/zipball/34348c2691ce6254e8e008026f4c5e72c22bb318", "url": "https://api.github.com/repos/symfony/browser-kit/zipball/548f8230bad9f77463b20b15993a008f03e96db5",
"reference": "34348c2691ce6254e8e008026f4c5e72c22bb318", "reference": "548f8230bad9f77463b20b15993a008f03e96db5",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -5724,20 +5733,20 @@
], ],
"description": "Symfony BrowserKit Component", "description": "Symfony BrowserKit Component",
"homepage": "https://symfony.com", "homepage": "https://symfony.com",
"time": "2016-10-13 13:35:11" "time": "2017-01-02 20:32:22"
}, },
{ {
"name": "symfony/css-selector", "name": "symfony/css-selector",
"version": "v3.1.8", "version": "v3.1.9",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/symfony/css-selector.git", "url": "https://github.com/symfony/css-selector.git",
"reference": "a37b3359566415a91cba55a2d95820b3fa1a9658" "reference": "722a87478a72d95dc2a3bcf41dc9c2d13fd4cb2d"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/symfony/css-selector/zipball/a37b3359566415a91cba55a2d95820b3fa1a9658", "url": "https://api.github.com/repos/symfony/css-selector/zipball/722a87478a72d95dc2a3bcf41dc9c2d13fd4cb2d",
"reference": "a37b3359566415a91cba55a2d95820b3fa1a9658", "reference": "722a87478a72d95dc2a3bcf41dc9c2d13fd4cb2d",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -5777,20 +5786,20 @@
], ],
"description": "Symfony CssSelector Component", "description": "Symfony CssSelector Component",
"homepage": "https://symfony.com", "homepage": "https://symfony.com",
"time": "2016-11-03 08:04:31" "time": "2017-01-02 20:31:54"
}, },
{ {
"name": "symfony/dom-crawler", "name": "symfony/dom-crawler",
"version": "v3.1.8", "version": "v3.1.9",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/symfony/dom-crawler.git", "url": "https://github.com/symfony/dom-crawler.git",
"reference": "51e979357eba65b1e6aac7cba75cf5aa6379b8f3" "reference": "a950260ebc947578fba82a3222e2085d90682376"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/symfony/dom-crawler/zipball/51e979357eba65b1e6aac7cba75cf5aa6379b8f3", "url": "https://api.github.com/repos/symfony/dom-crawler/zipball/a950260ebc947578fba82a3222e2085d90682376",
"reference": "51e979357eba65b1e6aac7cba75cf5aa6379b8f3", "reference": "a950260ebc947578fba82a3222e2085d90682376",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -5833,20 +5842,20 @@
], ],
"description": "Symfony DomCrawler Component", "description": "Symfony DomCrawler Component",
"homepage": "https://symfony.com", "homepage": "https://symfony.com",
"time": "2016-12-10 14:24:45" "time": "2017-01-02 20:31:54"
}, },
{ {
"name": "symfony/yaml", "name": "symfony/yaml",
"version": "v3.2.1", "version": "v3.2.2",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/symfony/yaml.git", "url": "https://github.com/symfony/yaml.git",
"reference": "a7095af4b97a0955f85c8989106c249fa649011f" "reference": "50eadbd7926e31842893c957eca362b21592a97d"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/symfony/yaml/zipball/a7095af4b97a0955f85c8989106c249fa649011f", "url": "https://api.github.com/repos/symfony/yaml/zipball/50eadbd7926e31842893c957eca362b21592a97d",
"reference": "a7095af4b97a0955f85c8989106c249fa649011f", "reference": "50eadbd7926e31842893c957eca362b21592a97d",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -5888,7 +5897,7 @@
], ],
"description": "Symfony Yaml Component", "description": "Symfony Yaml Component",
"homepage": "https://symfony.com", "homepage": "https://symfony.com",
"time": "2016-12-10 10:07:06" "time": "2017-01-03 13:51:32"
}, },
{ {
"name": "webmozart/assert", "name": "webmozart/assert",