Skip to content

Commit 7e8d7a8

Browse files
committed
working on cashier docs
1 parent 117fb14 commit 7e8d7a8

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

billing.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,8 @@ Laravel Cashier provides an expressive, fluent interface to [Stripe's](https://s
2626

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

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

3132
#### Service Provider
3233

0 commit comments

Comments
 (0)