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 #15 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 9bd6917 + 6876520 commit bbabfeb
Show file tree
Hide file tree
Showing 5 changed files with 193 additions and 199 deletions.
1 change: 0 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
language: php

php:
- 5.4
- 5.5
- 5.6
- 7
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-nickserv": "dev-master"
"phergie/phergie-irc-plugin-react-nickserv": "~2"
}
}
```
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"source": "https://github.com/phergie/phergie-irc-plugin-react-nickserv"
},
"require": {
"phergie/phergie-irc-bot-react": "~1.2"
"phergie/phergie-irc-bot-react": "~2"
},
"require-dev": {
"phpunit/phpunit": "~4.6",
Expand Down
Loading

0 comments on commit bbabfeb

Please sign in to comment.