Skip to content

Commit

Permalink
Merge pull request #11 from eventum/composer-smartirc
Browse files Browse the repository at this point in the history
update smartirc to 1.1.13, use composer repo
  • Loading branch information
glensc authored Aug 22, 2018
2 parents 2323bc1 + f69c871 commit 5f43cb3
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,5 @@
{
"name": "eventum/irc-bot",
"repositories": [
{
"type": "composer",
"url": "https://eventum.github.io/composer/"
}
],
"config": {
"platform": {
"php": "5.6.0"
Expand Down Expand Up @@ -37,7 +31,7 @@
"require": {
"php": "^5.6.0 || ^7.0",
"eventum/rpc": "^4.3",
"pear-pear.php.net/Net_SmartIRC": "^1.1.12",
"pear/net_smartirc": "^1.1.13",
"pimple/pimple": "^3.2",
"psr/log": "^1.0",
"symfony/options-resolver": "^3.4"
Expand Down

0 comments on commit 5f43cb3

Please sign in to comment.