File tree Expand file tree Collapse file tree 2 files changed +8
-8
lines changed Expand file tree Collapse file tree 2 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 1- FROM php:8.2 -cli
1+ FROM php:8.3 -cli
22
33# |--------------------------------------------------------------------------
44# | Basic tools setup
@@ -32,12 +32,12 @@ RUN composer global config --no-plugins allow-plugins.dealerdirect/phpcodesniffe
3232RUN composer global config repositories.justcoded/php-code-analysis-tool path /app
3333RUN composer global require -W \
3434 justcoded/php-code-analysis-tool:* \
35- symplify/coding-standard:^12.0 \
36- symplify/easy-coding-standard:^12.0 \
37- friendsofphp/php-cs-fixer:^3.41 \
38- kubawerlos/php-cs-fixer-custom-fixers:^3.17 \
39- squizlabs/php_codesniffer:^3.8 \
40- slevomat/coding-standard:^8.14
35+ symplify/coding-standard:^12.2 \
36+ symplify/easy-coding-standard:^12.5 \
37+ friendsofphp/php-cs-fixer:^3.68 \
38+ kubawerlos/php-cs-fixer-custom-fixers:^3.22 \
39+ squizlabs/php_codesniffer:^3.11 \
40+ slevomat/coding-standard:^8.15
4141
4242WORKDIR /codebase
4343
Original file line number Diff line number Diff line change 1414 "JustCoded\\ PhpCodeAnalysisTool\\ " : " ./"
1515 }
1616 },
17- "version" : " 0.5.9 "
17+ "version" : " 1.0.0 "
1818}
You can’t perform that action at this time.
0 commit comments