Skip to content
This repository has been archived by the owner on Jun 2, 2022. It is now read-only.

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
pmclain authored Sep 27, 2017
1 parent 81f438e commit c831204
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,15 +24,16 @@ The module can be installed without Composer by downloading the desired
release from https://github.com/pmclain/module-stripe/releases and placing
the contents in `app/code/Pmclain/Stripe/`
The module depends on the Stripe PHP-SDK which should be added to your
project via composer by running `composer require stripe/stripe-php:3.7.0`
project via composer by running `composer require stripe/stripe-php:5.2.0`
With the module files in place and the Stripe SDK installed,
run `bin/magento setup:upgrade`

## Magento Version Requirements
|Release|Magento Version|
|---|---|
|>=0.0.4|2.1.x|
|<=0.0.3|2.0.x|
| Release | Magento Version |
| ------- | --------------- |
| 1.x.x | 2.2.x |
| 1.x.x   | 2.1.x           |
| 0.0.3 | 2.0.x |

## Configuration
The configuration can be found in the Magento 2 admin panel under
Expand Down

0 comments on commit c831204

Please sign in to comment.