Bumped copyright, expanded PHP versions
This commit is contained in:
parent
1bff7911fe
commit
7ea1bd219f
4 changed files with 25 additions and 18 deletions
|
@ -5,12 +5,10 @@ php:
|
|||
- 5.4
|
||||
- 5.5
|
||||
- 5.6
|
||||
- 7.0
|
||||
- 7.1
|
||||
- 7.2
|
||||
- hhvm
|
||||
- hhvm-nightly
|
||||
|
||||
matrix:
|
||||
allow_failures:
|
||||
- php: hhvm-nightly
|
||||
|
||||
install:
|
||||
- composer install
|
||||
|
|
2
LICENSE
2
LICENSE
|
@ -1,6 +1,6 @@
|
|||
The MIT License (MIT)
|
||||
|
||||
Copyright (c) 2012-2014 Josh Sherman
|
||||
Copyright (c) 2012, 2013, 2014, 2015, 2016, 2017, 2018 Josh Sherman
|
||||
|
||||
Permission is hereby granted, free of charge, to any person obtaining a copy of
|
||||
this software and associated documentation files (the "Software"), to deal in
|
||||
|
|
|
@ -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"
|
||||
},
|
||||
|
|
|
@ -9,7 +9,7 @@
|
|||
* Redistribution of these files must retain the above copyright notice.
|
||||
*
|
||||
* @author Josh Sherman <hello@joshtronic.com>
|
||||
* @copyright Copyright 2012-2015, Josh Sherman
|
||||
* @copyright Copyright 2012, 2013, 2014, 2015, 2016, 2017, 2018 Josh Sherman
|
||||
* @license http://www.opensource.org/licenses/mit-license.html
|
||||
* @link https://github.com/joshtronic/php-projecthoneypot
|
||||
* @link http://www.projecthoneypot.org/httpbl_configure.php
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue