Skip to content

Commit

Permalink
Merge b117be4 into 9d241a8
Browse files Browse the repository at this point in the history
  • Loading branch information
svpernova09 committed Dec 21, 2015
2 parents 9d241a8 + b117be4 commit 0e354c9
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 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-daddy": "dev-master"
"phergie/phergie-irc-plugin-react-daddy": "~2"
}
}
```
Expand Down
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -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.*",
Expand Down

0 comments on commit 0e354c9

Please sign in to comment.