From 728b46d6e8968e1a3f2acc92bf727e2ea6341185 Mon Sep 17 00:00:00 2001 From: Jakub Zalas Date: Wed, 12 Jul 2023 08:52:41 +0000 Subject: [PATCH 1/2] Update toolbox 1.76.1 -> 1.77.0 * Exclude phpbench on PHP 8.0 https://github.com/jakzal/toolbox/commit/1f3a793138035e3331e0ebd711b69dca779989c3 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index f7ed4a4..567b96d 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.76.1" +ARG TOOLBOX_VERSION="1.77.0" ARG FLAVOUR="alpine" From 29e75b06979f9d3613755fbfad8036deb67c73d9 Mon Sep 17 00:00:00 2001 From: Jakub Zalas Date: Wed, 12 Jul 2023 09:54:02 +0100 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 06e4935..cd49038 100644 --- a/README.md +++ b/README.md @@ -75,7 +75,7 @@ These are the latest tags for PHP versions that are no longer supported: | phpa | [Checks for weak assumptions](https://github.com/rskuipers/php-assumptions) | ✅ | ✅ | ✅ | | phparkitect | [Helps to put architectural constraints in a PHP code base](https://github.com/phparkitect/arkitect) | ✅ | ✅ | ✅ | | phpat | [Easy to use architecture testing tool](https://github.com/carlosas/phpat) | ✅ | ✅ | ✅ | -| phpbench | [PHP Benchmarking framework](https://github.com/phpbench/phpbench) | ✅ | ✅ | ✅ | +| phpbench | [PHP Benchmarking framework](https://github.com/phpbench/phpbench) | ❌ | ✅ | ✅ | | phpca | [Finds usage of non-built-in extensions](https://github.com/wapmorgan/PhpCodeAnalyzer) | ✅ | ✅ | ✅ | | phpcb | [PHP Code Browser](https://github.com/mayflower/PHP_CodeBrowser) | ✅ | ✅ | ✅ | | phpcbf | [Automatically corrects coding standard violations](https://github.com/squizlabs/PHP_CodeSniffer) | ✅ | ✅ | ✅ |