Skip to content

Commit 43864e9

Browse files
Update friendsofphp/php-cs-fixer for php8
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
1 parent 0fc440c commit 43864e9

File tree

2 files changed

+2
-5
lines changed

2 files changed

+2
-5
lines changed

.travis.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -26,10 +26,7 @@ before_install:
2626
before_script:
2727
- composer install --prefer-source
2828
- vendor/bin/parallel-lint --exclude vendor .
29-
30-
# Once php8 is officially supported by the cs-fixer, the env variable should be dropped
31-
# Ref https://github.com/FriendsOfPHP/PHP-CS-Fixer/issues/4702
32-
- PHP_CS_FIXER_IGNORE_ENV=1 vendor/bin/php-cs-fixer fix --dry-run --diff
29+
- vendor/bin/php-cs-fixer fix --dry-run --diff
3330
- phpenv config-add ./xdebug.ini
3431

3532
after_script:

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
"phpunit/phpunit": "^8.0",
4343
"psr/log": "^1.0",
4444
"php-coveralls/php-coveralls": "^2.0",
45-
"friendsofphp/php-cs-fixer": "^2.17",
45+
"friendsofphp/php-cs-fixer": "^2.18",
4646
"php-parallel-lint/php-parallel-lint": "^1.2"
4747
},
4848
"extra": {

0 commit comments

Comments
 (0)