Skip to content

Commit 68d5b8d

Browse files
committed
chore: bump dependencies to suppor PHP 8.4. Bump version
1 parent cbd8007 commit 68d5b8d

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

Dockerfile

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
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
3232
RUN composer global config repositories.justcoded/php-code-analysis-tool path /app
3333
RUN 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

4242
WORKDIR /codebase
4343

src/composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,5 +14,5 @@
1414
"JustCoded\\PhpCodeAnalysisTool\\": "./"
1515
}
1616
},
17-
"version": "0.5.9"
17+
"version": "1.0.0"
1818
}

0 commit comments

Comments
 (0)