From 510800a4f6d6e701c2d36d4e0308f49f2b45d80b Mon Sep 17 00:00:00 2001 From: Jakub Zalas Date: Tue, 25 Nov 2025 22:40:35 +0000 Subject: [PATCH] Update toolbox 1.100.1 -> 1.101.0 ## What's Changed * Update deptrac (3.0 -> 4.0) by @jakzal in https://github.com/jakzal/toolbox/pull/544 * Update infection (0.29 -> 0.31) by @jakzal in https://github.com/jakzal/toolbox/pull/545 * Enable roave-backward-compatibility-check on PHP 8.4 by @jakzal in https://github.com/jakzal/toolbox/pull/546 **Full Changelog**: https://github.com/jakzal/toolbox/compare/v1.100.1...v1.101.0 --- Dockerfile | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 94186a1..1cf50c9 100644 --- a/Dockerfile +++ b/Dockerfile @@ -2,7 +2,7 @@ ARG PHP_VERSION=8.4 ARG TOOLBOX_EXCLUDED_TAGS="exclude-php:${PHP_VERSION}" -ARG TOOLBOX_VERSION="1.100.1" +ARG TOOLBOX_VERSION="1.101.0" ARG FLAVOUR="alpine" diff --git a/README.md b/README.md index ce3c9a0..0368528 100644 --- a/README.md +++ b/README.md @@ -127,7 +127,7 @@ These are the latest tags for PHP versions that are no longer supported: | psalm-plugin-symfony | [Psalm Plugin for Symfony](https://github.com/psalm/psalm-plugin-symfony) | ✅ | ✅ | ✅ | | psecio-parse | [Scans code for potential security-related issues](https://github.com/psecio/parse) | ✅ | ✅ | ✅ | | rector | [Tool for instant code upgrades and refactoring](https://github.com/rectorphp/rector) | ✅ | ✅ | ✅ | -| roave-backward-compatibility-check | [Tool to compare two revisions of a class API to check for BC breaks](https://github.com/Roave/BackwardCompatibilityCheck) | ✅ | ✅ | ❌ | +| roave-backward-compatibility-check | [Tool to compare two revisions of a class API to check for BC breaks](https://github.com/Roave/BackwardCompatibilityCheck) | ✅ | ✅ | ✅ | | simple-phpunit | [Provides utilities to report legacy tests and usage of deprecated code](https://symfony.com/doc/current/components/phpunit_bridge.html) | ✅ | ✅ | ✅ | | twig-cs-fixer | [Automatically corrects twig files following the official coding standard rules](https://github.com/VincentLanglet/Twig-CS-Fixer) | ✅ | ✅ | ✅ | | twig-lint | [Standalone cli twig 1.X linter](https://github.com/asm89/twig-lint) | ✅ | ✅ | ✅ |