Bumped copyright, expanded PHP versions
This commit is contained in:
parent
1bff7911fe
commit
7ea1bd219f
4 changed files with 25 additions and 18 deletions
|
@ -1,16 +1,25 @@
|
|||
{
|
||||
"name": "joshtronic/php-projecthoneypot",
|
||||
"name": "joshtronic/php-projecthoneypot",
|
||||
"description": "PHP Wrapper for Project Honey Pot",
|
||||
"version": "1.0.0",
|
||||
"type": "library",
|
||||
"keywords": ["project", "honey", "pot", "api", "spam", "spammer"],
|
||||
"homepage": "https://github.com/joshtronic/php-projecthoneypot",
|
||||
"license": "MIT",
|
||||
"authors": [{
|
||||
"name": "Josh Sherman",
|
||||
"email": "hello@joshtronic.com",
|
||||
"homepage": "http://joshtronic.com"
|
||||
}],
|
||||
"version": "1.0.1",
|
||||
"type": "library",
|
||||
"keywords": [
|
||||
"project",
|
||||
"honey",
|
||||
"pot",
|
||||
"api",
|
||||
"spam",
|
||||
"spammer"
|
||||
],
|
||||
"homepage": "https://github.com/joshtronic/php-projecthoneypot",
|
||||
"license": "MIT",
|
||||
"authors": [
|
||||
{
|
||||
"name": "Josh Sherman",
|
||||
"email": "hello@joshtronic.com",
|
||||
"homepage": "https://joshtronic.com"
|
||||
}
|
||||
],
|
||||
"require-dev": {
|
||||
"php": ">=5.3.0"
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue