-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcomposer.lock
94 lines (94 loc) · 3.26 KB
/
composer.lock
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
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
{
"_readme": [
"This file locks the dependencies of your project to a known state",
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
"This file is @generated automatically"
],
"content-hash": "e61ef9bf0a418aef59f3e2fba3858827",
"packages": [
{
"name": "duzun/hquery",
"version": "3.0.3",
"source": {
"type": "git",
"url": "https://github.com/duzun/hQuery.php.git",
"reference": "e3e8dcbe9de7cac5693aeb8c2a62a761cb152e49"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/duzun/hQuery.php/zipball/e3e8dcbe9de7cac5693aeb8c2a62a761cb152e49",
"reference": "e3e8dcbe9de7cac5693aeb8c2a62a761cb152e49",
"shasum": ""
},
"require": {
"php": ">=5.3"
},
"require-dev": {
"symfony/css-selector": "*",
"symfony/dom-crawler": "*"
},
"suggest": {
"php-http/discovery": "Might be required by hQuery::sendRequest()",
"php-http/message": "Might be required by hQuery::fromHTML($message) or hQuery::fromURL()",
"php-http/socket-client": "Could be used to make HTTP requests before calling hQuery::fromHTML($message)"
},
"type": "library",
"extra": {
"apigen/apigen": "*",
"php-http/mock-client": "*",
"php-http/discovery": "*",
"guzzlehttp/psr7": "*"
},
"autoload": {
"psr-0": {
"hQuery": "src/"
},
"psr-4": {
"duzun\\": "src/"
},
"classmap": [
"hquery.php"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Dumitru Uzun",
"email": "[email protected]",
"homepage": "https://DUzun.Me",
"role": "Author"
}
],
"description": "An extremely fast web scraper that parses megabytes of HTML in a blink of an eye. No dependencies. PHP5+",
"homepage": "https://duzun.me/playground/hquery",
"keywords": [
"crawling",
"html",
"php",
"scraper",
"scraping",
"web",
"xhtml",
"xml"
],
"support": {
"email": "[email protected]",
"issues": "https://github.com/duzun/hQuery.php/issues",
"source": "https://github.com/duzun/hQuery.php"
},
"time": "2019-07-19T09:39:05+00:00"
}
],
"packages-dev": [],
"aliases": [],
"minimum-stability": "stable",
"stability-flags": [],
"prefer-stable": false,
"prefer-lowest": false,
"platform": [],
"platform-dev": [],
"plugin-api-version": "2.3.0"
}