Skip to content

Commit

Permalink
[magento 2.2] Added support for 2.2 (#99)
Browse files Browse the repository at this point in the history
  • Loading branch information
mayankamencherla authored Nov 20, 2017
1 parent 3f20084 commit 17efd38
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
"name": "razorpay/magento",
"description": "Razorpay Magento 2.0 plugin for accepting payments.",
"require": {
"php": "~5.5.0|~5.6.0|~7.0.0",
"magento/framework": "100.*",
"php": "~5.5.0|~5.6.0|^7.0",
"magento/framework": "~100.0||~101.0",
"razorpay/razorpay": "2.*"
},
"keywords": [
Expand Down

0 comments on commit 17efd38

Please sign in to comment.