Skip to content

Commit cec911e

Browse files
Update all non-major dependencies
| datasource | package | from | to | | ---------- | ---------------------------- | ------- | ------- | | packagist | laminas/laminas-diactoros | 2.24.0 | 2.25.1 | | packagist | phpstan/phpstan | 1.10.7 | 1.10.11 | | packagist | phpstan/phpstan-phpunit | 1.3.10 | 1.3.11 | | packagist | phpstan/phpstan-strict-rules | 1.5.0 | 1.5.1 | | packagist | phpunit/phpunit | 10.0.16 | 10.0.19 | | packagist | psr/http-factory | 1.0.1 | 1.0.2 | | 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 |
1 parent 5d38e42 commit cec911e

File tree

2 files changed

+89
-87
lines changed

2 files changed

+89
-87
lines changed

composer.json

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -15,21 +15,21 @@
1515
"fig/http-message-util": "^1.1.5",
1616
"lcobucci/content-negotiation-middleware": "^3.1",
1717
"middlewares/negotiation": "^2.1",
18-
"psr/http-factory": "^1.0.1",
19-
"psr/http-message": "^1.0.1",
20-
"psr/http-server-handler": "^1.0.1",
21-
"psr/http-server-middleware": "^1.0.1"
18+
"psr/http-factory": "^1.0.2",
19+
"psr/http-message": "^1.1.0",
20+
"psr/http-server-handler": "^1.0.2",
21+
"psr/http-server-middleware": "^1.0.2"
2222
},
2323
"require-dev": {
2424
"infection/infection": "^0.26.19",
25-
"laminas/laminas-diactoros": "^2.24.0",
25+
"laminas/laminas-diactoros": "^2.25.1",
2626
"lcobucci/coding-standard": "^9.0",
2727
"phpstan/extension-installer": "^1.2",
28-
"phpstan/phpstan": "^1.10.7",
28+
"phpstan/phpstan": "^1.10.11",
2929
"phpstan/phpstan-deprecation-rules": "^1.1.3",
30-
"phpstan/phpstan-phpunit": "^1.3.10",
31-
"phpstan/phpstan-strict-rules": "^1.5.0",
32-
"phpunit/phpunit": "^10.0.16"
30+
"phpstan/phpstan-phpunit": "^1.3.11",
31+
"phpstan/phpstan-strict-rules": "^1.5.1",
32+
"phpunit/phpunit": "^10.0.19"
3333
},
3434
"autoload": {
3535
"psr-4": {

0 commit comments

Comments
 (0)