-
Notifications
You must be signed in to change notification settings - Fork 29
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Luis Muñoz Hdez
authored and
Luis Muñoz Hdez
committed
Oct 6, 2016
1 parent
591e84c
commit 98bf50b
Showing
2 changed files
with
10 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" | ||
}, | ||
|