Skip to content

Commit

Permalink
Removed tools from repository
Browse files Browse the repository at this point in the history
  • Loading branch information
norberttech committed Sep 27, 2020
1 parent f5520d9 commit 48f1767
Show file tree
Hide file tree
Showing 8 changed files with 3 additions and 3 deletions.
3 changes: 1 addition & 2 deletions .gitattributes
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,7 @@
*.phpt text eol=lf
/composer.lock export-ignore
/.github/ export-ignore
/.phive/
/tools/
/.phive/ export-ignore
/tests export-ignore
/.gitattributes export-ignore
/.gitignore export-ignore
Expand Down
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
vendor/
bin/
var/
tools/
.DS_Store
.idea
.phpunit.result.cache
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
},
"scripts": {
"cs:php:fix": [
"php-cs-fixer fix --using-cache=no"
"tools/php-cs-fixer fix --using-cache=no"
],
"test" : [
"phpunit"
Expand Down
Binary file removed tools/infection
Binary file not shown.
Binary file removed tools/php-cs-fixer
Binary file not shown.
Binary file removed tools/phpstan
Binary file not shown.
Binary file removed tools/psalm
Binary file not shown.
Binary file removed tools/roave-backward-compatibility-check
Binary file not shown.

0 comments on commit 48f1767

Please sign in to comment.