From 90f1e09daafc7ec317a2d8e41ef936f43ae58403 Mon Sep 17 00:00:00 2001 From: Martin Kluska Date: Tue, 12 Nov 2019 21:29:35 +0100 Subject: [PATCH] Fix incorrect call + remove 7.1 (not supported by phpstan) --- .travis.yml | 1 - composer.json | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 71a7df9..ddd7d39 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,6 +1,5 @@ language: php php: - - '7.1' - '7.2' - '7.3' diff --git a/composer.json b/composer.json index 60d4d7f..6212be7 100644 --- a/composer.json +++ b/composer.json @@ -11,7 +11,7 @@ "scripts": { "lint:fix": "./vendor/bin/php-cs-fixer fix --config=.php_cs --using-cache false", "lint:check": "./vendor/bin/phplint", - "lint": "composer run-script lint && composer run-script lint:check", + "lint": "composer run-script lint:fix && composer run-script lint:check", "test": "./vendor/bin/phpunit" }, "require": {