From 63b2c890973a17e25d9ad09a5243dc5b94ca8050 Mon Sep 17 00:00:00 2001 From: Jakub Zalas Date: Wed, 1 Mar 2023 02:47:29 +0000 Subject: [PATCH 1/2] Update toolbox 1.72.0 -> 1.73.0 New tools: * [phpstan-banned-code](https://github.com/ekino/phpstan-banned-code) - PHPStan rules for detecting calls to specific functions you don't want in your project https://github.com/jakzal/toolbox/pull/474 (thanks @Wahib-L) --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index bb02a146..d6a8f174 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.72.0" +ARG TOOLBOX_VERSION="1.73.0" ARG FLAVOUR="alpine" From 5aaebb970c6965fc0298109e93f8f8553603d0fa Mon Sep 17 00:00:00 2001 From: Jakub Zalas Date: Wed, 1 Mar 2023 10:39:49 +0000 Subject: [PATCH 2/2] Update the README list of tools --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 2ccbd0a1..34584020 100644 --- a/README.md +++ b/README.md @@ -95,6 +95,7 @@ These are the latest tags for PHP versions that are no longer supported: | phpmnd | [Helps to detect magic numbers](https://github.com/povils/phpmnd) | ✅ | ✅ | ✅ | | phpspec | [SpecBDD Framework](http://www.phpspec.net/) | ✅ | ✅ | ❌ | | phpstan | [Static Analysis Tool](https://github.com/phpstan/phpstan) | ✅ | ✅ | ✅ | +| phpstan-banned-code | [PHPStan rules for detecting calls to specific functions you don't want in your project](https://github.com/ekino/phpstan-banned-code) | ✅ | ✅ | ✅ | | phpstan-beberlei-assert | [PHPStan extension for beberlei/assert](https://github.com/phpstan/phpstan-beberlei-assert) | ✅ | ✅ | ✅ | | phpstan-deprecation-rules | [PHPStan rules for detecting deprecated code](https://github.com/phpstan/phpstan-deprecation-rules) | ✅ | ✅ | ✅ | | phpstan-doctrine | [Doctrine extensions for PHPStan](https://github.com/phpstan/phpstan-doctrine) | ✅ | ✅ | ✅ |