Skip to content

Commit f9bc07a

Browse files
authored
Update readme (#70)
1 parent 33701fb commit f9bc07a

File tree

1 file changed

+11
-7
lines changed

1 file changed

+11
-7
lines changed

README.md

Lines changed: 11 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
# [PHPExif](http://github.com/LycheeOrg/php-exif)
22

33
[![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-
[![Build Status](https://github.com/LycheeOrg/php-exif/workflows/Tests/badge.svg)](https://github.com/LycheeOrg/php-exif/actions)
8-
[![Coverage Status](https://codecov.io/gh/LycheeOrg/php-exif/branch/master/graph/badge.svg)](https://codecov.io/gh/LycheeOrg/php-exif)
9-
[![Code Climate](https://api.codeclimate.com/v1/badges/f15042d535274f36c5a2/maintainability)](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)
1010

1111
PHPExif is a library which gives you easy access to the EXIF meta-data of an image or video.
1212

@@ -72,5 +72,9 @@ Thank you for your help!
7272

7373

7474
[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
7676
[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

Comments
 (0)