Skip to content

Commit 75ac280

Browse files
authored
Merge pull request #149 from reedy/patch-4
README.md: Fixup packagist icons
2 parents ca3222a + 9d52bc9 commit 75ac280

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
[![Build Status](https://github.com/wmde/Diff/actions/workflows/push.yaml/badge.svg?branch=master)](https://github.com/wmde/Diff/actions/workflows/push.yaml)
44
[![Code Coverage](https://scrutinizer-ci.com/g/wmde/Diff/badges/coverage.png?s=6ef6a74a92b7efc6e26470bb209293125f70731e)](https://scrutinizer-ci.com/g/wmde/Diff/)
55
[![Scrutinizer Quality Score](https://scrutinizer-ci.com/g/wmde/Diff/badges/quality-score.png?s=d75d876247594bb4088159574cedf7bd648b9db2)](https://scrutinizer-ci.com/g/wmde/Diff/)
6-
[![Latest Stable Version](https://poser.pugx.org/diff/diff/version.png)](https://packagist.org/packages/diff/diff)
7-
[![Download count](https://poser.pugx.org/diff/diff/d/total.png)](https://packagist.org/packages/diff/diff)
6+
[![Packagist Version](https://img.shields.io/packagist/v/diff/diff?label=Version)](https://packagist.org/packages/diff/diff)
7+
[![Packagist Downloads](https://img.shields.io/packagist/dt/diff/diff?label=Downloads)](https://packagist.org/packages/diff/diff)
88

99
**Diff** is a small standalone PHP library for representing differences between data
1010
structures, computing such differences, and applying them as patches. It is extremely

0 commit comments

Comments
 (0)