Skip to content
This repository has been archived by the owner on Aug 15, 2021. It is now read-only.

Commit

Permalink
composer
Browse files Browse the repository at this point in the history
  • Loading branch information
slight committed Jun 28, 2017
1 parent 26a2e00 commit 51b1da4
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 32 deletions.
48 changes: 18 additions & 30 deletions .idea/workspace.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
},
"autoload": {
"psr-0": {
"Feehi": "src/"
"CoolQ": "src/"
}
}
}
2 changes: 1 addition & 1 deletion examples/getLoginInfo.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,5 @@

use CoolQ\CoolQ;

$CoolQ = new CoolQ('127.0.0.1',5700,'token');
$CoolQ = new CoolQ('127.0.0.1',5700,'slight');
echo $CoolQ->getLoginInfo();

0 comments on commit 51b1da4

Please sign in to comment.