Skip to content

Commit 3d072f3

Browse files
committed
Update README badges
1 parent 8c638f7 commit 3d072f3

1 file changed

Lines changed: 10 additions & 6 deletions

File tree

README.md

Lines changed: 10 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,17 @@
11
# filter-php
22
A filtering implementation for verifying correct data and performing typical modifications to data.
33

4-
[![Build Status](http://img.shields.io/travis/traderinteractive/filter-php.svg?style=flat)](https://travis-ci.org/traderinteractive/filter-php)
5-
[![Scrutinizer Code Quality](http://img.shields.io/scrutinizer/g/traderinteractive/filter-php.svg?style=flat)](https://scrutinizer-ci.com/g/traderinteractive/filter-php/)
6-
[![Code Coverage](http://img.shields.io/coveralls/traderinteractive/filter-php.svg?style=flat)](https://coveralls.io/r/traderinteractive/filter-php)
4+
[![Build Status](https://travis-ci.org/traderinteractive/filter-php.svg?branch=master)](https://travis-ci.org/traderinteractive/filter-php)
5+
[![Scrutinizer Code Quality](https://scrutinizer-ci.com/g/traderinteractive/filter-php/badges/quality-score.png?b=master)](https://scrutinizer-ci.com/g/traderinteractive/filter-php/?branch=master)
6+
[![Coverage Status](https://coveralls.io/repos/github/traderinteractive/filter-php/badge.svg?branch=master)](https://coveralls.io/github/traderinteractive/filter-php?branch=master)
77

8-
[![Latest Stable Version](http://img.shields.io/packagist/v/traderinteractive/filter.svg?style=flat)](https://packagist.org/packages/traderinteractive/filter)
9-
[![Total Downloads](http://img.shields.io/packagist/dt/traderinteractive/filter.svg?style=flat)](https://packagist.org/packages/traderinteractive/filter)
10-
[![License](http://img.shields.io/packagist/l/traderinteractive/filter.svg?style=flat)](https://packagist.org/packages/traderinteractive/filter)
8+
[![Latest Stable Version](https://poser.pugx.org/traderinteractive/filter/v/stable)](https://packagist.org/packages/traderinteractive/filter)
9+
[![Latest Unstable Version](https://poser.pugx.org/traderinteractive/filter/v/unstable)](https://packagist.org/packages/traderinteractive/filter)
10+
[![License](https://poser.pugx.org/traderinteractive/filter/license)](https://packagist.org/packages/traderinteractive/filter)
11+
12+
[![Total Downloads](https://poser.pugx.org/traderinteractive/filter/downloads)](https://packagist.org/packages/traderinteractive/filter)
13+
[![Daily Downloads](https://poser.pugx.org/traderinteractive/filter/d/daily)](https://packagist.org/packages/traderinteractive/filter)
14+
[![Monthly Downloads](https://poser.pugx.org/traderinteractive/filter/d/monthly)](https://packagist.org/packages/traderinteractive/filter)
1115

1216
## Features
1317
* Compact, readable specification

0 commit comments

Comments
 (0)