Added cost and tests
This commit is contained in:
parent
fdf5fee3e2
commit
12da3102f9
5 changed files with 150 additions and 0 deletions
23
composer.json
Normal file
23
composer.json
Normal file
|
@ -0,0 +1,23 @@
|
|||
{
|
||||
"name": "joshtronic/php-googleprofanity",
|
||||
"description": "PHP Wrapper for the unofficial Google Profanity API",
|
||||
"version": "1.0.0",
|
||||
"type": "library",
|
||||
"keywords": ["google", "profanity", "api"],
|
||||
"homepage": "https://github.com/joshtronic/php-googleprofanity",
|
||||
"license": "MIT",
|
||||
"authors": [{
|
||||
"name": "Josh Sherman",
|
||||
"email": "josh@gravityblvd.com",
|
||||
"homepage": "http://joshtronic.com"
|
||||
}],
|
||||
"require": {
|
||||
"php": ">=5.3.0"
|
||||
},
|
||||
"require-dev": {
|
||||
"satooshi/php-coveralls": "dev-master"
|
||||
},
|
||||
"autoload": {
|
||||
"psr-4": {"joshtronic\\": "src/"}
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue