From c7c27c002bd12513ac5effa099104f7ae1592354 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Dec 2025 03:02:29 +0000 Subject: [PATCH] build(deps-dev): bump friendsoftwig/twigcs from 6.5.0 to 6.6.0 Bumps [friendsoftwig/twigcs](https://github.com/friendsoftwig/twigcs) from 6.5.0 to 6.6.0. - [Release notes](https://github.com/friendsoftwig/twigcs/releases) - [Changelog](https://github.com/friendsoftwig/twigcs/blob/main/CHANGELOG.md) - [Commits](https://github.com/friendsoftwig/twigcs/compare/6.5.0...v6.6.0) --- updated-dependencies: - dependency-name: friendsoftwig/twigcs dependency-version: 6.6.0 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- composer.lock | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/composer.lock b/composer.lock index 5d14b15cd..179462c0b 100644 --- a/composer.lock +++ b/composer.lock @@ -15995,16 +15995,16 @@ }, { "name": "friendsoftwig/twigcs", - "version": "6.5.0", + "version": "v6.6.0", "source": { "type": "git", "url": "https://github.com/friendsoftwig/twigcs.git", - "reference": "aaa3ba112bf4fcee7b51a00d9b45b13bc2cc23bc" + "reference": "e9d169005d059e1949d4a828e9512c49845de19a" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/friendsoftwig/twigcs/zipball/aaa3ba112bf4fcee7b51a00d9b45b13bc2cc23bc", - "reference": "aaa3ba112bf4fcee7b51a00d9b45b13bc2cc23bc", + "url": "https://api.github.com/repos/friendsoftwig/twigcs/zipball/e9d169005d059e1949d4a828e9512c49845de19a", + "reference": "e9d169005d059e1949d4a828e9512c49845de19a", "shasum": "" }, "require": { @@ -16013,14 +16013,14 @@ "ext-json": "*", "ext-mbstring": "*", "ext-simplexml": "*", - "php": "~8.0.0 || ~8.1.0 || ~8.2.0 || ~8.3.0 || ~8.4.0", - "symfony/console": "^4.4 || ^5.3 || ^6.0 || ^7.0", - "symfony/filesystem": "^4.4 || ^5.3 || ^6.0 || ^7.0", - "symfony/finder": "^4.4 || ^5.3 || ^6.0 || ^7.0" + "php": "~8.0.0 || ~8.1.0 || ~8.2.0 || ~8.3.0 || ~8.4.0 || ~8.5.0", + "symfony/console": "^4.4 || ^5.3 || ^6.0 || ^7.0 || ^8.0", + "symfony/filesystem": "^4.4 || ^5.3 || ^6.0 || ^7.0 || ^8.0", + "symfony/finder": "^4.4 || ^5.3 || ^6.0 || ^7.0 || ^8.0" }, "require-dev": { "phpunit/phpunit": "^9.6.19", - "symfony/phpunit-bridge": "^7.1.4" + "symfony/phpunit-bridge": "^7.2.0 || ^8.0" }, "bin": [ "bin/twigcs" @@ -16044,9 +16044,9 @@ "description": "Checkstyle automation for Twig", "support": { "issues": "https://github.com/friendsoftwig/twigcs/issues", - "source": "https://github.com/friendsoftwig/twigcs/tree/6.5.0" + "source": "https://github.com/friendsoftwig/twigcs/tree/v6.6.0" }, - "time": "2024-11-27T21:59:24+00:00" + "time": "2025-12-11T21:14:59+00:00" }, { "name": "justinrainbow/json-schema",