Skip to content

Commit 6810a46

Browse files
authored
Merge pull request #60 from nWidart/feature/phpcsfixer-72
Feature/phpcsfixer 72
2 parents 8decfe4 + e6526ab commit 6810a46

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.travis.yml

+1
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ language: php
33
php:
44
- 7
55
- 7.1
6+
- 7.2
67

78
cache:
89
directories:

composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
"phpunit/phpunit": "~6.0",
3333
"orchestra/testbench": "3.5.*",
3434
"fzaninotto/faker": "~1.5",
35-
"friendsofphp/php-cs-fixer": "^2.4"
35+
"friendsofphp/php-cs-fixer": "^2.7"
3636
},
3737
"autoload-dev": {
3838
"psr-4": {

0 commit comments

Comments
 (0)