File tree Expand file tree Collapse file tree 3 files changed +9
-138
lines changed
Expand file tree Collapse file tree 3 files changed +9
-138
lines changed Original file line number Diff line number Diff line change @@ -18,18 +18,18 @@ jobs:
1818 script : ['phpstan']
1919
2020 steps :
21- - uses : actions/checkout@v3
21+ - uses : actions/checkout@v6
2222 - uses : shivammathur/setup-php@v2
2323 with :
24- php-version : ' 8.1 '
24+ php-version : ' 8.4 '
2525 coverage : none
2626
2727 # Install Flex as a global dependency to enable usage of extra.symfony.require
2828 # while keeping Flex recipes from applying
2929 - run : composer global config --no-plugins allow-plugins.symfony/flex true
3030 - run : composer global require --no-scripts symfony/flex
3131
32- - run : composer config extra.symfony.require ~5.4 .0
32+ - run : composer config extra.symfony.require ~7.3 .0
3333
3434 - run : composer update --prefer-dist
3535
Original file line number Diff line number Diff line change 1616 }
1717 ],
1818 "require" : {
19- "php" : " ^8.1 " ,
19+ "php" : " ^8.4 " ,
2020 "composer-plugin-api" : " ^2.2" ,
21- "captainhook/captainhook" : " ^5.15 " ,
22- "symfony/process" : " ^5.4 || ^6.3 || ^7.0 "
21+ "captainhook/captainhook" : " ^5.27 " ,
22+ "symfony/process" : " ^7.3 "
2323 },
2424 "require-dev" : {
2525 "netgen/coding-standard" : " ^1.0" ,
2626 "composer/composer" : " ^2.5" ,
27- "php-cs-fixer/shim" : " ^3.15" ,
28- "phpstan/phpstan" : " ^1.9" ,
29- "phpstan/phpstan-strict-rules" : " ^1.4"
27+ "phpstan/phpstan" : " ^2.1" ,
28+ "phpstan/phpstan-strict-rules" : " ^2.0"
3029 },
3130 "autoload" : {
3231 "psr-4" : {
3938 "extra" : {
4039 "class" : " Netgen\\ GitHooks\\ Composer\\ InstallHooksPlugin" ,
4140 "branch-alias" : {
42- "dev-master" : " 2 .x-dev"
41+ "dev-master" : " 3 .x-dev"
4342 }
4443 }
4544}
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments