Skip to content

Commit

Permalink
Magento 2.3 compatibility (#130)
Browse files Browse the repository at this point in the history
Changing the framework version to "~102.0.0" makes Razorpay compatible with Magento. 
This resolves issue #123 & #125
  • Loading branch information
seherkdc authored and ccrims0n committed Mar 28, 2019
1 parent 57d619f commit 1174df1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"description": "Razorpay Magento 2.0 plugin for accepting payments.",
"require": {
"php": "~5.5.0|~5.6.0|^7.0",
"magento/framework": "~100.0||~101.0",
"magento/framework": "~102.0.0",
"razorpay/razorpay": "2.*"
},
"keywords": [
Expand Down

0 comments on commit 1174df1

Please sign in to comment.