File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1010 fail-fast : false
1111 matrix :
1212 include :
13- - operating-system : ' ubuntu-latest'
14- php-version : ' 7.4'
15- job-description : ' Ubuntu; PHP 7.4; latest-deps'
16-
17- - operating-system : ' ubuntu-latest'
18- php-version : ' 7.4'
19- composer-flags : ' --prefer-lowest'
20- job-description : ' Ubuntu; PHP 7.4; lowest-deps'
21-
2213 - operating-system : ' ubuntu-latest'
2314 php-version : ' 8.0'
2415 job-description : ' Ubuntu; PHP 8.0; latest-deps'
Original file line number Diff line number Diff line change 77return (new PhpCsFixer \Config ())
88 ->setRules ([
99 '@Symfony ' => true ,
10- '@PHP74Migration ' => true ,
10+ '@PHP80Migration ' => true ,
1111
1212 'combine_consecutive_issets ' => true ,
1313 'combine_consecutive_unsets ' => true ,
Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ print_r($resultCheckFile);
1919
2020### Requirements:
2121
22- - PHP >= 7.4
22+ - PHP >= 8.0.2
2323
2424### Installation:
2525``` bash
Original file line number Diff line number Diff line change 44 "description" : " PHP code syntax checker." ,
55 "license" : " LGPL-3.0-or-later" ,
66 "require" : {
7- "php" : " >=7.4 " ,
8- "symfony/process" : " ^4.4||^5.0 ||^6.0"
7+ "php" : " >=8.0.2 " ,
8+ "symfony/process" : " ^5.4 ||^6.0"
99 },
1010 "require-dev" : {
11- "phpunit/phpunit" : " ^9.5.16 " ,
11+ "phpunit/phpunit" : " ^9.6 " ,
1212 "friendsofphp/php-cs-fixer" : " ^3.0"
1313 },
1414 "authors" : [
You can’t perform that action at this time.
0 commit comments