File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 77 strategy :
88 matrix :
99 operating-system : [ubuntu-latest]
10- php-versions : ['8.3', '8. 4', '8.5']
10+ php-versions : ['8.4', '8.5']
1111 composer-options : ['', '--prefer-lowest']
1212 fail-fast : false
1313 name : PHP ${{ matrix.php-versions }} @ ${{ matrix.operating-system }} with ${{ matrix.composer-options }}
Original file line number Diff line number Diff line change 1515 }
1616 ],
1717 "require" : {
18- "php" : " ~8.3.0 || ~8. 4.0 || ~8.5.0" ,
18+ "php" : " ~8.4.0 || ~8.5.0" ,
1919 "ext-json" : " *" ,
20- "php-standard-library/php-standard-library" : " ^3.1 || ^4.0 || ^5.0 || ^6.0" ,
20+ "php-standard-library/foundation" : " ^6.1" ,
21+ "php-standard-library/fun" : " ^6.1" ,
22+ "php-standard-library/hash" : " ^6.1" ,
23+ "php-standard-library/iter" : " ^6.1" ,
24+ "php-standard-library/json" : " ^6.1" ,
25+ "php-standard-library/regex" : " ^6.1" ,
26+ "php-standard-library/result" : " ^6.1" ,
27+ "php-standard-library/type" : " ^6.1" ,
2128 "cardinalby/content-disposition" : " ^1.1" ,
2229 "league/uri" : " ^7.3" ,
2330 "php-http/client-common" : " ^2.7" ,
Original file line number Diff line number Diff line change 88 findUnusedBaselineEntry =" true"
99 findUnusedCode =" false"
1010 ensureOverrideAttribute =" false"
11+ phpVersion =" 8.4"
1112>
1213 <projectFiles >
1314 <directory name =" src" />
You can’t perform that action at this time.
0 commit comments