Skip to content

Commit e98e508

Browse files
Update all non-major dependencies
| datasource | package | from | to | | ----------- | -------------------------- | ------- | ------- | | github-tags | actions/cache | v3.3.1 | v3.4.3 | | github-tags | codecov/codecov-action | v3.1.1 | v3.1.6 | | packagist | doctrine/annotations | 2.0.1 | 2.0.2 | | packagist | infection/infection | 0.26.19 | 0.29.14 | | github-tags | laminas/automatic-releases | 1.24.0 | 1.25.0 | | github-tags | containerbase/php-prebuild | 8.2.28 | 8.4.5 | | github-tags | shivammathur/setup-php | 2.24.0 | 2.32.0 |
1 parent 9f46feb commit e98e508

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

composer.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,11 @@
1010
}
1111
],
1212
"require": {
13-
"php": "~8.1.0 || ~8.2.0",
13+
"php": "~8.1.0 || ~8.2.0 || ~8.4.0",
1414
"doctrine/annotations": "^2.0.1"
1515
},
1616
"require-dev": {
17-
"infection/infection": "^0.26",
17+
"infection/infection": "^0.29",
1818
"lcobucci/coding-standard": "^9.0",
1919
"phpstan/extension-installer": "^1.2",
2020
"phpstan/phpstan": "^1.10.10",

0 commit comments

Comments
 (0)