Skip to content

Commit 590066b

Browse files
authored
Merge pull request #465 from jakzal/toolbox-update
Update toolbox 1.100.0 -> 1.100.1
2 parents 804f074 + f112e80 commit 590066b

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)