Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ QueryList插件: 使用PhantomJS采集JavaScript动态渲染的页面。

## Installation for QueryList4
```
composer require jaeger/querylist-phantomjs
composer require hi121/ql-phantomjs
```

## API
Expand Down
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{
"name": "jaeger/querylist-phantomjs",
"name": "hi121/ql-phantomjs",
"description": "QueryList Plugin: Use PhantomJS to crawl Javascript dynamically rendered pages.(headless WebKit ) 使用PhantomJS采集JavaScript动态渲染的页面",
"require": {
"PHP":">=7.0",
"jonnyw/php-phantomjs": "4.*"
"jonnyw/php-phantomjs": "@dev*"
},
"require-dev": {
"jaeger/querylist": "dev-master"
Expand Down