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 d1fb33e commit 4f7d58fCopy full SHA for 4f7d58f
composer.json
@@ -18,12 +18,6 @@
18
"friendsofphp/php-cs-fixer": "^3.14"
19
},
20
"scripts": {
21
- "post-install-cmd": [
22
- "rm -rf vendor/composer && rm -f vendor/autoload.php"
23
- ],
24
- "post-update-cmd": [
25
26
27
"cs-dry": "php-cs-fixer fix -v --ansi --dry-run --config=.php-cs-fixer.dist.php",
28
"cs-fix": "php-cs-fixer fix -v --ansi --config=.php-cs-fixer.dist.php"
29
}
0 commit comments