|
2 | 2 |
|
3 | 3 | **Core components for the Omnipay PHP payment processing library**
|
4 | 4 |
|
| 5 | +[](https://github.com/thephpleague/omnipay-common/actions/workflows/phpunit.yml) |
5 | 6 | [![Latest Version on Packagist][ico-version]][link-packagist]
|
6 | 7 | [![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] |
10 | 8 | [![Total Downloads][ico-downloads]][link-downloads]
|
11 | 9 |
|
12 | 10 | [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
|
43 | 41 |
|
44 | 42 | The MIT License (MIT). Please see [License File](LICENSE.md) for more information.
|
45 | 43 |
|
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 |
52 | 48 |
|
53 | 49 | [link-packagist]: https://packagist.org/packages/omnipay/common
|
54 | 50 | [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 |
57 | 51 | [link-downloads]: https://packagist.org/packages/omnipay/common
|
58 | 52 | [link-contributors]: ../../contributors
|
0 commit comments