We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents f7f1646 + 6605a2e commit 73575e9Copy full SHA for 73575e9
2 files changed
README.md
@@ -35,7 +35,7 @@ composer installed.
35
Once composer is installed, execute the following command in your project root to install this library:
36
37
```sh
38
-composer require openpay/sdk
+composer require matxm/openpay-sdk
39
```
40
Finally, be sure to include the autoloader:
41
composer.json
@@ -1,10 +1,10 @@
1
{
2
- "name": "matxm/openpay/sdk",
+ "name": "matxm/openpay-sdk",
3
"description": "This is a client implementing the payment services for Openpay at openpay.mx",
4
"type": "library",
5
"minimum-stability": "dev",
6
"license": "Apache-2.0",
7
- "version": "3.0.2",
+ "version": "3.0.3",
8
"authors": [
9
10
"name": "Openpay",
0 commit comments