From c9e72a20de39e80129835c458e63011e0ea4ba45 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 10 Jul 2023 11:29:35 +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 1d6f0b0..97c0a62 100644 --- a/composer.json +++ b/composer.json @@ -15,7 +15,7 @@ }, "require-dev": { "composer/composer": "^2.5.8", - "doctrine/coding-standard": "^11.1.0", + "doctrine/coding-standard": "^12.0.0", "ext-zip": "^1.15.0", "roave/infection-static-analysis-plugin": "^1.32.0", "phpunit/phpunit": "^9.6.10", diff --git a/composer.lock b/composer.lock index d7f24ab..259f070 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": "06a1700007d005e42cdc219eac243a44", + "content-hash": "3c9e58f64fc2c4ca68d7ff52d3922438", "packages": [], "packages-dev": [ { @@ -1010,22 +1010,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", @@ -1060,9 +1060,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",