From 15bd52150cc522c6ee694466f16f78a86dbbc9f2 Mon Sep 17 00:00:00 2001 From: Jakub Zalas Date: Thu, 30 Nov 2023 14:31:14 +0000 Subject: [PATCH 1/2] Update toolbox 1.80.0 -> 1.80.1 Updates: * Enable twigcs on PHP 8.3 https://github.com/jakzal/toolbox/pull/494 (@jakzal) --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 3cfadba..0512218 100644 --- a/Dockerfile +++ b/Dockerfile @@ -2,7 +2,7 @@ ARG PHP_VERSION=8.3 ARG TOOLBOX_EXCLUDED_TAGS="exclude-php:${PHP_VERSION}" -ARG TOOLBOX_VERSION="1.80.0" +ARG TOOLBOX_VERSION="1.80.1" ARG FLAVOUR="alpine" From be415d027af8049e0cdd90ea467990b91479f1c5 Mon Sep 17 00:00:00 2001 From: Jakub Zalas Date: Thu, 30 Nov 2023 14:37:34 +0000 Subject: [PATCH 2/2] Update the README list of tools --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 17434d3..81fe87d 100644 --- a/README.md +++ b/README.md @@ -122,7 +122,7 @@ These are the latest tags for PHP versions that are no longer supported: | simple-phpunit | [Provides utilities to report legacy tests and usage of deprecated code](https://symfony.com/doc/current/components/phpunit_bridge.html) | ✅ | ✅ | ✅ | | twig-lint | [Standalone cli twig 1.X linter](https://github.com/asm89/twig-lint) | ✅ | ✅ | ✅ | | twig-linter | [Standalone cli twig 3.X linter](https://github.com/sserbin/twig-linter) | ✅ | ✅ | ✅ | -| twigcs | [The missing checkstyle for twig!](https://github.com/friendsoftwig/twigcs) | ✅ | ✅ | ❌ | +| twigcs | [The missing checkstyle for twig!](https://github.com/friendsoftwig/twigcs) | ✅ | ✅ | ✅ | | yaml-lint | [Compact command line utility for checking YAML file syntax](https://github.com/j13k/yaml-lint) | ✅ | ✅ | ✅ | ## More tools