Skip to content

Commit

Permalink
Moved tools installed via "require-dev" back to their standard `ven…
Browse files Browse the repository at this point in the history
…dor/bin/phpunit` location
  • Loading branch information
Ocramius committed Mar 27, 2021
1 parent 6461d1b commit c0a24a9
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 9 deletions.
5 changes: 0 additions & 5 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,3 @@ build
/vendor/
/doc/temp/
/docs/
/tools/phpunit
/tools/jsonlint
/tools/phpdoc
/tools/phpdoc.php
/tools/validate-json
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
all::test docs doc

test::
tools/phpunit
vendor/bin/phpunit

doc::
$(MAKE) $(MFLAGS) -C doc
Expand Down
3 changes: 0 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,6 @@
"PHPTAL": "classes/"
}
},
"config": {
"bin-dir": "tools"
},
"bin": [
"tools/phptal_lint.php"
]
Expand Down

0 comments on commit c0a24a9

Please sign in to comment.