Skip to content

Commit

Permalink
update badges of README page
Browse files Browse the repository at this point in the history
  • Loading branch information
llaville committed Dec 14, 2022
1 parent ddae820 commit 2bb16fb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ Running on PHP greater or equal than 7.4 for parsing source code in a format PHP
| Stable v5.5.x | Stable v6.5.x |
|:---------------:|:---------------:|
| [![Branch 5.5](https://img.shields.io/badge/branch-5.5-orange)](https://github.com/llaville/php-compatinfo/tree/5.5) | [![Branch 6.5](https://img.shields.io/badge/branch-6.5-orange)](https://github.com/llaville/php-compatinfo/tree/6.5) / [![Master Branch](https://img.shields.io/badge/branch-master-orange)](https://github.com/llaville/php-compatinfo/) |
| [![Minimum PHP Version)](https://img.shields.io/packagist/php-v/bartlett/php-compatinfo/5.5.6)](https://www.php.net/supported-versions.php) | [![Minimum PHP Version)](https://img.shields.io/packagist/php-v/bartlett/php-compatinfo/6.5.0)](https://www.php.net/supported-versions.php) |
| [![Stable Version 5.5](https://img.shields.io/badge/packagist-v5.5.6-blue)](https://packagist.org/packages/bartlett/php-compatinfo) | [![Stable Version 6.5](https://img.shields.io/badge/packagist-v6.5.0-blue)](https://packagist.org/packages/bartlett/php-compatinfo) |
| [![Minimum PHP Version)](https://img.shields.io/packagist/php-v/bartlett/php-compatinfo/5.5.6)](https://www.php.net/supported-versions.php) | [![Minimum PHP Version)](https://img.shields.io/packagist/php-v/bartlett/php-compatinfo/6.5.4)](https://www.php.net/supported-versions.php) |
| [![Stable Version 5.5](https://img.shields.io/badge/packagist-v5.5.6-blue)](https://packagist.org/packages/bartlett/php-compatinfo) | [![Stable Version 6.5](https://img.shields.io/badge/packagist-v6.5.4-blue)](https://packagist.org/packages/bartlett/php-compatinfo) |
| [![License 5.5](https://img.shields.io/packagist/l/bartlett/php-compatinfo)](https://github.com/llaville/php-compatinfo/blob/5.5/LICENSE) | [![License 6.5](https://img.shields.io/packagist/l/bartlett/php-compatinfo)](https://github.com/llaville/php-compatinfo/blob/6.5/LICENSE) |
| [![Documentation 5.5](https://img.shields.io/badge/documentation-v5.5-green)](http://bartlett.laurent-laville.org/php-compatinfo/) | [![Documentation 6.5](https://img.shields.io/badge/documentation-v6.5-green)](https://github.com/llaville/php-compatinfo/tree/6.5/docs) |

Expand Down

0 comments on commit 2bb16fb

Please sign in to comment.