Skip to content

Commit

Permalink
use pear bridged version of smartirc package
Browse files Browse the repository at this point in the history
  • Loading branch information
glensc committed May 4, 2018
1 parent cadb5e4 commit 9220328
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
{
"name": "eventum/irc-bot",
"repositories": [
{
"type": "composer",
"url": "https://eventum.github.io/composer/"
}
],
"config": {
"platform": {
"php": "5.6.0"
Expand Down Expand Up @@ -31,7 +37,7 @@
"require": {
"php": "^5.6.0 || ^7.0",
"eventum/rpc": "^4.3",
"pear/net_smartirc": "1.1.9",
"pear-pear.php.net/Net_SmartIRC": "^1.1.9",
"pimple/pimple": "^3.2",
"psr/log": "^1.0",
"symfony/options-resolver": "^3.4"
Expand Down

0 comments on commit 9220328

Please sign in to comment.