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

Commit ea27995

Browse files
committed
Merge pull request #3 from phergie/phergie-version2
Phergie version2 updates
2 parents c90d3ed + 0039cc9 commit ea27995

File tree

5 files changed

+270
-201
lines changed

5 files changed

+270
-201
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
language: php
22

33
php:
4-
- 5.4
54
- 5.5
65
- 5.6
6+
- 7.0
77
- hhvm
88

99
before_script:

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Copyright (c) 2014, Phergie Team
1+
Copyright (c) 2015, Phergie Team
22
All rights reserved.
33

44
Redistribution and use in source and binary forms, with or without modification,

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ The recommended method of installation is [through composer](http://getcomposer.
1111
```JSON
1212
{
1313
"require": {
14-
"phergie/phergie-irc-plugin-react-usermode": "dev-master"
14+
"phergie/phergie-irc-plugin-react-usermode": "~2"
1515
}
1616
}
1717
```

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
},
1212
"minimum-stability": "dev",
1313
"require": {
14-
"phergie/phergie-irc-bot-react": "~1"
14+
"phergie/phergie-irc-bot-react": "~2"
1515
},
1616
"require-dev": {
1717
"phpunit/phpunit": "4.1.*",

0 commit comments

Comments
 (0)