Skip to content

Commit

Permalink
working on cashier docs
Browse files Browse the repository at this point in the history
  • Loading branch information
taylorotwell committed Mar 13, 2015
1 parent 117fb14 commit 7e8d7a8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion billing.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,8 @@ Laravel Cashier provides an expressive, fluent interface to [Stripe's](https://s

First, add the Cashier package to your `composer.json` file:

"laravel/cashier": "~3.0"
"laravel/cashier": "~4.0" (For Stripe APIs on 2015-02-18 version and later)
"laravel/cashier": "~3.0" (For Stripe APIs up to and including 2015-02-16 version)

#### Service Provider

Expand Down

0 comments on commit 7e8d7a8

Please sign in to comment.