From 9fb97110b233d38e58a0ec1fbdfb6e724551cdef Mon Sep 17 00:00:00 2001 From: Jakub Zalas Date: Tue, 31 Dec 2024 15:16:49 +0000 Subject: [PATCH 1/2] Update toolbox 1.86.0 -> 1.87.0 ## What's Changed * Enable PHPSpec on PHP 8.2 and 8.3 by @jakzal in https://github.com/jakzal/toolbox/pull/510 **Full Changelog**: https://github.com/jakzal/toolbox/compare/v1.86.0...v1.87.0 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index e8e46ec..583b981 100644 --- a/Dockerfile +++ b/Dockerfile @@ -2,7 +2,7 @@ ARG PHP_VERSION=8.4 ARG TOOLBOX_EXCLUDED_TAGS="exclude-php:${PHP_VERSION}" -ARG TOOLBOX_VERSION="1.86.0" +ARG TOOLBOX_VERSION="1.87.0" ARG FLAVOUR="alpine" From a39cb817efa10e5e5f6cac981416f25d793c8ed1 Mon Sep 17 00:00:00 2001 From: Jakub Zalas Date: Tue, 31 Dec 2024 15:17:22 +0000 Subject: [PATCH 2/2] Update readme tools --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8f7ac56..926194d 100644 --- a/README.md +++ b/README.md @@ -99,7 +99,7 @@ These are the latest tags for PHP versions that are no longer supported: | phpmd | [A tool for finding problems in PHP code](https://phpmd.org/) | ✅ | ✅ | ✅ | ✅ | | phpmetrics | [Static Analysis Tool](http://www.phpmetrics.org/) | ✅ | ✅ | ✅ | ✅ | | phpmnd | [Helps to detect magic numbers](https://github.com/povils/phpmnd) | ✅ | ✅ | ✅ | ✅ | -| phpspec | [SpecBDD Framework](http://www.phpspec.net/) | ✅ | ❌ | ❌ | ❌ | +| 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) | ✅ | ✅ | ✅ | ✅ |