Skip to content

Commit 4f7d58f

Browse files
committed
vendor composer wieder eingesetzt- php cs klappt sonst nicht
1 parent d1fb33e commit 4f7d58f

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

composer.json

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -18,12 +18,6 @@
1818
"friendsofphp/php-cs-fixer": "^3.14"
1919
},
2020
"scripts": {
21-
"post-install-cmd": [
22-
"rm -rf vendor/composer && rm -f vendor/autoload.php"
23-
],
24-
"post-update-cmd": [
25-
"rm -rf vendor/composer && rm -f vendor/autoload.php"
26-
],
2721
"cs-dry": "php-cs-fixer fix -v --ansi --dry-run --config=.php-cs-fixer.dist.php",
2822
"cs-fix": "php-cs-fixer fix -v --ansi --config=.php-cs-fixer.dist.php"
2923
}

0 commit comments

Comments
 (0)