From c4cc22e8c03e5a1de6d6430cd062ffbe47e6702c Mon Sep 17 00:00:00 2001 From: Jakub Zalas Date: Mon, 4 Dec 2023 10:14:30 +0000 Subject: [PATCH 1/2] Update toolbox 1.80.2 -> 1.80.3 Updates: * Exclude composer-require-checker on PHP 8.1 https://github.com/jakzal/toolbox/commit/212c70f9dbab0ab45ba3d7a4d211d3680d2211e3 (@jakzal) --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 71c30f7..85afc90 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.2" +ARG TOOLBOX_VERSION="1.80.3" ARG FLAVOUR="alpine" From 11a73cd4855840b0a2f46a87b0fee08fb86db1ee Mon Sep 17 00:00:00 2001 From: Jakub Zalas Date: Mon, 4 Dec 2023 10:16:04 +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 2668871..2005dca 100644 --- a/README.md +++ b/README.md @@ -54,7 +54,7 @@ These are the latest tags for PHP versions that are no longer supported: | composer | [Dependency Manager for PHP](https://getcomposer.org/) | ✅ | ✅ | ✅ | | composer-bin-plugin | [Composer plugin to install bin vendors in isolated locations](https://github.com/bamarni/composer-bin-plugin) | ✅ | ✅ | ✅ | | composer-normalize | [Composer plugin to normalize composer.json files](https://github.com/ergebnis/composer-normalize) | ✅ | ✅ | ✅ | -| composer-require-checker | [Verify that no unknown symbols are used in the sources of a package.](https://github.com/maglnet/ComposerRequireChecker) | ✅ | ✅ | ✅ | +| composer-require-checker | [Verify that no unknown symbols are used in the sources of a package.](https://github.com/maglnet/ComposerRequireChecker) | ❌ | ✅ | ✅ | | composer-require-checker-3 | [Verify that no unknown symbols are used in the sources of a package.](https://github.com/maglnet/ComposerRequireChecker) | ✅ | ✅ | ✅ | | composer-unused | [Show unused packages by scanning your code](https://github.com/icanhazstring/composer-unused) | ✅ | ✅ | ✅ | | dephpend | [Detect flaws in your architecture](https://dephpend.com/) | ✅ | ✅ | ✅ |