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 #2 from phergie/phergie-version2
Browse files Browse the repository at this point in the history
updates for phergie version 2
  • Loading branch information
svpernova09 committed Dec 22, 2015
2 parents 2c2871f + 6b8ac7b commit c98f741
Show file tree
Hide file tree
Showing 5 changed files with 277 additions and 208 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-quit": "1.0.*"
"phergie/phergie-irc-plugin-react-quit": "~2"
}
}
```
Expand Down
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@
},
"minimum-stability": "dev",
"require": {
"phergie/phergie-irc-bot-react": "~1",
"phergie/phergie-irc-plugin-react-command": "~1"
"phergie/phergie-irc-bot-react": "~2",
"phergie/phergie-irc-plugin-react-command": "~2"
},
"require-dev": {
"phpunit/phpunit": "4.1.*",
Expand Down
Loading

0 comments on commit c98f741

Please sign in to comment.