-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcomposer.lock
114 lines (114 loc) · 3.69 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
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
{
"_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"
],
"content-hash": "3f88b8ff1cf3a401bf5468ce8c7b4f93",
"packages": [
{
"name": "jeremykendall/php-domain-parser",
"version": "1.3.1",
"source": {
"type": "git",
"url": "https://github.com/jeremykendall/php-domain-parser.git",
"reference": "1bff611986695be31959ca4257259f702afa0b85"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/jeremykendall/php-domain-parser/zipball/1bff611986695be31959ca4257259f702afa0b85",
"reference": "1bff611986695be31959ca4257259f702afa0b85",
"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/"
}
},
"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-06-10T15:10:40+00:00"
},
{
"name": "jwage/purl",
"version": "v0.0.7",
"source": {
"type": "git",
"url": "https://github.com/jwage/purl.git",
"reference": "1242069b4d900f176ae7339700d4af5b556b25bf"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/jwage/purl/zipball/1242069b4d900f176ae7339700d4af5b556b25bf",
"reference": "1242069b4d900f176ae7339700d4af5b556b25bf",
"shasum": ""
},
"require": {
"jeremykendall/php-domain-parser": "1.3.1",
"php": ">=5.3.0"
},
"type": "library",
"autoload": {
"psr-0": {
"Purl": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Jonathan H. Wage",
"email": "[email protected]"
}
],
"description": "URL Manipulation for PHP 5.3",
"homepage": "http://github.com/jwage/purl",
"keywords": [
"manipulation",
"url"
],
"time": "2016-03-05T16:40:31+00:00"
}
],
"packages-dev": [],
"aliases": [],
"minimum-stability": "stable",
"stability-flags": [],
"prefer-stable": false,
"prefer-lowest": false,
"platform": {
"php": ">=5.3.8",
"ext-gd": "*"
},
"platform-dev": []
}