From 2bd6a8b61206734b0af7e826eee361649abbf984 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 4 Nov 2022 03:09:27 +0000 Subject: [PATCH] Bump friendsoftwig/twigcs from 4.1.0 to 5.1.0 Bumps [friendsoftwig/twigcs](https://github.com/friendsoftwig/twigcs) from 4.1.0 to 5.1.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/v4.1.0...v5.1.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 | 18 +++++++++--------- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/composer.json b/composer.json index 36d1b6739..5ebee1391 100644 --- a/composer.json +++ b/composer.json @@ -124,7 +124,7 @@ "dama/doctrine-test-bundle": "^6.0", "doctrine/doctrine-fixtures-bundle": "~3.0", "friendsofphp/php-cs-fixer": "~2.13", - "friendsoftwig/twigcs": "^4.1", + "friendsoftwig/twigcs": "^5.1", "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 efc69dc87..07f2e13e0 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": "e01063964db1acb5dd93d6d0a8d309d8", + "content-hash": "bfc1bcf08753d5584365faa038d7d83d", "packages": [ { "name": "babdev/pagerfanta-bundle", @@ -12145,26 +12145,26 @@ }, { "name": "friendsoftwig/twigcs", - "version": "v4.1.0", + "version": "v5.1.0", "source": { "type": "git", "url": "https://github.com/friendsoftwig/twigcs.git", - "reference": "ad7e235fe3cc7842b5919f109afaacc56bb3ff49" + "reference": "c82b078e9c199bc57375e557fb888b04f53420b2" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/friendsoftwig/twigcs/zipball/ad7e235fe3cc7842b5919f109afaacc56bb3ff49", - "reference": "ad7e235fe3cc7842b5919f109afaacc56bb3ff49", + "url": "https://api.github.com/repos/friendsoftwig/twigcs/zipball/c82b078e9c199bc57375e557fb888b04f53420b2", + "reference": "c82b078e9c199bc57375e557fb888b04f53420b2", "shasum": "" }, "require": { - "php": "^7.0", + "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" }, "require-dev": { - "phpunit/phpunit": "^6.5 || ^7.2" + "phpunit/phpunit": "^8.0 || ^9.0" }, "bin": [ "bin/twigcs" @@ -12188,9 +12188,9 @@ "description": "Checkstyle automation for Twig", "support": { "issues": "https://github.com/friendsoftwig/twigcs/issues", - "source": "https://github.com/friendsoftwig/twigcs/tree/v4.1.0" + "source": "https://github.com/friendsoftwig/twigcs/tree/v5.1.0" }, - "time": "2021-02-04T13:07:32+00:00" + "time": "2021-09-21T21:04:19+00:00" }, { "name": "m6web/redis-mock",