Skip to content

Commit 8e3d434

Browse files
committed
Drop Composer bin plugin
1 parent e1bbc1b commit 8e3d434

File tree

8 files changed

+6
-3131
lines changed

8 files changed

+6
-3131
lines changed

.gitignore

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,2 @@
11
/composer.lock
22
/vendor
3-
/vendor-bin/**/vendor

bin/duster-tlint-fix

100644100755
File mode changed.

bin/duster-tlint-lint

100644100755
File mode changed.

composer.json

Lines changed: 6 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,8 @@
55
"tightenco",
66
"duster",
77
"php",
8-
"code style"
8+
"code style",
9+
"laravel"
910
],
1011
"homepage": "https://github.com/tighten/duster",
1112
"license": "MIT",
@@ -19,14 +20,10 @@
1920
],
2021
"require": {
2122
"php": "^7.4",
22-
"bamarni/composer-bin-plugin": "^1.4"
23-
},
24-
"require-dev": {
25-
"phpunit/phpunit": "^9.0"
26-
},
27-
"scripts": {
28-
"post-install-cmd": ["@composer bin all install --ansi --no-interaction --quiet"],
29-
"post-update-cmd": ["@composer bin all update --ansi --no-interaction --quiet"]
23+
"phpunit/phpunit": "^9.0",
24+
"friendsofphp/php-cs-fixer": "^2.18",
25+
"squizlabs/php_codesniffer": "^3.5",
26+
"tightenco/tlint": "^5.0"
3027
},
3128
"config": {
3229
"sort-packages": true

vendor-bin/phpcs/composer.json

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

0 commit comments

Comments
 (0)