Skip to content

Commit

Permalink
Replace abandoned zendframework/zend-diactoros with same version lami…
Browse files Browse the repository at this point in the history
…nas/laminas-diactoros
  • Loading branch information
kevinsmith committed Mar 4, 2020
1 parent 4371c40 commit 5e5b249
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@
"psr/http-server-middleware": "^1.0"
},
"require-dev": {
"phpunit/phpunit": "~7.0",
"zendframework/zend-diactoros": "~1.0"
"laminas/laminas-diactoros": "~1.0",
"phpunit/phpunit": "~7.0"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit 5e5b249

Please sign in to comment.