diff --git a/composer.json b/composer.json index 1b5a124378..8bdd3bcf7a 100644 --- a/composer.json +++ b/composer.json @@ -42,7 +42,7 @@ "phpstan/phpstan-webmozart-assert": "^0.12", "phpstan/extension-installer": "^1.0", "thecodingmachine/phpstan-strict-rules": "^0.12", - "zendframework/zend-diactoros": "^2" + "laminas/laminas-diactoros": "^2" }, "suggest": { "beberlei/porpaginas": "If you want automatic pagination in your GraphQL types" diff --git a/docs/other_frameworks.md b/docs/other_frameworks.md index aaa25b55fd..06de4d22d6 100644 --- a/docs/other_frameworks.md +++ b/docs/other_frameworks.md @@ -195,13 +195,13 @@ The choice of the libraries is really up to you. You can adapt it based on your ```php