File tree Expand file tree Collapse file tree 2 files changed +9
-9
lines changed
Expand file tree Collapse file tree 2 files changed +9
-9
lines changed Original file line number Diff line number Diff line change 2525 if : (github.event_name == 'push' || github.event_name == 'schedule') && !startsWith(github.ref, 'refs/tags')
2626 runs-on : ubuntu-latest
2727 steps :
28- - uses : zenstruck/.github@ php-cs-fixer
28+ - uses : zenstruck/.github/actions/ php-cs-fixer@main
2929 with :
3030 php : 8
3131 key : ${{ secrets.GPG_PRIVATE_KEY }}
3636 if : (github.event_name == 'push' || github.event_name == 'schedule') && !startsWith(github.ref, 'refs/tags')
3737 runs-on : ubuntu-latest
3838 steps :
39- - uses : zenstruck/.github@ sync-with-template
39+ - uses : zenstruck/.github/actions/ sync-with-template@main
4040 with :
4141 key : ${{ secrets.GPG_PRIVATE_KEY }}
4242 token : ${{ secrets.COMPOSER_TOKEN }}
Original file line number Diff line number Diff line change 1212 }
1313 ],
1414 "require" : {
15- "php" : " >=8.0 " ,
15+ "php" : " >=8.1 " ,
1616 "zenstruck/uri" : " ^2.0"
1717 },
1818 "require-dev" : {
19- "phpstan/phpstan" : " ^1.4 " ,
20- "phpunit/phpunit" : " ^9.6.21 " ,
21- "symfony/cache" : " ^5 .4|^6 .0|^7 .0" ,
22- "symfony/framework-bundle" : " ^5 .4|^6 .0|^7 .0" ,
23- "symfony/phpunit-bridge" : " ^6.0 |^7.0" ,
24- "symfony/var-dumper" : " ^5 .4|^6 .0|^7 .0"
19+ "phpstan/phpstan" : " ^2.0 " ,
20+ "phpunit/phpunit" : " ^9.5.0 " ,
21+ "symfony/cache" : " ^6 .4|^7 .0|^8 .0" ,
22+ "symfony/framework-bundle" : " ^6 .4|^7 .0|^8 .0" ,
23+ "symfony/phpunit-bridge" : " ^6.4 |^7.0|^8 .0" ,
24+ "symfony/var-dumper" : " ^6 .4|^7 .0|^8 .0"
2525 },
2626 "config" : {
2727 "preferred-install" : " dist" ,
You can’t perform that action at this time.
0 commit comments