Skip to content

Commit

Permalink
Bump tools + php 8.3.11
Browse files Browse the repository at this point in the history
  • Loading branch information
a-menshchikov committed Sep 10, 2024
1 parent 4cdd193 commit 33c21d8
Show file tree
Hide file tree
Showing 13 changed files with 502 additions and 648 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
ARG PHP_VERSION=8.3.8
ARG PHP_VERSION=8.3.11


FROM --platform=$BUILDPLATFORM php:${PHP_VERSION}-cli-alpine
Expand Down
2 changes: 1 addition & 1 deletion tools/phan/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@
"symfony/polyfill-php80": "*"
},
"require-dev": {
"phan/phan": "^5.4.3"
"phan/phan": "^5.4.5"
}
}
296 changes: 110 additions & 186 deletions tools/phan/composer.lock

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion tools/php-cs-fixer/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"symfony/polyfill-php81": "*"
},
"require-dev": {
"friendsofphp/php-cs-fixer": "^v3.58.1"
"friendsofphp/php-cs-fixer": "^v3.64.0"
},
"minimum-stability": "dev",
"prefer-stable": true
Expand Down
410 changes: 162 additions & 248 deletions tools/php-cs-fixer/composer.lock

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion tools/phpcs/composer.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"require-dev": {
"slevomat/coding-standard": "^8.15.0",
"squizlabs/php_codesniffer": "^3.10.1"
"squizlabs/php_codesniffer": "^3.10.2"
},
"config": {
"allow-plugins": {
Expand Down
14 changes: 7 additions & 7 deletions tools/phpcs/composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

72 changes: 40 additions & 32 deletions tools/phpmd/composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 33c21d8

Please sign in to comment.