Skip to content

Commit 6abd897

Browse files
luizcmarinvjik
andauthored
Fix docs (#69)
Co-authored-by: Sergei Predvoditelev <sergei@predvoditelev.ru>
1 parent 449d2b0 commit 6abd897

File tree

5 files changed

+26
-17
lines changed

5 files changed

+26
-17
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Yii Memcached Change Log
1+
# Yii Cache Library - Memcached Handler Change Log
22

33
## 2.0.1 under development
44

LICENSE.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -5,15 +5,15 @@ Redistribution and use in source and binary forms, with or without
55
modification, are permitted provided that the following conditions
66
are met:
77

8-
* Redistributions of source code must retain the above copyright
9-
notice, this list of conditions and the following disclaimer.
10-
* Redistributions in binary form must reproduce the above copyright
11-
notice, this list of conditions and the following disclaimer in
12-
the documentation and/or other materials provided with the
13-
distribution.
14-
* Neither the name of Yii Software nor the names of its
15-
contributors may be used to endorse or promote products derived
16-
from this software without specific prior written permission.
8+
* Redistributions of source code must retain the above copyright
9+
notice, this list of conditions and the following disclaimer.
10+
* Redistributions in binary form must reproduce the above copyright
11+
notice, this list of conditions and the following disclaimer in
12+
the documentation and/or other materials provided with the
13+
distribution.
14+
* Neither the name of Yii Software nor the names of its
15+
contributors may be used to endorse or promote products derived
16+
from this software without specific prior written permission.
1717

1818
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
1919
"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT

README.md

Lines changed: 2 additions & 2 deletions
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 Cache Library - Memcached Handler</h1>
66
<br>
@@ -28,7 +28,7 @@ a distributed applications (e.g. with several servers, load balancers, etc.).
2828

2929
## Installation
3030

31-
The package could be installed with composer:
31+
The package could be installed with [Composer](https://getcomposer.org):
3232

3333
```shell
3434
composer require yiisoft/cache-memcached

UPGRADE.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
Upgrading Instructions
2-
======================
1+
# Upgrading Instructions
32

4-
Changes summary:
3+
## Changes summary

composer.json

Lines changed: 12 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,12 +13,22 @@
1313
"license": "BSD-3-Clause",
1414
"support": {
1515
"issues": "https://github.com/yiisoft/cache-memcached/issues?state=open",
16+
"source": "https://github.com/yiisoft/cache-memcached",
1617
"forum": "https://www.yiiframework.com/forum/",
1718
"wiki": "https://www.yiiframework.com/wiki/",
1819
"irc": "ircs://irc.libera.chat:6697/yii",
19-
"chat": "https://t.me/yii3en",
20-
"source": "https://github.com/yiisoft/cache-memcached"
20+
"chat": "https://t.me/yii3en"
2121
},
22+
"funding": [
23+
{
24+
"type": "opencollective",
25+
"url": "https://opencollective.com/yiisoft"
26+
},
27+
{
28+
"type": "github",
29+
"url": "https://github.com/sponsors/yiisoft"
30+
}
31+
],
2232
"require": {
2333
"php": "^8.0",
2434
"ext-memcached": "*",

0 commit comments

Comments
 (0)