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 #51 from PSchwisow/conflict-pong
Browse files Browse the repository at this point in the history
Update composer.json to mark pong plugin as a conflict.
  • Loading branch information
svpernova09 committed Dec 14, 2015
2 parents 4b098d9 + b681667 commit 55efba1
Show file tree
Hide file tree
Showing 2 changed files with 162 additions and 83 deletions.
5 changes: 4 additions & 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-client-react"
},
"require": {
"php": ">=5.4.2",
"php": ">=5.5",
"phergie/phergie-irc-parser": "~2.0",
"phergie/phergie-irc-generator": "~1.5",
"phergie/phergie-irc-connection": "~2.0",
Expand All @@ -25,6 +25,9 @@
"require-dev": {
"phergie/phergie-irc-bot-react-development": "~1.0.0"
},
"conflict" : {
"phergie/phergie-irc-plugin-react-pong": "*"
},
"autoload": {
"psr-4": {
"Phergie\\Irc\\Client\\React\\": "src"
Expand Down
Loading

0 comments on commit 55efba1

Please sign in to comment.