Skip to content

Commit 984d376

Browse files
committed
chore: Update dependencies
1 parent 8b9d634 commit 984d376

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
@@ -23,7 +23,7 @@ RUN cd ~ \
2323
&& composer
2424

2525
RUN composer global config --no-plugins allow-plugins.dealerdirect/phpcodesniffer-composer-installer true
26-
RUN composer global require symplify/coding-standard symplify/easy-coding-standard friendsofphp/php-cs-fixer kubawerlos/php-cs-fixer-custom-fixers squizlabs/php_codesniffer slevomat/coding-standard
26+
RUN composer global require -W symplify/coding-standard:^12.0 symplify/easy-coding-standard:^12.0 friendsofphp/php-cs-fixer:^3.41 kubawerlos/php-cs-fixer-custom-fixers:^3.17 squizlabs/php_codesniffer:^3.8 slevomat/coding-standard:^8.14
2727

2828
ENV PATH="~/.composer/vendor/bin:${PATH}"
2929

bin/code.mk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
.PHONY: code.check code.check.dirty code.fix code.fix.dirty code.check.diff code.fix.diff
22

3-
version ?= 0.2.1
3+
version ?= 0.2.3
44
branch ?= develop
55

66
ECS_IMAGE := hub.jcdev.net:24000/php-code-analysis-tool:${version}

0 commit comments

Comments
 (0)