Skip to content

Commit

Permalink
Bump tools + PHP
Browse files Browse the repository at this point in the history
  • Loading branch information
a-menshchikov committed Oct 3, 2023
1 parent 0087900 commit 2701113
Show file tree
Hide file tree
Showing 13 changed files with 475 additions and 663 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.2.8
ARG PHP_VERSION=8.2.11


FROM php:${PHP_VERSION}-cli-alpine
Expand Down
76 changes: 38 additions & 38 deletions tools/phan/composer.lock

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

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.16.0"
"friendsofphp/php-cs-fixer": "^v3.34.0"
},
"minimum-stability": "dev",
"prefer-stable": true
Expand Down
Loading

0 comments on commit 2701113

Please sign in to comment.