Skip to content
This repository has been archived by the owner on Mar 5, 2024. It is now read-only.

Commit

Permalink
bump tlint to v5
Browse files Browse the repository at this point in the history
  • Loading branch information
Gummibeer committed Oct 15, 2020
1 parent bf103b5 commit bddfbb1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion bin/php-tlint-test
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@

set -e

vendor/bin/tlint lint ${1:-./app} --no-interaction
vendor/bin/tlint lint ${1:-./app} --no-interaction -v
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"phpstan/phpstan": "^0.12.8",
"phpunit/phpunit": "^8.0 || ^9.0",
"povils/phpmnd": "^2.2",
"tightenco/tlint": "^4.0.2"
"tightenco/tlint": "^5.0.5"
},
"require-dev": {
"illuminate/database": "^6.0 || ^7.0",
Expand Down

0 comments on commit bddfbb1

Please sign in to comment.