File tree Expand file tree Collapse file tree 2 files changed +7
-7
lines changed
Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -16,16 +16,16 @@ jobs:
1616 php : ["8.3", "8.4"]
1717
1818 steps :
19- - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
19+ - uses : actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4.3.0
2020
2121 - name : Setup PHP
22- uses : shivammathur/setup-php@0f7f1d08e3e32076e51cae65eb0b0c871405b16e # 2.34.1
22+ uses : shivammathur/setup-php@bf6b4fbd49ca58e4608c9c89fba0b8d90bd2a39f # 2.35.5
2323 with :
2424 php-version : ${{ matrix.php }}
2525 coverage : none
2626
2727 - name : Cache composer dependencies
28- uses : actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3
28+ uses : actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.4
2929 with :
3030 path : vendor
3131 key : ${{ runner.os }}-composer-${{ hashFiles('**/composer.lock') }}
Original file line number Diff line number Diff line change 55 "type" : " library" ,
66 "require" : {
77 "php" : " ^8.3" ,
8- "friendsofphp/php-cs-fixer" : " ^3.80 .0" ,
9- "kubawerlos/php-cs-fixer-custom-fixers" : " ^3.30.0 "
8+ "friendsofphp/php-cs-fixer" : " ^3.89 .0" ,
9+ "kubawerlos/php-cs-fixer-custom-fixers" : " ^3.30.2 "
1010 },
1111 "require-dev" : {
1212 "jetbrains/phpstorm-attributes" : " ^1.2" ,
13- "phpunit/phpunit" : " ^11.5.26 " ,
14- "symfony/console" : " ^7.3.1 "
13+ "phpunit/phpunit" : " ^11.5.42 " ,
14+ "symfony/console" : " ^7.3.4 "
1515 },
1616 "authors" : [
1717 {
You can’t perform that action at this time.
0 commit comments