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 #31 from Renegade334/devel
Browse files Browse the repository at this point in the history
Add support for PROTOCTL command
  • Loading branch information
elazar committed Mar 29, 2015
2 parents 823a6ec + 6669832 commit bdeeeae
Show file tree
Hide file tree
Showing 4 changed files with 219 additions and 130 deletions.
10 changes: 7 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@
},
"require": {
"php": ">=5.4.2",
"phergie/phergie-irc-parser": "1.*",
"phergie/phergie-irc-generator": "1.*",
"phergie/phergie-irc-parser": "~1.6",
"phergie/phergie-irc-generator": "~1.5",
"phergie/phergie-irc-connection": "1.*",
"react/event-loop": "0.4.*",
"react/stream": "~0.4.2",
Expand All @@ -27,7 +27,11 @@
"phpunit/phpunit": "4.1.*",
"phake/phake": "2.0.0-beta2",
"codeclimate/php-test-reporter": "~0.1",
"satooshi/php-coveralls": "0.6.1"
"satooshi/php-coveralls": "0.6.1",
"symfony/config": "~2.0",
"symfony/console": "~2.0",
"symfony/filesystem": "~2.0",
"symfony/stopwatch": "~2.0"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit bdeeeae

Please sign in to comment.