From b6af616bd7194f7713ec9b68c24382fe140f9eec Mon Sep 17 00:00:00 2001 From: Jakub Zalas Date: Sun, 11 Feb 2024 13:53:30 +0000 Subject: [PATCH 1/2] Update toolbox 1.81.0 -> 1.82.0 Updates: * Disable phpcov on PHP 8.1 https://github.com/jakzal/toolbox/pull/496 (@jakzal) * Add PHPUnit 11 (disabled on PHP 8.1) https://github.com/jakzal/toolbox/pull/496 (@jakzal) * Alias PHPUnit 10 to phpunit-10 https://github.com/jakzal/toolbox/pull/496 (@jakzal) * Switch Behat to composer-bin-install installation https://github.com/jakzal/toolbox/pull/496 (@jakzal) --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 825d1ee..4deef7d 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.81.0" +ARG TOOLBOX_VERSION="1.82.0" ARG FLAVOUR="alpine" From 63189566627a33ba0d200eefc7d56955baca28b9 Mon Sep 17 00:00:00 2001 From: Jakub Zalas Date: Sun, 11 Feb 2024 13:54:48 +0000 Subject: [PATCH 2/2] Update the README list of tools --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 5ea4dcd..d632da1 100644 --- a/README.md +++ b/README.md @@ -83,7 +83,7 @@ These are the latest tags for PHP versions that are no longer supported: | phpcb | [PHP Code Browser](https://github.com/mayflower/PHP_CodeBrowser) | ✅ | ✅ | ✅ | | phpcbf | [Automatically corrects coding standard violations](https://github.com/squizlabs/PHP_CodeSniffer) | ✅ | ✅ | ✅ | | phpcodesniffer-composer-install | [Easy installation of PHP_CodeSniffer coding standards (rulesets).](https://github.com/Dealerdirect/phpcodesniffer-composer-installer) | ✅ | ✅ | ✅ | -| phpcov | [a command-line frontend for the PHP_CodeCoverage library](https://github.com/sebastianbergmann/phpcov) | ✅ | ✅ | ✅ | +| phpcov | [a command-line frontend for the PHP_CodeCoverage library](https://github.com/sebastianbergmann/phpcov) | ❌ | ✅ | ✅ | | phpcpd | [Copy/Paste Detector](https://github.com/sebastianbergmann/phpcpd) | ✅ | ✅ | ✅ | | phpcs | [Detects coding standard violations](https://github.com/squizlabs/PHP_CodeSniffer) | ✅ | ✅ | ✅ | | phpcs-security-audit | [Finds vulnerabilities and weaknesses related to security in PHP code](https://github.com/FloeDesignTechnologies/phpcs-security-audit) | ✅ | ✅ | ✅ | @@ -108,7 +108,8 @@ These are the latest tags for PHP versions that are no longer supported: | phpstan-strict-rules | [Extra strict and opinionated rules for PHPStan](https://github.com/phpstan/phpstan-strict-rules) | ✅ | ✅ | ✅ | | phpstan-symfony | [Symfony extension for PHPStan](https://github.com/phpstan/phpstan-symfony) | ✅ | ✅ | ✅ | | phpstan-webmozart-assert | [PHPStan extension for webmozart/assert](https://github.com/phpstan/phpstan-webmozart-assert) | ✅ | ✅ | ✅ | -| phpunit | [The PHP testing framework](https://phpunit.de/) | ✅ | ✅ | ✅ | +| phpunit | [The PHP testing framework](https://phpunit.de/) | ❌ | ✅ | ✅ | +| phpunit-10 | [The PHP testing framework (10.x version)](https://phpunit.de/) | ✅ | ✅ | ✅ | | phpunit-8 | [The PHP testing framework (8.x version)](https://phpunit.de/) | ✅ | ✅ | ✅ | | phpunit-9 | [The PHP testing framework (9.x version)](https://phpunit.de/) | ✅ | ✅ | ✅ | | pint | [Opinionated PHP code style fixer for Laravel](https://github.com/laravel/pint) | ✅ | ✅ | ✅ |