We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9b379e7 commit 90f1e09Copy full SHA for 90f1e09
.travis.yml
@@ -1,6 +1,5 @@
1
language: php
2
php:
3
- - '7.1'
4
- '7.2'
5
- '7.3'
6
composer.json
@@ -11,7 +11,7 @@
11
"scripts": {
12
"lint:fix": "./vendor/bin/php-cs-fixer fix --config=.php_cs --using-cache false",
13
"lint:check": "./vendor/bin/phplint",
14
- "lint": "composer run-script lint && composer run-script lint:check",
+ "lint": "composer run-script lint:fix && composer run-script lint:check",
15
"test": "./vendor/bin/phpunit"
16
},
17
"require": {
0 commit comments