From 51b1da43778e10a45d0edfac8428ebdb49fbddd8 Mon Sep 17 00:00:00 2001 From: slight Date: Wed, 28 Jun 2017 18:28:43 +0800 Subject: [PATCH] composer --- .idea/workspace.xml | 48 +++++++++++++++------------------------ composer.json | 2 +- examples/getLoginInfo.php | 2 +- 3 files changed, 20 insertions(+), 32 deletions(-) diff --git a/.idea/workspace.xml b/.idea/workspace.xml index 87b3866..3adf13d 100644 --- a/.idea/workspace.xml +++ b/.idea/workspace.xml @@ -2,7 +2,7 @@ - + @@ -79,6 +66,7 @@ @@ -272,15 +260,15 @@ - + - - + @@ -528,16 +516,6 @@ - - - - - - - - - - @@ -549,5 +527,15 @@ + + + + + + + + + + \ No newline at end of file diff --git a/composer.json b/composer.json index fd6fb85..1be7688 100644 --- a/composer.json +++ b/composer.json @@ -18,7 +18,7 @@ }, "autoload": { "psr-0": { - "Feehi": "src/" + "CoolQ": "src/" } } } \ No newline at end of file diff --git a/examples/getLoginInfo.php b/examples/getLoginInfo.php index 334e1b7..5366a27 100644 --- a/examples/getLoginInfo.php +++ b/examples/getLoginInfo.php @@ -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();