Skip to content

Commit 236c48c

Browse files
committed
tMerge branch 'main' into feature/update_ci_unit_tests
2 parents 9335505 + 0f447eb commit 236c48c

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
@@ -19,11 +19,11 @@
1919
},
2020
"require": {
2121
"php": "^7.2 || ^8.0",
22-
"psr/http-message": "^1.0",
22+
"psr/http-message": "^1.0 || ^2.0",
2323
"psr/http-server-middleware": "^1.0"
2424
},
2525
"require-dev": {
26-
"laminas/laminas-diactoros": "^2.4",
26+
"laminas/laminas-diactoros": "^2.4 || ^3.0",
2727
"phpunit/phpunit": "^8.5.8 || ^9.4",
2828
"squizlabs/php_codesniffer": "^3.2"
2929
},

0 commit comments

Comments
 (0)