forked from JossMP/datos-peru
-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.lock
116 lines (116 loc) · 3.8 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
{
"_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": "7e085b4b013e5aaa6e1d58f927a748bf",
"packages": [
{
"name": "jossmp/navigate",
"version": "v0.0.1",
"source": {
"type": "git",
"url": "https://gitlab.com/JossMP/navigate.git",
"reference": "2be48f56c0546482f3a1944b1007f16edf821c90"
},
"dist": {
"type": "zip",
"url": "https://gitlab.com/api/v4/projects/JossMP%2Fnavigate/repository/archive.zip?sha=2be48f56c0546482f3a1944b1007f16edf821c90",
"reference": "2be48f56c0546482f3a1944b1007f16edf821c90",
"shasum": ""
},
"require": {
"ext-curl": "*",
"lib-curl": "*"
},
"require-dev": {
"php": ">=5.5"
},
"type": "library",
"autoload": {
"psr-4": {
"jossmp\\navigate\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"GPL-3.0-or-later"
],
"authors": [
{
"name": "Josue Mazco Puma",
"email": "[email protected]",
"homepage": "https://gitlab.com/JossMP",
"role": "Developers"
}
],
"description": "Libreria para el uso de cURL",
"homepage": "https://gitlab.com/JossMP/",
"keywords": [
"curl",
"navigate",
"scraping"
],
"time": "2019-12-21T16:21:58+00:00"
},
{
"name": "jossmp/response",
"version": "v0.0.1",
"source": {
"type": "git",
"url": "https://gitlab.com/JossMP/response.git",
"reference": "adebd7ffa6b3c3ccfcf196404f900d9ca43010c7"
},
"dist": {
"type": "zip",
"url": "https://gitlab.com/api/v4/projects/JossMP%2Fresponse/repository/archive.zip?sha=adebd7ffa6b3c3ccfcf196404f900d9ca43010c7",
"reference": "adebd7ffa6b3c3ccfcf196404f900d9ca43010c7",
"shasum": ""
},
"require": {
"ext-curl": "*",
"lib-curl": "*"
},
"require-dev": {
"php": ">=5.5"
},
"type": "library",
"autoload": {
"psr-4": {
"jossmp\\response\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"GPL-3.0-or-later"
],
"authors": [
{
"name": "Josue Mazco Puma",
"email": "[email protected]",
"homepage": "https://gitlab.com/JossMP",
"role": "Developers"
}
],
"description": "Convierte array en Objeto",
"homepage": "https://gitlab.com/JossMP/",
"keywords": [
"Object 2 Array",
"array",
"object"
],
"time": "2019-12-21T16:19:32+00:00"
}
],
"packages-dev": [],
"aliases": [],
"minimum-stability": "stable",
"stability-flags": [],
"prefer-stable": false,
"prefer-lowest": false,
"platform": [],
"platform-dev": {
"php": ">=5.2"
}
}