From 175989fa0a6b2ced75605c82904fdad95117f0a8 Mon Sep 17 00:00:00 2001 From: Mujib Azizi Date: Tue, 24 Feb 2015 14:37:24 +0100 Subject: [PATCH] Update Readme.md and composer.json --- README.md | 22 +++++----------------- composer.json | 11 +++++------ 2 files changed, 10 insertions(+), 23 deletions(-) diff --git a/README.md b/README.md index 1081c3c..a25dcdd 100644 --- a/README.md +++ b/README.md @@ -2,30 +2,18 @@ **Adyen driver for the Omnipay PHP payment processing library** -[![Build Status](https://travis-ci.org/PeoplePerHour/omnipay-adyen.png?branch=master)](https://travis-ci.org/PeoplePerHour/omnipay-adyen) -[![Latest Stable Version](https://poser.pugx.org/PeoplePerHour/omnipay-adyen/version.png)](https://packagist.org/packages/PeoplePerHour/omnipay-adyen) -[![Total Downloads](https://poser.pugx.org/PeoplePerHour/omnipay-adyen/d/total.png)](https://packagist.org/packages/PeoplePerHour/omnipay-adyen) +[![Build Status](https://travis-ci.org/MujibAzizi/omnipay-adyen.svg)](https://travis-ci.org/MujibAzizi/omnipay-adyen) [Omnipay](https://github.com/omnipay/omnipay) is a framework agnostic, multi-gateway payment processing library for PHP 5.3+. This package implements Adyen support for Omnipay. ## Installation -Omnipay is installed via [Composer](http://getcomposer.org/). To install, simply add it -to your `composer.json` file: +Omnipay is installed via [Composer](http://getcomposer.org/). To install, simply run -```json -{ - "require": { - "PeoplePerHour/omnipay-adyen": "~2.0" - } -} ``` - -And run composer to update your dependencies: - - $ curl -s http://getcomposer.org/installer | php - $ php composer.phar update +composer require nilvola/omnipay-adyen +``` ## Basic Usage @@ -46,5 +34,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/PeoplePerHour/omnipay-adyen/issues), +If you believe you have found a bug, please report it using the [GitHub issue tracker](https://github.com/MujibAzizi/omnipay-adyen/issues), or better yet, fork the library and submit a pull request. diff --git a/composer.json b/composer.json index 52a115f..9e8d8e1 100644 --- a/composer.json +++ b/composer.json @@ -10,9 +10,13 @@ "pay", "payment" ], - "homepage": "https://github.com/PeoplePerHour/omnipay-adyen", + "homepage": "https://github.com/MujibAzizi/omnipay-adyen", "license": "MIT", "authors": [ + { + "name": "Mujib Azizi", + "email" : "mujib@nilvola.nl" + }, { "name": "Adrian Macneil", "email": "adrian@adrianmacneil.com" @@ -34,10 +38,5 @@ }, "require-dev": { "omnipay/tests": "~2.0" - }, - "extra": { - "branch-alias": { - "dev-master": "2.0.x-dev" - } } }