Skip to content

Commit bc67a03

Browse files
committed
improve badge visibility
1 parent 90bd1a5 commit bc67a03

1 file changed

Lines changed: 6 additions & 5 deletions

File tree

README.md

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,11 @@
22

33
<p align="center">
44
<a href="https://github.com/typephp-php/typephp/actions"><img src="https://github.com/typephp-php/typephp/actions/workflows/ci.yml/badge.svg" alt="Build Status"></a>
5-
<a href="https://packagist.org/packages/typephp/typephp"><img src="https://poser.pugx.org/typephp/typephp/v/stable" alt="Latest Stable Version"></a>
6-
<a href="https://packagist.org/packages/typephp/typephp/stats"><img src="https://poser.pugx.org/typephp/typephp/downloads" alt="Total Downloads"></a>
7-
<a href="https://choosealicense.com/licenses/mit/"><img src="https://poser.pugx.org/typephp/typephp/license" alt="License"></a>
8-
<a href="https://packagist.org/packages/typephp/typephp"><img src="https://img.shields.io/packagist/php-v/typephp/typephp.svg" alt="PHP Version"></a>
5+
<a href="https://packagist.org/packages/typephp/typephp"><img src="https://img.shields.io/packagist/v/typephp/typephp.svg?style=flat&color=blue" alt="Latest Stable Version"></a>
6+
<a href="https://packagist.org/packages/typephp/typephp"><img src="https://img.shields.io/packagist/dt/typephp/typephp.svg?style=flat&color=green" alt="Total Downloads"></a>
7+
<a href="https://choosealicense.com/licenses/mit/"><img src="https://img.shields.io/packagist/l/typephp/typephp.svg?style=flat" alt="License"></a>
8+
<a href="https://packagist.org/packages/typephp/typephp"><img src="https://img.shields.io/packagist/php-v/typephp/typephp.svg?style=flat" alt="PHP Version"></a>
9+
<a href="https://phpstan.org/"><img src="https://img.shields.io/badge/PHPStan-Level%20MAX-brightgreen.svg?style=flat" alt="PHPStan Level MAX"></a>
910
</p>
1011

1112
------
@@ -35,7 +36,7 @@ TypePHP is conceptually inspired by Python's [Beartype](https://github.com/beart
3536

3637
## Sponsors
3738

38-
Want to support the open-source development and maintenance of TypePHP? [Sponsor TypePHP on GitHub »](https://github.com/sponsors/typephp-php)
39+
Want to support the open-source development and maintenance of TypePHP? [Sponsor TypePHP me on GitHub »](https://github.com/sponsors/rcalicdan)
3940

4041
## Contributing
4142

0 commit comments

Comments
 (0)