Skip to content

Commit 3b5e574

Browse files
committed
Updated php-cs-fixer to 2.9.0 Speechless
1 parent 8250877 commit 3b5e574

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ before_install:
2424
before_script:
2525
- composer install --prefer-source
2626
- vendor/bin/parallel-lint --exclude vendor .
27-
- vendor/bin/php-cs-fixer fix --dry-run --diff --level psr2 .
27+
- vendor/bin/php-cs-fixer fix --dry-run --diff --rules=@PSR2 .
2828
- phpenv config-add ./xdebug.ini
2929

3030
after_script:

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,6 @@
4949
"psr/log": "~1.0",
5050
"satooshi/php-coveralls": "~1.0",
5151
"jakub-onderka/php-parallel-lint": "0.*",
52-
"friendsofphp/php-cs-fixer": "^1.0"
52+
"friendsofphp/php-cs-fixer": "^2.9"
5353
}
5454
}

0 commit comments

Comments
 (0)