diff --git a/README.md b/README.md new file mode 100644 index 0000000..6067449 --- /dev/null +++ b/README.md @@ -0,0 +1,22 @@ +# omnipay-payu-latam +Omnipay Payu-Latam integration for https://www.payulatam.com/ + + +## Implementation + +Add this repository to `composer.json` + +```json +{ + "name": "mono/v5", + "repositories": [ + { + "type": "vcs", + "url": "https://github.com/monosolutions/omnipay-payu-latam" + } + ], + "required": { + "mono/omnipay-payu-latam": "dev-master" + } +} +```