From bddfbb15fa62532eb354427e788fb4cf104be12a Mon Sep 17 00:00:00 2001 From: Tom Witkowski Date: Thu, 15 Oct 2020 16:35:47 +0200 Subject: [PATCH] bump tlint to v5 --- bin/php-tlint-test | 2 +- composer.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/bin/php-tlint-test b/bin/php-tlint-test index d372226..c44f628 100755 --- a/bin/php-tlint-test +++ b/bin/php-tlint-test @@ -2,4 +2,4 @@ set -e -vendor/bin/tlint lint ${1:-./app} --no-interaction +vendor/bin/tlint lint ${1:-./app} --no-interaction -v diff --git a/composer.json b/composer.json index 7b8f818..d7d03fa 100644 --- a/composer.json +++ b/composer.json @@ -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",