File tree Expand file tree Collapse file tree 2 files changed +2
-5
lines changed Expand file tree Collapse file tree 2 files changed +2
-5
lines changed Original file line number Diff line number Diff line change @@ -26,10 +26,7 @@ before_install:
26
26
before_script :
27
27
- composer install --prefer-source
28
28
- 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
33
30
- phpenv config-add ./xdebug.ini
34
31
35
32
after_script :
Original file line number Diff line number Diff line change 42
42
"phpunit/phpunit" : " ^8.0" ,
43
43
"psr/log" : " ^1.0" ,
44
44
"php-coveralls/php-coveralls" : " ^2.0" ,
45
- "friendsofphp/php-cs-fixer" : " ^2.17 " ,
45
+ "friendsofphp/php-cs-fixer" : " ^2.18 " ,
46
46
"php-parallel-lint/php-parallel-lint" : " ^1.2"
47
47
},
48
48
"extra" : {
You can’t perform that action at this time.
0 commit comments