diff --git a/README.md b/README.md index 818c889..a4faa0a 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@

- + Yii

Yii Cache Library - WinCache Handler


@@ -15,7 +15,7 @@ [![type-coverage](https://shepherd.dev/github/yiisoft/cache-wincache/coverage.svg)](https://shepherd.dev/github/yiisoft/cache-wincache) This package uses the PHP [Windows Cache](https://sourceforge.net/projects/wincache/) -([see also](https://www.php.net/manual/book.wincache.php)) extension and implements +(see also [Windows Cache for PHP](https://www.php.net/manual/book.wincache.php)) extension and implements [PSR-16](https://www.php-fig.org/psr/psr-16/) cache. ## Requirements diff --git a/composer.json b/composer.json index f8c3201..0eb4863 100644 --- a/composer.json +++ b/composer.json @@ -13,12 +13,22 @@ "license": "BSD-3-Clause", "support": { "issues": "https://github.com/yiisoft/cache-wincache/issues?state=open", + "source": "https://github.com/yiisoft/cache-wincache", "forum": "https://www.yiiframework.com/forum/", "wiki": "https://www.yiiframework.com/wiki/", "irc": "ircs://irc.libera.chat:6697/yii", - "chat": "https://t.me/yii3en", - "source": "https://github.com/yiisoft/cache-wincache" + "chat": "https://t.me/yii3en" }, + "funding": [ + { + "type": "opencollective", + "url": "https://opencollective.com/yiisoft" + }, + { + "type": "github", + "url": "https://github.com/sponsors/yiisoft" + } + ], "require": { "php": "^7.4", "ext-wincache": "*",