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

Commit

Permalink
Merge pull request #38 from elbgoods/feature/bump-tlint
Browse files Browse the repository at this point in the history
bump tlint to v5
  • Loading branch information
Gummibeer authored Oct 20, 2020
2 parents bf103b5 + bddfbb1 commit d513a97
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 d513a97

Please sign in to comment.