File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -26,10 +26,7 @@ before_install:
2626before_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
3532after_script :
Original file line number Diff line number Diff line change 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" : {
You can’t perform that action at this time.
0 commit comments