Skip to content

Commit ce15b6c

Browse files
committed
Bump PHP CS Fixer
1 parent 3e8c409 commit ce15b6c

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949
"psr/log": "^1.1|^2.0|^3.0.2"
5050
},
5151
"require-dev": {
52-
"php-cs-fixer/shim": "^3.75.0",
52+
"php-cs-fixer/shim": "^3.81.0",
5353
"google/cloud-firestore": "^1.50.0",
5454
"phpstan/extension-installer": "^1.4.3",
5555
"phpstan/phpstan": "^2.1.17",
@@ -87,7 +87,7 @@
8787
],
8888
"analyze": "@analyse",
8989
"cs": [
90-
"PHP_CS_FIXER_IGNORE_ENV=true vendor/bin/php-cs-fixer fix --diff --verbose"
90+
"vendor/bin/php-cs-fixer fix --diff --verbose"
9191
],
9292
"docs": [
9393
"cd docs && uv run make html"

0 commit comments

Comments
 (0)