Skip to content

Commit a7b3836

Browse files
committed
Merge pull request #332 from ReadmeCritic/master
Update README URLs based on HTTP redirects
2 parents f9adfc1 + 01a68c6 commit a7b3836

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

100755100644
Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
**An easy to use, consistent payment processing library for PHP 5.3+**
44

55
[![Build Status](https://travis-ci.org/thephpleague/omnipay-common.png?branch=master)](https://travis-ci.org/thephpleague/omnipay-common)
6-
[![Latest Stable Version](https://poser.pugx.org/omnipay/omnipay/version.png)](https://packagist.org/packages/omnipay/omnipay)
7-
[![Total Downloads](https://poser.pugx.org/omnipay/omnipay/d/total.png)](https://packagist.org/packages/omnipay/omnipay)
6+
[![Latest Stable Version](https://poser.pugx.org/omnipay/omnipay/version)](https://packagist.org/packages/omnipay/omnipay)
7+
[![Total Downloads](https://poser.pugx.org/omnipay/omnipay/d/total)](https://packagist.org/packages/omnipay/omnipay)
88

99
Omnipay is a payment processing library for PHP. It has been designed based on
1010
ideas from [Active Merchant](http://activemerchant.org/), plus experience implementing
@@ -78,7 +78,7 @@ and code style used in other Omnipay gateways.
7878

7979
## Installation
8080

81-
Omnipay is installed via [Composer](http://getcomposer.org/). For most uses, you will need to require an individual gateway:
81+
Omnipay is installed via [Composer](https://getcomposer.org/). For most uses, you will need to require an individual gateway:
8282

8383
```
8484
composer require omnipay/paypal:~2.0
@@ -116,7 +116,7 @@ Gateway | Composer Package | Maintainer
116116
[Coinbase](https://github.com/thephpleague/omnipay-coinbase) | omnipay/coinbase | [Kayla Daniels](https://github.com/kayladnls)
117117
[Creditcall](https://github.com/meebio/omnipay-creditcall) | meebio/omnipay-creditcall | [John Jablonski](https://github.com/jan-j)
118118
[Cybersource](https://github.com/dioscouri/omnipay-cybersource) | dioscouri/omnipay-cybersource | [Dioscouri Design](https://github.com/dioscouri)
119-
[Cybersource SOAP](https://github.com/DABSquared/omnipay-cybersource-soap) | dabsquared/omnipay-cybersource-soap | [DABSquared](https://github.com/DABSquared)
119+
[Cybersource SOAP](https://github.com/Klinche/omnipay-cybersource-soap) | dabsquared/omnipay-cybersource-soap | [DABSquared](https://github.com/DABSquared)
120120
[DataCash](https://github.com/coatesap/omnipay-datacash) | coatesap/omnipay-datacash | [Andrew Coates](https://github.com/coatesap)
121121
[Dummy](https://github.com/thephpleague/omnipay-dummy) | omnipay/dummy | [Kayla Daniels](https://github.com/kayladnls)
122122
[ecoPayz](https://github.com/dercoder/omnipay-ecopayz) | dercoder/omnipay-ecopayz | [Alexander Fedra](https://github.com/dercoder)

0 commit comments

Comments
 (0)