Skip to content

Update readme and composer.json #1

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Mar 6, 2014
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@

**Alipay driver for the Omnipay PHP payment processing library**

[![Build Status](https://travis-ci.org/lokielse/alipay-omnipay.png?branch=master)](https://travis-ci.org/lokielse/alipay-omnipay)
[![Latest Stable Version](https://poser.pugx.org/omnipay/alipay/version.png)](https://packagist.org/packages/omnipay/alipay)
[![Total Downloads](https://poser.pugx.org/omnipay/alipay/d/total.png)](https://packagist.org/packages/omnipay/alipay)
[![Build Status](https://travis-ci.org/lokielse/omnipay-alipay.png?branch=master)](https://travis-ci.org/lokielse/omnipay-alipay)
[![Latest Stable Version](https://poser.pugx.org/lokielse/omnipay-alipay/version.png)](https://packagist.org/packages/lokielse/omnipay-alipay)
[![Total Downloads](https://poser.pugx.org/lokielse/omnipay-alipay/d/total.png)](https://packagist.org/packages/lokielse/omnipay-alipay)

[Omnipay](https://github.com/omnipay/omnipay) is a framework agnostic, multi-gateway payment
processing library for PHP 5.3+. This package implements Alipay support for Omnipay.
Expand All @@ -17,7 +17,7 @@ to your `composer.json` file:
```json
{
"require": {
"omnipay/alipay": "~2.0"
"lokielse/omnipay-alipay": "~2.0"
}
}
```
Expand Down Expand Up @@ -52,5 +52,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/Alipay/issues),
If you believe you have found a bug, please report it using the [GitHub issue tracker](https://github.com/lokielse/omnipay-alipay/issues),
or better yet, fork the library and submit a pull request.
19 changes: 5 additions & 14 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,26 +1,22 @@
{
"name": "omnipay/alipay",
"name": "lokielse/omnipay-alipay",
"type": "library",
"description": "Alipay gateway for Omnipay payment processing library",
"keywords": [
"alipay",
"gateway",
"merchant",
"omnipay",
"pay",
"payment",
"alipay",
"purchase"
],
"homepage": "https://github.com/lokielse/alipay-omnipay",
"homepage": "https://github.com/lokielse/omnipay-alipay",
"license": "MIT",
"authors": [
{
"name": "Adrian Macneil",
"email": "adrian@adrianmacneil.com"
},
{
"name": "Omnipay Contributors",
"homepage": "https://github.com/omnipay/alipay/contributors"
"name": "Loki Else",
"email": "lokielse@gmail.com"
}
],
"autoload": {
Expand All @@ -31,10 +27,5 @@
},
"require-dev": {
"omnipay/tests": "~2.0"
},
"extra": {
"branch-alias": {
"dev-master": "2.0.x-dev"
}
}
}