We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 8decfe4 + e6526ab commit 6810a46Copy full SHA for 6810a46
.travis.yml
@@ -3,6 +3,7 @@ language: php
3
php:
4
- 7
5
- 7.1
6
+ - 7.2
7
8
cache:
9
directories:
composer.json
@@ -32,7 +32,7 @@
32
"phpunit/phpunit": "~6.0",
33
"orchestra/testbench": "3.5.*",
34
"fzaninotto/faker": "~1.5",
35
- "friendsofphp/php-cs-fixer": "^2.4"
+ "friendsofphp/php-cs-fixer": "^2.7"
36
},
37
"autoload-dev": {
38
"psr-4": {
0 commit comments