Skip to content

Commit 90f1e09

Browse files
committed
Fix incorrect call + remove 7.1 (not supported by phpstan)
1 parent 9b379e7 commit 90f1e09

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

.travis.yml

-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
language: php
22
php:
3-
- '7.1'
43
- '7.2'
54
- '7.3'
65

composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"scripts": {
1212
"lint:fix": "./vendor/bin/php-cs-fixer fix --config=.php_cs --using-cache false",
1313
"lint:check": "./vendor/bin/phplint",
14-
"lint": "composer run-script lint && composer run-script lint:check",
14+
"lint": "composer run-script lint:fix && composer run-script lint:check",
1515
"test": "./vendor/bin/phpunit"
1616
},
1717
"require": {

0 commit comments

Comments
 (0)