Skip to content

Commit 73575e9

Browse files
authored
Merge pull request #3 from matxm/fix_composer_url
Fix composer url
2 parents f7f1646 + 6605a2e commit 73575e9

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ composer installed.
3535
Once composer is installed, execute the following command in your project root to install this library:
3636

3737
```sh
38-
composer require openpay/sdk
38+
composer require matxm/openpay-sdk
3939
```
4040
Finally, be sure to include the autoloader:
4141

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
{
2-
"name": "matxm/openpay/sdk",
2+
"name": "matxm/openpay-sdk",
33
"description": "This is a client implementing the payment services for Openpay at openpay.mx",
44
"type": "library",
55
"minimum-stability": "dev",
66
"license": "Apache-2.0",
7-
"version": "3.0.2",
7+
"version": "3.0.3",
88
"authors": [
99
{
1010
"name": "Openpay",

0 commit comments

Comments
 (0)