forked from mdwheele/swotphp
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcomposer.lock
More file actions
75 lines (75 loc) · 2.41 KB
/
composer.lock
File metadata and controls
75 lines (75 loc) · 2.41 KB
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
{
"_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": "4aa9d4fa9b5d98bfcef416b9bb947bb9",
"content-hash": "14e033f0b3bd9a63aa926907896479ff",
"packages": [
{
"name": "jeremykendall/php-domain-parser",
"version": "1.4.2",
"source": {
"type": "git",
"url": "https://github.com/jeremykendall/php-domain-parser.git",
"reference": "add2b07755ab1d2543a383bd78fbe031c6377f9a"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/jeremykendall/php-domain-parser/zipball/add2b07755ab1d2543a383bd78fbe031c6377f9a",
"reference": "add2b07755ab1d2543a383bd78fbe031c6377f9a",
"shasum": ""
},
"require": {
"ext-curl": "*",
"php": ">=5.3.0"
},
"require-dev": {
"mikey179/vfsstream": "1.2.*",
"phpunit/phpunit": "4.*"
},
"bin": [
"bin/parse",
"bin/pdp-psl"
],
"type": "library",
"autoload": {
"psr-0": {
"Pdp\\": "library/"
},
"files": [
"library/mb-parse-url.php"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Jeremy Kendall",
"homepage": "http://about.me/jeremykendall",
"role": "Developer"
}
],
"description": "Public Suffix List based URL parsing implemented in PHP.",
"keywords": [
"Public Suffix List",
"domain parsing",
"url parsing"
],
"time": "2014-07-21 15:23:19"
}
],
"packages-dev": [],
"aliases": [],
"minimum-stability": "stable",
"stability-flags": [],
"prefer-stable": false,
"prefer-lowest": false,
"platform": {
"php": ">=5.3.0"
},
"platform-dev": []
}