-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathcomposer.lock
117 lines (117 loc) · 3.82 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
{
"_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": "2e937a4f120a0b748759af9dd8377cf2",
"content-hash": "325314e6a447f35b59eaeff8d1bca3c5",
"packages": [
{
"name": "guiguiboy/php-cli-progress-bar",
"version": "dev-master",
"source": {
"type": "git",
"url": "https://github.com/guiguiboy/PHP-CLI-Progress-Bar.git",
"reference": "7d3eb61c1f0c164b9c3139af694b2d38171e4d04"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/guiguiboy/PHP-CLI-Progress-Bar/zipball/7d3eb61c1f0c164b9c3139af694b2d38171e4d04",
"reference": "7d3eb61c1f0c164b9c3139af694b2d38171e4d04",
"shasum": ""
},
"require": {
"ext-mbstring": "*",
"php": ">=5.3.0"
},
"type": "library",
"autoload": {
"psr-0": {
"ProgressBar": "."
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Guillaume",
"email": "[email protected]"
}
],
"description": "Progress bar for PHP CLI scripts",
"homepage": "https://github.com/guiguiboy/PHP-CLI-Progress-Bar",
"keywords": [
"bar",
"cli",
"command-line",
"progress"
],
"time": "2014-11-19 13:12:00"
},
{
"name": "spindle/httpclient",
"version": "1.0.1",
"source": {
"type": "git",
"url": "https://github.com/spindle/spindle-httpclient.git",
"reference": "aeda3e390e6c1006d5772b8867960aeaf5d9bac5"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/spindle/spindle-httpclient/zipball/aeda3e390e6c1006d5772b8867960aeaf5d9bac5",
"reference": "aeda3e390e6c1006d5772b8867960aeaf5d9bac5",
"shasum": ""
},
"require": {
"ext-curl": "*",
"php": ">=5.3.0"
},
"require-dev": {
"apigen/apigen": "*",
"dg/texy": "<v2.5",
"nette/nette": "<2.2",
"pdepend/pdepend": "*",
"phpunit/phpunit": "*"
},
"type": "library",
"autoload": {
"psr-4": {
"Spindle\\HttpClient\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"CC0-1.0"
],
"authors": [
{
"name": "Hiraku NAKANO",
"email": "[email protected]"
}
],
"description": "simple wrapper for ext-curl, multi-request enabled",
"time": "2014-09-15 13:56:36"
}
],
"packages-dev": [],
"aliases": [],
"minimum-stability": "stable",
"stability-flags": {
"guiguiboy/php-cli-progress-bar": 20
},
"prefer-stable": false,
"prefer-lowest": false,
"platform": {
"php": ">=5.4",
"ext-json": "*",
"ext-hash": "*",
"ext-curl": "*",
"ext-pdo": "*",
"ext-zlib": "*",
"ext-pdo_sqlite": "*"
},
"platform-dev": []
}