From db3082fa29b956e29075759c2947f72dda4ce981 Mon Sep 17 00:00:00 2001 From: turegjorup Date: Wed, 26 Aug 2026 11:38:11 +0200 Subject: [PATCH] chore(deps): update twig-cs-fixer to 4.0 --- CHANGELOG.md | 4 ++++ composer.json | 2 +- composer.lock | 16 ++++++++-------- 3 files changed, 13 insertions(+), 9 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5cc35d1f..d2afa193 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +- [#95](https://github.com/itk-dev/devops_itksites/pull/95) + Update `vincentlanglet/twig-cs-fixer` to 4.0. Every other dependency is + already at its latest minor; the remaining majors are held back by their + dependents - [#94](https://github.com/itk-dev/devops_itksites/pull/94) Use EasyAdmin's own components in the admin templates - Replace hand-rolled badge and icon markup with `` and diff --git a/composer.json b/composer.json index 252f8530..cf7804a7 100644 --- a/composer.json +++ b/composer.json @@ -61,7 +61,7 @@ "symfony/stopwatch": "^8.0", "symfony/var-dumper": "^8.0", "symfony/web-profiler-bundle": "^8.0", - "vincentlanglet/twig-cs-fixer": "^3.14" + "vincentlanglet/twig-cs-fixer": "^4.0" }, "replace": { "symfony/polyfill-ctype": "*", diff --git a/composer.lock b/composer.lock index f1ad76b0..436ebc9d 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": "ceb76d3549aace47bff7b8e9260728fe", + "content-hash": "896639a35d4c350fd3b2b3fdfe6542fc", "packages": [ { "name": "api-platform/core", @@ -14227,16 +14227,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": { @@ -14247,7 +14247,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": { @@ -14292,7 +14292,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": [ { @@ -14300,7 +14300,7 @@ "type": "github" } ], - "time": "2026-02-23T13:21:35+00:00" + "time": "2026-06-29T15:22:14+00:00" }, { "name": "webmozart/assert",