From: Andrey Kutejko Date: Mon, 16 Apr 2018 07:24:27 +0000 (+0200) Subject: bump deps X-Git-Tag: 0.6~14 X-Git-Url: https://git.andy128k.dev/?a=commitdiff_plain;h=98ea5fcd5b6f3458e735999b0239998ab80f17b2;p=ipf.git bump deps --- diff --git a/composer.lock b/composer.lock index 228f1b5..8b21774 100644 --- a/composer.lock +++ b/composer.lock @@ -237,12 +237,12 @@ "source": { "type": "git", "url": "https://github.com/doctrine/annotations.git", - "reference": "fe71864318b4912198a317783392c639221ec2fd" + "reference": "020b87ee07aead34a13b29a5daf2c05f0c1b8e7b" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/doctrine/annotations/zipball/fe71864318b4912198a317783392c639221ec2fd", - "reference": "fe71864318b4912198a317783392c639221ec2fd", + "url": "https://api.github.com/repos/doctrine/annotations/zipball/020b87ee07aead34a13b29a5daf2c05f0c1b8e7b", + "reference": "020b87ee07aead34a13b29a5daf2c05f0c1b8e7b", "shasum": "" }, "require": { @@ -251,7 +251,7 @@ }, "require-dev": { "doctrine/cache": "1.*", - "phpunit/phpunit": "^6.4" + "phpunit/phpunit": "^7.0" }, "type": "library", "extra": { @@ -297,7 +297,7 @@ "docblock", "parser" ], - "time": "2017-12-24T17:33:14+00:00" + "time": "2018-04-16T04:30:45+00:00" }, { "name": "doctrine/cache", @@ -305,12 +305,12 @@ "source": { "type": "git", "url": "https://github.com/doctrine/cache.git", - "reference": "e3fcea0d1af20ec7e236e37efaca378071adbae0" + "reference": "faafa89c51e398b739958cdbc03fc47fda653d54" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/doctrine/cache/zipball/e3fcea0d1af20ec7e236e37efaca378071adbae0", - "reference": "e3fcea0d1af20ec7e236e37efaca378071adbae0", + "url": "https://api.github.com/repos/doctrine/cache/zipball/faafa89c51e398b739958cdbc03fc47fda653d54", + "reference": "faafa89c51e398b739958cdbc03fc47fda653d54", "shasum": "" }, "require": { @@ -321,11 +321,10 @@ }, "require-dev": { "alcaeus/mongo-php-adapter": "^1.1", - "doctrine/coding-standard": "^1.0", + "doctrine/coding-standard": "^4.0", "mongodb/mongodb": "^1.1", - "phpunit/phpunit": "^6.3", - "predis/predis": "~1.0", - "squizlabs/php_codesniffer": "^3.0" + "phpunit/phpunit": "^7.0", + "predis/predis": "~1.0" }, "suggest": { "alcaeus/mongo-php-adapter": "Required to use legacy MongoDB driver" @@ -368,12 +367,12 @@ } ], "description": "Caching library offering an object-oriented API for many cache backends", - "homepage": "http://www.doctrine-project.org", + "homepage": "https://www.doctrine-project.org", "keywords": [ "cache", "caching" ], - "time": "2017-12-18T07:23:23+00:00" + "time": "2018-04-12T11:17:53+00:00" }, { "name": "doctrine/collections", @@ -381,21 +380,21 @@ "source": { "type": "git", "url": "https://github.com/doctrine/collections.git", - "reference": "ba63bf914b56e21989eeb99d36bed219900f37c1" + "reference": "25c9b48172190ddd9e6f6b1ce41f6270fe533f5a" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/doctrine/collections/zipball/ba63bf914b56e21989eeb99d36bed219900f37c1", - "reference": "ba63bf914b56e21989eeb99d36bed219900f37c1", + "url": "https://api.github.com/repos/doctrine/collections/zipball/25c9b48172190ddd9e6f6b1ce41f6270fe533f5a", + "reference": "25c9b48172190ddd9e6f6b1ce41f6270fe533f5a", "shasum": "" }, "require": { "php": "^7.1" }, "require-dev": { - "doctrine/coding-standard": "^1.0", - "phpunit/phpunit": "^6.3", - "squizlabs/php_codesniffer": "^3.0" + "doctrine/coding-standard": "^4.0", + "phpstan/phpstan-shim": "^0.9.2", + "phpunit/phpunit": "^7.0" }, "type": "library", "extra": { @@ -441,7 +440,7 @@ "collections", "iterator" ], - "time": "2017-12-22T05:53:34+00:00" + "time": "2018-04-03T02:45:15+00:00" }, { "name": "doctrine/common", @@ -593,19 +592,20 @@ "source": { "type": "git", "url": "https://github.com/doctrine/inflector.git", - "reference": "7344124551d4c40ab77c4b58647234c5676aa27b" + "reference": "89aedcb9b2a568efdd2ab376e0f60f428c977858" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/doctrine/inflector/zipball/7344124551d4c40ab77c4b58647234c5676aa27b", - "reference": "7344124551d4c40ab77c4b58647234c5676aa27b", + "url": "https://api.github.com/repos/doctrine/inflector/zipball/89aedcb9b2a568efdd2ab376e0f60f428c977858", + "reference": "89aedcb9b2a568efdd2ab376e0f60f428c977858", "shasum": "" }, "require": { "php": "^7.1" }, "require-dev": { - "phpunit/phpunit": "^6.2" + "doctrine/coding-standard": "^3.0", + "phpunit/phpunit": "^7.0" }, "type": "library", "extra": { @@ -652,7 +652,7 @@ "singularize", "string" ], - "time": "2018-01-12T11:45:27+00:00" + "time": "2018-04-11T05:54:08+00:00" }, { "name": "doctrine/lexer", @@ -660,12 +660,12 @@ "source": { "type": "git", "url": "https://github.com/doctrine/lexer.git", - "reference": "cc709ba91eee09540091ad5a5f2616727662e41b" + "reference": "0ae9b6019e78ec667b2c87d10822af89f707fd1d" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/doctrine/lexer/zipball/cc709ba91eee09540091ad5a5f2616727662e41b", - "reference": "cc709ba91eee09540091ad5a5f2616727662e41b", + "url": "https://api.github.com/repos/doctrine/lexer/zipball/0ae9b6019e78ec667b2c87d10822af89f707fd1d", + "reference": "0ae9b6019e78ec667b2c87d10822af89f707fd1d", "shasum": "" }, "require": { @@ -706,7 +706,7 @@ "lexer", "parser" ], - "time": "2017-07-24T09:37:08+00:00" + "time": "2018-04-11T05:15:14+00:00" }, { "name": "npm-asset/flatpickr", @@ -1182,21 +1182,24 @@ "source": { "type": "git", "url": "https://github.com/doctrine/instantiator.git", - "reference": "8520afa0d55f9b3aba1070a9bf65d4b0d9fb7727" + "reference": "870a62d7b0d63d4e0ffa8f2ce3ab7c8a53d1846d" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/doctrine/instantiator/zipball/8520afa0d55f9b3aba1070a9bf65d4b0d9fb7727", - "reference": "8520afa0d55f9b3aba1070a9bf65d4b0d9fb7727", + "url": "https://api.github.com/repos/doctrine/instantiator/zipball/870a62d7b0d63d4e0ffa8f2ce3ab7c8a53d1846d", + "reference": "870a62d7b0d63d4e0ffa8f2ce3ab7c8a53d1846d", "shasum": "" }, "require": { "php": "^7.1" }, "require-dev": { + "doctrine/coding-standard": "^4.0", "ext-pdo": "*", "ext-phar": "*", - "phpunit/phpunit": "^6.2.3" + "phpbench/phpbench": "^0.13", + "phpstan/phpstan-shim": "^0.9.2", + "phpunit/phpunit": "^7.0" }, "type": "library", "extra": { @@ -1226,7 +1229,7 @@ "constructor", "instantiate" ], - "time": "2017-12-22T05:44:00+00:00" + "time": "2018-03-05T09:41:42+00:00" }, { "name": "phpunit/php-code-coverage", @@ -1980,12 +1983,12 @@ "source": { "type": "git", "url": "https://github.com/symfony/yaml.git", - "reference": "be720fcfae4614df204190d57795351059946a77" + "reference": "d20bd2bdee063863e426297af41eda45ccad6f7e" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/yaml/zipball/be720fcfae4614df204190d57795351059946a77", - "reference": "be720fcfae4614df204190d57795351059946a77", + "url": "https://api.github.com/repos/symfony/yaml/zipball/d20bd2bdee063863e426297af41eda45ccad6f7e", + "reference": "d20bd2bdee063863e426297af41eda45ccad6f7e", "shasum": "" }, "require": { @@ -2021,7 +2024,7 @@ ], "description": "Symfony Yaml Component", "homepage": "https://symfony.com", - "time": "2018-01-03T07:36:31+00:00" + "time": "2018-04-08T07:53:13+00:00" } ], "aliases": [],