Skip to content

Commit da9c496

Browse files
authored
Fix badges
1 parent 22573cd commit da9c496

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

README.md

+4-5
Original file line numberDiff line numberDiff line change
@@ -4,15 +4,14 @@ The design of this library is poor and its reason for existing is questionable.
44
time you are likely better served by creating dedicated interfaces within your project.
55

66
DataValues Interfaces is a small PHP library that defines a set of interfaces for parsers,
7-
formatters and validators. It is part of the [DataValues set of libraries](https://github.com/DataValues).
7+
formatters, and validators. It is part of the [DataValues set of libraries](https://github.com/DataValues).
88

9+
[![Build Status](https://img.shields.io/github/actions/workflow/status/DataValues/Interfaces/php.yml?branch=master)](https://github.com/DataValues/Interfaces/actions/workflows/php.yml?query=workflow%3APHP)
910
[![Code Coverage](https://scrutinizer-ci.com/g/DataValues/Interfaces/badges/coverage.png?s=6432d29bf3fed068995e66093ad52e053099a916)](https://scrutinizer-ci.com/g/DataValues/Interfaces/)
10-
[![Scrutinizer Quality Score](https://scrutinizer-ci.com/g/DataValues/Interfaces/badges/quality-score.png?s=da1bb6ea09762d9e3a143e473cdefa712db46804)](https://scrutinizer-ci.com/g/DataValues/Interfaces/)
1111

1212
On [Packagist](https://packagist.org/packages/data-values/interfaces):
13-
[![Latest Stable Version](https://poser.pugx.org/data-values/interfaces/version.png)](https://packagist.org/packages/data-values/interfaces)
14-
[![Download count](https://poser.pugx.org/data-values/interfaces/d/total.png)](https://packagist.org/packages/data-values/interfaces)
15-
13+
[![Latest Stable Version](https://poser.pugx.org/data-values/interfaces/v/stable)](https://packagist.org/packages/data-values/interfaces)
14+
[![Download count](https://poser.pugx.org/data-values/interfaces/downloads)](https://packagist.org/packages/data-values/interfaces)
1615

1716
## Installation
1817

0 commit comments

Comments
 (0)