Skip to content

Commit

Permalink
Bump tools + php 8.4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
a-menshchikov committed Jan 2, 2025
1 parent 82d0ae7 commit 2f12a38
Show file tree
Hide file tree
Showing 12 changed files with 592 additions and 595 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.11
ARG PHP_VERSION=8.4.2


FROM --platform=$BUILDPLATFORM php:${PHP_VERSION}-cli-alpine
Expand Down
194 changes: 96 additions & 98 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.64.0"
"friendsofphp/php-cs-fixer": "^v3.66.0"
},
"minimum-stability": "dev",
"prefer-stable": true
Expand Down
266 changes: 131 additions & 135 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.2"
"squizlabs/php_codesniffer": "^3.11.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.

Loading

0 comments on commit 2f12a38

Please sign in to comment.