From 9c0290b714da56f071de524044812eca876142fe Mon Sep 17 00:00:00 2001 From: Andrey Kutejko Date: Sat, 26 May 2018 20:22:43 +0200 Subject: [PATCH] update deps --- composer.lock | 106 +++++++++++++++++++++++++++++++++++++++----------- 1 file changed, 84 insertions(+), 22 deletions(-) diff --git a/composer.lock b/composer.lock index 0d016f0..a351db0 100644 --- a/composer.lock +++ b/composer.lock @@ -353,7 +353,7 @@ }, "require": { "doctrine/lexer": "1.*", - "php": "^7.1" + "php": "^7.2" }, "require-dev": { "doctrine/cache": "1.*", @@ -411,12 +411,12 @@ "source": { "type": "git", "url": "https://github.com/doctrine/cache.git", - "reference": "faafa89c51e398b739958cdbc03fc47fda653d54" + "reference": "4f2848f98aae24a013d9aa89fc955acf1406f0a7" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/doctrine/cache/zipball/faafa89c51e398b739958cdbc03fc47fda653d54", - "reference": "faafa89c51e398b739958cdbc03fc47fda653d54", + "url": "https://api.github.com/repos/doctrine/cache/zipball/4f2848f98aae24a013d9aa89fc955acf1406f0a7", + "reference": "4f2848f98aae24a013d9aa89fc955acf1406f0a7", "shasum": "" }, "require": { @@ -478,7 +478,7 @@ "cache", "caching" ], - "time": "2018-04-12T11:17:53+00:00" + "time": "2018-04-27T19:45:51+00:00" }, { "name": "doctrine/collections", @@ -486,12 +486,12 @@ "source": { "type": "git", "url": "https://github.com/doctrine/collections.git", - "reference": "25c9b48172190ddd9e6f6b1ce41f6270fe533f5a" + "reference": "33407e41a31e448426563e33a6edf688461a9a86" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/doctrine/collections/zipball/25c9b48172190ddd9e6f6b1ce41f6270fe533f5a", - "reference": "25c9b48172190ddd9e6f6b1ce41f6270fe533f5a", + "url": "https://api.github.com/repos/doctrine/collections/zipball/33407e41a31e448426563e33a6edf688461a9a86", + "reference": "33407e41a31e448426563e33a6edf688461a9a86", "shasum": "" }, "require": { @@ -546,7 +546,7 @@ "collections", "iterator" ], - "time": "2018-04-03T02:45:15+00:00" + "time": "2018-04-27T18:28:22+00:00" }, { "name": "doctrine/common", @@ -698,12 +698,12 @@ "source": { "type": "git", "url": "https://github.com/doctrine/inflector.git", - "reference": "89aedcb9b2a568efdd2ab376e0f60f428c977858" + "reference": "82890572668fc150f30046c5af7d6b277825c3b5" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/doctrine/inflector/zipball/89aedcb9b2a568efdd2ab376e0f60f428c977858", - "reference": "89aedcb9b2a568efdd2ab376e0f60f428c977858", + "url": "https://api.github.com/repos/doctrine/inflector/zipball/82890572668fc150f30046c5af7d6b277825c3b5", + "reference": "82890572668fc150f30046c5af7d6b277825c3b5", "shasum": "" }, "require": { @@ -758,7 +758,7 @@ "singularize", "string" ], - "time": "2018-04-11T05:54:08+00:00" + "time": "2018-05-08T11:02:15+00:00" }, { "name": "doctrine/lexer", @@ -766,17 +766,20 @@ "source": { "type": "git", "url": "https://github.com/doctrine/lexer.git", - "reference": "0ae9b6019e78ec667b2c87d10822af89f707fd1d" + "reference": "c0970c7889bfd33504c4fa54f35451c27897381d" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/doctrine/lexer/zipball/0ae9b6019e78ec667b2c87d10822af89f707fd1d", - "reference": "0ae9b6019e78ec667b2c87d10822af89f707fd1d", + "url": "https://api.github.com/repos/doctrine/lexer/zipball/c0970c7889bfd33504c4fa54f35451c27897381d", + "reference": "c0970c7889bfd33504c4fa54f35451c27897381d", "shasum": "" }, "require": { "php": ">=5.3.2" }, + "require-dev": { + "phpunit/phpunit": "^4.5" + }, "type": "library", "extra": { "branch-alias": { @@ -812,7 +815,7 @@ "lexer", "parser" ], - "time": "2018-04-11T05:15:14+00:00" + "time": "2018-05-14T15:49:16+00:00" }, { "name": "felixfbecker/advanced-json-rpc", @@ -2445,22 +2448,81 @@ "homepage": "https://github.com/sebastianbergmann/version", "time": "2015-06-21T13:59:46+00:00" }, + { + "name": "symfony/polyfill-ctype", + "version": "dev-master", + "source": { + "type": "git", + "url": "https://github.com/symfony/polyfill-ctype.git", + "reference": "9d31bef82d2e9b033f335d60b96611757f98c605" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/symfony/polyfill-ctype/zipball/9d31bef82d2e9b033f335d60b96611757f98c605", + "reference": "9d31bef82d2e9b033f335d60b96611757f98c605", + "shasum": "" + }, + "require": { + "php": ">=5.3.3" + }, + "suggest": { + "ext-ctype": "For best performance" + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "1.8-dev" + } + }, + "autoload": { + "psr-4": { + "Symfony\\Polyfill\\Ctype\\": "" + }, + "files": [ + "bootstrap.php" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Symfony Community", + "homepage": "https://symfony.com/contributors" + }, + { + "name": "Gert de Pagter", + "email": "BackEndTea@gmail.com" + } + ], + "description": "Symfony polyfill for ctype functions", + "homepage": "https://symfony.com", + "keywords": [ + "compatibility", + "ctype", + "polyfill", + "portable" + ], + "time": "2018-05-17T18:32:56+00:00" + }, { "name": "symfony/yaml", "version": "2.8.x-dev", "source": { "type": "git", "url": "https://github.com/symfony/yaml.git", - "reference": "d20bd2bdee063863e426297af41eda45ccad6f7e" + "reference": "51356b7a2ff7c9fd06b2f1681cc463bb62b5c1ff" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/yaml/zipball/d20bd2bdee063863e426297af41eda45ccad6f7e", - "reference": "d20bd2bdee063863e426297af41eda45ccad6f7e", + "url": "https://api.github.com/repos/symfony/yaml/zipball/51356b7a2ff7c9fd06b2f1681cc463bb62b5c1ff", + "reference": "51356b7a2ff7c9fd06b2f1681cc463bb62b5c1ff", "shasum": "" }, "require": { - "php": ">=5.3.9" + "php": ">=5.3.9", + "symfony/polyfill-ctype": "~1.8" }, "type": "library", "extra": { @@ -2492,7 +2554,7 @@ ], "description": "Symfony Yaml Component", "homepage": "https://symfony.com", - "time": "2018-04-08T07:53:13+00:00" + "time": "2018-05-01T22:52:40+00:00" } ], "aliases": [], -- 2.49.0