Skip to content

Commit

Permalink
Bump tools + php 8.3.8
Browse files Browse the repository at this point in the history
  • Loading branch information
a-menshchikov committed Jun 8, 2024
1 parent 79c3bf2 commit 7c6d19a
Show file tree
Hide file tree
Showing 13 changed files with 629 additions and 552 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.6
ARG PHP_VERSION=8.3.8


FROM --platform=$BUILDPLATFORM php:${PHP_VERSION}-cli-alpine
Expand Down
157 changes: 113 additions & 44 deletions tools/phan/composer.lock

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

3 changes: 1 addition & 2 deletions tools/php-cs-fixer/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,11 @@
"symfony/polyfill-intl-grapheme": "*",
"symfony/polyfill-intl-normalizer": "*",
"symfony/polyfill-mbstring": "*",
"symfony/polyfill-php73": "*",
"symfony/polyfill-php80": "*",
"symfony/polyfill-php81": "*"
},
"require-dev": {
"friendsofphp/php-cs-fixer": "^v3.54.0"
"friendsofphp/php-cs-fixer": "^v3.58.1"
},
"minimum-stability": "dev",
"prefer-stable": true
Expand Down
Loading

0 comments on commit 7c6d19a

Please sign in to comment.