Skip to content

Commit f112e80

Browse files
committed
Update toolbox 1.100.0 -> 1.100.1
## What's Changed * Enable PHPSpec on PHP 8.4 by @jakzal in jakzal/toolbox#541 **Full Changelog**: jakzal/toolbox@v1.100.0...v1.100.1
1 parent 804f074 commit f112e80

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
ARG PHP_VERSION=8.4
44
ARG TOOLBOX_EXCLUDED_TAGS="exclude-php:${PHP_VERSION}"
5-
ARG TOOLBOX_VERSION="1.100.0"
5+
ARG TOOLBOX_VERSION="1.100.1"
66
ARG FLAVOUR="alpine"
77

88

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ These are the latest tags for PHP versions that are no longer supported:
103103
| phpmd | [A tool for finding problems in PHP code](https://phpmd.org/) | ✅ | ✅ | ✅ |
104104
| phpmetrics | [Static Analysis Tool](http://www.phpmetrics.org/) | ✅ | ✅ | ✅ |
105105
| phpmnd | [Helps to detect magic numbers](https://github.com/povils/phpmnd) | ✅ | ✅ | ✅ |
106-
| phpspec | [SpecBDD Framework](http://www.phpspec.net/) | ✅ | ✅ | ❌ |
106+
| phpspec | [SpecBDD Framework](http://www.phpspec.net/) | ✅ | ✅ | ✅ |
107107
| phpstan | [Static Analysis Tool](https://github.com/phpstan/phpstan) | ✅ | ✅ | ✅ |
108108
| 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) | ✅ | ✅ | ✅ |
109109
| phpstan-beberlei-assert | [PHPStan extension for beberlei/assert](https://github.com/phpstan/phpstan-beberlei-assert) | ✅ | ✅ | ✅ |

0 commit comments

Comments
 (0)