Skip to content

Commit cd8bb3f

Browse files
authored
Merge pull request #418 from jakzal/toolbox-update
Toolbox update
2 parents 4806532 + be415d0 commit cd8bb3f

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.3
44
ARG TOOLBOX_EXCLUDED_TAGS="exclude-php:${PHP_VERSION}"
5-
ARG TOOLBOX_VERSION="1.80.0"
5+
ARG TOOLBOX_VERSION="1.80.1"
66
ARG FLAVOUR="alpine"
77

88

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ These are the latest tags for PHP versions that are no longer supported:
122122
| simple-phpunit | [Provides utilities to report legacy tests and usage of deprecated code](https://symfony.com/doc/current/components/phpunit_bridge.html) | ✅ | ✅ | ✅ |
123123
| twig-lint | [Standalone cli twig 1.X linter](https://github.com/asm89/twig-lint) | ✅ | ✅ | ✅ |
124124
| twig-linter | [Standalone cli twig 3.X linter](https://github.com/sserbin/twig-linter) | ✅ | ✅ | ✅ |
125-
| twigcs | [The missing checkstyle for twig!](https://github.com/friendsoftwig/twigcs) | ✅ | ✅ | ❌ |
125+
| twigcs | [The missing checkstyle for twig!](https://github.com/friendsoftwig/twigcs) | ✅ | ✅ | ✅ |
126126
| yaml-lint | [Compact command line utility for checking YAML file syntax](https://github.com/j13k/yaml-lint) | ✅ | ✅ | ✅ |
127127

128128
## More tools

0 commit comments

Comments
 (0)