You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Dockerfile
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -23,7 +23,7 @@ RUN cd ~ \
23
23
&& composer
24
24
25
25
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
0 commit comments