-
Notifications
You must be signed in to change notification settings - Fork 17
/
Copy pathcomposer.lock
64 lines (64 loc) · 2.09 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
{
"_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#composer-lock-the-lock-file",
"This file is @generated automatically"
],
"hash": "6433e4346da05beef0926b42146d6aa0",
"content-hash": "9cdf0e42e5f7b8816daf8723ef24a8c8",
"packages": [
{
"name": "bupt1987/html-parser",
"version": "dev-master",
"source": {
"type": "git",
"url": "https://github.com/bupt1987/html-parser.git",
"reference": "60f207eb5259988a3fb3c400efcb1ef7c6e7b58c"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/bupt1987/html-parser/zipball/60f207eb5259988a3fb3c400efcb1ef7c6e7b58c",
"reference": "60f207eb5259988a3fb3c400efcb1ef7c6e7b58c",
"shasum": ""
},
"require": {
"ext-dom": "*",
"php": ">=5.5"
},
"require-dev": {
"phpunit/phpunit": "4.6.*"
},
"type": "library",
"autoload": {
"psr-4": {
"HtmlParser\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "俊杰jerry",
"email": "bupt1987@gmail.com",
"homepage": "http://bupt1987.github.io",
"role": "Developer"
}
],
"description": "Html Parser",
"homepage": "https://github.com/bupt1987/html-parser",
"time": "2016-04-21 12:18:56"
}
],
"packages-dev": [],
"aliases": [],
"minimum-stability": "stable",
"stability-flags": {
"bupt1987/html-parser": 20
},
"prefer-stable": false,
"prefer-lowest": false,
"platform": [],
"platform-dev": []
}