We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3e8c409 commit ce15b6cCopy full SHA for ce15b6c
1 file changed
composer.json
@@ -49,7 +49,7 @@
49
"psr/log": "^1.1|^2.0|^3.0.2"
50
},
51
"require-dev": {
52
- "php-cs-fixer/shim": "^3.75.0",
+ "php-cs-fixer/shim": "^3.81.0",
53
"google/cloud-firestore": "^1.50.0",
54
"phpstan/extension-installer": "^1.4.3",
55
"phpstan/phpstan": "^2.1.17",
@@ -87,7 +87,7 @@
87
],
88
"analyze": "@analyse",
89
"cs": [
90
- "PHP_CS_FIXER_IGNORE_ENV=true vendor/bin/php-cs-fixer fix --diff --verbose"
+ "vendor/bin/php-cs-fixer fix --diff --verbose"
91
92
"docs": [
93
"cd docs && uv run make html"
0 commit comments