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 : ['--ignore-platform-req=php+']
1212 fail-fast : false
1313 name : PHP ${{ matrix.php-versions }} @ ${{ matrix.operating-system }}
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 : [ '--ignore-platform-req=php+' ]
1212 fail-fast : false
1313 name : PHP ${{ matrix.php-versions }} @ ${{ matrix.operating-system }}
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 : [ '--ignore-platform-req=php+' ]
1212 fail-fast : false
1313 name : PHP ${{ matrix.php-versions }} @ ${{ matrix.operating-system }}
Original file line number Diff line number Diff line change 2020 }
2121 ],
2222 "require" : {
23- "php" : " ~8.3.0 || ~8. 4.0 || ~8.5.0" ,
24- "php-soap/engine" : " ^2.16 .0" ,
23+ "php" : " ~8.4.0 || ~8.5.0" ,
24+ "php-soap/engine" : " ^2.20 .0" ,
2525 "psr/cache" : " ^3.0" ,
2626 "psr/cache-implementation" : " ^3.0" ,
27- "php-standard-library/php-standard-library" : " ^3.0 || ^4.0 || ^5.0 || ^6.0"
27+ "php-standard-library/foundation" : " ^6.1" ,
28+ "php-standard-library/type" : " ^6.1"
2829 },
2930 "require-dev" : {
3031 "phpunit/phpunit" : " ~12.3" ,
31- "vimeo/psalm" : " ~6.13 .0" ,
32- "php-cs-fixer/shim" : " ~3.88 .0" ,
32+ "vimeo/psalm" : " ~6.16 .0" ,
33+ "php-cs-fixer/shim" : " ~3.94 .0" ,
3334 "symfony/cache" : " ^7.0 || ^6.4"
3435 }
3536}
Original file line number Diff line number Diff line change 22<psalm
33 errorLevel =" 1"
44 strictBinaryOperands =" true"
5- phpVersion =" 8.1 "
5+ phpVersion =" 8.4 "
66 allowStringToStandInForClass =" true"
77 rememberPropertyAssignmentsAfterCall =" false"
88 skipChecksOnUnresolvableIncludes =" false"
You can’t perform that action at this time.
0 commit comments