-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathcomposer.lock
More file actions
138 lines (134 loc) · 4.44 KB
/
composer.lock
File metadata and controls
138 lines (134 loc) · 4.44 KB
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
135
136
137
138
{
"_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",
"This file is @generated automatically"
],
"hash": "41120acc74d8842c9272dd281adf9894",
"packages": [
{
"name": "clue/hexdump",
"version": "v0.2.0",
"source": {
"type": "git",
"url": "https://github.com/clue/php-hexdump.git",
"reference": "d2fdb529522f60fd0855cb424afaa77ad9b1493b"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/clue/php-hexdump/zipball/d2fdb529522f60fd0855cb424afaa77ad9b1493b",
"reference": "d2fdb529522f60fd0855cb424afaa77ad9b1493b",
"shasum": ""
},
"require": {
"php": ">=5.3"
},
"type": "library",
"autoload": {
"psr-0": {
"Clue\\Hexdump": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"description": "View any (binary) string as a hexdump",
"homepage": "https://github.com/clue/hexdump",
"keywords": [
"binary",
"hexdump",
"network protocol debugging"
],
"time": "2013-06-22 21:28:05"
},
{
"name": "torophp/torophp",
"version": "dev-master",
"source": {
"type": "git",
"url": "https://github.com/anandkunal/ToroPHP.git",
"reference": "c81ba3718de0e88e544565a5e6a74271bf3feb45"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/anandkunal/ToroPHP/zipball/c81ba3718de0e88e544565a5e6a74271bf3feb45",
"reference": "c81ba3718de0e88e544565a5e6a74271bf3feb45",
"shasum": ""
},
"require": {
"php": ">=5.3.0"
},
"type": "library",
"autoload": {
"files": [
"src/Toro.php"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Martin Bean",
"email": "martin@martinbean.co.uk",
"homepage": "http://www.martinbean.co.uk",
"role": "Developer"
},
{
"name": "Kunal Anand",
"email": "kunal.r.anand@gmail.com",
"homepage": "http://kunalanand.com/",
"role": "Developer"
},
{
"name": "Danillo César de O. Melo",
"email": "danillos@gmail.com",
"homepage": "http://www.danillocesar.com.br/",
"role": "Contributor"
},
{
"name": "Robbie Coleman",
"homepage": "http://robbie.robnrob.com",
"role": "Contributor"
},
{
"name": "Berker Peksag",
"homepage": "http://berkerpeksag.com",
"role": "Developer"
},
{
"name": "Jason Mooberry",
"homepage": "http://jasonmooberry.com/",
"role": "Developer"
},
{
"name": "John Kurkowski",
"role": "Contributor"
}
],
"description": "Toro is a PHP router for developing RESTful web applications and APIs.",
"homepage": "http://github.com/anandkunal/ToroPHP",
"keywords": [
"framework",
"php",
"router"
],
"time": "2014-06-02 12:00:49"
}
],
"packages-dev": [
],
"aliases": [
],
"minimum-stability": "stable",
"stability-flags": {
"torophp/torophp": 20
},
"prefer-stable": false,
"platform": [
],
"platform-dev": [
]
}