Update dependencies

This commit is contained in:
Dane Everitt 2017-05-02 17:16:43 -04:00
parent 9ccefbec44
commit 353a7b9a6a
No known key found for this signature in database
GPG key ID: EEA66103B3D71F53
2 changed files with 124 additions and 117 deletions

View file

@ -12,16 +12,19 @@
], ],
"require": { "require": {
"php": ">=7.0.0", "php": ">=7.0.0",
"aws/aws-sdk-php": "3.25.1", "aws/aws-sdk-php": "3.26.5",
"barryvdh/laravel-debugbar": "2.3.2", "barryvdh/laravel-debugbar": "2.3.2",
"daneeveritt/login-notifications": "1.0.0", "daneeveritt/login-notifications": "1.0.0",
"doctrine/dbal": "2.5.12", "doctrine/dbal": "2.5.12",
"edvinaskrucas/settings": "2.0.0", "edvinaskrucas/settings": "2.0.0",
"ext-mbstring": "*",
"ext-zip": "*",
"ext-pdo_mysql": "*",
"fideloper/proxy": "3.3.0", "fideloper/proxy": "3.3.0",
"guzzlehttp/guzzle": "6.2.3", "guzzlehttp/guzzle": "6.2.3",
"igaster/laravel-theme": "1.14.0", "igaster/laravel-theme": "1.14.0",
"laracasts/utilities": "2.1.0", "laracasts/utilities": "2.1.0",
"laravel/framework": "5.4.18", "laravel/framework": "5.4.21",
"laravel/tinker": "1.0.0", "laravel/tinker": "1.0.0",
"lord/laroute": "2.4.4", "lord/laroute": "2.4.4",
"mtdowling/cron-expression": "1.2.0", "mtdowling/cron-expression": "1.2.0",
@ -31,7 +34,7 @@
"predis/predis": "1.1.1", "predis/predis": "1.1.1",
"prologue/alerts": "0.4.1", "prologue/alerts": "0.4.1",
"s1lentium/iptools": "1.1.0", "s1lentium/iptools": "1.1.0",
"spatie/laravel-fractal": "3.5.0", "spatie/laravel-fractal": "4.0.0",
"webpatser/laravel-uuid": "2.0.1" "webpatser/laravel-uuid": "2.0.1"
}, },
"require-dev": { "require-dev": {
@ -55,12 +58,10 @@
}, },
"scripts": { "scripts": {
"pre-install-cmd": [ "pre-install-cmd": [
"php -r \"!file_exists('bootstrap/cache/services.php') || @unlink('bootstrap/cache/services.php');\"", "rm -f bootstrap/cache/services.php bootstrap/cache/compiled.php"
"php -r \"!file_exists('bootstrap/cache/compiled.php') || @unlink('bootstrap/cache/compiled.php');\""
], ],
"pre-update-cmd": [ "pre-update-cmd": [
"php -r \"!file_exists('bootstrap/cache/services.php') || @unlink('bootstrap/cache/services.php');\"", "rm -f bootstrap/cache/services.php bootstrap/cache/compiled.php"
"php -r \"!file_exists('bootstrap/cache/compiled.php') || @unlink('bootstrap/cache/compiled.php');\""
], ],
"post-install-cmd": [ "post-install-cmd": [
"Illuminate\\Foundation\\ComposerScripts::postInstall", "Illuminate\\Foundation\\ComposerScripts::postInstall",

226
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": "df3cc5312acd808f26f5a6117de4506a", "hash": "9f56b07aa8f1d6ff62fd84be89bc1c12",
"content-hash": "071f2fce48f27388231da47a740ceb2a", "content-hash": "580c2d9966b9f32bbd1ca0006f7e0a06",
"packages": [ "packages": [
{ {
"name": "aws/aws-sdk-php", "name": "aws/aws-sdk-php",
"version": "3.25.1", "version": "3.26.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": "cd362e4dda55d6c3466e60070dad6527f6938d5d" "reference": "5fd52d91aa168134f13a57df7fbf7d1f7b7a85ca"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/aws/aws-sdk-php/zipball/cd362e4dda55d6c3466e60070dad6527f6938d5d", "url": "https://api.github.com/repos/aws/aws-sdk-php/zipball/5fd52d91aa168134f13a57df7fbf7d1f7b7a85ca",
"reference": "cd362e4dda55d6c3466e60070dad6527f6938d5d", "reference": "5fd52d91aa168134f13a57df7fbf7d1f7b7a85ca",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -40,7 +40,7 @@
"ext-simplexml": "*", "ext-simplexml": "*",
"ext-spl": "*", "ext-spl": "*",
"nette/neon": "^2.3", "nette/neon": "^2.3",
"phpunit/phpunit": "~4.0|~5.0", "phpunit/phpunit": "^4.8.35|^5.4.0",
"psr/cache": "^1.0" "psr/cache": "^1.0"
}, },
"suggest": { "suggest": {
@ -85,7 +85,7 @@
"s3", "s3",
"sdk" "sdk"
], ],
"time": "2017-03-31 19:42:09" "time": "2017-04-28 23:15:22"
}, },
{ {
"name": "barryvdh/laravel-debugbar", "name": "barryvdh/laravel-debugbar",
@ -1254,16 +1254,16 @@
}, },
{ {
"name": "laravel/framework", "name": "laravel/framework",
"version": "v5.4.18", "version": "v5.4.21",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/laravel/framework.git", "url": "https://github.com/laravel/framework.git",
"reference": "d15ded55b5e690199393ea93a57edcbae20d1ffc" "reference": "2ed668f96d1a6ca42f50d5c87ee9ceecfc0a6eee"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/laravel/framework/zipball/d15ded55b5e690199393ea93a57edcbae20d1ffc", "url": "https://api.github.com/repos/laravel/framework/zipball/2ed668f96d1a6ca42f50d5c87ee9ceecfc0a6eee",
"reference": "d15ded55b5e690199393ea93a57edcbae20d1ffc", "reference": "2ed668f96d1a6ca42f50d5c87ee9ceecfc0a6eee",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -1379,7 +1379,7 @@
"framework", "framework",
"laravel" "laravel"
], ],
"time": "2017-04-10 19:27:41" "time": "2017-04-28 15:40:01"
}, },
{ {
"name": "laravel/tinker", "name": "laravel/tinker",
@ -1441,16 +1441,16 @@
}, },
{ {
"name": "league/flysystem", "name": "league/flysystem",
"version": "1.0.37", "version": "1.0.40",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/thephpleague/flysystem.git", "url": "https://github.com/thephpleague/flysystem.git",
"reference": "78b5cc4feb61a882302df4fbaf63b7662e5e4ccd" "reference": "3828f0b24e2c1918bb362d57a53205d6dc8fde61"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/thephpleague/flysystem/zipball/78b5cc4feb61a882302df4fbaf63b7662e5e4ccd", "url": "https://api.github.com/repos/thephpleague/flysystem/zipball/3828f0b24e2c1918bb362d57a53205d6dc8fde61",
"reference": "78b5cc4feb61a882302df4fbaf63b7662e5e4ccd", "reference": "3828f0b24e2c1918bb362d57a53205d6dc8fde61",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -1472,12 +1472,12 @@
"league/flysystem-azure": "Allows you to use Windows Azure Blob storage", "league/flysystem-azure": "Allows you to use Windows Azure Blob storage",
"league/flysystem-cached-adapter": "Flysystem adapter decorator for metadata caching", "league/flysystem-cached-adapter": "Flysystem adapter decorator for metadata caching",
"league/flysystem-copy": "Allows you to use Copy.com storage", "league/flysystem-copy": "Allows you to use Copy.com storage",
"league/flysystem-dropbox": "Allows you to use Dropbox storage",
"league/flysystem-eventable-filesystem": "Allows you to use EventableFilesystem", "league/flysystem-eventable-filesystem": "Allows you to use EventableFilesystem",
"league/flysystem-rackspace": "Allows you to use Rackspace Cloud Files", "league/flysystem-rackspace": "Allows you to use Rackspace Cloud Files",
"league/flysystem-sftp": "Allows you to use SFTP server storage via phpseclib", "league/flysystem-sftp": "Allows you to use SFTP server storage via phpseclib",
"league/flysystem-webdav": "Allows you to use WebDAV storage", "league/flysystem-webdav": "Allows you to use WebDAV storage",
"league/flysystem-ziparchive": "Allows you to use ZipArchive adapter" "league/flysystem-ziparchive": "Allows you to use ZipArchive adapter",
"spatie/flysystem-dropbox": "Allows you to use Dropbox storage"
}, },
"type": "library", "type": "library",
"extra": { "extra": {
@ -1520,26 +1520,27 @@
"sftp", "sftp",
"storage" "storage"
], ],
"time": "2017-03-22 15:43:14" "time": "2017-04-28 10:15:08"
}, },
{ {
"name": "league/fractal", "name": "league/fractal",
"version": "0.15.0", "version": "0.16.0",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/thephpleague/fractal.git", "url": "https://github.com/thephpleague/fractal.git",
"reference": "0546bd5c2aba414ba50c6ac676f507d42c6150a5" "reference": "d0445305e308d9207430680acfd580557b679ddc"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/thephpleague/fractal/zipball/0546bd5c2aba414ba50c6ac676f507d42c6150a5", "url": "https://api.github.com/repos/thephpleague/fractal/zipball/d0445305e308d9207430680acfd580557b679ddc",
"reference": "0546bd5c2aba414ba50c6ac676f507d42c6150a5", "reference": "d0445305e308d9207430680acfd580557b679ddc",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
"php": ">=5.4" "php": ">=5.4"
}, },
"require-dev": { "require-dev": {
"doctrine/orm": "^2.5",
"illuminate/contracts": "~5.0", "illuminate/contracts": "~5.0",
"mockery/mockery": "~0.9", "mockery/mockery": "~0.9",
"pagerfanta/pagerfanta": "~1.0.0", "pagerfanta/pagerfanta": "~1.0.0",
@ -1583,7 +1584,7 @@
"league", "league",
"rest" "rest"
], ],
"time": "2016-12-28 01:30:30" "time": "2017-03-12 01:28:43"
}, },
{ {
"name": "lord/laroute", "name": "lord/laroute",
@ -2537,24 +2538,24 @@
}, },
{ {
"name": "spatie/fractalistic", "name": "spatie/fractalistic",
"version": "1.0.2", "version": "2.0.0",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/spatie/fractalistic.git", "url": "https://github.com/spatie/fractalistic.git",
"reference": "59a2e7dfbd49e58b7de7d5621c1e7365786809f9" "reference": "313faddbbe415d720fdfa0849484726e5c6bb31e"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/spatie/fractalistic/zipball/59a2e7dfbd49e58b7de7d5621c1e7365786809f9", "url": "https://api.github.com/repos/spatie/fractalistic/zipball/313faddbbe415d720fdfa0849484726e5c6bb31e",
"reference": "59a2e7dfbd49e58b7de7d5621c1e7365786809f9", "reference": "313faddbbe415d720fdfa0849484726e5c6bb31e",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
"league/fractal": "^0.14.0|^0.15.0", "league/fractal": "^0.16.0",
"php": "^5.6|^7.0" "php": "^5.6|^7.0"
}, },
"require-dev": { "require-dev": {
"illuminate/pagination": "^5.3", "illuminate/pagination": "~5.3.0|~5.4.0",
"phpunit/phpunit": "^5.7" "phpunit/phpunit": "^5.7"
}, },
"type": "library", "type": "library",
@ -2584,27 +2585,27 @@
"spatie", "spatie",
"transform" "transform"
], ],
"time": "2017-01-19 20:51:03" "time": "2017-04-26 15:03:58"
}, },
{ {
"name": "spatie/laravel-fractal", "name": "spatie/laravel-fractal",
"version": "3.5.0", "version": "4.0.0",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/spatie/laravel-fractal.git", "url": "https://github.com/spatie/laravel-fractal.git",
"reference": "16689b0ce340bc139ba767f0bf2904e4eab2b254" "reference": "7ddbb8131f20dd101a1699f3e622954fd73a97e1"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/spatie/laravel-fractal/zipball/16689b0ce340bc139ba767f0bf2904e4eab2b254", "url": "https://api.github.com/repos/spatie/laravel-fractal/zipball/7ddbb8131f20dd101a1699f3e622954fd73a97e1",
"reference": "16689b0ce340bc139ba767f0bf2904e4eab2b254", "reference": "7ddbb8131f20dd101a1699f3e622954fd73a97e1",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
"illuminate/contracts": "~5.1.0|~5.2.0|~5.3.0|~5.4.0", "illuminate/contracts": "~5.1.0|~5.2.0|~5.3.0|~5.4.0",
"illuminate/support": "~5.1.0|~5.2.0|~5.3.0|~5.4.0", "illuminate/support": "~5.1.0|~5.2.0|~5.3.0|~5.4.0",
"php": "^5.6|^7.0", "php": "^5.6|^7.0",
"spatie/fractalistic": "^1.0" "spatie/fractalistic": "^2.0"
}, },
"require-dev": { "require-dev": {
"orchestra/testbench": "~3.2.0|3.3.0|~3.4.0", "orchestra/testbench": "~3.2.0|3.3.0|~3.4.0",
@ -2631,7 +2632,7 @@
"role": "Developer" "role": "Developer"
} }
], ],
"description": "A Fractal service provider for Laravel and Lumen", "description": "An easy to use Fractal integration for Laravel applications",
"homepage": "https://github.com/spatie/laravel-fractal", "homepage": "https://github.com/spatie/laravel-fractal",
"keywords": [ "keywords": [
"api", "api",
@ -2642,20 +2643,20 @@
"spatie", "spatie",
"transform" "transform"
], ],
"time": "2017-02-21 23:17:02" "time": "2017-04-26 15:13:38"
}, },
{ {
"name": "swiftmailer/swiftmailer", "name": "swiftmailer/swiftmailer",
"version": "v5.4.6", "version": "v5.4.7",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/swiftmailer/swiftmailer.git", "url": "https://github.com/swiftmailer/swiftmailer.git",
"reference": "81fdccfaf8bdc5d5d7a1ef6bb3a61bbb1a6c4a3e" "reference": "56db4ed32a6d5c9824c3ecc1d2e538f663f47eb4"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/swiftmailer/swiftmailer/zipball/81fdccfaf8bdc5d5d7a1ef6bb3a61bbb1a6c4a3e", "url": "https://api.github.com/repos/swiftmailer/swiftmailer/zipball/56db4ed32a6d5c9824c3ecc1d2e538f663f47eb4",
"reference": "81fdccfaf8bdc5d5d7a1ef6bb3a61bbb1a6c4a3e", "reference": "56db4ed32a6d5c9824c3ecc1d2e538f663f47eb4",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -2696,20 +2697,20 @@
"mail", "mail",
"mailer" "mailer"
], ],
"time": "2017-02-13 07:52:53" "time": "2017-04-20 17:32:18"
}, },
{ {
"name": "symfony/console", "name": "symfony/console",
"version": "v3.2.7", "version": "v3.2.8",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/symfony/console.git", "url": "https://github.com/symfony/console.git",
"reference": "c30243cc51f726812be3551316b109a2f5deaf8d" "reference": "a7a17e0c6c3c4d70a211f80782e4b90ddadeaa38"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/symfony/console/zipball/c30243cc51f726812be3551316b109a2f5deaf8d", "url": "https://api.github.com/repos/symfony/console/zipball/a7a17e0c6c3c4d70a211f80782e4b90ddadeaa38",
"reference": "c30243cc51f726812be3551316b109a2f5deaf8d", "reference": "a7a17e0c6c3c4d70a211f80782e4b90ddadeaa38",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -2759,20 +2760,20 @@
], ],
"description": "Symfony Console Component", "description": "Symfony Console Component",
"homepage": "https://symfony.com", "homepage": "https://symfony.com",
"time": "2017-04-04 14:33:42" "time": "2017-04-26 01:39:17"
}, },
{ {
"name": "symfony/css-selector", "name": "symfony/css-selector",
"version": "v3.2.7", "version": "v3.2.8",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/symfony/css-selector.git", "url": "https://github.com/symfony/css-selector.git",
"reference": "a48f13dc83c168f1253a5d2a5a4fb46c36244c4c" "reference": "02983c144038e697c959e6b06ef6666de759ccbc"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/symfony/css-selector/zipball/a48f13dc83c168f1253a5d2a5a4fb46c36244c4c", "url": "https://api.github.com/repos/symfony/css-selector/zipball/02983c144038e697c959e6b06ef6666de759ccbc",
"reference": "a48f13dc83c168f1253a5d2a5a4fb46c36244c4c", "reference": "02983c144038e697c959e6b06ef6666de759ccbc",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -2812,20 +2813,20 @@
], ],
"description": "Symfony CssSelector Component", "description": "Symfony CssSelector Component",
"homepage": "https://symfony.com", "homepage": "https://symfony.com",
"time": "2017-02-21 09:12:04" "time": "2017-05-01 14:55:58"
}, },
{ {
"name": "symfony/debug", "name": "symfony/debug",
"version": "v3.2.7", "version": "v3.2.8",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/symfony/debug.git", "url": "https://github.com/symfony/debug.git",
"reference": "56f613406446a4a0a031475cfd0a01751de22659" "reference": "fd6eeee656a5a7b384d56f1072243fe1c0e81686"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/symfony/debug/zipball/56f613406446a4a0a031475cfd0a01751de22659", "url": "https://api.github.com/repos/symfony/debug/zipball/fd6eeee656a5a7b384d56f1072243fe1c0e81686",
"reference": "56f613406446a4a0a031475cfd0a01751de22659", "reference": "fd6eeee656a5a7b384d56f1072243fe1c0e81686",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -2869,20 +2870,20 @@
], ],
"description": "Symfony Debug Component", "description": "Symfony Debug Component",
"homepage": "https://symfony.com", "homepage": "https://symfony.com",
"time": "2017-03-28 21:38:24" "time": "2017-04-19 20:17:50"
}, },
{ {
"name": "symfony/event-dispatcher", "name": "symfony/event-dispatcher",
"version": "v3.2.7", "version": "v3.2.8",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/symfony/event-dispatcher.git", "url": "https://github.com/symfony/event-dispatcher.git",
"reference": "154bb1ef7b0e42ccc792bd53edbce18ed73440ca" "reference": "b8a401f733b43251e1d088c589368b2a94155e40"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/symfony/event-dispatcher/zipball/154bb1ef7b0e42ccc792bd53edbce18ed73440ca", "url": "https://api.github.com/repos/symfony/event-dispatcher/zipball/b8a401f733b43251e1d088c589368b2a94155e40",
"reference": "154bb1ef7b0e42ccc792bd53edbce18ed73440ca", "reference": "b8a401f733b43251e1d088c589368b2a94155e40",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -2929,20 +2930,20 @@
], ],
"description": "Symfony EventDispatcher Component", "description": "Symfony EventDispatcher Component",
"homepage": "https://symfony.com", "homepage": "https://symfony.com",
"time": "2017-04-04 07:26:27" "time": "2017-05-01 14:58:48"
}, },
{ {
"name": "symfony/finder", "name": "symfony/finder",
"version": "v3.2.7", "version": "v3.2.8",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/symfony/finder.git", "url": "https://github.com/symfony/finder.git",
"reference": "b20900ce5ea164cd9314af52725b0bb5a758217a" "reference": "9cf076f8f492f4b1ffac40aae9c2d287b4ca6930"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/symfony/finder/zipball/b20900ce5ea164cd9314af52725b0bb5a758217a", "url": "https://api.github.com/repos/symfony/finder/zipball/9cf076f8f492f4b1ffac40aae9c2d287b4ca6930",
"reference": "b20900ce5ea164cd9314af52725b0bb5a758217a", "reference": "9cf076f8f492f4b1ffac40aae9c2d287b4ca6930",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -2978,20 +2979,20 @@
], ],
"description": "Symfony Finder Component", "description": "Symfony Finder Component",
"homepage": "https://symfony.com", "homepage": "https://symfony.com",
"time": "2017-03-20 09:32:19" "time": "2017-04-12 14:13:17"
}, },
{ {
"name": "symfony/http-foundation", "name": "symfony/http-foundation",
"version": "v3.2.7", "version": "v3.2.8",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/symfony/http-foundation.git", "url": "https://github.com/symfony/http-foundation.git",
"reference": "cb0b6418f588952c9290b3df4ca650f1b7ab570a" "reference": "9de6add7f731e5af7f5b2e9c0da365e43383ebef"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/symfony/http-foundation/zipball/cb0b6418f588952c9290b3df4ca650f1b7ab570a", "url": "https://api.github.com/repos/symfony/http-foundation/zipball/9de6add7f731e5af7f5b2e9c0da365e43383ebef",
"reference": "cb0b6418f588952c9290b3df4ca650f1b7ab570a", "reference": "9de6add7f731e5af7f5b2e9c0da365e43383ebef",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -3031,20 +3032,20 @@
], ],
"description": "Symfony HttpFoundation Component", "description": "Symfony HttpFoundation Component",
"homepage": "https://symfony.com", "homepage": "https://symfony.com",
"time": "2017-04-04 15:30:56" "time": "2017-05-01 14:55:58"
}, },
{ {
"name": "symfony/http-kernel", "name": "symfony/http-kernel",
"version": "v3.2.7", "version": "v3.2.8",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/symfony/http-kernel.git", "url": "https://github.com/symfony/http-kernel.git",
"reference": "8285ab5faf1306b1a5ebcf287fe91c231a6de88e" "reference": "46e8b209abab55c072c47d72d5cd1d62c0585e05"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/symfony/http-kernel/zipball/8285ab5faf1306b1a5ebcf287fe91c231a6de88e", "url": "https://api.github.com/repos/symfony/http-kernel/zipball/46e8b209abab55c072c47d72d5cd1d62c0585e05",
"reference": "8285ab5faf1306b1a5ebcf287fe91c231a6de88e", "reference": "46e8b209abab55c072c47d72d5cd1d62c0585e05",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -3113,7 +3114,7 @@
], ],
"description": "Symfony HttpKernel Component", "description": "Symfony HttpKernel Component",
"homepage": "https://symfony.com", "homepage": "https://symfony.com",
"time": "2017-04-05 12:52:03" "time": "2017-05-01 17:46:48"
}, },
{ {
"name": "symfony/polyfill-mbstring", "name": "symfony/polyfill-mbstring",
@ -3284,16 +3285,16 @@
}, },
{ {
"name": "symfony/process", "name": "symfony/process",
"version": "v3.2.7", "version": "v3.2.8",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/symfony/process.git", "url": "https://github.com/symfony/process.git",
"reference": "57fdaa55827ae14d617550ebe71a820f0a5e2282" "reference": "999c2cf5061e627e6cd551dc9ebf90dd1d11d9f0"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/symfony/process/zipball/57fdaa55827ae14d617550ebe71a820f0a5e2282", "url": "https://api.github.com/repos/symfony/process/zipball/999c2cf5061e627e6cd551dc9ebf90dd1d11d9f0",
"reference": "57fdaa55827ae14d617550ebe71a820f0a5e2282", "reference": "999c2cf5061e627e6cd551dc9ebf90dd1d11d9f0",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -3329,20 +3330,20 @@
], ],
"description": "Symfony Process Component", "description": "Symfony Process Component",
"homepage": "https://symfony.com", "homepage": "https://symfony.com",
"time": "2017-03-27 18:07:02" "time": "2017-04-12 14:13:17"
}, },
{ {
"name": "symfony/routing", "name": "symfony/routing",
"version": "v3.2.7", "version": "v3.2.8",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/symfony/routing.git", "url": "https://github.com/symfony/routing.git",
"reference": "d6605f9a5767bc5bc4895e1c762ba93964608aee" "reference": "5029745d6d463585e8b487dbc83d6333f408853a"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/symfony/routing/zipball/d6605f9a5767bc5bc4895e1c762ba93964608aee", "url": "https://api.github.com/repos/symfony/routing/zipball/5029745d6d463585e8b487dbc83d6333f408853a",
"reference": "d6605f9a5767bc5bc4895e1c762ba93964608aee", "reference": "5029745d6d463585e8b487dbc83d6333f408853a",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -3404,20 +3405,20 @@
"uri", "uri",
"url" "url"
], ],
"time": "2017-03-02 15:58:09" "time": "2017-04-12 14:13:17"
}, },
{ {
"name": "symfony/translation", "name": "symfony/translation",
"version": "v3.2.7", "version": "v3.2.8",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/symfony/translation.git", "url": "https://github.com/symfony/translation.git",
"reference": "c740eee70783d2af4d3d6b70d5146f209e6b4d13" "reference": "f4a04d2df710f81515df576b2de06bdeee518b83"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/symfony/translation/zipball/c740eee70783d2af4d3d6b70d5146f209e6b4d13", "url": "https://api.github.com/repos/symfony/translation/zipball/f4a04d2df710f81515df576b2de06bdeee518b83",
"reference": "c740eee70783d2af4d3d6b70d5146f209e6b4d13", "reference": "f4a04d2df710f81515df576b2de06bdeee518b83",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -3468,20 +3469,20 @@
], ],
"description": "Symfony Translation Component", "description": "Symfony Translation Component",
"homepage": "https://symfony.com", "homepage": "https://symfony.com",
"time": "2017-03-21 21:44:32" "time": "2017-04-12 14:13:17"
}, },
{ {
"name": "symfony/var-dumper", "name": "symfony/var-dumper",
"version": "v3.2.7", "version": "v3.2.8",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/symfony/var-dumper.git", "url": "https://github.com/symfony/var-dumper.git",
"reference": "81dce20f69a8b40427e1f4e6462178df87cafc03" "reference": "fa47963ac7979ddbd42b2d646d1b056bddbf7bb8"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/symfony/var-dumper/zipball/81dce20f69a8b40427e1f4e6462178df87cafc03", "url": "https://api.github.com/repos/symfony/var-dumper/zipball/fa47963ac7979ddbd42b2d646d1b056bddbf7bb8",
"reference": "81dce20f69a8b40427e1f4e6462178df87cafc03", "reference": "fa47963ac7979ddbd42b2d646d1b056bddbf7bb8",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -3492,9 +3493,11 @@
"phpunit/phpunit": "<4.8.35|<5.4.3,>=5.0" "phpunit/phpunit": "<4.8.35|<5.4.3,>=5.0"
}, },
"require-dev": { "require-dev": {
"ext-iconv": "*",
"twig/twig": "~1.20|~2.0" "twig/twig": "~1.20|~2.0"
}, },
"suggest": { "suggest": {
"ext-iconv": "To convert non-UTF-8 strings to UTF-8 (or symfony/polyfill-iconv in case ext-iconv cannot be used).",
"ext-symfony_debug": "" "ext-symfony_debug": ""
}, },
"type": "library", "type": "library",
@ -3534,7 +3537,7 @@
"debug", "debug",
"dump" "dump"
], ],
"time": "2017-03-12 16:07:05" "time": "2017-05-01 14:55:58"
}, },
{ {
"name": "tijsverkoyen/css-to-inline-styles", "name": "tijsverkoyen/css-to-inline-styles",
@ -5165,16 +5168,16 @@
}, },
{ {
"name": "symfony/class-loader", "name": "symfony/class-loader",
"version": "v3.2.7", "version": "v3.2.8",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/symfony/class-loader.git", "url": "https://github.com/symfony/class-loader.git",
"reference": "c29a5bc6ca14cfff1f5e3d7781ed74b6e898d2b9" "reference": "fc4c04bfd17130a9dccfded9578353f311967da7"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/symfony/class-loader/zipball/c29a5bc6ca14cfff1f5e3d7781ed74b6e898d2b9", "url": "https://api.github.com/repos/symfony/class-loader/zipball/fc4c04bfd17130a9dccfded9578353f311967da7",
"reference": "c29a5bc6ca14cfff1f5e3d7781ed74b6e898d2b9", "reference": "fc4c04bfd17130a9dccfded9578353f311967da7",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -5217,20 +5220,20 @@
], ],
"description": "Symfony ClassLoader Component", "description": "Symfony ClassLoader Component",
"homepage": "https://symfony.com", "homepage": "https://symfony.com",
"time": "2017-02-18 17:28:00" "time": "2017-04-12 14:13:17"
}, },
{ {
"name": "symfony/yaml", "name": "symfony/yaml",
"version": "v3.2.7", "version": "v3.2.8",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/symfony/yaml.git", "url": "https://github.com/symfony/yaml.git",
"reference": "62b4cdb99d52cb1ff253c465eb1532a80cebb621" "reference": "acec26fcf7f3031e094e910b94b002fa53d4e4d6"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/symfony/yaml/zipball/62b4cdb99d52cb1ff253c465eb1532a80cebb621", "url": "https://api.github.com/repos/symfony/yaml/zipball/acec26fcf7f3031e094e910b94b002fa53d4e4d6",
"reference": "62b4cdb99d52cb1ff253c465eb1532a80cebb621", "reference": "acec26fcf7f3031e094e910b94b002fa53d4e4d6",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -5272,7 +5275,7 @@
], ],
"description": "Symfony Yaml Component", "description": "Symfony Yaml Component",
"homepage": "https://symfony.com", "homepage": "https://symfony.com",
"time": "2017-03-20 09:45:15" "time": "2017-05-01 14:55:58"
}, },
{ {
"name": "webmozart/assert", "name": "webmozart/assert",
@ -5331,7 +5334,10 @@
"prefer-stable": true, "prefer-stable": true,
"prefer-lowest": false, "prefer-lowest": false,
"platform": { "platform": {
"php": ">=7.0.0" "php": ">=7.0.0",
"ext-mbstring": "*",
"ext-zip": "*",
"ext-pdo_mysql": "*"
}, },
"platform-dev": [] "platform-dev": []
} }