Skip to content

Commit 5e5b249

Browse files
committed
Replace abandoned zendframework/zend-diactoros with same version laminas/laminas-diactoros
1 parent 4371c40 commit 5e5b249

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
@@ -22,8 +22,8 @@
2222
"psr/http-server-middleware": "^1.0"
2323
},
2424
"require-dev": {
25-
"phpunit/phpunit": "~7.0",
26-
"zendframework/zend-diactoros": "~1.0"
25+
"laminas/laminas-diactoros": "~1.0",
26+
"phpunit/phpunit": "~7.0"
2727
},
2828
"autoload": {
2929
"psr-4": {

0 commit comments

Comments
 (0)