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 #6 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 31, 2015
2 parents 2ba3b89 + 608b76a commit dd52738
Show file tree
Hide file tree
Showing 7 changed files with 419 additions and 159 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) 2008-2014, Phergie Development Team
Copyright (c) 2008-2015, Phergie Development 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-youtube": "dev-master"
"phergie/phergie-irc-plugin-react-youtube": "~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-url": "^1",
"phergie/phergie-irc-bot-react": "^2",
"phergie/phergie-irc-plugin-react-url": "^3",
"ext-json": "*"
},
"require-dev": {
Expand Down
Loading

0 comments on commit dd52738

Please sign in to comment.