Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
barryvdh committed May 14, 2018
1 parent 0eae0f2 commit 8105b2a
Showing 1 changed file with 4 additions and 15 deletions.
19 changes: 4 additions & 15 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,23 +11,12 @@ processing library for PHP. This package implements Stripe support for Omnipay.

## Installation

Omnipay is installed via [Composer](http://getcomposer.org/). To install, simply add it
to your `composer.json` file:

```json
{
"require": {
"omnipay/stripe": "~3.0@dev"
}
}
```

> Note: v3 is in development. See the [2.x branch](https://github.com/thephpleague/omnipay-stripe/tree/2.x) for the Omnipay 2.x version.
Omnipay is installed via [Composer](http://getcomposer.org/). To install, simply require `omnipay/omnipay` and `omnipay/stripe` with Composer:

And run composer to update your dependencies:
```
composer require omnipay/omnipay omnipay/stripe
```

$ curl -s http://getcomposer.org/installer | php
$ php composer.phar update

## Basic Usage

Expand Down

0 comments on commit 8105b2a

Please sign in to comment.