diff --git a/.travis.yml b/.travis.yml index 1fa32f8..be08613 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,9 +1,9 @@ language: php php: - - 5.4 - 5.5 - 5.6 + - 7.0 - hhvm matrix: diff --git a/LICENSE b/LICENSE index 7586ec1..61d879d 100644 --- a/LICENSE +++ b/LICENSE @@ -1,4 +1,4 @@ -Copyright (c) 2014, David Stockton +Copyright (c) 2015, David Stockton All rights reserved. Redistribution and use in source and binary forms, with or without modification, diff --git a/README.md b/README.md index eac1a05..e44c544 100644 --- a/README.md +++ b/README.md @@ -13,7 +13,7 @@ The recommended method of installation is [through composer](http://getcomposer. ```JSON { "require": { - "phergie/phergie-irc-plugin-react-daddy": "dev-master" + "phergie/phergie-irc-plugin-react-daddy": "~2" } } ``` diff --git a/composer.json b/composer.json index c292aee..9ec0d6b 100644 --- a/composer.json +++ b/composer.json @@ -15,8 +15,8 @@ ], "minimum-stability": "dev", "require": { - "php": ">=5.4.0", - "phergie/phergie-irc-bot-react": "~1" + "php": ">=5.5", + "phergie/phergie-irc-bot-react": "~2" }, "require-dev": { "phpunit/phpunit": "4.0.*",