fix packaging
[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 https://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file",
5 "This file is @generated automatically"
6 ],
7 "hash": "4c205773e5fd669075b88ad8b8707029",
8 "packages": [
9 {
10 "name": "league/plates",
11 "version": "3.1.1",
12 "source": {
13 "type": "git",
14 "url": "https://github.com/thephpleague/plates.git",
15 "reference": "2d8569e9f140a70d6a05db38006926f7547cb802"
16 },
17 "dist": {
18 "type": "zip",
19 "url": "https://api.github.com/repos/thephpleague/plates/zipball/2d8569e9f140a70d6a05db38006926f7547cb802",
20 "reference": "2d8569e9f140a70d6a05db38006926f7547cb802",
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": "2015-07-09 02:14:40"
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": "v4.1.1",
104 "source": {
105 "type": "git",
106 "url": "https://github.com/m6w6/pharext.git",
107 "reference": "03f7c23b5401098e1c157cc0d36628dc449901ea"
108 },
109 "dist": {
110 "type": "zip",
111 "url": "https://api.github.com/repos/m6w6/pharext/zipball/03f7c23b5401098e1c157cc0d36628dc449901ea",
112 "reference": "03f7c23b5401098e1c157cc0d36628dc449901ea",
113 "shasum": ""
114 },
115 "bin": [
116 "bin/pharext",
117 "bin/pharext.pubkey",
118 "bin/pharext.update",
119 "bin/pharext.update.pubkey"
120 ],
121 "type": "project",
122 "autoload": {
123 "psr-0": {
124 "pharext": "src"
125 }
126 },
127 "notification-url": "https://packagist.org/downloads/",
128 "license": [
129 "BSD-2-Clause"
130 ],
131 "description": "Package PHP extensions as self-installing PHARs",
132 "keywords": [
133 "ext",
134 "extension",
135 "install",
136 "package",
137 "phar"
138 ],
139 "time": "2015-09-03 15:12:31"
140 },
141 {
142 "name": "m6w6/pharext.wiki",
143 "version": "dev-master",
144 "source": {
145 "type": "git",
146 "url": "https://github.com/m6w6/pharext.wiki.git",
147 "reference": "master"
148 },
149 "type": "library",
150 "time": "2015-04-30 17:39:40"
151 },
152 {
153 "name": "m6w6/pq-gateway",
154 "version": "v2.1.0",
155 "source": {
156 "type": "git",
157 "url": "https://github.com/m6w6/pq-gateway.git",
158 "reference": "03b28245fb439e82de49cc4337893c5c94319a57"
159 },
160 "dist": {
161 "type": "zip",
162 "url": "https://api.github.com/repos/m6w6/pq-gateway/zipball/03b28245fb439e82de49cc4337893c5c94319a57",
163 "reference": "03b28245fb439e82de49cc4337893c5c94319a57",
164 "shasum": ""
165 },
166 "require-dev": {
167 "amphp/amp": "^1.0-beta",
168 "react/promise": "~2.2"
169 },
170 "type": "library",
171 "autoload": {
172 "psr-0": {
173 "pq\\Gateway": "lib",
174 "pq\\Query": "lib"
175 }
176 },
177 "notification-url": "https://packagist.org/downloads/",
178 "license": [
179 "BSD-2-Clause"
180 ],
181 "authors": [
182 {
183 "name": "Michael Wallner",
184 "email": "mike@php.net"
185 }
186 ],
187 "description": "Table/row gateway for ext-pq",
188 "homepage": "http://github.com/m6w6/pq-gateway",
189 "keywords": [
190 "gateway",
191 "orm",
192 "postgres",
193 "postgresql",
194 "pq"
195 ],
196 "time": "2015-05-20 16:16:55"
197 },
198 {
199 "name": "monolog/monolog",
200 "version": "1.17.1",
201 "source": {
202 "type": "git",
203 "url": "https://github.com/Seldaek/monolog.git",
204 "reference": "0524c87587ab85bc4c2d6f5b41253ccb930a5422"
205 },
206 "dist": {
207 "type": "zip",
208 "url": "https://api.github.com/repos/Seldaek/monolog/zipball/0524c87587ab85bc4c2d6f5b41253ccb930a5422",
209 "reference": "0524c87587ab85bc4c2d6f5b41253ccb930a5422",
210 "shasum": ""
211 },
212 "require": {
213 "php": ">=5.3.0",
214 "psr/log": "~1.0"
215 },
216 "provide": {
217 "psr/log-implementation": "1.0.0"
218 },
219 "require-dev": {
220 "aws/aws-sdk-php": "^2.4.9",
221 "doctrine/couchdb": "~1.0@dev",
222 "graylog2/gelf-php": "~1.0",
223 "php-console/php-console": "^3.1.3",
224 "phpunit/phpunit": "~4.5",
225 "phpunit/phpunit-mock-objects": "2.3.0",
226 "raven/raven": "~0.11",
227 "ruflin/elastica": ">=0.90 <3.0",
228 "swiftmailer/swiftmailer": "~5.3",
229 "videlalvaro/php-amqplib": "~2.4"
230 },
231 "suggest": {
232 "aws/aws-sdk-php": "Allow sending log messages to AWS services like DynamoDB",
233 "doctrine/couchdb": "Allow sending log messages to a CouchDB server",
234 "ext-amqp": "Allow sending log messages to an AMQP server (1.0+ required)",
235 "ext-mongo": "Allow sending log messages to a MongoDB server",
236 "graylog2/gelf-php": "Allow sending log messages to a GrayLog2 server",
237 "php-console/php-console": "Allow sending log messages to Google Chrome",
238 "raven/raven": "Allow sending log messages to a Sentry server",
239 "rollbar/rollbar": "Allow sending log messages to Rollbar",
240 "ruflin/elastica": "Allow sending log messages to an Elastic Search server",
241 "videlalvaro/php-amqplib": "Allow sending log messages to an AMQP server using php-amqplib"
242 },
243 "type": "library",
244 "extra": {
245 "branch-alias": {
246 "dev-master": "1.16.x-dev"
247 }
248 },
249 "autoload": {
250 "psr-4": {
251 "Monolog\\": "src/Monolog"
252 }
253 },
254 "notification-url": "https://packagist.org/downloads/",
255 "license": [
256 "MIT"
257 ],
258 "authors": [
259 {
260 "name": "Jordi Boggiano",
261 "email": "j.boggiano@seld.be",
262 "homepage": "http://seld.be"
263 }
264 ],
265 "description": "Sends your logs to files, sockets, inboxes, databases and various web services",
266 "homepage": "http://github.com/Seldaek/monolog",
267 "keywords": [
268 "log",
269 "logging",
270 "psr-3"
271 ],
272 "time": "2015-08-31 09:17:37"
273 },
274 {
275 "name": "nikic/fast-route",
276 "version": "v0.4.0",
277 "source": {
278 "type": "git",
279 "url": "https://github.com/nikic/FastRoute.git",
280 "reference": "f26a8f7788f25c0e3e9b1579d38d7ccab2755320"
281 },
282 "dist": {
283 "type": "zip",
284 "url": "https://api.github.com/repos/nikic/FastRoute/zipball/f26a8f7788f25c0e3e9b1579d38d7ccab2755320",
285 "reference": "f26a8f7788f25c0e3e9b1579d38d7ccab2755320",
286 "shasum": ""
287 },
288 "require": {
289 "php": ">=5.4.0"
290 },
291 "type": "library",
292 "autoload": {
293 "psr-4": {
294 "FastRoute\\": "src/"
295 },
296 "files": [
297 "src/functions.php"
298 ]
299 },
300 "notification-url": "https://packagist.org/downloads/",
301 "license": [
302 "BSD-3-Clause"
303 ],
304 "authors": [
305 {
306 "name": "Nikita Popov",
307 "email": "nikic@php.net"
308 }
309 ],
310 "description": "Fast request router for PHP",
311 "keywords": [
312 "router",
313 "routing"
314 ],
315 "time": "2015-02-26 15:33:07"
316 },
317 {
318 "name": "psr/log",
319 "version": "1.0.0",
320 "source": {
321 "type": "git",
322 "url": "https://github.com/php-fig/log.git",
323 "reference": "fe0936ee26643249e916849d48e3a51d5f5e278b"
324 },
325 "dist": {
326 "type": "zip",
327 "url": "https://api.github.com/repos/php-fig/log/zipball/fe0936ee26643249e916849d48e3a51d5f5e278b",
328 "reference": "fe0936ee26643249e916849d48e3a51d5f5e278b",
329 "shasum": ""
330 },
331 "type": "library",
332 "autoload": {
333 "psr-0": {
334 "Psr\\Log\\": ""
335 }
336 },
337 "notification-url": "https://packagist.org/downloads/",
338 "license": [
339 "MIT"
340 ],
341 "authors": [
342 {
343 "name": "PHP-FIG",
344 "homepage": "http://www.php-fig.org/"
345 }
346 ],
347 "description": "Common interface for logging libraries",
348 "keywords": [
349 "log",
350 "psr",
351 "psr-3"
352 ],
353 "time": "2012-12-21 11:40:51"
354 },
355 {
356 "name": "rdlowrey/auryn",
357 "version": "1.1.0",
358 "source": {
359 "type": "git",
360 "url": "https://github.com/rdlowrey/auryn.git",
361 "reference": "f57eaf665a601dbe061c8b1426d84f58c003e6a8"
362 },
363 "dist": {
364 "type": "zip",
365 "url": "https://api.github.com/repos/rdlowrey/auryn/zipball/f57eaf665a601dbe061c8b1426d84f58c003e6a8",
366 "reference": "f57eaf665a601dbe061c8b1426d84f58c003e6a8",
367 "shasum": ""
368 },
369 "require": {
370 "php": ">=5.3.0"
371 },
372 "require-dev": {
373 "athletic/athletic": "~0.1",
374 "fabpot/php-cs-fixer": "~1.9",
375 "phpunit/phpunit": "^4.7"
376 },
377 "type": "library",
378 "autoload": {
379 "psr-4": {
380 "Auryn\\": "lib/"
381 }
382 },
383 "notification-url": "https://packagist.org/downloads/",
384 "license": [
385 "MIT"
386 ],
387 "authors": [
388 {
389 "name": "Dan Ackroyd",
390 "email": "Danack@basereality.com",
391 "homepage": "http://www.basereality.com",
392 "role": "Developer"
393 },
394 {
395 "name": "Levi Morrison",
396 "email": "levim@php.net",
397 "homepage": "http://morrisonlevi.github.com/",
398 "role": "Developer"
399 },
400 {
401 "name": "Daniel Lowrey",
402 "email": "rdlowrey@gmail.com",
403 "homepage": "https://github.com/rdlowrey",
404 "role": "Creator / Main Developer"
405 }
406 ],
407 "description": "Auryn is a dependency injector for bootstrapping object-oriented PHP applications.",
408 "homepage": "https://github.com/rdlowrey/auryn",
409 "keywords": [
410 "dependency injection",
411 "dic",
412 "ioc"
413 ],
414 "time": "2015-08-26 16:31:48"
415 },
416 {
417 "name": "react/promise",
418 "version": "v2.2.1",
419 "source": {
420 "type": "git",
421 "url": "https://github.com/reactphp/promise.git",
422 "reference": "3b6fca09c7d56321057fa8867c8dbe1abf648627"
423 },
424 "dist": {
425 "type": "zip",
426 "url": "https://api.github.com/repos/reactphp/promise/zipball/3b6fca09c7d56321057fa8867c8dbe1abf648627",
427 "reference": "3b6fca09c7d56321057fa8867c8dbe1abf648627",
428 "shasum": ""
429 },
430 "require": {
431 "php": ">=5.4.0"
432 },
433 "type": "library",
434 "extra": {
435 "branch-alias": {
436 "dev-master": "2.0-dev"
437 }
438 },
439 "autoload": {
440 "psr-4": {
441 "React\\Promise\\": "src/"
442 },
443 "files": [
444 "src/functions_include.php"
445 ]
446 },
447 "notification-url": "https://packagist.org/downloads/",
448 "license": [
449 "MIT"
450 ],
451 "authors": [
452 {
453 "name": "Jan Sorgalla",
454 "email": "jsorgalla@gmail.com"
455 }
456 ],
457 "description": "A lightweight implementation of CommonJS Promises/A for PHP",
458 "time": "2015-07-03 13:48:55"
459 }
460 ],
461 "packages-dev": [],
462 "aliases": [],
463 "minimum-stability": "stable",
464 "stability-flags": {
465 "m6w6/pharext.wiki": 20
466 },
467 "prefer-stable": false,
468 "prefer-lowest": false,
469 "platform": [],
470 "platform-dev": []
471 }