From b4aed3266be079fe974eaacc52c4c5b56520ccec Mon Sep 17 00:00:00 2001 From: Jakub Zalas Date: Fri, 24 Mar 2023 21:00:08 +0000 Subject: [PATCH 1/2] Update toolbox 1.73.0 -> 1.74.0 Updates: * Enable php-cs-fixer on PHP 8.2 https://github.com/jakzal/toolbox/pull/475 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index d6a8f174..8f11ab10 100644 --- a/Dockerfile +++ b/Dockerfile @@ -2,7 +2,7 @@ ARG PHP_VERSION=8.2 ARG TOOLBOX_EXCLUDED_TAGS="exclude-php:${PHP_VERSION}" -ARG TOOLBOX_VERSION="1.73.0" +ARG TOOLBOX_VERSION="1.74.0" ARG FLAVOUR="alpine" From 442a97c6a8da2e824d7d24a24339e48ce9c9f99f Mon Sep 17 00:00:00 2001 From: Jakub Zalas Date: Fri, 24 Mar 2023 21:05:31 +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 dd97ce85..89598101 100644 --- a/README.md +++ b/README.md @@ -69,7 +69,7 @@ These are the latest tags for PHP versions that are no longer supported: | phan | [Static Analysis Tool](https://github.com/phan/phan) | ✅ | ✅ | ✅ | | phive | [PHAR Installation and Verification Environment](https://phar.io/) | ✅ | ✅ | ✅ | | php-coupling-detector | [Detects code coupling issues](https://akeneo.github.io/php-coupling-detector/) | ✅ | ✅ | ✅ | -| php-cs-fixer | [PHP Coding Standards Fixer](http://cs.symfony.com/) | ✅ | ✅ | ❌ | +| php-cs-fixer | [PHP Coding Standards Fixer](http://cs.symfony.com/) | ✅ | ✅ | ✅ | | php-fuzzer | [A fuzzer for PHP, which can be used to find bugs in libraries by feeding them 'random' inputs](https://github.com/nikic/PHP-Fuzzer) | ✅ | ✅ | ✅ | | php-semver-checker | [Suggests a next version according to semantic versioning](https://github.com/tomzx/php-semver-checker) | ✅ | ✅ | ✅ | | phpa | [Checks for weak assumptions](https://github.com/rskuipers/php-assumptions) | ✅ | ✅ | ✅ |