Skip to content

Commit c6cb21b

Browse files
Roman3349f3l1x
authored andcommitted
Composer: allow contributte/psr7-http-message v0.11 and contributte/middlewares v0.13
Signed-off-by: Roman Ondráček <mail@romanondracek.cz>
1 parent 46c42bc commit c6cb21b

File tree

1 file changed

+6
-7
lines changed

1 file changed

+6
-7
lines changed

composer.json

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -22,19 +22,18 @@
2222
"php": ">=8.2",
2323
"ext-json": "*",
2424
"nette/di": "^3.1.8",
25-
"contributte/psr7-http-message": "^0.9.0 || ^0.10.0",
26-
"contributte/middlewares": "^0.11.0 || ^0.12.0",
25+
"contributte/psr7-http-message": "^0.9.0 || ^0.10.0 || ^0.11.0",
26+
"contributte/middlewares": "^0.11.0 || ^0.12.0 || ^0.13.0",
2727
"contributte/openapi": "^0.1.0",
2828
"nette/utils": "^4.1.0"
2929
},
3030
"require-dev": {
3131
"contributte/qa": "^0.4",
32-
"contributte/dev": "^0.4",
33-
"contributte/tester": "^0.3",
34-
"contributte/phpstan": "^0.2",
35-
"mockery/mockery": "^1.6.6",
32+
"contributte/dev": "^0.5",
33+
"contributte/tester": "^0.4.1",
34+
"contributte/phpstan": "^0.3.1",
35+
"mockery/mockery": "^1.6.12",
3636
"nette/application": "^3.1.4",
37-
"nette/di": "^3.1.8",
3837
"nette/http": "^3.2.3",
3938
"psr/log": "^2.0.0 || ^3.0.0",
4039
"symfony/console": "^6.4.0 || ^7.0.0 || ^8.0.0",

0 commit comments

Comments
 (0)