-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathcomposer.lock
134 lines (134 loc) · 4.81 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
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
{
"_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": "8d3129fc5b6df94e454734025c19bf6f",
"packages": [
{
"name": "byjg/pgbrowser",
"version": "1.0.0",
"source": {
"type": "git",
"url": "https://github.com/byjg/pgbrowser.git",
"reference": "717a35704437a638a9939da3c146733892459067"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/byjg/pgbrowser/zipball/717a35704437a638a9939da3c146733892459067",
"reference": "717a35704437a638a9939da3c146733892459067",
"shasum": ""
},
"require": {
"electrolinux/phpquery": "0.9.*",
"pguardiario/phpuri": "*",
"php": ">=5.3.0"
},
"type": "library",
"autoload": {
"psr-0": {
"PGuardiario\\": [
"src/"
]
}
},
"notification-url": "https://packagist.org/downloads/",
"description": "A 'pretty good' mechanize-like php library for managing cookies and submitting forms. [Fork: Totally rewrite]",
"time": "2016-05-06T20:32:02+00:00"
},
{
"name": "electrolinux/phpquery",
"version": "0.9.6",
"source": {
"type": "git",
"url": "https://github.com/electrolinux/phpquery.git",
"reference": "6cb8afcfe8cd4ce45f2f8c27d561383037c27a3a"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/electrolinux/phpquery/zipball/6cb8afcfe8cd4ce45f2f8c27d561383037c27a3a",
"reference": "6cb8afcfe8cd4ce45f2f8c27d561383037c27a3a",
"shasum": ""
},
"type": "library",
"autoload": {
"classmap": [
"phpQuery/"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Tobiasz Cudnik",
"email": "[email protected]",
"homepage": "https://github.com/TobiaszCudnik",
"role": "Developer"
},
{
"name": "didier Belot",
"role": "Packager"
}
],
"description": "phpQuery is a server-side, chainable, CSS3 selector driven Document Object Model (DOM) API based on jQuery JavaScript Library",
"homepage": "http://code.google.com/p/phpquery/",
"time": "2013-03-21T12:39:33+00:00"
},
{
"name": "openaustralia/scraperwiki",
"version": "dev-morph_defaults",
"source": {
"type": "git",
"url": "https://github.com/openaustralia/scraperwiki-php.git",
"reference": "e996fe0253bb50330690f5d2bafb66f094dbacb8"
},
"require": {
"ext-pdo_sqlite": "*"
},
"type": "library",
"time": "2014-06-23 01:47:45"
},
{
"name": "pguardiario/phpuri",
"version": "1.0",
"source": {
"type": "git",
"url": "https://github.com/monkeysuffrage/phpuri.git",
"reference": "ad0a5ec033fe616cfef55578b9c7f2458be8fbfc"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/monkeysuffrage/phpuri/zipball/ad0a5ec033fe616cfef55578b9c7f2458be8fbfc",
"reference": "ad0a5ec033fe616cfef55578b9c7f2458be8fbfc",
"shasum": ""
},
"type": "project",
"autoload": {
"files": [
"phpuri.php"
]
},
"notification-url": "https://packagist.org/downloads/",
"description": "A php library for converting relative urls to absolute.",
"time": "2015-05-24T09:13:17+00:00"
}
],
"packages-dev": [],
"aliases": [],
"minimum-stability": "stable",
"stability-flags": {
"openaustralia/scraperwiki": 20
},
"prefer-stable": false,
"prefer-lowest": false,
"platform": {
"ext-sqlite3": "*",
"ext-pdo_sqlite": "*",
"ext-gd": "*",
"ext-mbstring": "*"
},
"platform-dev": []
}