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
2
2
3
3
# |--------------------------------------------------------------------------
4
4
# | Basic tools setup
@@ -32,12 +32,12 @@ RUN composer global config --no-plugins allow-plugins.dealerdirect/phpcodesniffe
32
32
RUN composer global config repositories.justcoded/php-code-analysis-tool path /app
33
33
RUN composer global require -W \
34
34
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
41
41
42
42
WORKDIR /codebase
43
43
Original file line number Diff line number Diff line change 14
14
"JustCoded\\ PhpCodeAnalysisTool\\ " : " ./"
15
15
}
16
16
},
17
- "version" : " 0.5.9 "
17
+ "version" : " 1.0.0 "
18
18
}
You can’t perform that action at this time.
0 commit comments