Update composer dependencies

This commit is contained in:
Kevin MacMartin 2019-02-12 17:35:16 -05:00
parent 92cb98c396
commit 637aedf18f

253
composer.lock generated
View file

@ -8,16 +8,16 @@
"packages": [ "packages": [
{ {
"name": "ajthinking/tinx", "name": "ajthinking/tinx",
"version": "v2.1.7", "version": "v2.1.9",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/furey/tinx.git", "url": "https://github.com/furey/tinx.git",
"reference": "3126c2183764b262f7c929a4592383824445cd86" "reference": "78ce2b2a588c8494dcb5a7f600f291a76843bb51"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/furey/tinx/zipball/3126c2183764b262f7c929a4592383824445cd86", "url": "https://api.github.com/repos/furey/tinx/zipball/78ce2b2a588c8494dcb5a7f600f291a76843bb51",
"reference": "3126c2183764b262f7c929a4592383824445cd86", "reference": "78ce2b2a588c8494dcb5a7f600f291a76843bb51",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -55,7 +55,7 @@
} }
], ],
"description": "Reload your Laravel Tinker session from inside Tinker, plus magic shortcuts for first(), find(), where(), and more!", "description": "Reload your Laravel Tinker session from inside Tinker, plus magic shortcuts for first(), find(), where(), and more!",
"time": "2018-08-28T12:09:16+00:00" "time": "2019-02-05T05:48:27+00:00"
}, },
{ {
"name": "anahkiasen/underscore-php", "name": "anahkiasen/underscore-php",
@ -1317,16 +1317,16 @@
}, },
{ {
"name": "laravel/framework", "name": "laravel/framework",
"version": "v5.7.20", "version": "v5.7.26",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/laravel/framework.git", "url": "https://github.com/laravel/framework.git",
"reference": "10cd20294b5668f90ba91996236834e71f7ff670" "reference": "ca3bc9769969e8af3bd9878a3e0242051c74dae4"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/laravel/framework/zipball/10cd20294b5668f90ba91996236834e71f7ff670", "url": "https://api.github.com/repos/laravel/framework/zipball/ca3bc9769969e8af3bd9878a3e0242051c74dae4",
"reference": "10cd20294b5668f90ba91996236834e71f7ff670", "reference": "ca3bc9769969e8af3bd9878a3e0242051c74dae4",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -1459,7 +1459,7 @@
"framework", "framework",
"laravel" "laravel"
], ],
"time": "2019-01-08T14:39:11+00:00" "time": "2019-02-12T14:52:21+00:00"
}, },
{ {
"name": "laravel/nexmo-notification-channel", "name": "laravel/nexmo-notification-channel",
@ -1698,16 +1698,16 @@
}, },
{ {
"name": "league/flysystem", "name": "league/flysystem",
"version": "1.0.49", "version": "1.0.50",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/thephpleague/flysystem.git", "url": "https://github.com/thephpleague/flysystem.git",
"reference": "a63cc83d8a931b271be45148fa39ba7156782ffd" "reference": "dab4e7624efa543a943be978008f439c333f2249"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/thephpleague/flysystem/zipball/a63cc83d8a931b271be45148fa39ba7156782ffd", "url": "https://api.github.com/repos/thephpleague/flysystem/zipball/dab4e7624efa543a943be978008f439c333f2249",
"reference": "a63cc83d8a931b271be45148fa39ba7156782ffd", "reference": "dab4e7624efa543a943be978008f439c333f2249",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -1778,7 +1778,7 @@
"sftp", "sftp",
"storage" "storage"
], ],
"time": "2018-11-23T23:41:29+00:00" "time": "2019-02-01T08:50:36+00:00"
}, },
{ {
"name": "markbaker/complex", "name": "markbaker/complex",
@ -2083,16 +2083,16 @@
}, },
{ {
"name": "nexmo/client", "name": "nexmo/client",
"version": "1.6.0", "version": "1.6.2",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/Nexmo/nexmo-php.git", "url": "https://github.com/Nexmo/nexmo-php.git",
"reference": "01809cc1e17a5af275913c49bb5d444eb6cc06d4" "reference": "2f79f67f24225ea627ee14578e98c96276cdd4c5"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/Nexmo/nexmo-php/zipball/01809cc1e17a5af275913c49bb5d444eb6cc06d4", "url": "https://api.github.com/repos/Nexmo/nexmo-php/zipball/2f79f67f24225ea627ee14578e98c96276cdd4c5",
"reference": "01809cc1e17a5af275913c49bb5d444eb6cc06d4", "reference": "2f79f67f24225ea627ee14578e98c96276cdd4c5",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -2127,20 +2127,20 @@
} }
], ],
"description": "PHP Client for using Nexmo's API.", "description": "PHP Client for using Nexmo's API.",
"time": "2018-12-17T10:47:50+00:00" "time": "2019-02-07T11:14:34+00:00"
}, },
{ {
"name": "nikic/php-parser", "name": "nikic/php-parser",
"version": "v4.1.1", "version": "v4.2.0",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/nikic/PHP-Parser.git", "url": "https://github.com/nikic/PHP-Parser.git",
"reference": "8aae5b59b83bb4d0dbf07b0a835f2680a658f610" "reference": "594bcae1fc0bccd3993d2f0d61a018e26ac2865a"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/nikic/PHP-Parser/zipball/8aae5b59b83bb4d0dbf07b0a835f2680a658f610", "url": "https://api.github.com/repos/nikic/PHP-Parser/zipball/594bcae1fc0bccd3993d2f0d61a018e26ac2865a",
"reference": "8aae5b59b83bb4d0dbf07b0a835f2680a658f610", "reference": "594bcae1fc0bccd3993d2f0d61a018e26ac2865a",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -2156,7 +2156,7 @@
"type": "library", "type": "library",
"extra": { "extra": {
"branch-alias": { "branch-alias": {
"dev-master": "4.1-dev" "dev-master": "4.2-dev"
} }
}, },
"autoload": { "autoload": {
@ -2178,20 +2178,20 @@
"parser", "parser",
"php" "php"
], ],
"time": "2018-12-26T11:32:39+00:00" "time": "2019-01-12T16:31:37+00:00"
}, },
{ {
"name": "opis/closure", "name": "opis/closure",
"version": "3.1.3", "version": "3.1.5",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/opis/closure.git", "url": "https://github.com/opis/closure.git",
"reference": "5e9095ce871a425ab87a854b285b7766de38a7d9" "reference": "41f5da65d75cf473e5ee582df8fc7f2c733ce9d6"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/opis/closure/zipball/5e9095ce871a425ab87a854b285b7766de38a7d9", "url": "https://api.github.com/repos/opis/closure/zipball/41f5da65d75cf473e5ee582df8fc7f2c733ce9d6",
"reference": "5e9095ce871a425ab87a854b285b7766de38a7d9", "reference": "41f5da65d75cf473e5ee582df8fc7f2c733ce9d6",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -2239,7 +2239,7 @@
"serialization", "serialization",
"serialize" "serialize"
], ],
"time": "2019-01-06T22:07:38+00:00" "time": "2019-01-14T14:45:33+00:00"
}, },
{ {
"name": "paragonie/random_compat", "name": "paragonie/random_compat",
@ -2875,16 +2875,16 @@
}, },
{ {
"name": "radic/blade-extensions", "name": "radic/blade-extensions",
"version": "7.1.0", "version": "7.2.0",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/RobinRadic/blade-extensions.git", "url": "https://github.com/RobinRadic/blade-extensions.git",
"reference": "5af8fcee2475074d9a14d4541c940fb29a62d495" "reference": "cf95306fae5d9b148e25361fa9c9f8c77d282f83"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/RobinRadic/blade-extensions/zipball/5af8fcee2475074d9a14d4541c940fb29a62d495", "url": "https://api.github.com/repos/RobinRadic/blade-extensions/zipball/cf95306fae5d9b148e25361fa9c9f8c77d282f83",
"reference": "5af8fcee2475074d9a14d4541c940fb29a62d495", "reference": "cf95306fae5d9b148e25361fa9c9f8c77d282f83",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -2939,7 +2939,7 @@
"laravel", "laravel",
"loop" "loop"
], ],
"time": "2018-08-16T03:04:39+00:00" "time": "2019-01-25T10:17:52+00:00"
}, },
{ {
"name": "ralouphie/getallheaders", "name": "ralouphie/getallheaders",
@ -3184,16 +3184,16 @@
}, },
{ {
"name": "symfony/console", "name": "symfony/console",
"version": "v4.2.2", "version": "v4.2.3",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/symfony/console.git", "url": "https://github.com/symfony/console.git",
"reference": "b0a03c1bb0fcbe288629956cf2f1dd3f1dc97522" "reference": "1f0ad51dfde4da8a6070f06adc58b4e37cbb37a4"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/symfony/console/zipball/b0a03c1bb0fcbe288629956cf2f1dd3f1dc97522", "url": "https://api.github.com/repos/symfony/console/zipball/1f0ad51dfde4da8a6070f06adc58b4e37cbb37a4",
"reference": "b0a03c1bb0fcbe288629956cf2f1dd3f1dc97522", "reference": "1f0ad51dfde4da8a6070f06adc58b4e37cbb37a4",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -3205,6 +3205,9 @@
"symfony/dependency-injection": "<3.4", "symfony/dependency-injection": "<3.4",
"symfony/process": "<3.3" "symfony/process": "<3.3"
}, },
"provide": {
"psr/log-implementation": "1.0"
},
"require-dev": { "require-dev": {
"psr/log": "~1.0", "psr/log": "~1.0",
"symfony/config": "~3.4|~4.0", "symfony/config": "~3.4|~4.0",
@ -3214,7 +3217,7 @@
"symfony/process": "~3.4|~4.0" "symfony/process": "~3.4|~4.0"
}, },
"suggest": { "suggest": {
"psr/log-implementation": "For using the console logger", "psr/log": "For using the console logger",
"symfony/event-dispatcher": "", "symfony/event-dispatcher": "",
"symfony/lock": "", "symfony/lock": "",
"symfony/process": "" "symfony/process": ""
@ -3249,7 +3252,7 @@
], ],
"description": "Symfony Console Component", "description": "Symfony Console Component",
"homepage": "https://symfony.com", "homepage": "https://symfony.com",
"time": "2019-01-04T15:13:53+00:00" "time": "2019-01-25T14:35:16+00:00"
}, },
{ {
"name": "symfony/contracts", "name": "symfony/contracts",
@ -3321,16 +3324,16 @@
}, },
{ {
"name": "symfony/css-selector", "name": "symfony/css-selector",
"version": "v4.2.2", "version": "v4.2.3",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/symfony/css-selector.git", "url": "https://github.com/symfony/css-selector.git",
"reference": "76dac1dbe2830213e95892c7c2ec1edd74113ea4" "reference": "48eddf66950fa57996e1be4a55916d65c10c604a"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/symfony/css-selector/zipball/76dac1dbe2830213e95892c7c2ec1edd74113ea4", "url": "https://api.github.com/repos/symfony/css-selector/zipball/48eddf66950fa57996e1be4a55916d65c10c604a",
"reference": "76dac1dbe2830213e95892c7c2ec1edd74113ea4", "reference": "48eddf66950fa57996e1be4a55916d65c10c604a",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -3370,20 +3373,20 @@
], ],
"description": "Symfony CssSelector Component", "description": "Symfony CssSelector Component",
"homepage": "https://symfony.com", "homepage": "https://symfony.com",
"time": "2019-01-03T09:07:35+00:00" "time": "2019-01-16T20:31:39+00:00"
}, },
{ {
"name": "symfony/debug", "name": "symfony/debug",
"version": "v4.2.2", "version": "v4.2.3",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/symfony/debug.git", "url": "https://github.com/symfony/debug.git",
"reference": "64cb33c81e37d19b7715d4a6a4d49c1c382066dd" "reference": "cf9b2e33f757deb884ce474e06d2647c1c769b65"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/symfony/debug/zipball/64cb33c81e37d19b7715d4a6a4d49c1c382066dd", "url": "https://api.github.com/repos/symfony/debug/zipball/cf9b2e33f757deb884ce474e06d2647c1c769b65",
"reference": "64cb33c81e37d19b7715d4a6a4d49c1c382066dd", "reference": "cf9b2e33f757deb884ce474e06d2647c1c769b65",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -3426,20 +3429,20 @@
], ],
"description": "Symfony Debug Component", "description": "Symfony Debug Component",
"homepage": "https://symfony.com", "homepage": "https://symfony.com",
"time": "2019-01-03T09:07:35+00:00" "time": "2019-01-25T14:35:16+00:00"
}, },
{ {
"name": "symfony/event-dispatcher", "name": "symfony/event-dispatcher",
"version": "v4.2.2", "version": "v4.2.3",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/symfony/event-dispatcher.git", "url": "https://github.com/symfony/event-dispatcher.git",
"reference": "887de6d34c86cf0cb6cbf910afb170cdb743cb5e" "reference": "bd09ad265cd50b2b9d09d65ce6aba2d29bc81fe1"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/symfony/event-dispatcher/zipball/887de6d34c86cf0cb6cbf910afb170cdb743cb5e", "url": "https://api.github.com/repos/symfony/event-dispatcher/zipball/bd09ad265cd50b2b9d09d65ce6aba2d29bc81fe1",
"reference": "887de6d34c86cf0cb6cbf910afb170cdb743cb5e", "reference": "bd09ad265cd50b2b9d09d65ce6aba2d29bc81fe1",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -3490,20 +3493,20 @@
], ],
"description": "Symfony EventDispatcher Component", "description": "Symfony EventDispatcher Component",
"homepage": "https://symfony.com", "homepage": "https://symfony.com",
"time": "2019-01-05T16:37:49+00:00" "time": "2019-01-16T20:35:37+00:00"
}, },
{ {
"name": "symfony/finder", "name": "symfony/finder",
"version": "v4.2.2", "version": "v4.2.3",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/symfony/finder.git", "url": "https://github.com/symfony/finder.git",
"reference": "9094d69e8c6ee3fe186a0ec5a4f1401e506071ce" "reference": "ef71816cbb264988bb57fe6a73f610888b9aa70c"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/symfony/finder/zipball/9094d69e8c6ee3fe186a0ec5a4f1401e506071ce", "url": "https://api.github.com/repos/symfony/finder/zipball/ef71816cbb264988bb57fe6a73f610888b9aa70c",
"reference": "9094d69e8c6ee3fe186a0ec5a4f1401e506071ce", "reference": "ef71816cbb264988bb57fe6a73f610888b9aa70c",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -3539,20 +3542,20 @@
], ],
"description": "Symfony Finder Component", "description": "Symfony Finder Component",
"homepage": "https://symfony.com", "homepage": "https://symfony.com",
"time": "2019-01-03T09:07:35+00:00" "time": "2019-01-16T20:35:37+00:00"
}, },
{ {
"name": "symfony/http-foundation", "name": "symfony/http-foundation",
"version": "v4.2.2", "version": "v4.2.3",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/symfony/http-foundation.git", "url": "https://github.com/symfony/http-foundation.git",
"reference": "a633d422a09242064ba24e44a6e1494c5126de86" "reference": "8d2318b73e0a1bc75baa699d00ebe2ae8b595a39"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/symfony/http-foundation/zipball/a633d422a09242064ba24e44a6e1494c5126de86", "url": "https://api.github.com/repos/symfony/http-foundation/zipball/8d2318b73e0a1bc75baa699d00ebe2ae8b595a39",
"reference": "a633d422a09242064ba24e44a6e1494c5126de86", "reference": "8d2318b73e0a1bc75baa699d00ebe2ae8b595a39",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -3593,20 +3596,20 @@
], ],
"description": "Symfony HttpFoundation Component", "description": "Symfony HttpFoundation Component",
"homepage": "https://symfony.com", "homepage": "https://symfony.com",
"time": "2019-01-05T16:37:49+00:00" "time": "2019-01-29T09:49:29+00:00"
}, },
{ {
"name": "symfony/http-kernel", "name": "symfony/http-kernel",
"version": "v4.2.2", "version": "v4.2.3",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/symfony/http-kernel.git", "url": "https://github.com/symfony/http-kernel.git",
"reference": "83de6543328917c18d5498eeb6bb6d36f7aab31b" "reference": "d56b1706abaa771eb6acd894c6787cb88f1dc97d"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/symfony/http-kernel/zipball/83de6543328917c18d5498eeb6bb6d36f7aab31b", "url": "https://api.github.com/repos/symfony/http-kernel/zipball/d56b1706abaa771eb6acd894c6787cb88f1dc97d",
"reference": "83de6543328917c18d5498eeb6bb6d36f7aab31b", "reference": "d56b1706abaa771eb6acd894c6787cb88f1dc97d",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -3682,7 +3685,7 @@
], ],
"description": "Symfony HttpKernel Component", "description": "Symfony HttpKernel Component",
"homepage": "https://symfony.com", "homepage": "https://symfony.com",
"time": "2019-01-06T16:19:23+00:00" "time": "2019-02-03T12:47:33+00:00"
}, },
{ {
"name": "symfony/polyfill-ctype", "name": "symfony/polyfill-ctype",
@ -3858,16 +3861,16 @@
}, },
{ {
"name": "symfony/process", "name": "symfony/process",
"version": "v4.2.2", "version": "v4.2.3",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/symfony/process.git", "url": "https://github.com/symfony/process.git",
"reference": "ea043ab5d8ed13b467a9087d81cb876aee7f689a" "reference": "6c05edb11fbeff9e2b324b4270ecb17911a8b7ad"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/symfony/process/zipball/ea043ab5d8ed13b467a9087d81cb876aee7f689a", "url": "https://api.github.com/repos/symfony/process/zipball/6c05edb11fbeff9e2b324b4270ecb17911a8b7ad",
"reference": "ea043ab5d8ed13b467a9087d81cb876aee7f689a", "reference": "6c05edb11fbeff9e2b324b4270ecb17911a8b7ad",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -3903,20 +3906,20 @@
], ],
"description": "Symfony Process Component", "description": "Symfony Process Component",
"homepage": "https://symfony.com", "homepage": "https://symfony.com",
"time": "2019-01-03T14:48:52+00:00" "time": "2019-01-24T22:05:03+00:00"
}, },
{ {
"name": "symfony/routing", "name": "symfony/routing",
"version": "v4.2.2", "version": "v4.2.3",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/symfony/routing.git", "url": "https://github.com/symfony/routing.git",
"reference": "e69b7a13a0b58af378a49b49dd7084462de16cee" "reference": "7f8e44fc498972466f0841c3e48dc555f23bdf53"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/symfony/routing/zipball/e69b7a13a0b58af378a49b49dd7084462de16cee", "url": "https://api.github.com/repos/symfony/routing/zipball/7f8e44fc498972466f0841c3e48dc555f23bdf53",
"reference": "e69b7a13a0b58af378a49b49dd7084462de16cee", "reference": "7f8e44fc498972466f0841c3e48dc555f23bdf53",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -3980,20 +3983,20 @@
"uri", "uri",
"url" "url"
], ],
"time": "2019-01-03T09:07:35+00:00" "time": "2019-01-29T09:49:29+00:00"
}, },
{ {
"name": "symfony/translation", "name": "symfony/translation",
"version": "v4.2.2", "version": "v4.2.3",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/symfony/translation.git", "url": "https://github.com/symfony/translation.git",
"reference": "939fb792d73f2ce80e6ae9019d205fc480f1c9a0" "reference": "23fd7aac70d99a17a8e6473a41fec8fab3331050"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/symfony/translation/zipball/939fb792d73f2ce80e6ae9019d205fc480f1c9a0", "url": "https://api.github.com/repos/symfony/translation/zipball/23fd7aac70d99a17a8e6473a41fec8fab3331050",
"reference": "939fb792d73f2ce80e6ae9019d205fc480f1c9a0", "reference": "23fd7aac70d99a17a8e6473a41fec8fab3331050",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -4053,20 +4056,20 @@
], ],
"description": "Symfony Translation Component", "description": "Symfony Translation Component",
"homepage": "https://symfony.com", "homepage": "https://symfony.com",
"time": "2019-01-03T09:07:35+00:00" "time": "2019-01-27T23:11:39+00:00"
}, },
{ {
"name": "symfony/var-dumper", "name": "symfony/var-dumper",
"version": "v4.2.2", "version": "v4.2.3",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/symfony/var-dumper.git", "url": "https://github.com/symfony/var-dumper.git",
"reference": "85bde661b178173d85c6f11ea9d03b61d1212bb2" "reference": "223bda89f9be41cf7033eeaf11bc61a280489c17"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/symfony/var-dumper/zipball/85bde661b178173d85c6f11ea9d03b61d1212bb2", "url": "https://api.github.com/repos/symfony/var-dumper/zipball/223bda89f9be41cf7033eeaf11bc61a280489c17",
"reference": "85bde661b178173d85c6f11ea9d03b61d1212bb2", "reference": "223bda89f9be41cf7033eeaf11bc61a280489c17",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -4129,7 +4132,7 @@
"debug", "debug",
"dump" "dump"
], ],
"time": "2019-01-03T09:07:35+00:00" "time": "2019-01-30T11:44:30+00:00"
}, },
{ {
"name": "tijsverkoyen/css-to-inline-styles", "name": "tijsverkoyen/css-to-inline-styles",
@ -4180,20 +4183,21 @@
}, },
{ {
"name": "vlucas/phpdotenv", "name": "vlucas/phpdotenv",
"version": "v2.5.2", "version": "v2.6.1",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/vlucas/phpdotenv.git", "url": "https://github.com/vlucas/phpdotenv.git",
"reference": "cfd5dc225767ca154853752abc93aeec040fcf36" "reference": "2a7dcf7e3e02dc5e701004e51a6f304b713107d5"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/vlucas/phpdotenv/zipball/cfd5dc225767ca154853752abc93aeec040fcf36", "url": "https://api.github.com/repos/vlucas/phpdotenv/zipball/2a7dcf7e3e02dc5e701004e51a6f304b713107d5",
"reference": "cfd5dc225767ca154853752abc93aeec040fcf36", "reference": "2a7dcf7e3e02dc5e701004e51a6f304b713107d5",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
"php": ">=5.3.9" "php": ">=5.3.9",
"symfony/polyfill-ctype": "^1.9"
}, },
"require-dev": { "require-dev": {
"phpunit/phpunit": "^4.8.35 || ^5.0" "phpunit/phpunit": "^4.8.35 || ^5.0"
@ -4201,7 +4205,7 @@
"type": "library", "type": "library",
"extra": { "extra": {
"branch-alias": { "branch-alias": {
"dev-master": "2.5-dev" "dev-master": "2.6-dev"
} }
}, },
"autoload": { "autoload": {
@ -4226,7 +4230,7 @@
"env", "env",
"environment" "environment"
], ],
"time": "2018-10-30T17:29:25+00:00" "time": "2019-01-29T11:11:52+00:00"
}, },
{ {
"name": "webmozart/assert", "name": "webmozart/assert",
@ -4620,16 +4624,16 @@
}, },
{ {
"name": "mockery/mockery", "name": "mockery/mockery",
"version": "1.2.0", "version": "1.2.1",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/mockery/mockery.git", "url": "https://github.com/mockery/mockery.git",
"reference": "100633629bf76d57430b86b7098cd6beb996a35a" "reference": "dc4f10b6b1148744facb784015e4b339d7feec23"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/mockery/mockery/zipball/100633629bf76d57430b86b7098cd6beb996a35a", "url": "https://api.github.com/repos/mockery/mockery/zipball/dc4f10b6b1148744facb784015e4b339d7feec23",
"reference": "100633629bf76d57430b86b7098cd6beb996a35a", "reference": "dc4f10b6b1148744facb784015e4b339d7feec23",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -4638,7 +4642,7 @@
"php": ">=5.6.0" "php": ">=5.6.0"
}, },
"require-dev": { "require-dev": {
"phpunit/phpunit": "~5.7.10|~6.5|~7.0" "phpunit/phpunit": "~5.7.10|~6.5|~7.0|~8.0"
}, },
"type": "library", "type": "library",
"extra": { "extra": {
@ -4681,7 +4685,7 @@
"test double", "test double",
"testing" "testing"
], ],
"time": "2018-10-02T21:52:37+00:00" "time": "2019-02-08T14:43:54+00:00"
}, },
{ {
"name": "myclabs/deep-copy", "name": "myclabs/deep-copy",
@ -5366,16 +5370,16 @@
}, },
{ {
"name": "phpunit/phpunit", "name": "phpunit/phpunit",
"version": "7.5.1", "version": "7.5.4",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/sebastianbergmann/phpunit.git", "url": "https://github.com/sebastianbergmann/phpunit.git",
"reference": "c23d78776ad415d5506e0679723cb461d71f488f" "reference": "2896657da5fb237bc316bdfc18c2650efeee0dc0"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/c23d78776ad415d5506e0679723cb461d71f488f", "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/2896657da5fb237bc316bdfc18c2650efeee0dc0",
"reference": "c23d78776ad415d5506e0679723cb461d71f488f", "reference": "2896657da5fb237bc316bdfc18c2650efeee0dc0",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -5446,7 +5450,7 @@
"testing", "testing",
"xunit" "xunit"
], ],
"time": "2018-12-12T07:20:32+00:00" "time": "2019-02-07T14:15:04+00:00"
}, },
{ {
"name": "sebastian/code-unit-reverse-lookup", "name": "sebastian/code-unit-reverse-lookup",
@ -5559,23 +5563,23 @@
}, },
{ {
"name": "sebastian/diff", "name": "sebastian/diff",
"version": "3.0.1", "version": "3.0.2",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/sebastianbergmann/diff.git", "url": "https://github.com/sebastianbergmann/diff.git",
"reference": "366541b989927187c4ca70490a35615d3fef2dce" "reference": "720fcc7e9b5cf384ea68d9d930d480907a0c1a29"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/sebastianbergmann/diff/zipball/366541b989927187c4ca70490a35615d3fef2dce", "url": "https://api.github.com/repos/sebastianbergmann/diff/zipball/720fcc7e9b5cf384ea68d9d930d480907a0c1a29",
"reference": "366541b989927187c4ca70490a35615d3fef2dce", "reference": "720fcc7e9b5cf384ea68d9d930d480907a0c1a29",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
"php": "^7.1" "php": "^7.1"
}, },
"require-dev": { "require-dev": {
"phpunit/phpunit": "^7.0", "phpunit/phpunit": "^7.5 || ^8.0",
"symfony/process": "^2 || ^3.3 || ^4" "symfony/process": "^2 || ^3.3 || ^4"
}, },
"type": "library", "type": "library",
@ -5611,32 +5615,35 @@
"unidiff", "unidiff",
"unified diff" "unified diff"
], ],
"time": "2018-06-10T07:54:39+00:00" "time": "2019-02-04T06:01:07+00:00"
}, },
{ {
"name": "sebastian/environment", "name": "sebastian/environment",
"version": "4.0.1", "version": "4.1.0",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/sebastianbergmann/environment.git", "url": "https://github.com/sebastianbergmann/environment.git",
"reference": "febd209a219cea7b56ad799b30ebbea34b71eb8f" "reference": "6fda8ce1974b62b14935adc02a9ed38252eca656"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/sebastianbergmann/environment/zipball/febd209a219cea7b56ad799b30ebbea34b71eb8f", "url": "https://api.github.com/repos/sebastianbergmann/environment/zipball/6fda8ce1974b62b14935adc02a9ed38252eca656",
"reference": "febd209a219cea7b56ad799b30ebbea34b71eb8f", "reference": "6fda8ce1974b62b14935adc02a9ed38252eca656",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
"php": "^7.1" "php": "^7.1"
}, },
"require-dev": { "require-dev": {
"phpunit/phpunit": "^7.4" "phpunit/phpunit": "^7.5"
},
"suggest": {
"ext-posix": "*"
}, },
"type": "library", "type": "library",
"extra": { "extra": {
"branch-alias": { "branch-alias": {
"dev-master": "4.0-dev" "dev-master": "4.1-dev"
} }
}, },
"autoload": { "autoload": {
@ -5661,7 +5668,7 @@
"environment", "environment",
"hhvm" "hhvm"
], ],
"time": "2018-11-25T09:31:21+00:00" "time": "2019-02-01T05:27:49+00:00"
}, },
{ {
"name": "sebastian/exporter", "name": "sebastian/exporter",