From bd33f9e4f5b7779788f108d318368062cc8984d1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 1 Dec 2022 03:03:52 +0000 Subject: [PATCH] Bump friendsoftwig/twigcs from 5.1.0 to 6.0.0 Bumps [friendsoftwig/twigcs](https://github.com/friendsoftwig/twigcs) from 5.1.0 to 6.0.0. - [Release notes](https://github.com/friendsoftwig/twigcs/releases) - [Upgrade guide](https://github.com/friendsoftwig/twigcs/blob/main/doc/upgrade.md) - [Commits](https://github.com/friendsoftwig/twigcs/compare/v5.1.0...v6.0.0) --- updated-dependencies: - dependency-name: friendsoftwig/twigcs dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- composer.json | 2 +- composer.lock | 24 ++++++++++++------------ 2 files changed, 13 insertions(+), 13 deletions(-) diff --git a/composer.json b/composer.json index 7d61fa001..38b89140a 100644 --- a/composer.json +++ b/composer.json @@ -123,7 +123,7 @@ "dama/doctrine-test-bundle": "^6.0", "doctrine/doctrine-fixtures-bundle": "~3.0", "friendsofphp/php-cs-fixer": "~2.13", - "friendsoftwig/twigcs": "^5.1", + "friendsoftwig/twigcs": "^6.0", "m6web/redis-mock": "^5.0", "php-http/mock-client": "^1.0", "phpstan/extension-installer": "^1.0", diff --git a/composer.lock b/composer.lock index 1fc68205f..2a7b2c448 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": "0c27197b6356c817ab1a33b83745f820", + "content-hash": "7b841fce4fa9254c6b7aeaf23ce1c63a", "packages": [ { "name": "babdev/pagerfanta-bundle", @@ -12028,23 +12028,23 @@ }, { "name": "friendsoftwig/twigcs", - "version": "v5.1.0", + "version": "v6.0.0", "source": { "type": "git", "url": "https://github.com/friendsoftwig/twigcs.git", - "reference": "c82b078e9c199bc57375e557fb888b04f53420b2" + "reference": "035af79b0fabbab1fc6b8e5698ead1f80e25c4ec" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/friendsoftwig/twigcs/zipball/c82b078e9c199bc57375e557fb888b04f53420b2", - "reference": "c82b078e9c199bc57375e557fb888b04f53420b2", + "url": "https://api.github.com/repos/friendsoftwig/twigcs/zipball/035af79b0fabbab1fc6b8e5698ead1f80e25c4ec", + "reference": "035af79b0fabbab1fc6b8e5698ead1f80e25c4ec", "shasum": "" }, "require": { - "php": "^7.2 || ^8.0", - "symfony/console": "^3.4 || ^4.3 || ^5.0", - "symfony/filesystem": "^3.4 || ^4.3 || ^5.0", - "symfony/finder": "^3.4 || ^4.3 || ^5.0" + "php": "^7.4 || ^8.0", + "symfony/console": "^4.4 || ^5.3 || ^6.0", + "symfony/filesystem": "^4.4 || ^5.3 || ^6.0", + "symfony/finder": "^4.4 || ^5.3 || ^6.0" }, "require-dev": { "phpunit/phpunit": "^8.0 || ^9.0" @@ -12071,9 +12071,9 @@ "description": "Checkstyle automation for Twig", "support": { "issues": "https://github.com/friendsoftwig/twigcs/issues", - "source": "https://github.com/friendsoftwig/twigcs/tree/v5.1.0" + "source": "https://github.com/friendsoftwig/twigcs/tree/v6.0.0" }, - "time": "2021-09-21T21:04:19+00:00" + "time": "2021-12-15T11:20:27+00:00" }, { "name": "m6web/redis-mock", @@ -12868,5 +12868,5 @@ "platform-overrides": { "php": "7.4.29" }, - "plugin-api-version": "2.2.0" + "plugin-api-version": "2.3.0" }