Skip to content

Commit 6f9004b

Browse files
Update all non-major dependencies
| datasource | package | from | to | | ----------- | -------------------------------- | ------ | ------ | | packagist | infection/infection | 0.32.0 | 0.32.3 | | github-tags | laminas/laminas-ci-matrix-action | 1.32.0 | 1.33.0 | | packagist | phpunit/phpunit | 12.5.8 | 12.5.8 |
1 parent e962b55 commit 6f9004b

3 files changed

Lines changed: 22 additions & 11 deletions

File tree

.github/workflows/continuous-integration.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
steps:
1717
- name: Gather CI configuration
1818
id: matrix
19-
uses: laminas/laminas-ci-matrix-action@1.32.0
19+
uses: laminas/laminas-ci-matrix-action@1.33.0
2020

2121
qa:
2222
name: QA Checks

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"require": {
1616
"php": "~8.3.0 || ~8.4.0 || ~8.5.0",
1717
"composer-runtime-api": "^2.2",
18-
"infection/infection": "0.32.0",
18+
"infection/infection": "0.32.3",
1919
"sanmai/later": "^0.1.7",
2020
"vimeo/psalm": "^6.14.3"
2121
},
@@ -25,7 +25,7 @@
2525
"require-dev": {
2626
"azjezz/psl": "^4.2.0",
2727
"doctrine/coding-standard": "^14.0.0",
28-
"phpunit/phpunit": "^12.5.4",
28+
"phpunit/phpunit": "^12.5.8",
2929
"psalm/plugin-phpunit": "^0.19.5"
3030
},
3131
"autoload": {

composer.lock

Lines changed: 19 additions & 8 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)