From 527ff47660fb480c06d1e39eab2e954e1b77a012 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Wed, 1 Apr 2020 15:14:01 +0000 Subject: [PATCH] Bump doctrine/coding-standard from 6.0.0 to 7.0.2 Bumps [doctrine/coding-standard](https://github.com/doctrine/coding-standard) from 6.0.0 to 7.0.2. - [Release notes](https://github.com/doctrine/coding-standard/releases) - [Commits](https://github.com/doctrine/coding-standard/compare/6.0.0...7.0.2) Signed-off-by: dependabot-preview[bot] --- composer.json | 2 +- composer.lock | 47 ++++++++++++++++++++++++----------------------- 2 files changed, 25 insertions(+), 24 deletions(-) diff --git a/composer.json b/composer.json index 3ff610c..a397424 100644 --- a/composer.json +++ b/composer.json @@ -28,7 +28,7 @@ } }, "require-dev": { - "doctrine/coding-standard": "^6.0", + "doctrine/coding-standard": "^7.0", "infection/infection": "^0.15.2", "phpstan/phpstan": "^0.11.19", "phpstan/phpstan-beberlei-assert": "^0.11.0", diff --git a/composer.lock b/composer.lock index 6a92630..70a3ad9 100644 --- a/composer.lock +++ b/composer.lock @@ -4,7 +4,7 @@ "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "This file is @generated automatically" ], - "content-hash": "14f7bee563824c29492be5fdbaf1a7f0", + "content-hash": "f074894e034fc800c47f69e735e79d64", "packages": [ { "name": "beberlei/assert", @@ -1662,28 +1662,28 @@ }, { "name": "doctrine/coding-standard", - "version": "6.0.0", + "version": "7.0.2", "source": { "type": "git", "url": "https://github.com/doctrine/coding-standard.git", - "reference": "d33f69eb98b25aa51ffe3a909f0ec77000af4701" + "reference": "d8a60ec4da68025c42795b714f66e277dd3e11de" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/doctrine/coding-standard/zipball/d33f69eb98b25aa51ffe3a909f0ec77000af4701", - "reference": "d33f69eb98b25aa51ffe3a909f0ec77000af4701", + "url": "https://api.github.com/repos/doctrine/coding-standard/zipball/d8a60ec4da68025c42795b714f66e277dd3e11de", + "reference": "d8a60ec4da68025c42795b714f66e277dd3e11de", "shasum": "" }, "require": { "dealerdirect/phpcodesniffer-composer-installer": "^0.5.0", - "php": "^7.1", - "slevomat/coding-standard": "^5.0", - "squizlabs/php_codesniffer": "^3.4.0" + "php": "^7.2", + "slevomat/coding-standard": "^6.0", + "squizlabs/php_codesniffer": "^3.5.3" }, "type": "phpcodesniffer-standard", "extra": { "branch-alias": { - "dev-master": "6.0.x-dev" + "dev-master": "7.0.x-dev" } }, "autoload": { @@ -1719,7 +1719,7 @@ "standard", "style" ], - "time": "2019-03-15T12:45:47+00:00" + "time": "2019-12-11T07:59:21+00:00" }, { "name": "doctrine/instantiator", @@ -4594,30 +4594,31 @@ }, { "name": "slevomat/coding-standard", - "version": "5.0.4", + "version": "6.1.5", "source": { "type": "git", "url": "https://github.com/slevomat/coding-standard.git", - "reference": "287ac3347c47918c0bf5e10335e36197ea10894c" + "reference": "d767b5e302ff096327466c97fec3cb57f6d16086" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/slevomat/coding-standard/zipball/287ac3347c47918c0bf5e10335e36197ea10894c", - "reference": "287ac3347c47918c0bf5e10335e36197ea10894c", + "url": "https://api.github.com/repos/slevomat/coding-standard/zipball/d767b5e302ff096327466c97fec3cb57f6d16086", + "reference": "d767b5e302ff096327466c97fec3cb57f6d16086", "shasum": "" }, "require": { "php": "^7.1", - "phpstan/phpdoc-parser": "^0.3.1", - "squizlabs/php_codesniffer": "^3.4.1" + "phpstan/phpdoc-parser": "0.3.5 - 0.4.3", + "squizlabs/php_codesniffer": "^3.5.4" }, "require-dev": { - "jakub-onderka/php-parallel-lint": "1.0.0", - "phing/phing": "2.16.1", - "phpstan/phpstan": "0.11.4", - "phpstan/phpstan-phpunit": "0.11", - "phpstan/phpstan-strict-rules": "0.11", - "phpunit/phpunit": "8.0.5" + "dealerdirect/phpcodesniffer-composer-installer": "0.6.2", + "grogy/php-parallel-lint": "1.1.0", + "phing/phing": "2.16.3", + "phpstan/phpstan": "0.11.19|0.12.9", + "phpstan/phpstan-phpunit": "0.11.2|0.12.6", + "phpstan/phpstan-strict-rules": "0.11.1|0.12.2", + "phpunit/phpunit": "7.5.18|8.5.2" }, "type": "phpcodesniffer-standard", "autoload": { @@ -4630,7 +4631,7 @@ "MIT" ], "description": "Slevomat Coding Standard for PHP_CodeSniffer complements Consistence Coding Standard by providing sniffs with additional checks.", - "time": "2019-03-22T19:10:53+00:00" + "time": "2020-02-05T21:17:34+00:00" }, { "name": "squizlabs/php_codesniffer",