From d9d96ffd79badd50e64cbcfc28d562dcdc3ba31e Mon Sep 17 00:00:00 2001 From: Jakub Zalas Date: Sun, 10 Dec 2023 22:09:52 +0000 Subject: [PATCH 1/2] Update toolbox 1.80.3 -> 1.81.0 Updates: * Update the signature of phpcbf https://github.com/jakzal/toolbox/commit/11a29e08b3da2294e3d3a1bd4ffb53133a4999d4 (@jakzal) * Disable php-coupling-detector https://github.com/jakzal/toolbox/commit/600b632d27284951ec57a4d06be57840198280fe (@jakzal) * Disable box on PHP 8.1 https://github.com/jakzal/toolbox/commit/875de0fb0cd035d0e761e6368361c98b3c1d8f8a (@jakzal) --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 85afc90..825d1ee 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.3" +ARG TOOLBOX_VERSION="1.81.0" ARG FLAVOUR="alpine" From 90a209d8087d4b7709ff3c751a44e3def4f9762d Mon Sep 17 00:00:00 2001 From: Jakub Zalas Date: Sun, 10 Dec 2023 22:10:54 +0000 Subject: [PATCH 2/2] Update the readme list of tools --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 2a77925..c3eb131 100644 --- a/README.md +++ b/README.md @@ -47,7 +47,7 @@ These are the latest tags for PHP versions that are no longer supported: | Name | Description | PHP 8.1 | PHP 8.2 | PHP 8.3 | | :--- | :---------- | :------ | :------ | :------ | | behat | [Helps to test business expectations](http://behat.org/) | ✅ | ✅ | ✅ | -| box | [Fast, zero config application bundler with PHARs](https://github.com/humbug/box) | ✅ | ✅ | ✅ | +| box | [Fast, zero config application bundler with PHARs](https://github.com/humbug/box) | ❌ | ✅ | ✅ | | box-3 | [Fast, zero config application bundler with PHARs](https://github.com/humbug/box) | ✅ | ❌ | ✅ | | churn | [Discovers good candidates for refactoring](https://github.com/bmitch/churn-php) | ✅ | ✅ | ✅ | | codeception | [Codeception is a BDD-styled PHP testing framework](https://codeception.com/) | ✅ | ✅ | ✅ | @@ -71,7 +71,7 @@ These are the latest tags for PHP versions that are no longer supported: | pest | [The elegant PHP Testing Framework](https://github.com/pestphp/pest) | ✅ | ✅ | ✅ | | 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-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-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) | ✅ | ✅ | ✅ |