diff --git a/README.md b/README.md index 8c44582..745db1e 100644 --- a/README.md +++ b/README.md @@ -45,4 +45,4 @@ SMS Counter (PHP) is released under the [MIT License](LICENSE-MIT.md) ###Mentions * Original idea : [danxexe/sms-counter](https://github.com/danxexe/sms-counter) -* Fork Idea from: [acpmasquerade/sms-counter-php](https://github.com/acpmasquerade/sms-counter-php) Is Buggy! +* Fork Idea from: [acpmasquerade/sms-counter-php](https://github.com/acpmasquerade/sms-counter-php) diff --git a/composer.json b/composer.json index b98c710..e7bac5b 100644 --- a/composer.json +++ b/composer.json @@ -1,15 +1,17 @@ { - "name": "wobblecode/sms-counter-php", + "name": "instasent/sms-counter-php", "type": "library", "description": "SMS Counter PHP Class Library which detects encoding of an SMS message text, counts the characters as per the encoding and gives page limit information.", "keywords": ["SMS", "counter", "GSM", "Unicode", "Mobile"], - "homepage": "http://github.com/wobblecode/sms-counter-php", + "homepage": "http://github.com/instasent/sms-counter-php", "license": "MIT", - "authors": [{ - "name": "Luis Hdez", - "email": "luis.munoz.hdez@gmail.com", - "homepage": "http://www.wobblecode.com" - }], + "authors": [ + { + "name": "Luis Hdez", + "email": "luis.munoz.hdez@gmail.com", + "homepage": "http://www.instasent.com" + } + ], "require": { "php": ">=5.4.0" },