From a33d8518e5a6b11ffdc91d97b7d0b6db5ff3508f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 4 Jun 2023 02:02:05 +0000 Subject: [PATCH] Update dependency doctrine/coding-standard to v12 | datasource | package | from | to | | ---------- | ------------------------ | ------ | ------ | | packagist | doctrine/coding-standard | 11.1.0 | 12.0.0 | --- composer.json | 2 +- composer.lock | 16 ++++++++-------- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/composer.json b/composer.json index c38c4316..77320f3f 100644 --- a/composer.json +++ b/composer.json @@ -24,7 +24,7 @@ "webmozart/assert": "^1.11" }, "require-dev": { - "doctrine/coding-standard": "^11.1.0", + "doctrine/coding-standard": "^12.0.0", "phpunit/phpunit": "^10.2.0", "psalm/plugin-phpunit": "^0.18.4", "roave/security-advisories": "dev-latest", diff --git a/composer.lock b/composer.lock index d1f764f1..776e87b1 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": "7dbd473c30f04439d99ed2ce299d79e8", + "content-hash": "94106c5a29ba7c65ebb0019bb389b1a9", "packages": [ { "name": "guzzlehttp/guzzle", @@ -1953,22 +1953,22 @@ }, { "name": "doctrine/coding-standard", - "version": "11.1.0", + "version": "12.0.0", "source": { "type": "git", "url": "https://github.com/doctrine/coding-standard.git", - "reference": "4bcfa9d922e13cb3b8078d4752e3ba276f959c88" + "reference": "1b2b7dc58c68833af481fb9325c25abd40681c79" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/doctrine/coding-standard/zipball/4bcfa9d922e13cb3b8078d4752e3ba276f959c88", - "reference": "4bcfa9d922e13cb3b8078d4752e3ba276f959c88", + "url": "https://api.github.com/repos/doctrine/coding-standard/zipball/1b2b7dc58c68833af481fb9325c25abd40681c79", + "reference": "1b2b7dc58c68833af481fb9325c25abd40681c79", "shasum": "" }, "require": { "dealerdirect/phpcodesniffer-composer-installer": "^0.6.2 || ^0.7 || ^1.0.0", "php": "^7.2 || ^8.0", - "slevomat/coding-standard": "^8.6.2", + "slevomat/coding-standard": "^8.11", "squizlabs/php_codesniffer": "^3.7" }, "type": "phpcodesniffer-standard", @@ -2003,9 +2003,9 @@ ], "support": { "issues": "https://github.com/doctrine/coding-standard/issues", - "source": "https://github.com/doctrine/coding-standard/tree/11.1.0" + "source": "https://github.com/doctrine/coding-standard/tree/12.0.0" }, - "time": "2023-01-06T09:12:24+00:00" + "time": "2023-04-24T17:43:28+00:00" }, { "name": "doctrine/deprecations",