File tree Expand file tree Collapse file tree 7 files changed +1149
-453
lines changed Expand file tree Collapse file tree 7 files changed +1149
-453
lines changed Original file line number Diff line number Diff line change 2626 # To also adjust the PHP version in the following files:
2727 # - vendor-bin/php-cs-fixer/composer.json
2828 # - vendor-bin/rector/composer.json
29- - " 8.1 "
29+ - " 8.3 "
3030
3131 steps :
3232 - name : " Check out repository code"
Original file line number Diff line number Diff line change 2121 fail-fast : true
2222 matrix :
2323 php :
24- - " 8.1"
25- - " 8.2"
2624 - " 8.3"
2725 - " 8.4"
2826 symfony :
3230 dependency-versions :
3331 - " highest"
3432 - " lowest"
35- exclude :
36- - php : " 8.1"
37- symfony : " 7.*.*"
3833
3934 steps :
4035 - name : " Check out repository code"
Original file line number Diff line number Diff line change 1313 }
1414 ],
1515 "require" : {
16- "php" : " ^8.1 " ,
16+ "php" : " ^8.3 " ,
1717 "symfony/filesystem" : " ^6.4 || ^7.0"
1818 },
1919 "require-dev" : {
2020 "bamarni/composer-bin-plugin" : " ^1.4" ,
2121 "ergebnis/composer-normalize" : " ^2.28" ,
2222 "infection/infection" : " >=0.26" ,
23- "phpunit/phpunit" : " ^10.3 " ,
23+ "phpunit/phpunit" : " ^12 " ,
2424 "symfony/finder" : " ^6.4 || ^7.0"
2525 },
2626 "prefer-stable" : true ,
Original file line number Diff line number Diff line change 11{
22 "config" : {
33 "platform" : {
4- "php" : " 8.1 "
4+ "php" : " 8.3 "
55 }
66 },
77 "require-dev" : {
88 "friendsofphp/php-cs-fixer" : " ^v3.0" ,
9- "theofidry /php-cs-fixer-config" : " ^1.0"
9+ "fidry /php-cs-fixer-config" : " ^1.0"
1010 }
1111}
You can’t perform that action at this time.
0 commit comments