Skip to content

Commit e3647c8

Browse files
docs: Update README.md with new GitHub release badge and correct Yii2 version badge. (#61)
1 parent 322e3b2 commit e3647c8

File tree

2 files changed

+9
-6
lines changed

2 files changed

+9
-6
lines changed

README.md

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,20 +6,23 @@
66
</p>
77

88
<p align="center">
9+
<a href="https://github.com/yii2-extensions/phpstan" target="_blank">
10+
<img src="https://img.shields.io/github/v/release/yii2-extensions/phpstan?color=blue" alt="GitHub Release">
11+
</a>
912
<a href="https://www.php.net/releases/8.1/en.php" target="_blank">
10-
<img src="https://img.shields.io/badge/PHP-%3E%3D8.1-787CB5" alt="PHP-Version">
13+
<img src="https://img.shields.io/badge/PHP-%3E%3D8.1-787CB5" alt="PHP Version">
1114
</a>
12-
<a href="https://github.com/yiisoft/yii2/tree/2.0.52" target="_blank">
13-
<img src="https://img.shields.io/badge/Yii2%20-2.0.52-blue" alt="Yii-22.0.52">
15+
<a href="https://github.com/yiisoft/yii2/tree/2.0.53" target="_blank">
16+
<img src="https://img.shields.io/badge/Yii2%20-2.0.53-blue" alt="Yii2 22.0.53">
1417
</a>
1518
<a href="https://github.com/yiisoft/yii2/tree/22.0" target="_blank">
16-
<img src="https://img.shields.io/badge/Yii2%20-22-blue" alt="Yii2-22">
19+
<img src="https://img.shields.io/badge/Yii2%20-22-blue" alt="Yii2 22.0">
1720
</a>
1821
<a href="https://github.com/yii2-extensions/phpstan/actions/workflows/build.yml" target="_blank">
1922
<img src="https://github.com/yii2-extensions/phpstan/actions/workflows/build.yml/badge.svg" alt="PHPUnit">
2023
</a>
2124
<a href="https://github.com/yii2-extensions/phpstan/actions/workflows/static.yml" target="_blank">
22-
<img src="https://github.com/yii2-extensions/phpstan/actions/workflows/static.yml/badge.svg" alt="Static-Analysis">
25+
<img src="https://github.com/yii2-extensions/phpstan/actions/workflows/static.yml/badge.svg" alt="Static Analysis">
2326
</a>
2427
<a href="https://codecov.io/gh/yii2-extensions/phpstan" target="_blank">
2528
<img src="https://codecov.io/gh/yii2-extensions/phpstan/branch/main/graph/badge.svg?token=MF0XUGVLYC" alt="Codecov">

docs/installation.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
- [`PHP`](https://www.php.net/downloads) 8.1 or higher.
66
- [`PHPStan`](https://github.com/phpstan/phpstan) 2.1 or higher.
7-
- [`Yii2`](https://github.com/yiisoft/yii2) 2.0.52+ or 22.x.
7+
- [`Yii2`](https://github.com/yiisoft/yii2) 2.0.53+ or 22.x.
88

99
## Installation
1010

0 commit comments

Comments
 (0)