|
1 | 1 | # [PHPExif](http://github.com/LycheeOrg/php-exif) |
2 | 2 |
|
3 | 3 | [![GitHub Release][release-shield]](https://github.com/LycheeOrg/php-exif/releases) |
4 | | -[![PHP 8.1 & 8.2][php-shield]](https://github.com/LycheeOrg/php-exif#installation-composer) |
5 | | -[![MIT License][license-shield]](https://github.com/LycheeOrg/php-exif/blob/master/LICENSE) |
6 | | -<br> |
7 | | -[](https://github.com/LycheeOrg/php-exif/actions) |
8 | | -[](https://codecov.io/gh/LycheeOrg/php-exif) |
9 | | -[](https://codeclimate.com/github/LycheeOrg/php-exif/maintainability) |
| 4 | +[![PHP 8.2 & 8.3][php-shield]](https://github.com/LycheeOrg/php-exif#installation-composer) |
| 5 | +[![MIT License][license-shield]](https://github.com/LycheeOrg/php-exif/blob/master/LICENSE) |
| 6 | + |
| 7 | +[![Build Status][build-shield]](https://github.com/LycheeOrg/php-exif/actions/workflows/php.yml) |
| 8 | +[![Coverage Status][coverage-shield]](https://codecov.io/gh/LycheeOrg/php-exif) |
| 9 | +[![Code Climate][climate-shield]](https://codeclimate.com/github/LycheeOrg/php-exif/maintainability) |
10 | 10 |
|
11 | 11 | PHPExif is a library which gives you easy access to the EXIF meta-data of an image or video. |
12 | 12 |
|
@@ -72,5 +72,9 @@ Thank you for your help! |
72 | 72 |
|
73 | 73 |
|
74 | 74 | [release-shield]: https://img.shields.io/github/release-pre/LycheeOrg/php-exif.svg |
75 | | -[php-shield]: https://img.shields.io/badge/PHP-8.1%20|%208.2-blue |
| 75 | +[php-shield]: https://img.shields.io/badge/PHP-8.2%20|%208.3-blue |
76 | 76 | [license-shield]: https://img.shields.io/github/license/LycheeOrg/Lychee.svg |
| 77 | + |
| 78 | +[build-shield]: https://github.com/LycheeOrg/php-exif/actions/workflows/php.yml/badge.svg |
| 79 | +[coverage-shield]: https://codecov.io/gh/LycheeOrg/php-exif/branch/master/graph/badge.svg |
| 80 | +[climate-shield]: https://api.codeclimate.com/v1/badges/f15042d535274f36c5a2/maintainability |
0 commit comments