Skip to content
This repository has been archived by the owner on Mar 12, 2020. It is now read-only.

Commit

Permalink
Merge pull request #3 from phergie/phergie-version2
Browse files Browse the repository at this point in the history
Phergie version2 updates
  • Loading branch information
svpernova09 committed Dec 22, 2015
2 parents c90d3ed + 0039cc9 commit ea27995
Show file tree
Hide file tree
Showing 5 changed files with 270 additions and 201 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

before_script:
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, Phergie Team
Copyright (c) 2015, Phergie Team
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 @@ -11,7 +11,7 @@ The recommended method of installation is [through composer](http://getcomposer.
```JSON
{
"require": {
"phergie/phergie-irc-plugin-react-usermode": "dev-master"
"phergie/phergie-irc-plugin-react-usermode": "~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 ea27995

Please sign in to comment.