update composer to support php 7.1

This commit is contained in:
Kacper Donat 2018-09-10 21:48:17 +02:00
parent 58a19efe14
commit 205bcaa588
2 changed files with 128 additions and 123 deletions

View File

@ -8,7 +8,7 @@
"ext-iconv": "*", "ext-iconv": "*",
"ext-json": "*", "ext-json": "*",
"nesbot/carbon": "^1.33", "nesbot/carbon": "^1.33",
"ocramius/proxy-manager": "^2.2", "ocramius/proxy-manager": "^2.0",
"sensio/framework-extra-bundle": "^5.2", "sensio/framework-extra-bundle": "^5.2",
"symfony/console": "*", "symfony/console": "*",
"symfony/flex": "^1.1", "symfony/flex": "^1.1",
@ -29,7 +29,10 @@
"*": "dist" "*": "dist"
}, },
"sort-packages": true, "sort-packages": true,
"secure-http": false "secure-http": false,
"platform": {
"php": "7.1.12"
}
}, },
"autoload": { "autoload": {
"psr-4": { "psr-4": {

244
composer.lock generated
View File

@ -4,7 +4,7 @@
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
"This file is @generated automatically" "This file is @generated automatically"
], ],
"content-hash": "23c4b2debfec2fc7da526a8bd2007ec3", "content-hash": "1ea1218a7971275863d02f92570b7d83",
"packages": [ "packages": [
{ {
"name": "doctrine/annotations", "name": "doctrine/annotations",
@ -1326,34 +1326,33 @@
}, },
{ {
"name": "ocramius/proxy-manager", "name": "ocramius/proxy-manager",
"version": "2.2.1", "version": "2.1.1",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/Ocramius/ProxyManager.git", "url": "https://github.com/Ocramius/ProxyManager.git",
"reference": "306da837ddf12aa5a85a8ca343587ec822802ac3" "reference": "e18ac876b2e4819c76349de8f78ccc8ef1554cd7"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/Ocramius/ProxyManager/zipball/306da837ddf12aa5a85a8ca343587ec822802ac3", "url": "https://api.github.com/repos/Ocramius/ProxyManager/zipball/e18ac876b2e4819c76349de8f78ccc8ef1554cd7",
"reference": "306da837ddf12aa5a85a8ca343587ec822802ac3", "reference": "e18ac876b2e4819c76349de8f78ccc8ef1554cd7",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
"ocramius/package-versions": "^1.1.3", "ocramius/package-versions": "^1.1.1",
"php": "^7.2.0", "php": "^7.1.0",
"zendframework/zend-code": "^3.3.0" "zendframework/zend-code": "^3.1.0"
}, },
"require-dev": { "require-dev": {
"couscous/couscous": "^1.6.1", "couscous/couscous": "^1.5.2",
"ext-phar": "*", "ext-phar": "*",
"humbug/humbug": "1.0.0-RC.0@RC", "humbug/humbug": "dev-master@DEV",
"nikic/php-parser": "^3.1.1", "nikic/php-parser": "^3.0.4",
"padraic/phpunit-accelerator": "dev-master@DEV",
"phpbench/phpbench": "^0.12.2", "phpbench/phpbench": "^0.12.2",
"phpstan/phpstan": "dev-master#856eb10a81c1d27c701a83f167dc870fd8f4236a as 0.9.999", "phpstan/phpstan": "^0.6.4",
"phpstan/phpstan-phpunit": "dev-master#5629c0a1f4a9c417cb1077cf6693ad9753895761", "phpunit/phpunit": "^5.6.4",
"phpunit/phpunit": "^6.4.3", "phpunit/phpunit-mock-objects": "^3.4.1",
"squizlabs/php_codesniffer": "^2.9.1" "squizlabs/php_codesniffer": "^2.7.0"
}, },
"suggest": { "suggest": {
"ocramius/generated-hydrator": "To have very fast object to array to object conversion for ghost objects", "ocramius/generated-hydrator": "To have very fast object to array to object conversion for ghost objects",
@ -1392,7 +1391,7 @@
"proxy pattern", "proxy pattern",
"service proxies" "service proxies"
], ],
"time": "2018-08-26T15:07:25+00:00" "time": "2017-05-04T11:12:50+00:00"
}, },
{ {
"name": "phpdocumentor/reflection-common", "name": "phpdocumentor/reflection-common",
@ -1809,16 +1808,16 @@
}, },
{ {
"name": "symfony/cache", "name": "symfony/cache",
"version": "v4.1.3", "version": "v4.1.4",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/symfony/cache.git", "url": "https://github.com/symfony/cache.git",
"reference": "c666a5bbfeb1fe05c7b91d46810f405c8bea14cf" "reference": "b8440ff4635c6631aca21a09ab72e0b7e3a6cb7a"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/symfony/cache/zipball/c666a5bbfeb1fe05c7b91d46810f405c8bea14cf", "url": "https://api.github.com/repos/symfony/cache/zipball/b8440ff4635c6631aca21a09ab72e0b7e3a6cb7a",
"reference": "c666a5bbfeb1fe05c7b91d46810f405c8bea14cf", "reference": "b8440ff4635c6631aca21a09ab72e0b7e3a6cb7a",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -1874,20 +1873,20 @@
"caching", "caching",
"psr6" "psr6"
], ],
"time": "2018-07-26T11:24:31+00:00" "time": "2018-08-27T09:36:56+00:00"
}, },
{ {
"name": "symfony/config", "name": "symfony/config",
"version": "v4.1.3", "version": "v4.1.4",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/symfony/config.git", "url": "https://github.com/symfony/config.git",
"reference": "c868972ac26e4e19860ce11b300bb74145246ff9" "reference": "76015a3cc372b14d00040ff58e18e29f69eba717"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/symfony/config/zipball/c868972ac26e4e19860ce11b300bb74145246ff9", "url": "https://api.github.com/repos/symfony/config/zipball/76015a3cc372b14d00040ff58e18e29f69eba717",
"reference": "c868972ac26e4e19860ce11b300bb74145246ff9", "reference": "76015a3cc372b14d00040ff58e18e29f69eba717",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -1937,11 +1936,11 @@
], ],
"description": "Symfony Config Component", "description": "Symfony Config Component",
"homepage": "https://symfony.com", "homepage": "https://symfony.com",
"time": "2018-07-26T11:24:31+00:00" "time": "2018-08-08T06:37:38+00:00"
}, },
{ {
"name": "symfony/console", "name": "symfony/console",
"version": "v4.1.3", "version": "v4.1.4",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/symfony/console.git", "url": "https://github.com/symfony/console.git",
@ -2009,16 +2008,16 @@
}, },
{ {
"name": "symfony/debug", "name": "symfony/debug",
"version": "v4.1.3", "version": "v4.1.4",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/symfony/debug.git", "url": "https://github.com/symfony/debug.git",
"reference": "9316545571f079c4dd183e674721d9dc783ce196" "reference": "47ead688f1f2877f3f14219670f52e4722ee7052"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/symfony/debug/zipball/9316545571f079c4dd183e674721d9dc783ce196", "url": "https://api.github.com/repos/symfony/debug/zipball/47ead688f1f2877f3f14219670f52e4722ee7052",
"reference": "9316545571f079c4dd183e674721d9dc783ce196", "reference": "47ead688f1f2877f3f14219670f52e4722ee7052",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -2061,20 +2060,20 @@
], ],
"description": "Symfony Debug Component", "description": "Symfony Debug Component",
"homepage": "https://symfony.com", "homepage": "https://symfony.com",
"time": "2018-07-26T11:24:31+00:00" "time": "2018-08-03T11:13:38+00:00"
}, },
{ {
"name": "symfony/dependency-injection", "name": "symfony/dependency-injection",
"version": "v4.1.3", "version": "v4.1.4",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/symfony/dependency-injection.git", "url": "https://github.com/symfony/dependency-injection.git",
"reference": "f4f401fc2766eb8d766fc6043d9e6489b37a41e4" "reference": "bae4983003c9d451e278504d7d9b9d7fc1846873"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/symfony/dependency-injection/zipball/f4f401fc2766eb8d766fc6043d9e6489b37a41e4", "url": "https://api.github.com/repos/symfony/dependency-injection/zipball/bae4983003c9d451e278504d7d9b9d7fc1846873",
"reference": "f4f401fc2766eb8d766fc6043d9e6489b37a41e4", "reference": "bae4983003c9d451e278504d7d9b9d7fc1846873",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -2132,7 +2131,7 @@
], ],
"description": "Symfony DependencyInjection Component", "description": "Symfony DependencyInjection Component",
"homepage": "https://symfony.com", "homepage": "https://symfony.com",
"time": "2018-08-01T08:24:03+00:00" "time": "2018-08-08T11:48:58+00:00"
}, },
{ {
"name": "symfony/doctrine-bridge", "name": "symfony/doctrine-bridge",
@ -2216,7 +2215,7 @@
}, },
{ {
"name": "symfony/event-dispatcher", "name": "symfony/event-dispatcher",
"version": "v4.1.3", "version": "v4.1.4",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/symfony/event-dispatcher.git", "url": "https://github.com/symfony/event-dispatcher.git",
@ -2279,16 +2278,16 @@
}, },
{ {
"name": "symfony/filesystem", "name": "symfony/filesystem",
"version": "v4.1.3", "version": "v4.1.4",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/symfony/filesystem.git", "url": "https://github.com/symfony/filesystem.git",
"reference": "2e30335e0aafeaa86645555959572fe7cea22b43" "reference": "c0f5f62db218fa72195b8b8700e4b9b9cf52eb5e"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/symfony/filesystem/zipball/2e30335e0aafeaa86645555959572fe7cea22b43", "url": "https://api.github.com/repos/symfony/filesystem/zipball/c0f5f62db218fa72195b8b8700e4b9b9cf52eb5e",
"reference": "2e30335e0aafeaa86645555959572fe7cea22b43", "reference": "c0f5f62db218fa72195b8b8700e4b9b9cf52eb5e",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -2325,11 +2324,11 @@
], ],
"description": "Symfony Filesystem Component", "description": "Symfony Filesystem Component",
"homepage": "https://symfony.com", "homepage": "https://symfony.com",
"time": "2018-07-26T11:24:31+00:00" "time": "2018-08-18T16:52:46+00:00"
}, },
{ {
"name": "symfony/finder", "name": "symfony/finder",
"version": "v4.1.3", "version": "v4.1.4",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/symfony/finder.git", "url": "https://github.com/symfony/finder.git",
@ -2378,16 +2377,16 @@
}, },
{ {
"name": "symfony/flex", "name": "symfony/flex",
"version": "v1.1.0", "version": "v1.1.1",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/symfony/flex.git", "url": "https://github.com/symfony/flex.git",
"reference": "d6f5fed47ddad2eb25d5cc19316692203a2898eb" "reference": "9fb60f232af0764d58002e7872acb43a74506d25"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/symfony/flex/zipball/d6f5fed47ddad2eb25d5cc19316692203a2898eb", "url": "https://api.github.com/repos/symfony/flex/zipball/9fb60f232af0764d58002e7872acb43a74506d25",
"reference": "d6f5fed47ddad2eb25d5cc19316692203a2898eb", "reference": "9fb60f232af0764d58002e7872acb43a74506d25",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -2421,20 +2420,20 @@
} }
], ],
"description": "Composer plugin for Symfony", "description": "Composer plugin for Symfony",
"time": "2018-08-21T07:51:18+00:00" "time": "2018-09-03T08:17:12+00:00"
}, },
{ {
"name": "symfony/framework-bundle", "name": "symfony/framework-bundle",
"version": "v4.1.3", "version": "v4.1.4",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/symfony/framework-bundle.git", "url": "https://github.com/symfony/framework-bundle.git",
"reference": "ad1ac510d8c89557b8afa2dd838e2f34b4c2529c" "reference": "f62dc69959253acf717c3d89cd509975daf10e02"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/symfony/framework-bundle/zipball/ad1ac510d8c89557b8afa2dd838e2f34b4c2529c", "url": "https://api.github.com/repos/symfony/framework-bundle/zipball/f62dc69959253acf717c3d89cd509975daf10e02",
"reference": "ad1ac510d8c89557b8afa2dd838e2f34b4c2529c", "reference": "f62dc69959253acf717c3d89cd509975daf10e02",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -2537,20 +2536,20 @@
], ],
"description": "Symfony FrameworkBundle", "description": "Symfony FrameworkBundle",
"homepage": "https://symfony.com", "homepage": "https://symfony.com",
"time": "2018-08-01T08:24:03+00:00" "time": "2018-08-17T12:07:19+00:00"
}, },
{ {
"name": "symfony/http-foundation", "name": "symfony/http-foundation",
"version": "v4.1.3", "version": "v4.1.4",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/symfony/http-foundation.git", "url": "https://github.com/symfony/http-foundation.git",
"reference": "7d93e3547660ec7ee3dad1428ba42e8076a0e5f1" "reference": "3a5c91e133b220bb882b3cd773ba91bf39989345"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/symfony/http-foundation/zipball/7d93e3547660ec7ee3dad1428ba42e8076a0e5f1", "url": "https://api.github.com/repos/symfony/http-foundation/zipball/3a5c91e133b220bb882b3cd773ba91bf39989345",
"reference": "7d93e3547660ec7ee3dad1428ba42e8076a0e5f1", "reference": "3a5c91e133b220bb882b3cd773ba91bf39989345",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -2591,20 +2590,20 @@
], ],
"description": "Symfony HttpFoundation Component", "description": "Symfony HttpFoundation Component",
"homepage": "https://symfony.com", "homepage": "https://symfony.com",
"time": "2018-08-01T14:07:44+00:00" "time": "2018-08-27T17:47:02+00:00"
}, },
{ {
"name": "symfony/http-kernel", "name": "symfony/http-kernel",
"version": "v4.1.3", "version": "v4.1.4",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/symfony/http-kernel.git", "url": "https://github.com/symfony/http-kernel.git",
"reference": "6347be5110efb27fe45ea04bf213078b67a05036" "reference": "33de0a1ff2e1720096189e3ced682d7a4e8f5e35"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/symfony/http-kernel/zipball/6347be5110efb27fe45ea04bf213078b67a05036", "url": "https://api.github.com/repos/symfony/http-kernel/zipball/33de0a1ff2e1720096189e3ced682d7a4e8f5e35",
"reference": "6347be5110efb27fe45ea04bf213078b67a05036", "reference": "33de0a1ff2e1720096189e3ced682d7a4e8f5e35",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -2678,11 +2677,11 @@
], ],
"description": "Symfony HttpKernel Component", "description": "Symfony HttpKernel Component",
"homepage": "https://symfony.com", "homepage": "https://symfony.com",
"time": "2018-08-01T15:30:34+00:00" "time": "2018-08-28T06:17:42+00:00"
}, },
{ {
"name": "symfony/inflector", "name": "symfony/inflector",
"version": "v4.1.3", "version": "v4.1.4",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/symfony/inflector.git", "url": "https://github.com/symfony/inflector.git",
@ -2882,16 +2881,16 @@
}, },
{ {
"name": "symfony/property-access", "name": "symfony/property-access",
"version": "v4.1.3", "version": "v4.1.4",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/symfony/property-access.git", "url": "https://github.com/symfony/property-access.git",
"reference": "e97a399cb40333fc79724ddee952aa926a30c743" "reference": "ae8561ba08af38e12dc5e21582ddb4baf66719ca"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/symfony/property-access/zipball/e97a399cb40333fc79724ddee952aa926a30c743", "url": "https://api.github.com/repos/symfony/property-access/zipball/ae8561ba08af38e12dc5e21582ddb4baf66719ca",
"reference": "e97a399cb40333fc79724ddee952aa926a30c743", "reference": "ae8561ba08af38e12dc5e21582ddb4baf66719ca",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -2945,20 +2944,20 @@
"property path", "property path",
"reflection" "reflection"
], ],
"time": "2018-07-26T09:10:45+00:00" "time": "2018-08-24T10:22:26+00:00"
}, },
{ {
"name": "symfony/property-info", "name": "symfony/property-info",
"version": "v4.1.3", "version": "v4.1.4",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/symfony/property-info.git", "url": "https://github.com/symfony/property-info.git",
"reference": "807e103da26f1ea0256e587fe918fe2ba68989fb" "reference": "a3a785d23b4fe1d1cea02be14011d654432aeb89"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/symfony/property-info/zipball/807e103da26f1ea0256e587fe918fe2ba68989fb", "url": "https://api.github.com/repos/symfony/property-info/zipball/a3a785d23b4fe1d1cea02be14011d654432aeb89",
"reference": "807e103da26f1ea0256e587fe918fe2ba68989fb", "reference": "a3a785d23b4fe1d1cea02be14011d654432aeb89",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -3021,20 +3020,20 @@
"type", "type",
"validator" "validator"
], ],
"time": "2018-07-26T08:55:25+00:00" "time": "2018-08-03T11:13:38+00:00"
}, },
{ {
"name": "symfony/routing", "name": "symfony/routing",
"version": "v4.1.3", "version": "v4.1.4",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/symfony/routing.git", "url": "https://github.com/symfony/routing.git",
"reference": "6912cfebc0ea4e7a46fdd15c9bd1f427dd39ff1b" "reference": "a5784c2ec4168018c87b38f0e4f39d2278499f51"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/symfony/routing/zipball/6912cfebc0ea4e7a46fdd15c9bd1f427dd39ff1b", "url": "https://api.github.com/repos/symfony/routing/zipball/a5784c2ec4168018c87b38f0e4f39d2278499f51",
"reference": "6912cfebc0ea4e7a46fdd15c9bd1f427dd39ff1b", "reference": "a5784c2ec4168018c87b38f0e4f39d2278499f51",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -3098,11 +3097,11 @@
"uri", "uri",
"url" "url"
], ],
"time": "2018-07-26T11:24:31+00:00" "time": "2018-08-03T07:58:40+00:00"
}, },
{ {
"name": "symfony/serializer", "name": "symfony/serializer",
"version": "v4.1.3", "version": "v4.1.4",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/symfony/serializer.git", "url": "https://github.com/symfony/serializer.git",
@ -3213,16 +3212,16 @@
}, },
{ {
"name": "symfony/translation", "name": "symfony/translation",
"version": "v4.1.3", "version": "v4.1.4",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/symfony/translation.git", "url": "https://github.com/symfony/translation.git",
"reference": "6fcd1bd44fd6d7181e6ea57a6f4e08a09b29ef65" "reference": "fa2182669f7983b7aa5f1a770d053f79f0ef144f"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/symfony/translation/zipball/6fcd1bd44fd6d7181e6ea57a6f4e08a09b29ef65", "url": "https://api.github.com/repos/symfony/translation/zipball/fa2182669f7983b7aa5f1a770d053f79f0ef144f",
"reference": "6fcd1bd44fd6d7181e6ea57a6f4e08a09b29ef65", "reference": "fa2182669f7983b7aa5f1a770d053f79f0ef144f",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -3278,20 +3277,20 @@
], ],
"description": "Symfony Translation Component", "description": "Symfony Translation Component",
"homepage": "https://symfony.com", "homepage": "https://symfony.com",
"time": "2018-07-26T11:24:31+00:00" "time": "2018-08-07T12:45:11+00:00"
}, },
{ {
"name": "symfony/twig-bridge", "name": "symfony/twig-bridge",
"version": "v4.1.3", "version": "v4.1.4",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/symfony/twig-bridge.git", "url": "https://github.com/symfony/twig-bridge.git",
"reference": "0fdf6b2e69c514e1b178ee823dd6bc9950db4a2f" "reference": "550cd9cd3a106a3426bdb2bd9d2914a4937656d1"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/symfony/twig-bridge/zipball/0fdf6b2e69c514e1b178ee823dd6bc9950db4a2f", "url": "https://api.github.com/repos/symfony/twig-bridge/zipball/550cd9cd3a106a3426bdb2bd9d2914a4937656d1",
"reference": "0fdf6b2e69c514e1b178ee823dd6bc9950db4a2f", "reference": "550cd9cd3a106a3426bdb2bd9d2914a4937656d1",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -3368,11 +3367,11 @@
], ],
"description": "Symfony Twig Bridge", "description": "Symfony Twig Bridge",
"homepage": "https://symfony.com", "homepage": "https://symfony.com",
"time": "2018-07-26T11:24:31+00:00" "time": "2018-08-14T15:48:59+00:00"
}, },
{ {
"name": "symfony/twig-bundle", "name": "symfony/twig-bundle",
"version": "v4.1.3", "version": "v4.1.4",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/symfony/twig-bundle.git", "url": "https://github.com/symfony/twig-bundle.git",
@ -3446,16 +3445,16 @@
}, },
{ {
"name": "symfony/var-dumper", "name": "symfony/var-dumper",
"version": "v4.1.3", "version": "v4.1.4",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/symfony/var-dumper.git", "url": "https://github.com/symfony/var-dumper.git",
"reference": "69e174f4c02ec43919380171c6f7550753299316" "reference": "a05426e27294bba7b0226ffc17dd01a3c6ef9777"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/symfony/var-dumper/zipball/69e174f4c02ec43919380171c6f7550753299316", "url": "https://api.github.com/repos/symfony/var-dumper/zipball/a05426e27294bba7b0226ffc17dd01a3c6ef9777",
"reference": "69e174f4c02ec43919380171c6f7550753299316", "reference": "a05426e27294bba7b0226ffc17dd01a3c6ef9777",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -3517,20 +3516,20 @@
"debug", "debug",
"dump" "dump"
], ],
"time": "2018-07-26T11:24:31+00:00" "time": "2018-08-02T09:24:26+00:00"
}, },
{ {
"name": "symfony/yaml", "name": "symfony/yaml",
"version": "v4.1.3", "version": "v4.1.4",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/symfony/yaml.git", "url": "https://github.com/symfony/yaml.git",
"reference": "46bc69aa91fc4ab78a96ce67873a6b0c148fd48c" "reference": "b832cc289608b6d305f62149df91529a2ab3c314"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/symfony/yaml/zipball/46bc69aa91fc4ab78a96ce67873a6b0c148fd48c", "url": "https://api.github.com/repos/symfony/yaml/zipball/b832cc289608b6d305f62149df91529a2ab3c314",
"reference": "46bc69aa91fc4ab78a96ce67873a6b0c148fd48c", "reference": "b832cc289608b6d305f62149df91529a2ab3c314",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -3576,30 +3575,30 @@
], ],
"description": "Symfony Yaml Component", "description": "Symfony Yaml Component",
"homepage": "https://symfony.com", "homepage": "https://symfony.com",
"time": "2018-07-26T11:24:31+00:00" "time": "2018-08-18T16:52:46+00:00"
}, },
{ {
"name": "tightenco/collect", "name": "tightenco/collect",
"version": "v5.6.33", "version": "v5.7.2",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/tightenco/collect.git", "url": "https://github.com/tightenco/collect.git",
"reference": "d7381736dca44ac17d0805a25191b094e5a22446" "reference": "87c1e7eb0a2252748fa2fc1824e97f2fc892788f"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/tightenco/collect/zipball/d7381736dca44ac17d0805a25191b094e5a22446", "url": "https://api.github.com/repos/tightenco/collect/zipball/87c1e7eb0a2252748fa2fc1824e97f2fc892788f",
"reference": "d7381736dca44ac17d0805a25191b094e5a22446", "reference": "87c1e7eb0a2252748fa2fc1824e97f2fc892788f",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
"php": ">=7.1.3", "php": "^7.1.3",
"symfony/var-dumper": ">=3.1.10" "symfony/var-dumper": "^4.1"
}, },
"require-dev": { "require-dev": {
"mockery/mockery": "~1.0", "mockery/mockery": "^1.0",
"nesbot/carbon": "~1.20", "nesbot/carbon": "^1.26.3",
"phpunit/phpunit": "~7.0" "phpunit/phpunit": "^7.0"
}, },
"type": "library", "type": "library",
"autoload": { "autoload": {
@ -3626,7 +3625,7 @@
"collection", "collection",
"laravel" "laravel"
], ],
"time": "2018-08-09T16:56:26+00:00" "time": "2018-09-06T15:55:11+00:00"
}, },
{ {
"name": "twig/twig", "name": "twig/twig",
@ -3893,7 +3892,7 @@
}, },
{ {
"name": "symfony/dotenv", "name": "symfony/dotenv",
"version": "v4.1.3", "version": "v4.1.4",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/symfony/dotenv.git", "url": "https://github.com/symfony/dotenv.git",
@ -3950,16 +3949,16 @@
}, },
{ {
"name": "symfony/process", "name": "symfony/process",
"version": "v4.1.3", "version": "v4.1.4",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/symfony/process.git", "url": "https://github.com/symfony/process.git",
"reference": "f01fc7a4493572f7f506c49dcb50ad01fb3a2f56" "reference": "86cdb930a6a855b0ab35fb60c1504cb36184f843"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/symfony/process/zipball/f01fc7a4493572f7f506c49dcb50ad01fb3a2f56", "url": "https://api.github.com/repos/symfony/process/zipball/86cdb930a6a855b0ab35fb60c1504cb36184f843",
"reference": "f01fc7a4493572f7f506c49dcb50ad01fb3a2f56", "reference": "86cdb930a6a855b0ab35fb60c1504cb36184f843",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -3995,11 +3994,11 @@
], ],
"description": "Symfony Process Component", "description": "Symfony Process Component",
"homepage": "https://symfony.com", "homepage": "https://symfony.com",
"time": "2018-07-26T11:24:31+00:00" "time": "2018-08-03T11:13:38+00:00"
}, },
{ {
"name": "symfony/web-server-bundle", "name": "symfony/web-server-bundle",
"version": "v4.1.3", "version": "v4.1.4",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/symfony/web-server-bundle.git", "url": "https://github.com/symfony/web-server-bundle.git",
@ -4070,5 +4069,8 @@
"ext-iconv": "*", "ext-iconv": "*",
"ext-json": "*" "ext-json": "*"
}, },
"platform-dev": [] "platform-dev": [],
"platform-overrides": {
"php": "7.1.12"
}
} }