Skip to content

Commit

Permalink
Merge pull request #6 from svpernova09/master
Browse files Browse the repository at this point in the history
Version 2 Updates
  • Loading branch information
dstockto committed Dec 22, 2015
2 parents 3349417 + e76f2b9 commit 269a102
Show file tree
Hide file tree
Showing 5 changed files with 426 additions and 287 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
language: php

php:
- 5.4
- 5.5
- 5.6
- 7.0
- hhvm

matrix:
Expand Down
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -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,
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ The recommended method of installation is [through composer](http://getcomposer.
```JSON
{
"require": {
"phergie/phergie-irc-plugin-react-magic-eight-ball": "1.0"
"phergie/phergie-irc-plugin-react-magic-eight-ball": "~2"
}
}
```
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
},
"minimum-stability": "dev",
"require": {
"phergie/phergie-irc-bot-react": "~1"
"phergie/phergie-irc-bot-react": "~2"
},
"require-dev": {
"phpunit/phpunit": "4.1.*",
Expand Down
Loading

0 comments on commit 269a102

Please sign in to comment.