Skip to content

Commit

Permalink
Fix incorrect call + remove 7.1 (not supported by phpstan)
Browse files Browse the repository at this point in the history
  • Loading branch information
pionl committed Nov 12, 2019
1 parent 9b379e7 commit 90f1e09
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
language: php
php:
- '7.1'
- '7.2'
- '7.3'

Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": {
Expand Down

0 comments on commit 90f1e09

Please # to comment.