From 07cf3de3ea1cb956d96cf94ac379d53e17782181 Mon Sep 17 00:00:00 2001 From: Mohamed Al Ashaal Date: Wed, 7 Mar 2018 19:44:53 +0200 Subject: [PATCH] updated the repo names --- README.md | 4 ++-- composer.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 650963c..8e05d07 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,7 @@ Using Start with your PHP project is simple. If you're using [Composer](https://getcomposer.org/doc/00-intro.md#installation-nix) (and really, who isn't these days amirite?), you can simply run: ```bash -php composer.phar require RobustaStudio/payfort-start-php +php composer.phar require robustastudio/payfort-start-php ``` .. or add a line to your `composer.json` file: @@ -22,7 +22,7 @@ php composer.phar require RobustaStudio/payfort-start-php ```json { "require": { - "RobustaStudio/payfort-start-php": "*" + "robustastudio/payfort-start-php": "*" } } ``` diff --git a/composer.json b/composer.json index 7f6e954..1afe7fd 100644 --- a/composer.json +++ b/composer.json @@ -1,5 +1,5 @@ { - "name": "RobustaStudio/payfort-start-php", + "name": "robustastudio/payfort-start-php", "description": "Payfort Start makes accepting online payments in the Middle East a piece of cake", "authors": [ {