ngrok basic auth
[pharext/pharext.org] / composer.lock
1 {
2 "_readme": [
3 "This file locks the dependencies of your project to a known state",
4 "Read more about it at http://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file",
5 "This file is @generated automatically"
6 ],
7 "hash": "c13d01568dea02e2afe4b9060478178f",
8 "packages": [
9 {
10 "name": "league/plates",
11 "version": "3.1.0",
12 "source": {
13 "type": "git",
14 "url": "https://github.com/thephpleague/plates.git",
15 "reference": "c39d8fbcbeb07a0948d5e1cf8d78c6e1ef3e81a8"
16 },
17 "dist": {
18 "type": "zip",
19 "url": "https://api.github.com/repos/thephpleague/plates/zipball/c39d8fbcbeb07a0948d5e1cf8d78c6e1ef3e81a8",
20 "reference": "c39d8fbcbeb07a0948d5e1cf8d78c6e1ef3e81a8",
21 "shasum": ""
22 },
23 "require-dev": {
24 "mikey179/vfsstream": "~1.4.0",
25 "phpunit/phpunit": "~4.0",
26 "squizlabs/php_codesniffer": "~1.5"
27 },
28 "type": "library",
29 "extra": {
30 "branch-alias": {
31 "dev-master": "3.0-dev"
32 }
33 },
34 "autoload": {
35 "psr-4": {
36 "League\\Plates\\": "src"
37 }
38 },
39 "notification-url": "https://packagist.org/downloads/",
40 "license": [
41 "MIT"
42 ],
43 "authors": [
44 {
45 "name": "Jonathan Reinink",
46 "email": "jonathan@reinink.ca",
47 "role": "Developer"
48 }
49 ],
50 "description": "Plates, the native PHP template system that's fast, easy to use and easy to extend.",
51 "homepage": "http://platesphp.com",
52 "keywords": [
53 "league",
54 "package",
55 "templates",
56 "templating",
57 "views"
58 ],
59 "time": "2014-10-21 12:06:12"
60 },
61 {
62 "name": "m6w6/merry",
63 "version": "v1.1.0",
64 "source": {
65 "type": "git",
66 "url": "https://github.com/m6w6/merry.git",
67 "reference": "079ca547531915b0ba0cb6829a89d9c7d4b93408"
68 },
69 "dist": {
70 "type": "zip",
71 "url": "https://api.github.com/repos/m6w6/merry/zipball/079ca547531915b0ba0cb6829a89d9c7d4b93408",
72 "reference": "079ca547531915b0ba0cb6829a89d9c7d4b93408",
73 "shasum": ""
74 },
75 "type": "library",
76 "autoload": {
77 "psr-4": {
78 "merry\\": "lib/merry"
79 }
80 },
81 "notification-url": "https://packagist.org/downloads/",
82 "license": [
83 "BSD-2-Clause"
84 ],
85 "authors": [
86 {
87 "name": "Michael Wallner",
88 "email": "mike@php.net"
89 }
90 ],
91 "description": "Merry container and configuration",
92 "homepage": "http://github.com/m6w6/merry",
93 "keywords": [
94 "config",
95 "configuration",
96 "container",
97 "merry"
98 ],
99 "time": "2015-03-12 13:49:46"
100 },
101 {
102 "name": "m6w6/pharext",
103 "version": "v3.0.1",
104 "source": {
105 "type": "git",
106 "url": "https://github.com/m6w6/pharext.git",
107 "reference": "3dcc326aa922ce4b70d07049572c6f15a744869c"
108 },
109 "dist": {
110 "type": "zip",
111 "url": "https://api.github.com/repos/m6w6/pharext/zipball/3dcc326aa922ce4b70d07049572c6f15a744869c",
112 "reference": "3dcc326aa922ce4b70d07049572c6f15a744869c",
113 "shasum": ""
114 },
115 "bin": [
116 "bin/pharext",
117 "bin/pharext.pubkey"
118 ],
119 "type": "project",
120 "notification-url": "https://packagist.org/downloads/",
121 "license": [
122 "BSD-2-Clause"
123 ],
124 "description": "Package PHP extensions as self-installing PHARs",
125 "keywords": [
126 "ext",
127 "extension",
128 "install",
129 "package",
130 "phar"
131 ],
132 "time": "2015-04-08 10:17:40"
133 },
134 {
135 "name": "m6w6/pharext.wiki",
136 "version": "dev-master",
137 "source": {
138 "type": "git",
139 "url": "https://github.com/m6w6/pharext.wiki.git",
140 "reference": "master"
141 },
142 "type": "library",
143 "time": "2015-04-30 17:39:40"
144 },
145 {
146 "name": "nikic/fast-route",
147 "version": "v0.4.0",
148 "source": {
149 "type": "git",
150 "url": "https://github.com/nikic/FastRoute.git",
151 "reference": "f26a8f7788f25c0e3e9b1579d38d7ccab2755320"
152 },
153 "dist": {
154 "type": "zip",
155 "url": "https://api.github.com/repos/nikic/FastRoute/zipball/f26a8f7788f25c0e3e9b1579d38d7ccab2755320",
156 "reference": "f26a8f7788f25c0e3e9b1579d38d7ccab2755320",
157 "shasum": ""
158 },
159 "require": {
160 "php": ">=5.4.0"
161 },
162 "type": "library",
163 "autoload": {
164 "psr-4": {
165 "FastRoute\\": "src/"
166 },
167 "files": [
168 "src/functions.php"
169 ]
170 },
171 "notification-url": "https://packagist.org/downloads/",
172 "license": [
173 "BSD-3-Clause"
174 ],
175 "authors": [
176 {
177 "name": "Nikita Popov",
178 "email": "nikic@php.net"
179 }
180 ],
181 "description": "Fast request router for PHP",
182 "keywords": [
183 "router",
184 "routing"
185 ],
186 "time": "2015-02-26 15:33:07"
187 },
188 {
189 "name": "rdlowrey/auryn",
190 "version": "dev-master",
191 "source": {
192 "type": "git",
193 "url": "https://github.com/rdlowrey/Auryn.git",
194 "reference": "500b08ec9942eb8b647b128fa13942d45754e3d4"
195 },
196 "dist": {
197 "type": "zip",
198 "url": "https://api.github.com/repos/rdlowrey/Auryn/zipball/500b08ec9942eb8b647b128fa13942d45754e3d4",
199 "reference": "500b08ec9942eb8b647b128fa13942d45754e3d4",
200 "shasum": ""
201 },
202 "require": {
203 "php": ">=5.3.0"
204 },
205 "type": "library",
206 "autoload": {
207 "psr-4": {
208 "Auryn\\": "lib/"
209 }
210 },
211 "notification-url": "https://packagist.org/downloads/",
212 "license": [
213 "MIT"
214 ],
215 "authors": [
216 {
217 "name": "Dan Ackroyd",
218 "email": "Danack@basereality.com",
219 "homepage": "http://www.basereality.com",
220 "role": "Developer"
221 },
222 {
223 "name": "Daniel Lowrey",
224 "email": "rdlowrey@gmail.com",
225 "role": "Creator / Main Developer"
226 },
227 {
228 "name": "Levi Morrison",
229 "email": "levim@php.net",
230 "homepage": "http://morrisonlevi.github.com/",
231 "role": "Developer"
232 }
233 ],
234 "description": "Auryn is a dependency injector for bootstrapping object-oriented PHP applications.",
235 "homepage": "https://github.com/rdlowrey/Auryn",
236 "keywords": [
237 "dependency injection",
238 "dic",
239 "ioc"
240 ],
241 "time": "2015-03-12 19:52:27"
242 }
243 ],
244 "packages-dev": [],
245 "aliases": [],
246 "minimum-stability": "stable",
247 "stability-flags": {
248 "rdlowrey/auryn": 20,
249 "m6w6/pharext.wiki": 20
250 },
251 "prefer-stable": false,
252 "prefer-lowest": false,
253 "platform": [],
254 "platform-dev": []
255 }