Skip to content

Commit

Permalink
fix php version requirement
Browse files Browse the repository at this point in the history
  • Loading branch information
it-all committed Apr 26, 2020
1 parent 9879010 commit 691c3dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
This uses an array of your [Stripe](https://stripe.com) subscription plans to generate the HTML and JavaScript necessary to redirect your site visitors to the Stripe checkout upon plan selection. It also receives and displays success, cancellation, and error messages.

## Requirements
PHP 7.1+ ([Nullable Types](https://www.php.net/manual/en/migration71.new-features.php#migration71.new-features.nullable-types))
PHP 7.0+ (Type Hinting)
[vlucas/phpdotenv](https://github.com/vlucas/phpdotenv) 4.1+

## Usage
Expand Down

0 comments on commit 691c3dc

Please sign in to comment.