Skip to content

Commit 106eb9e

Browse files
authored
Fix docs (#94)
1 parent 0e4b71b commit 106eb9e

File tree

2 files changed

+13
-4
lines changed

2 files changed

+13
-4
lines changed

README.md

+1-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<p align="center">
22
<a href="https://github.com/yiisoft" target="_blank">
3-
<img src="https://yiisoft.github.io/docs/images/yii_logo.svg" height="100px">
3+
<img src="https://yiisoft.github.io/docs/images/yii_logo.svg" height="100px" alt="Yii">
44
</a>
55
<h1 align="center">Yii Data Response</h1>
66
<br>
@@ -92,7 +92,6 @@ The following formatters are available:
9292
The package provides a [PSR-15](https://www.php-fig.org/psr/psr-15/) middleware that is able to format a data response.
9393

9494
```php
95-
9695
use Yiisoft\DataResponse\Middleware\FormatDataResponse;
9796
use Yiisoft\DataResponse\Formatter\JsonDataResponseFormatter;
9897

composer.json

+12-2
Original file line numberDiff line numberDiff line change
@@ -11,12 +11,22 @@
1111
"license": "BSD-3-Clause",
1212
"support": {
1313
"issues": "https://github.com/yiisoft/data-response/issues?state=open",
14+
"source": "https://github.com/yiisoft/data-response",
1415
"forum": "https://www.yiiframework.com/forum/",
1516
"wiki": "https://www.yiiframework.com/wiki/",
1617
"irc": "ircs://irc.libera.chat:6697/yii",
17-
"chat": "https://t.me/yii3en",
18-
"source": "https://github.com/yiisoft/data-response"
18+
"chat": "https://t.me/yii3en"
1919
},
20+
"funding": [
21+
{
22+
"type": "opencollective",
23+
"url": "https://opencollective.com/yiisoft"
24+
},
25+
{
26+
"type": "github",
27+
"url": "https://github.com/sponsors/yiisoft"
28+
}
29+
],
2030
"require": {
2131
"php": "^8.1",
2232
"ext-dom": "*",

0 commit comments

Comments
 (0)