Skip to content

Commit 9b4bf54

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 | infection/infection | 0.26.19 | 0.29.14 | | packagist | laminas/laminas-diactoros | 2.24.2 | 2.26.0 | | packagist | lcobucci/content-negotiation-middleware | 3.1.0 | 3.2.0 | | packagist | middlewares/negotiation | 2.1.0 | 2.1.1 | | github-tags | containerbase/php-prebuild | 8.2.27 | 8.4.4 | | packagist | psr/http-factory | 1.0.1 | 1.1.0 | | packagist | psr/http-message | 1.0.1 | 1.1 | | packagist | psr/http-server-handler | 1.0.1 | 1.0.2 | | packagist | psr/http-server-middleware | 1.0.1 | 1.0.2 | | github-tags | shivammathur/setup-php | 2.24.0 | 2.32.0 |
1 parent 3b1372a commit 9b4bf54

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
}
1111
],
1212
"require": {
13-
"php": "~8.1.0 || ~8.2.0",
13+
"php": "~8.1.0 || ~8.2.0 || ~8.4.0",
1414
"chimera/foundation": "^1.0.x-dev",
1515
"fig/http-message-util": "^1.1.5",
1616
"lcobucci/content-negotiation-middleware": "^3.1",
@@ -21,7 +21,7 @@
2121
"psr/http-server-middleware": "^1.0.1"
2222
},
2323
"require-dev": {
24-
"infection/infection": "^0.26.19",
24+
"infection/infection": "^0.29.0",
2525
"laminas/laminas-diactoros": "^2.24.2",
2626
"lcobucci/coding-standard": "^9.0",
2727
"phpstan/extension-installer": "^1.2",

0 commit comments

Comments
 (0)