Skip to content

Commit 358cf79

Browse files
Update all non-major dependencies
| datasource | package | from | to | | ----------- | ---------------------- | ------- | ------- | | packagist | composer/composer | 2.7.4 | 2.7.4 | | packagist | infection/infection | 0.27.11 | 0.28.1 | | packagist | phpunit/phpunit | 10.5.20 | 10.5.20 | | github-tags | shivammathur/setup-php | 2.30.0 | 2.30.4 |
1 parent 320c01e commit 358cf79

File tree

6 files changed

+8
-8
lines changed

6 files changed

+8
-8
lines changed

Diff for: .github/workflows/coding-standards.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
uses: "actions/checkout@v4"
2525

2626
- name: "Install PHP"
27-
uses: "shivammathur/[email protected].0"
27+
uses: "shivammathur/[email protected].4"
2828
with:
2929
coverage: "pcov"
3030
php-version: "${{ matrix.php-version }}"

Diff for: .github/workflows/mutation-tests.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
fetch-depth: 0
2727

2828
- name: "Install PHP"
29-
uses: "shivammathur/[email protected].0"
29+
uses: "shivammathur/[email protected].4"
3030
with:
3131
coverage: "pcov"
3232
php-version: "${{ matrix.php-version }}"

Diff for: .github/workflows/phpunit.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
fetch-depth: 0
3030

3131
- name: "Install PHP"
32-
uses: "shivammathur/[email protected].0"
32+
uses: "shivammathur/[email protected].4"
3333
with:
3434
coverage: "pcov"
3535
php-version: "${{ matrix.php-version }}"

Diff for: .github/workflows/psalm.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
uses: "actions/checkout@v4"
2525

2626
- name: "Install PHP"
27-
uses: "shivammathur/[email protected].0"
27+
uses: "shivammathur/[email protected].4"
2828
with:
2929
coverage: "pcov"
3030
php-version: "${{ matrix.php-version }}"

Diff for: .github/workflows/run-example.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
fetch-depth: 0
3030

3131
- name: "Install PHP"
32-
uses: "shivammathur/[email protected].0"
32+
uses: "shivammathur/[email protected].4"
3333
with:
3434
coverage: "pcov"
3535
php-version: "${{ matrix.php-version }}"

Diff for: composer.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,10 @@
1818
"psalm/plugin-phpunit": "^0.19.0"
1919
},
2020
"require-dev": {
21-
"composer/composer": "^2.7.2",
21+
"composer/composer": "^2.7.4",
2222
"doctrine/coding-standard": "^12.0.0",
23-
"infection/infection": "^0.27.11",
24-
"phpunit/phpunit": "^10.5.15",
23+
"infection/infection": "^0.28.1",
24+
"phpunit/phpunit": "^10.5.20",
2525
"symfony/process": "^7.0.4"
2626
},
2727
"autoload": {

0 commit comments

Comments
 (0)