Skip to content

Commit

Permalink
Update composer
Browse files Browse the repository at this point in the history
  • Loading branch information
Luis Muñoz Hdez authored and Luis Muñoz Hdez committed Oct 6, 2016
1 parent 591e84c commit 98bf50b
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 8 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
16 changes: 9 additions & 7 deletions composer.json
Original file line number Diff line number Diff line change
@@ -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": "[email protected]",
"homepage": "http://www.wobblecode.com"
}],
"authors": [
{
"name": "Luis Hdez",
"email": "[email protected]",
"homepage": "http://www.instasent.com"
}
],
"require": {
"php": ">=5.4.0"
},
Expand Down

0 comments on commit 98bf50b

Please sign in to comment.