-
Notifications
You must be signed in to change notification settings - Fork 20
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
Cannot install with laravel cashier #2
Comments
Hey, Daniel! Thanks for checking this package out - I definitely want to make sure that it's compatible with Cashier (as the app I've been testing this on is just straight e-commerce without subscriptions.) I did a bit of research and I don't think I'm doing anything currently that requires stripe-php ^6.0 - that said, I also don't want to knock down the dependency version and then lock out anyone who is using the newest version of that package. Let me do a bit of research and figure out the best way to handle, and I'll get back to you a little later today :) |
Awesome thanks! It looks great btw, really exciting to start using this on projects! :) |
Thank you! I'm pumped to be working on it - when I get it Cashier-compatible, please let me know what you think and/or if there are any features we can build to make it more useful for you! |
Okay, this should be fixed in v0.2.1. I just installed on a Cashier project, and it appears to be working just fine. Thanks for bringing it to my attention, and please let me know if you have any further problems! |
Hi,
I cant install the package as it requires stripe/stripe-php ^6.12 while laravel cashier only supports ^5.0.
Is there a specific reason for needing the newer stripe version?
Thanks
Daniel
The text was updated successfully, but these errors were encountered: