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

Commit 317286f

Browse files
committed
Merge pull request #16 from Renegade334/devel
Add support for PROTOCTL command
2 parents f5c1096 + 4b61596 commit 317286f

File tree

4 files changed

+249
-147
lines changed

4 files changed

+249
-147
lines changed

composer.json

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"minimum-stability": "dev",
1313
"require": {
1414
"php": ">=5.4.2",
15-
"phergie/phergie-irc-client-react": "2.*",
15+
"phergie/phergie-irc-client-react": "~2.1",
1616
"phergie/phergie-irc-connection": "1.*",
1717
"phergie/phergie-irc-event": "1.*",
1818
"evenement/evenement": "~2.0",
@@ -36,7 +36,11 @@
3636
"phpunit/phpunit": "4.1.*",
3737
"phake/phake": "2.0.0-beta2",
3838
"codeclimate/php-test-reporter": "~0.1",
39-
"satooshi/php-coveralls": "0.6.1"
39+
"satooshi/php-coveralls": "0.6.1",
40+
"symfony/config": "~2.0",
41+
"symfony/console": "~2.0",
42+
"symfony/filesystem": "~2.0",
43+
"symfony/stopwatch": "~2.0"
4044
},
4145
"autoload": {
4246
"psr-4": {

0 commit comments

Comments
 (0)