From 8e67f3ce2958e6c64f633cdc9b296ce9dc64cec8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 Aug 2026 07:23:44 +0000 Subject: [PATCH] chore(deps): bump vincentlanglet/twig-cs-fixer from 3.14.0 to 4.0.2 Bumps [vincentlanglet/twig-cs-fixer](https://github.com/VincentLanglet/Twig-CS-Fixer) from 3.14.0 to 4.0.2. - [Release notes](https://github.com/VincentLanglet/Twig-CS-Fixer/releases) - [Upgrade guide](https://github.com/VincentLanglet/Twig-CS-Fixer/blob/main/UPGRADE.md) - [Commits](https://github.com/VincentLanglet/Twig-CS-Fixer/compare/3.14.0...4.0.2) --- updated-dependencies: - dependency-name: vincentlanglet/twig-cs-fixer dependency-version: 4.0.2 dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- composer.json | 2 +- composer.lock | 28 ++++++++++++++-------------- 2 files changed, 15 insertions(+), 15 deletions(-) diff --git a/composer.json b/composer.json index 771b305..3664f2c 100644 --- a/composer.json +++ b/composer.json @@ -69,7 +69,7 @@ "phpunit/phpunit": "^11.0", "rector/rector": "^2.0", "symfony/yaml": "^7.0 || ^8.0", - "vincentlanglet/twig-cs-fixer": "^3.0" + "vincentlanglet/twig-cs-fixer": "^4.0" }, "autoload": { "psr-4": { diff --git a/composer.lock b/composer.lock index 4159f02..9ef67f7 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": "d9d959d7003861584287dfffb36374f7", + "content-hash": "b3a1f54637aa214ac20f2c00d1dc9862", "packages": [ { "name": "doctrine/collections", @@ -1781,16 +1781,16 @@ }, { "name": "symfony/console", - "version": "v7.4.15", + "version": "v7.4.16", "source": { "type": "git", "url": "https://github.com/symfony/console.git", - "reference": "088ec6fe0ef6819cbc301174093b6bfa4ad26930" + "reference": "f4c69c9aed03abf933b294257d618bdd9b30a06d" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/console/zipball/088ec6fe0ef6819cbc301174093b6bfa4ad26930", - "reference": "088ec6fe0ef6819cbc301174093b6bfa4ad26930", + "url": "https://api.github.com/repos/symfony/console/zipball/f4c69c9aed03abf933b294257d618bdd9b30a06d", + "reference": "f4c69c9aed03abf933b294257d618bdd9b30a06d", "shasum": "" }, "require": { @@ -1855,7 +1855,7 @@ "terminal" ], "support": { - "source": "https://github.com/symfony/console/tree/v7.4.15" + "source": "https://github.com/symfony/console/tree/v7.4.16" }, "funding": [ { @@ -1875,7 +1875,7 @@ "type": "tidelift" } ], - "time": "2026-07-27T13:51:00+00:00" + "time": "2026-07-31T12:37:14+00:00" }, { "name": "symfony/dependency-injection", @@ -9337,16 +9337,16 @@ }, { "name": "vincentlanglet/twig-cs-fixer", - "version": "3.14.0", + "version": "4.0.2", "source": { "type": "git", "url": "https://github.com/VincentLanglet/Twig-CS-Fixer.git", - "reference": "599f110f192c31af5deb5736d6c1a970afdf51f3" + "reference": "1cb75618f7dd0f9bf51924aa6d3aa8c588f51d5a" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/VincentLanglet/Twig-CS-Fixer/zipball/599f110f192c31af5deb5736d6c1a970afdf51f3", - "reference": "599f110f192c31af5deb5736d6c1a970afdf51f3", + "url": "https://api.github.com/repos/VincentLanglet/Twig-CS-Fixer/zipball/1cb75618f7dd0f9bf51924aa6d3aa8c588f51d5a", + "reference": "1cb75618f7dd0f9bf51924aa6d3aa8c588f51d5a", "shasum": "" }, "require": { @@ -9357,7 +9357,7 @@ "symfony/filesystem": "^5.4 || ^6.4 || ^7.0 || ^8.0", "symfony/finder": "^5.4 || ^6.4 || ^7.0 || ^8.0", "symfony/string": "^5.4.42 || ^6.4.10 || ~7.0.10 || ^7.1.3 || ^8.0", - "twig/twig": "^3.4", + "twig/twig": "^3.15", "webmozart/assert": "^1.10 || ^2.0" }, "require-dev": { @@ -9402,7 +9402,7 @@ "homepage": "https://github.com/VincentLanglet/Twig-CS-Fixer", "support": { "issues": "https://github.com/VincentLanglet/Twig-CS-Fixer/issues", - "source": "https://github.com/VincentLanglet/Twig-CS-Fixer/tree/3.14.0" + "source": "https://github.com/VincentLanglet/Twig-CS-Fixer/tree/4.0.2" }, "funding": [ { @@ -9410,7 +9410,7 @@ "type": "github" } ], - "time": "2026-02-23T13:21:35+00:00" + "time": "2026-06-29T15:22:14+00:00" }, { "name": "webmozart/assert",