Skip to content

Commit

Permalink
Fixing README badges
Browse files Browse the repository at this point in the history
  • Loading branch information
bacinsky committed Mar 20, 2019
1 parent fcefd2b commit fcfb923
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions README.md
Expand Up @@ -3,11 +3,11 @@
Slightly better PHP exceptions.

[![Build Status](https://secure.travis-ci.org/webino/Exceptions.png?branch=master)](http://travis-ci.org/webino/Exceptions "Master Build Status")
[![Coverage Status](https://coveralls.io/repos/webino/Exceptions/badge.png?branch=master)](https://coveralls.io/r/webino/Exceptions?branch=master "Master Coverage Status")
[![Coverage Status](https://coveralls.io/repos/github/webino/Exceptions/badge.png?branch=master)](https://coveralls.io/github/webino/Exceptions?branch=master "Master Coverage Status")
[![Code Quality](https://scrutinizer-ci.com/g/webino/Exceptions/badges/quality-score.png?b=master)](https://scrutinizer-ci.com/g/webino/Exceptions/?branch=master "Master Code Quality")
[![Latest Stable Version](https://poser.pugx.org/webino/exceptions/v/stable.svg)](https://packagist.org/packages/webino/exceptions)
[![Latest Stable Version](https://poser.pugx.org/webino/exceptions/v/stable)](https://packagist.org/packages/webino/exceptions)
[![Total Downloads](https://poser.pugx.org/webino/exceptions/downloads)](https://packagist.org/packages/webino/exceptions)
[![License](https://poser.pugx.org/webino/exceptions/license.svg)](https://packagist.org/packages/webino/exceptions)
[![License](https://poser.pugx.org/webino/exceptions/license)](https://packagist.org/packages/webino/exceptions)
___

## Quick Use
Expand Down Expand Up @@ -36,9 +36,9 @@ composer require webino\exceptions
## Development

[![Build Status](https://secure.travis-ci.org/webino/Exceptions.png?branch=develop)](http://travis-ci.org/webino/Exceptions "Develop Build Status")
[![Coverage Status](https://coveralls.io/repos/webino/Exceptions/badge.png?branch=develop)](https://coveralls.io/r/webino/Exceptions?branch=develop "Develop Coverage Status")
[![Coverage Status](https://coveralls.io/repos/github/webino/Exceptions/badge.png?branch=develop)](https://coveralls.io/github/webino/Exceptions?branch=develop "Develop Coverage Status")
[![Code Quality](https://scrutinizer-ci.com/g/webino/Exceptions/badges/quality-score.png?b=develop)](https://scrutinizer-ci.com/g/webino/Exceptions/?branch=develop "Develop Code Quality")
[![Latest Unstable Version](https://poser.pugx.org/webino/exceptions/v/unstable.svg)](https://packagist.org/packages/webino/exceptions)
[![Latest Unstable Version](https://poser.pugx.org/webino/exceptions/v/unstable)](https://packagist.org/packages/webino/exceptions)
___

Static analysis:
Expand Down

0 comments on commit fcfb923

Please sign in to comment.