Skip to content

Commit d1fb33e

Browse files
committed
composer vendor entfernt
1 parent 049f985 commit d1fb33e

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

53 files changed

+6
-10994
lines changed

composer.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,12 @@
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+
],
2127
"cs-dry": "php-cs-fixer fix -v --ansi --dry-run --config=.php-cs-fixer.dist.php",
2228
"cs-fix": "php-cs-fixer fix -v --ansi --config=.php-cs-fixer.dist.php"
2329
}

vendor/autoload.php

Lines changed: 0 additions & 25 deletions
This file was deleted.

0 commit comments

Comments
 (0)