From 4ddd88f03addae50e6cb03e2b6437dc56d6bbc60 Mon Sep 17 00:00:00 2001 From: Patrick Kosterman Date: Mon, 18 Nov 2024 14:35:58 +0100 Subject: [PATCH] Updated readme and composer package name. --- README.md | 18 +++++++++--------- composer.json | 2 +- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index 5582afb..09b49b2 100644 --- a/README.md +++ b/README.md @@ -25,7 +25,7 @@ The Efty Pay production URLs: - PHP 7.0 or higher - PECL - Composer -- Efty Pay access credentials; please contact [ask@efty.com](ask@efty.com) to obtain early access. +- Efty Pay API access credentials; please contact [ask@efty.com](ask@efty.com) to obtain early access. ## Getting started @@ -55,12 +55,12 @@ Open your `composer.json` file in your preferred text editor and add in the belo "repositories": [ { "type": "git", - "url": "https://github.com/efty-b-v/efty-pay-php-sdk" - } - ] - "require": { - "efty-b-v/efty-pay-php-sdk": "v1.0.0" + "url": "https://github.com/eftybv/efty-pay-php-sdk" } + ], + "require": { + "eftybv/efty-pay-php-sdk": "v1.0.0" + } } ``` @@ -124,9 +124,9 @@ Injecting the token in the function context: You can now use the SDK in your project. For our quickstart and examples, please visit our [Efty Pay PHP Quickstart repository](https://github.com/eftybv/efty-pay-php-quickstart). ### Troubleshooting & Support - - If you encounter any issues, ensure that the package name is correctly specified. - - You can also specify a version constraint (e.g., "^1.0" or "dev-main") if you need a specific version of the SDK. It's strongly recommended to always use the latest version. - - If you run into any other issues, contact us at [ask@efty.com](ask@efty.com). +- If you encounter any issues, ensure that the package name is correctly specified. +- You can also specify a version constraint (e.g., "^1.0" or "dev-main") if you need a specific version of the SDK. It's strongly recommended to always use the latest version. +- If you run into any other issues, contact us at [ask@efty.com](ask@efty.com). ## API resource documentation The Efty Pay API resource documentation can be found at [https://docs.eftypay.com](https://docs.eftypay.com) diff --git a/composer.json b/composer.json index 4d4ffec..cc720f9 100644 --- a/composer.json +++ b/composer.json @@ -1,5 +1,5 @@ { - "name": "efty-b-v/efty-pay-php-sdk", + "name": "eftybv/efty-pay-php-sdk", "description": "Efty Pay PHP SDK", "type": "library", "license": "MIT",