We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents ae63510 + 8bbd907 commit 0075841Copy full SHA for 0075841
docs/1.0/config/integrations/zend.md
@@ -10,7 +10,7 @@ If your application uses the [Zend Diactoros](https://github.com/zendframework/z
10
## Installation
11
12
~~~ bash
13
-composer require league/zend
+composer require league/glide-zend
14
~~~
15
16
## Configuration
@@ -24,4 +24,4 @@ use League\Glide\Responses\ZendResponseFactory;
24
$server = ServerFactory::create([
25
'response' => new ZendResponseFactory(),
26
]);
27
-~~~
+~~~
0 commit comments