-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.lock
109 lines (105 loc) · 3.24 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
{
"_readme": [
"This file locks the dependencies of your project to a known state",
"Read more about it at http://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file"
],
"hash": "4538841b8a97cdd61ad2a9e9a46eaadd",
"packages": [
{
"name": "docopt/docopt",
"version": "dev-master",
"source": {
"type": "git",
"url": "https://github.com/docopt/docopt.php.git",
"reference": "f31df4a555e74f1c3c83ac71eae7d823115e33cd"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/docopt/docopt.php/zipball/f31df4a555e74f1c3c83ac71eae7d823115e33cd",
"reference": "f31df4a555e74f1c3c83ac71eae7d823115e33cd",
"shasum": ""
},
"require": {
"php": ">=5.3.0"
},
"type": "library",
"autoload": {
"classmap": [
"src/docopt.php"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Blake Williams",
"email": "code@shabbyrobe.org",
"homepage": "http://docopt.org/",
"role": "Developer"
}
],
"description": "Port of Python's docopt for PHP 5.3",
"homepage": "http://github.com/docopt/docopt.php",
"keywords": [
"cli",
"docs"
],
"time": "2013-11-16 03:39:30"
},
{
"name": "nikic/iter",
"version": "v1.0.0",
"source": {
"type": "git",
"url": "https://github.com/nikic/iter.git",
"reference": "e5fb6d06db546af157c6a763bad8f75d763a8750"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/nikic/iter/zipball/e5fb6d06db546af157c6a763bad8f75d763a8750",
"reference": "e5fb6d06db546af157c6a763bad8f75d763a8750",
"shasum": ""
},
"require": {
"php": ">=5.5.0"
},
"type": "library",
"autoload": {
"files": [
"src/bootstrap.php"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
],
"authors": [
{
"name": "Nikita Popov",
"email": "nikic@php.net"
}
],
"description": "Iteration primitives using generators",
"keywords": [
"functional",
"generator",
"iterator"
],
"time": "2014-01-01 11:24:57"
}
],
"packages-dev": [
],
"aliases": [
],
"minimum-stability": "stable",
"stability-flags": {
"docopt/docopt": 20
},
"platform": [
],
"platform-dev": [
]
}