-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcomposer.json
38 lines (38 loc) · 855 Bytes
/
composer.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
{
"name": "cacing69/cquery-panther-loader",
"description": "Cquery PHP Scraping with Panther Client Loader",
"keywords": [
"php",
"scraping",
"crawling"
],
"type": "library",
"license": "MIT",
"homepage": "https://github.com/cacing69/cquery-panther-loader",
"autoload": {
"psr-4": {
"Cacing69\\CqueryPantherLoader\\": "src/"
},
"exclude-from-classmap": [
"/tests/"
]
},
"authors": [
{
"name": "Ibnul Mutaki",
"email": "ibnuul@gmail.com"
}
],
"minimum-stability": "dev",
"require": {
"php": "^7.2|^8.1",
"cacing69/cquery": "^1.4",
"symfony/panther": "^1.1|^2.1"
},
"require-dev": {
"phpunit/phpunit": "^8.0|^9.0|^10.0",
"friendsofphp/php-cs-fixer": "^3.4",
"symfony/var-dumper": "^5.4|^6.4",
"dbrekelmans/bdi": "dev-main"
}
}