Skip to content

Commit

Permalink
更新适配PHP8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
chumoe committed May 8, 2023
1 parent 894fb43 commit be2edb9
Show file tree
Hide file tree
Showing 5 changed files with 6,092 additions and 18 deletions.
12 changes: 0 additions & 12 deletions .github/FUNDING.yml

This file was deleted.

2 changes: 1 addition & 1 deletion README-ZH.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ QueryList3 文档:http://v3.querylist.cc
## 安装
通过Composer安装:
```
composer require jaeger/querylist
composer require chumoe/querylist
```

## 使用
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ Through plug-ins you can easily implement things like:
## Installation
By Composer installation:
```
composer require jaeger/querylist
composer require chumoe/querylist
```

## Usage
Expand Down
8 changes: 4 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,11 @@
{
"name": "jaeger/querylist",
"name": "chumoe/querylist",
"description": "Simple, elegant, extensible PHP Web Scraper (crawler/spider),Use the css3 dom selector,Based on phpQuery! 简洁、优雅、可扩展的PHP采集工具(爬虫),基于phpQuery。",
"keywords":["QueryList","phpQuery","spider"],
"homepage": "http://querylist.cc",
"require": {
"PHP":">=7.1",
"jaeger/phpquery-single": "^1",
"jaeger/g-http": "^1.1",
"jaeger/g-http": "^1.7",
"ext-dom": "*",
"tightenco/collect": ">5.0"
},
Expand All @@ -23,7 +22,8 @@
"autoload":{
"psr-4":{
"QL\\":"src"
}
},
"files":["./src/phpQuery.php"]
},
"autoload-dev": {
"psr-4": {
Expand Down
Loading

0 comments on commit be2edb9

Please sign in to comment.