diff --git a/README.md b/README.md index 919b7a32..5c6f4127 100644 --- a/README.md +++ b/README.md @@ -2,11 +2,11 @@ **Core components for the Omnipay PHP payment processing library** -[![Build Status](https://travis-ci.org/omnipay/common.png?branch=master)](https://travis-ci.org/omnipay/common) +[![Build Status](https://travis-ci.org/thephpleague/omnipay-common.png?branch=master)](https://travis-ci.org/thephpleague/omnipay-common) [![Latest Stable Version](https://poser.pugx.org/omnipay/common/version.png)](https://packagist.org/packages/omnipay/common) [![Total Downloads](https://poser.pugx.org/omnipay/common/d/total.png)](https://packagist.org/packages/omnipay/common) -[Omnipay](https://github.com/omnipay/omnipay) is a framework agnostic, multi-gateway payment +[Omnipay](https://github.com/thephpleague/omnipay) is a framework agnostic, multi-gateway payment processing library for PHP 5.3+. This package implements common classes required by Omnipay. ## Support @@ -19,5 +19,5 @@ If you want to keep up to date with release anouncements, discuss ideas for the or ask more detailed questions, there is also a [mailing list](https://groups.google.com/forum/#!forum/omnipay) which you can subscribe to. -If you believe you have found a bug, please report it using the [GitHub issue tracker](https://github.com/omnipay/common/issues), +If you believe you have found a bug, please report it using the [GitHub issue tracker](https://github.com/thephpleague/omnipay-common/issues), or better yet, fork the library and submit a pull request. diff --git a/composer.json b/composer.json index 7b2dd6bf..980a28eb 100644 --- a/composer.json +++ b/composer.json @@ -10,7 +10,7 @@ "payment", "purchase" ], - "homepage": "https://github.com/omnipay/common", + "homepage": "https://github.com/thephpleague/omnipay-common", "license": "MIT", "authors": [ { @@ -19,7 +19,7 @@ }, { "name": "Omnipay Contributors", - "homepage": "https://github.com/omnipay/common/contributors" + "homepage": "https://github.com/thephpleague/omnipay-common/contributors" } ], "autoload": {