Bumped copyright, expanded PHP versions

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

View file

@ -5,12 +5,10 @@ php:
- 5.4 - 5.4
- 5.5 - 5.5
- 5.6 - 5.6
- 7.0
- 7.1
- 7.2
- hhvm - hhvm
- hhvm-nightly
matrix:
allow_failures:
- php: hhvm-nightly
install: install:
- composer install - composer install

View file

@ -1,6 +1,6 @@
The MIT License (MIT) 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 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 this software and associated documentation files (the "Software"), to deal in

View file

@ -1,16 +1,25 @@
{ {
"name": "joshtronic/php-projecthoneypot", "name": "joshtronic/php-projecthoneypot",
"description": "PHP Wrapper for Project Honey Pot", "description": "PHP Wrapper for Project Honey Pot",
"version": "1.0.0", "version": "1.0.1",
"type": "library", "type": "library",
"keywords": ["project", "honey", "pot", "api", "spam", "spammer"], "keywords": [
"homepage": "https://github.com/joshtronic/php-projecthoneypot", "project",
"license": "MIT", "honey",
"authors": [{ "pot",
"name": "Josh Sherman", "api",
"email": "hello@joshtronic.com", "spam",
"homepage": "http://joshtronic.com" "spammer"
}], ],
"homepage": "https://github.com/joshtronic/php-projecthoneypot",
"license": "MIT",
"authors": [
{
"name": "Josh Sherman",
"email": "hello@joshtronic.com",
"homepage": "https://joshtronic.com"
}
],
"require-dev": { "require-dev": {
"php": ">=5.3.0" "php": ">=5.3.0"
}, },

View file

@ -9,7 +9,7 @@
* Redistribution of these files must retain the above copyright notice. * Redistribution of these files must retain the above copyright notice.
* *
* @author Josh Sherman <hello@joshtronic.com> * @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 * @license http://www.opensource.org/licenses/mit-license.html
* @link https://github.com/joshtronic/php-projecthoneypot * @link https://github.com/joshtronic/php-projecthoneypot
* @link http://www.projecthoneypot.org/httpbl_configure.php * @link http://www.projecthoneypot.org/httpbl_configure.php