Skip to content
Toggle navigation
Projects
Groups
Snippets
Help
Toggle navigation
This project
Loading...
Sign in
hfpp2012
/
vbot
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Settings
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit f110bfd8
authored
Jan 21, 2017
by
HanSon
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
修改版本
1 parent
c3544cb3
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
README.md
composer.json
README.md
View file @
f110bfd
...
...
@@ -17,7 +17,7 @@ composer require hanson/vbot
然后执行
``` php example/index.php ```
PS:运行后二维码将保存于设置的缓存目录,命名为qr.png,控制台也会显示二维码,扫描即可
PS:运行后二维码将保存于设置的缓存目录,命名为qr.png,控制台也会显示二维码,扫描即可
(linux用户请确保已经打开ANSI COLOR)
*警告!执行前请先查看`index.php`的代码,注释掉你认为不需要的代码,避免对其他人好友造成困扰*
...
...
composer.json
View file @
f110bfd
...
...
@@ -10,9 +10,9 @@
],
"require"
:
{
"guzzlehttp/guzzle"
:
"^6.2"
,
"symfony/dom-crawler"
:
"
^3.2
"
,
"symfony/dom-crawler"
:
"
2.8.*|3.*
"
,
"endroid/qrcode"
:
"^1.7"
,
"symfony/css-selector"
:
"
^3.2
"
,
"symfony/css-selector"
:
"
2.8.*|3.*
"
,
"pimple/pimple"
:
"^3.0"
,
"illuminate/support"
:
"^5.3"
,
"nesbot/carbon"
:
"^1.21"
,
...
...
Write
Preview
Markdown
is supported
Attach a file
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to post a comment