From e5aefd9b2916b6799ccfb3ba883a278bec452bd6 Mon Sep 17 00:00:00 2001 From: Jakub Zalas Date: Thu, 7 Sep 2023 08:46:37 +0000 Subject: [PATCH 1/2] Update toolbox 1.78.0 -> 1.79.0 New tools: * pest - [The elegant PHP Testing Framework](https://github.com/pestphp/pest) https://github.com/jakzal/toolbox/pull/485 (thanks @benjy8001 @jakzal) --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index c939bcc..5ab79dc 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.78.0" +ARG TOOLBOX_VERSION="1.79.0" ARG FLAVOUR="alpine" From 88462d92a042d5db8d9f12aad1f080cdc035ea30 Mon Sep 17 00:00:00 2001 From: Jakub Zalas Date: Thu, 7 Sep 2023 09:48:32 +0100 Subject: [PATCH 2/2] Update README tools --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 0a7773c..dce7395 100644 --- a/README.md +++ b/README.md @@ -66,6 +66,7 @@ These are the latest tags for PHP versions that are no longer supported: | parallel-lint | [Checks PHP file syntax](https://github.com/php-parallel-lint/PHP-Parallel-Lint) | ✅ | ✅ | ✅ | | paratest | [Parallel testing for PHPUnit](https://github.com/paratestphp/paratest) | ✅ | ✅ | ✅ | | pdepend | [Static Analysis Tool](https://pdepend.org/) | ✅ | ✅ | ✅ | +| 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/) | ✅ | ✅ | ✅ |