File tree 7 files changed +13
-13
lines changed
7 files changed +13
-13
lines changed Original file line number Diff line number Diff line change 24
24
uses : " actions/checkout@v4"
25
25
26
26
- name : " Install PHP"
27
- uses : " shivammathur/setup-php@2.30 .0"
27
+ uses : " shivammathur/setup-php@2.32 .0"
28
28
with :
29
29
coverage : " pcov"
30
30
php-version : " ${{ matrix.php-version }}"
Original file line number Diff line number Diff line change 26
26
fetch-depth : 0
27
27
28
28
- name : " Install PHP"
29
- uses : " shivammathur/setup-php@2.30 .0"
29
+ uses : " shivammathur/setup-php@2.32 .0"
30
30
with :
31
31
coverage : " pcov"
32
32
php-version : " ${{ matrix.php-version }}"
Original file line number Diff line number Diff line change 29
29
fetch-depth : 0
30
30
31
31
- name : " Install PHP"
32
- uses : " shivammathur/setup-php@2.30 .0"
32
+ uses : " shivammathur/setup-php@2.32 .0"
33
33
with :
34
34
coverage : " pcov"
35
35
php-version : " ${{ matrix.php-version }}"
Original file line number Diff line number Diff line change 24
24
uses : " actions/checkout@v4"
25
25
26
26
- name : " Install PHP"
27
- uses : " shivammathur/setup-php@2.30 .0"
27
+ uses : " shivammathur/setup-php@2.32 .0"
28
28
with :
29
29
coverage : " pcov"
30
30
php-version : " ${{ matrix.php-version }}"
Original file line number Diff line number Diff line change 47
47
" GIT_AUTHOR_EMAIL " : ${{ secrets.GIT_AUTHOR_EMAIL }}
48
48
49
49
- name : " Bump Changelog Version On Originating Release Branch"
50
- uses : " laminas/automatic-releases@1.24 .0"
50
+ uses : " laminas/automatic-releases@1.25 .0"
51
51
with :
52
52
command-name : " laminas:automatic-releases:bump-changelog"
53
53
env :
Original file line number Diff line number Diff line change 29
29
fetch-depth : 0
30
30
31
31
- name : " Install PHP"
32
- uses : " shivammathur/setup-php@2.30 .0"
32
+ uses : " shivammathur/setup-php@2.32 .0"
33
33
with :
34
34
coverage : " pcov"
35
35
php-version : " ${{ matrix.php-version }}"
Original file line number Diff line number Diff line change 10
10
}
11
11
],
12
12
"require" : {
13
- "php" : " ~8.1.0 || ~8.2.0 || ~8.3.0" ,
13
+ "php" : " ~8.1.0 || ~8.2.0 || ~8.3.0 || ~8.4.0 " ,
14
14
"ext-json" : " *" ,
15
15
"composer-plugin-api" : " ^2.1.0" ,
16
- "ocramius/package-versions" : " ^2.8 .0" ,
17
- "vimeo/psalm" : " ^5.23 .1" ,
18
- "psalm/plugin-phpunit" : " ^0.19.0 "
16
+ "ocramius/package-versions" : " ^2.9 .0" ,
17
+ "vimeo/psalm" : " ^5.26 .1" ,
18
+ "psalm/plugin-phpunit" : " ^0.19.1 "
19
19
},
20
20
"require-dev" : {
21
- "composer/composer" : " ^2.7.2 " ,
21
+ "composer/composer" : " ^2.8.5 " ,
22
22
"doctrine/coding-standard" : " ^12.0.0" ,
23
- "infection/infection" : " ^0.27.11 " ,
24
- "phpunit/phpunit" : " ^10.5.15 " ,
23
+ "infection/infection" : " ^0.29.10 " ,
24
+ "phpunit/phpunit" : " ^10.5.41 " ,
25
25
"symfony/process" : " ^7.0.4"
26
26
},
27
27
"autoload" : {
You can’t perform that action at this time.
0 commit comments