Skip to content

Commit e52606a

Browse files
authored
Update README.md
1 parent 1f60090 commit e52606a

File tree

1 file changed

+5
-11
lines changed

1 file changed

+5
-11
lines changed

README.md

Lines changed: 5 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,9 @@
22

33
**Core components for the Omnipay PHP payment processing library**
44

5+
[![PHPUnit tests](https://github.com/thephpleague/omnipay-common/actions/workflows/phpunit.yml/badge.svg)](https://github.com/thephpleague/omnipay-common/actions/workflows/phpunit.yml)
56
[![Latest Version on Packagist][ico-version]][link-packagist]
67
[![Software License][ico-license]](LICENSE.md)
7-
[![Build Status][ico-travis]][link-travis]
8-
[![Coverage Status][ico-scrutinizer]][link-scrutinizer]
9-
[![Quality Score][ico-code-quality]][link-code-quality]
108
[![Total Downloads][ico-downloads]][link-downloads]
119

1210
[Omnipay](https://github.com/thephpleague/omnipay) is a framework agnostic, multi-gateway payment
@@ -43,16 +41,12 @@ If you discover any security related issues, please email [email protected] ins
4341

4442
The MIT License (MIT). Please see [License File](LICENSE.md) for more information.
4543

46-
[ico-version]: https://img.shields.io/packagist/v/omnipay/common.svg?style=flat-square
47-
[ico-license]: https://img.shields.io/badge/license-MIT-brightgreen.svg?style=flat-square
48-
[ico-travis]: https://img.shields.io/travis/thephpleague/omnipay-common/master.svg?style=flat-square
49-
[ico-scrutinizer]: https://img.shields.io/scrutinizer/coverage/g/thephpleague/omnipay-common.svg?style=flat-square
50-
[ico-code-quality]: https://img.shields.io/scrutinizer/g/thephpleague/omnipay-common.svg?style=flat-square
51-
[ico-downloads]: https://img.shields.io/packagist/dt/omnipay/common.svg?style=flat-square
44+
[ico-version]: https://img.shields.io/packagist/v/omnipay/common.svg?style=flat
45+
[ico-license]: https://img.shields.io/badge/license-MIT-brightgreen.svg?style=flat
46+
[ico-build]: https://img.shields.io/travis/thephpleague/omnipay-common/master.svg?style=flat
47+
[ico-downloads]: https://img.shields.io/packagist/dt/omnipay/common.svg?style=flat
5248

5349
[link-packagist]: https://packagist.org/packages/omnipay/common
5450
[link-travis]: https://travis-ci.org/thephpleague/omnipay-common
55-
[link-scrutinizer]: https://scrutinizer-ci.com/g/thephpleague/omnipay-common/code-structure
56-
[link-code-quality]: https://scrutinizer-ci.com/g/thephpleague/omnipay-common
5751
[link-downloads]: https://packagist.org/packages/omnipay/common
5852
[link-contributors]: ../../contributors

0 commit comments

Comments
 (0)