Bumped copyright, expanded PHP versions

This commit is contained in:
Josh Sherman 2018-01-09 00:15:18 -06:00
parent 1bff7911fe
commit 7ea1bd219f
No known key found for this signature in database
GPG key ID: 55B058A80530EF22
4 changed files with 25 additions and 18 deletions

View file

@ -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"
},