File tree Expand file tree Collapse file tree 4 files changed +7
-15
lines changed
Expand file tree Collapse file tree 4 files changed +7
-15
lines changed 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 : ' 8.1'
15- job-description : ' Ubuntu; PHP 8.1; latest-deps'
16-
17- - operating-system : ' ubuntu-latest'
18- php-version : ' 8.1'
19- composer-flags : ' --prefer-lowest'
20- job-description : ' Ubuntu; PHP 8.1; lowest-deps'
21-
2213 - operating-system : ' ubuntu-latest'
2314 php-version : ' 8.2'
2415 job-description : ' Ubuntu; PHP 8.2; latest-deps'
Original file line number Diff line number Diff line change 88 ->setRules ([
99 '@Symfony ' => true ,
1010 '@Symfony:risky ' => true ,
11- '@PHP8x1Migration:risky ' => true ,
12- '@PHP8x1Migration ' => true ,
11+ '@PHP8x2Migration ' => true ,
12+ '@PHP8x2Migration:risky ' => true ,
13+ '@PHPUnit11x0Migration:risky ' => true ,
1314
1415 'combine_consecutive_issets ' => true ,
1516 'combine_consecutive_unsets ' => true ,
Original file line number Diff line number Diff line change 88
99### Requirements:
1010
11- - PHP >= 8.1
11+ - PHP >= 8.2
1212
1313### Installation:
1414``` bash
Original file line number Diff line number Diff line change 55 "license" : " LGPL-3.0-or-later" ,
66 "require" : {
77 "php" : " >=8.1" ,
8- "symfony/http-client" : " ^6.4||^ 7.4||^8.0"
8+ "symfony/http-client" : " ^7.4||^8.0"
99 },
1010 "authors" : [
1111 {
1212 "name" : " Gemorroj"
1313 }
1414 ],
1515 "require-dev" : {
16- "phpunit/phpunit" : " ^9.6.31 " ,
17- "friendsofphp/php-cs-fixer" : " ^3.91.3 "
16+ "phpunit/phpunit" : " ^11.5||^12.5 " ,
17+ "friendsofphp/php-cs-fixer" : " ^3.93 "
1818 },
1919 "autoload" : {
2020 "psr-4" : {
You can’t perform that action at this time.
0 commit comments