]> git.immae.eu Git - github/wallabag/wallabag.git/blame - composer.lock
tcpdf via composer
[github/wallabag/wallabag.git] / composer.lock
CommitLineData
7d2eb7a7
NL
1{
2 "_readme": [
3 "This file locks the dependencies of your project to a known state",
adf17b67
NL
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"
7d2eb7a7 6 ],
3329f1bf 7 "hash": "eb0ceaf553732641132346a79d959961",
7d2eb7a7
NL
8 "packages": [
9 {
adf17b67
NL
10 "name": "ezyang/htmlpurifier",
11 "version": "dev-master",
7d2eb7a7
NL
12 "source": {
13 "type": "git",
adf17b67
NL
14 "url": "https://github.com/ezyang/htmlpurifier.git",
15 "reference": "0c3e68dd0357321b5a5818c3aa832b1cc24a4b1f"
7d2eb7a7
NL
16 },
17 "dist": {
18 "type": "zip",
adf17b67
NL
19 "url": "https://api.github.com/repos/ezyang/htmlpurifier/zipball/0c3e68dd0357321b5a5818c3aa832b1cc24a4b1f",
20 "reference": "0c3e68dd0357321b5a5818c3aa832b1cc24a4b1f",
7d2eb7a7
NL
21 "shasum": ""
22 },
23 "require": {
adf17b67
NL
24 "php": ">=5.2"
25 },
26 "type": "library",
27 "autoload": {
28 "psr-0": {
29 "HTMLPurifier": "library/"
30 },
31 "files": [
32 "library/HTMLPurifier.composer.php"
33 ]
34 },
35 "notification-url": "https://packagist.org/downloads/",
36 "license": [
37 "LGPL"
38 ],
39 "authors": [
40 {
41 "name": "Edward Z. Yang",
42 "email": "admin@htmlpurifier.org",
43 "homepage": "http://ezyang.com"
44 }
45 ],
46 "description": "Standards compliant HTML filter written in PHP",
47 "homepage": "http://htmlpurifier.org/",
48 "keywords": [
49 "html"
50 ],
51 "time": "2014-12-09 02:30:54"
52 },
53 {
54 "name": "fabpot/goutte",
55 "version": "dev-master",
56 "source": {
57 "type": "git",
58 "url": "https://github.com/FriendsOfPHP/Goutte.git",
59 "reference": "65ab61eae03d670b93a9044ad2328eb81aa1bde5"
60 },
61 "dist": {
62 "type": "zip",
63 "url": "https://api.github.com/repos/FriendsOfPHP/Goutte/zipball/65ab61eae03d670b93a9044ad2328eb81aa1bde5",
64 "reference": "65ab61eae03d670b93a9044ad2328eb81aa1bde5",
65 "shasum": ""
66 },
67 "require": {
68 "guzzlehttp/guzzle": ">=4,<6",
69 "php": ">=5.4.0",
70 "symfony/browser-kit": "~2.1",
71 "symfony/css-selector": "~2.1",
72 "symfony/dom-crawler": "~2.1"
73 },
74 "type": "application",
75 "extra": {
76 "branch-alias": {
77 "dev-master": "2.0-dev"
78 }
79 },
80 "autoload": {
81 "psr-4": {
82 "Goutte\\": "Goutte"
83 }
84 },
85 "notification-url": "https://packagist.org/downloads/",
86 "license": [
87 "MIT"
88 ],
89 "authors": [
90 {
91 "name": "Fabien Potencier",
92 "email": "fabien@symfony.com"
93 }
94 ],
95 "description": "A simple PHP Web Scraper",
96 "homepage": "https://github.com/FriendsOfPHP/Goutte",
97 "keywords": [
98 "scraper"
99 ],
100 "time": "2014-11-28 09:48:17"
101 },
102 {
103 "name": "guzzlehttp/guzzle",
104 "version": "5.1.0",
105 "source": {
106 "type": "git",
107 "url": "https://github.com/guzzle/guzzle.git",
108 "reference": "f1085bb4e023766a66b7b051914ec73bdf7202b5"
109 },
110 "dist": {
111 "type": "zip",
112 "url": "https://api.github.com/repos/guzzle/guzzle/zipball/f1085bb4e023766a66b7b051914ec73bdf7202b5",
113 "reference": "f1085bb4e023766a66b7b051914ec73bdf7202b5",
114 "shasum": ""
115 },
116 "require": {
117 "guzzlehttp/ringphp": "~1.0",
118 "php": ">=5.4.0"
7d2eb7a7
NL
119 },
120 "require-dev": {
adf17b67
NL
121 "ext-curl": "*",
122 "phpunit/phpunit": "~4.0",
123 "psr/log": "~1.0"
124 },
125 "type": "library",
126 "extra": {
127 "branch-alias": {
128 "dev-master": "5.0-dev"
129 }
130 },
131 "autoload": {
132 "psr-4": {
133 "GuzzleHttp\\": "src/"
134 }
135 },
136 "notification-url": "https://packagist.org/downloads/",
137 "license": [
138 "MIT"
139 ],
140 "authors": [
141 {
142 "name": "Michael Dowling",
143 "email": "mtdowling@gmail.com",
144 "homepage": "https://github.com/mtdowling"
145 }
146 ],
147 "description": "Guzzle is a PHP HTTP client library and framework for building RESTful web service clients",
148 "homepage": "http://guzzlephp.org/",
149 "keywords": [
150 "client",
151 "curl",
152 "framework",
153 "http",
154 "http client",
155 "rest",
156 "web service"
157 ],
158 "time": "2014-12-19 20:27:15"
159 },
160 {
161 "name": "guzzlehttp/ringphp",
162 "version": "1.0.5",
163 "source": {
164 "type": "git",
165 "url": "https://github.com/guzzle/RingPHP.git",
166 "reference": "a903f51b692427318bc813217c0e6505287e79a4"
167 },
168 "dist": {
169 "type": "zip",
170 "url": "https://api.github.com/repos/guzzle/RingPHP/zipball/a903f51b692427318bc813217c0e6505287e79a4",
171 "reference": "a903f51b692427318bc813217c0e6505287e79a4",
172 "shasum": ""
173 },
174 "require": {
175 "guzzlehttp/streams": "~3.0",
176 "php": ">=5.4.0",
177 "react/promise": "~2.0"
178 },
179 "require-dev": {
180 "ext-curl": "*",
181 "phpunit/phpunit": "~4.0"
7d2eb7a7
NL
182 },
183 "suggest": {
adf17b67 184 "ext-curl": "Guzzle will use specific adapters if cURL is present"
7d2eb7a7
NL
185 },
186 "type": "library",
187 "extra": {
188 "branch-alias": {
adf17b67 189 "dev-master": "1.0-dev"
7d2eb7a7
NL
190 }
191 },
192 "autoload": {
adf17b67
NL
193 "psr-4": {
194 "GuzzleHttp\\Ring\\": "src/"
7d2eb7a7
NL
195 }
196 },
197 "notification-url": "https://packagist.org/downloads/",
198 "license": [
199 "MIT"
200 ],
201 "authors": [
202 {
adf17b67
NL
203 "name": "Michael Dowling",
204 "email": "mtdowling@gmail.com",
205 "homepage": "https://github.com/mtdowling"
206 }
207 ],
208 "time": "2014-12-11 05:50:32"
209 },
210 {
211 "name": "guzzlehttp/streams",
212 "version": "3.0.0",
213 "source": {
214 "type": "git",
215 "url": "https://github.com/guzzle/streams.git",
216 "reference": "47aaa48e27dae43d39fc1cea0ccf0d84ac1a2ba5"
217 },
218 "dist": {
219 "type": "zip",
220 "url": "https://api.github.com/repos/guzzle/streams/zipball/47aaa48e27dae43d39fc1cea0ccf0d84ac1a2ba5",
221 "reference": "47aaa48e27dae43d39fc1cea0ccf0d84ac1a2ba5",
222 "shasum": ""
223 },
224 "require": {
225 "php": ">=5.4.0"
226 },
227 "require-dev": {
228 "phpunit/phpunit": "~4.0"
229 },
230 "type": "library",
231 "extra": {
232 "branch-alias": {
233 "dev-master": "3.0-dev"
234 }
235 },
236 "autoload": {
237 "psr-4": {
238 "GuzzleHttp\\Stream\\": "src/"
239 }
240 },
241 "notification-url": "https://packagist.org/downloads/",
242 "license": [
243 "MIT"
244 ],
245 "authors": [
246 {
247 "name": "Michael Dowling",
248 "email": "mtdowling@gmail.com",
249 "homepage": "https://github.com/mtdowling"
250 }
251 ],
252 "description": "Provides a simple abstraction over streams of data",
253 "homepage": "http://guzzlephp.org/",
254 "keywords": [
255 "Guzzle",
256 "stream"
257 ],
258 "time": "2014-10-12 19:18:40"
259 },
260 {
261 "name": "mgargano/simplehtmldom",
262 "version": "dev-master",
263 "source": {
264 "type": "git",
265 "url": "https://github.com/matstars/simplehtmldom.git",
266 "reference": "37fb0d7c1bda45c5a4cf14fdef56c1edf6aa42be"
267 },
268 "dist": {
269 "type": "zip",
270 "url": "https://api.github.com/repos/matstars/simplehtmldom/zipball/37fb0d7c1bda45c5a4cf14fdef56c1edf6aa42be",
271 "reference": "37fb0d7c1bda45c5a4cf14fdef56c1edf6aa42be",
272 "shasum": ""
273 },
274 "require": {
275 "php": ">=5.3.0"
276 },
277 "type": "library",
278 "autoload": {
279 "psr-0": {
280 "SimpleHtmlDom": "src/"
281 },
282 "files": [
283 "src/simple_html_dom.php"
284 ]
285 },
286 "notification-url": "https://packagist.org/downloads/",
287 "license": [
288 "The MIT License"
289 ],
290 "authors": [
291 {
292 "name": "S.C. Chen",
293 "email": "me578022@gmail.com",
294 "homepage": "http://simplehtmldom.sourceforge.net/",
295 "role": "Lead Developer"
296 }
297 ],
298 "description": "Composer package that gives you access to and (unlike all the others at this time) autoloads S.C. Chen's PHP Simple HTML DOM Parser Library",
299 "homepage": "http://simplehtmldom.sourceforge.net/",
300 "keywords": [
301 "Simple",
302 "dom",
303 "html"
304 ],
305 "time": "2014-01-05 18:17:34"
306 },
e342acf7 307 {
f3052b45
NL
308 "name": "react/promise",
309 "version": "v2.2.0",
e342acf7
NL
310 "source": {
311 "type": "git",
f3052b45
NL
312 "url": "https://github.com/reactphp/promise.git",
313 "reference": "365fcee430dfa4ace1fbc75737ca60ceea7eeeef"
e342acf7
NL
314 },
315 "dist": {
316 "type": "zip",
f3052b45
NL
317 "url": "https://api.github.com/repos/reactphp/promise/zipball/365fcee430dfa4ace1fbc75737ca60ceea7eeeef",
318 "reference": "365fcee430dfa4ace1fbc75737ca60ceea7eeeef",
e342acf7
NL
319 "shasum": ""
320 },
321 "require": {
f3052b45 322 "php": ">=5.4.0"
e342acf7
NL
323 },
324 "type": "library",
325 "extra": {
326 "branch-alias": {
f3052b45 327 "dev-master": "2.0-dev"
e342acf7
NL
328 }
329 },
330 "autoload": {
f3052b45
NL
331 "psr-4": {
332 "React\\Promise\\": "src/"
333 },
334 "files": [
335 "src/functions_include.php"
e342acf7
NL
336 ]
337 },
338 "notification-url": "https://packagist.org/downloads/",
e342acf7 339 "license": [
f3052b45 340 "MIT"
e342acf7
NL
341 ],
342 "authors": [
343 {
f3052b45
NL
344 "name": "Jan Sorgalla",
345 "email": "jsorgalla@googlemail.com"
e342acf7
NL
346 }
347 ],
f3052b45
NL
348 "description": "A lightweight implementation of CommonJS Promises/A for PHP",
349 "time": "2014-12-30 13:32:42"
e342acf7 350 },
1345a107
NL
351 {
352 "name": "robmorgan/phinx",
353 "version": "v0.4.1",
354 "source": {
355 "type": "git",
356 "url": "https://github.com/robmorgan/phinx.git",
357 "reference": "357210707c000f50edea802d84b74724ad122478"
358 },
359 "dist": {
360 "type": "zip",
361 "url": "https://api.github.com/repos/robmorgan/phinx/zipball/357210707c000f50edea802d84b74724ad122478",
362 "reference": "357210707c000f50edea802d84b74724ad122478",
363 "shasum": ""
364 },
365 "require": {
366 "php": ">=5.3.2",
367 "symfony/class-loader": "~2.6.0",
368 "symfony/config": "~2.6.0",
369 "symfony/console": "~2.6.0",
370 "symfony/yaml": "~2.6.0"
371 },
372 "require-dev": {
373 "phpunit/phpunit": "3.7.*",
374 "squizlabs/php_codesniffer": "dev-phpcs-fixer"
375 },
376 "bin": [
377 "bin/phinx"
378 ],
379 "type": "library",
380 "autoload": {
381 "psr-0": {
382 "Phinx": "src/"
383 }
384 },
385 "notification-url": "https://packagist.org/downloads/",
386 "license": [
387 "MIT"
388 ],
389 "authors": [
390 {
391 "name": "Rob Morgan",
392 "email": "robbym@gmail.com",
393 "homepage": "http://robmorgan.id.au",
394 "role": "Lead Developer"
395 }
396 ],
397 "description": "Phinx makes it ridiculously easy to manage the database migrations for your PHP app.",
398 "homepage": "https://phinx.org",
399 "keywords": [
400 "database",
401 "database migrations",
402 "db",
403 "migrations",
404 "phinx"
405 ],
406 "time": "2014-12-23 06:06:14"
407 },
e342acf7 408 {
f3052b45
NL
409 "name": "symfony/browser-kit",
410 "version": "v2.6.3",
411 "target-dir": "Symfony/Component/BrowserKit",
e342acf7
NL
412 "source": {
413 "type": "git",
f3052b45
NL
414 "url": "https://github.com/symfony/BrowserKit.git",
415 "reference": "2ecec44ed5047020c65dd6e4a4b2f3cf13ae3c04"
e342acf7
NL
416 },
417 "dist": {
418 "type": "zip",
f3052b45
NL
419 "url": "https://api.github.com/repos/symfony/BrowserKit/zipball/2ecec44ed5047020c65dd6e4a4b2f3cf13ae3c04",
420 "reference": "2ecec44ed5047020c65dd6e4a4b2f3cf13ae3c04",
e342acf7
NL
421 "shasum": ""
422 },
423 "require": {
f3052b45
NL
424 "php": ">=5.3.3",
425 "symfony/dom-crawler": "~2.0,>=2.0.5"
426 },
427 "require-dev": {
428 "symfony/css-selector": "~2.0,>=2.0.5",
429 "symfony/process": "~2.0,>=2.0.5"
430 },
431 "suggest": {
432 "symfony/process": ""
e342acf7
NL
433 },
434 "type": "library",
f3052b45
NL
435 "extra": {
436 "branch-alias": {
437 "dev-master": "2.6-dev"
438 }
439 },
e342acf7 440 "autoload": {
f3052b45
NL
441 "psr-0": {
442 "Symfony\\Component\\BrowserKit\\": ""
443 }
e342acf7
NL
444 },
445 "notification-url": "https://packagist.org/downloads/",
e342acf7 446 "license": [
f3052b45 447 "MIT"
e342acf7
NL
448 ],
449 "authors": [
450 {
f3052b45
NL
451 "name": "Symfony Community",
452 "homepage": "http://symfony.com/contributors"
453 },
454 {
455 "name": "Fabien Potencier",
456 "email": "fabien@symfony.com"
e342acf7
NL
457 }
458 ],
f3052b45
NL
459 "description": "Symfony BrowserKit Component",
460 "homepage": "http://symfony.com",
461 "time": "2015-01-03 08:01:59"
e342acf7 462 },
1345a107
NL
463 {
464 "name": "symfony/class-loader",
465 "version": "v2.6.3",
466 "target-dir": "Symfony/Component/ClassLoader",
467 "source": {
468 "type": "git",
469 "url": "https://github.com/symfony/ClassLoader.git",
470 "reference": "deac802f76910708ab50d039806cfd1866895b52"
471 },
472 "dist": {
473 "type": "zip",
474 "url": "https://api.github.com/repos/symfony/ClassLoader/zipball/deac802f76910708ab50d039806cfd1866895b52",
475 "reference": "deac802f76910708ab50d039806cfd1866895b52",
476 "shasum": ""
477 },
478 "require": {
479 "php": ">=5.3.3"
480 },
481 "require-dev": {
482 "symfony/finder": "~2.0,>=2.0.5"
483 },
484 "type": "library",
485 "extra": {
486 "branch-alias": {
487 "dev-master": "2.6-dev"
488 }
489 },
490 "autoload": {
491 "psr-0": {
492 "Symfony\\Component\\ClassLoader\\": ""
493 }
494 },
495 "notification-url": "https://packagist.org/downloads/",
496 "license": [
497 "MIT"
498 ],
499 "authors": [
500 {
501 "name": "Symfony Community",
502 "homepage": "http://symfony.com/contributors"
503 },
504 {
505 "name": "Fabien Potencier",
506 "email": "fabien@symfony.com"
507 }
508 ],
509 "description": "Symfony ClassLoader Component",
510 "homepage": "http://symfony.com",
511 "time": "2015-01-05 14:28:40"
512 },
513 {
514 "name": "symfony/config",
515 "version": "v2.6.3",
516 "target-dir": "Symfony/Component/Config",
517 "source": {
518 "type": "git",
519 "url": "https://github.com/symfony/Config.git",
520 "reference": "d94f222eff99a22ce313555b78642b4873418d56"
521 },
522 "dist": {
523 "type": "zip",
524 "url": "https://api.github.com/repos/symfony/Config/zipball/d94f222eff99a22ce313555b78642b4873418d56",
525 "reference": "d94f222eff99a22ce313555b78642b4873418d56",
526 "shasum": ""
527 },
528 "require": {
529 "php": ">=5.3.3",
530 "symfony/filesystem": "~2.3"
531 },
532 "type": "library",
533 "extra": {
534 "branch-alias": {
535 "dev-master": "2.6-dev"
536 }
537 },
538 "autoload": {
539 "psr-0": {
540 "Symfony\\Component\\Config\\": ""
541 }
542 },
543 "notification-url": "https://packagist.org/downloads/",
544 "license": [
545 "MIT"
546 ],
547 "authors": [
548 {
549 "name": "Symfony Community",
550 "homepage": "http://symfony.com/contributors"
551 },
552 {
553 "name": "Fabien Potencier",
554 "email": "fabien@symfony.com"
555 }
556 ],
557 "description": "Symfony Config Component",
558 "homepage": "http://symfony.com",
559 "time": "2015-01-03 08:01:59"
560 },
561 {
562 "name": "symfony/console",
563 "version": "v2.6.3",
564 "target-dir": "Symfony/Component/Console",
565 "source": {
566 "type": "git",
567 "url": "https://github.com/symfony/Console.git",
568 "reference": "6ac6491ff60c0e5a941db3ccdc75a07adbb61476"
569 },
570 "dist": {
571 "type": "zip",
572 "url": "https://api.github.com/repos/symfony/Console/zipball/6ac6491ff60c0e5a941db3ccdc75a07adbb61476",
573 "reference": "6ac6491ff60c0e5a941db3ccdc75a07adbb61476",
574 "shasum": ""
575 },
576 "require": {
577 "php": ">=5.3.3"
578 },
579 "require-dev": {
580 "psr/log": "~1.0",
581 "symfony/event-dispatcher": "~2.1",
582 "symfony/process": "~2.1"
583 },
584 "suggest": {
585 "psr/log": "For using the console logger",
586 "symfony/event-dispatcher": "",
587 "symfony/process": ""
588 },
589 "type": "library",
590 "extra": {
591 "branch-alias": {
592 "dev-master": "2.6-dev"
593 }
594 },
595 "autoload": {
596 "psr-0": {
597 "Symfony\\Component\\Console\\": ""
598 }
599 },
600 "notification-url": "https://packagist.org/downloads/",
601 "license": [
602 "MIT"
603 ],
604 "authors": [
605 {
606 "name": "Symfony Community",
607 "homepage": "http://symfony.com/contributors"
608 },
609 {
610 "name": "Fabien Potencier",
611 "email": "fabien@symfony.com"
612 }
613 ],
614 "description": "Symfony Console Component",
615 "homepage": "http://symfony.com",
616 "time": "2015-01-06 17:50:02"
617 },
e342acf7 618 {
f3052b45
NL
619 "name": "symfony/css-selector",
620 "version": "v2.6.3",
621 "target-dir": "Symfony/Component/CssSelector",
e342acf7
NL
622 "source": {
623 "type": "git",
f3052b45
NL
624 "url": "https://github.com/symfony/CssSelector.git",
625 "reference": "3f80ecc614fec68d5b4a84a0703db3fdf5ce8584"
e342acf7
NL
626 },
627 "dist": {
628 "type": "zip",
f3052b45
NL
629 "url": "https://api.github.com/repos/symfony/CssSelector/zipball/3f80ecc614fec68d5b4a84a0703db3fdf5ce8584",
630 "reference": "3f80ecc614fec68d5b4a84a0703db3fdf5ce8584",
e342acf7
NL
631 "shasum": ""
632 },
633 "require": {
634 "php": ">=5.3.3"
635 },
636 "type": "library",
f3052b45
NL
637 "extra": {
638 "branch-alias": {
639 "dev-master": "2.6-dev"
640 }
641 },
e342acf7 642 "autoload": {
f3052b45
NL
643 "psr-0": {
644 "Symfony\\Component\\CssSelector\\": ""
645 }
e342acf7
NL
646 },
647 "notification-url": "https://packagist.org/downloads/",
e342acf7 648 "license": [
f3052b45 649 "MIT"
e342acf7
NL
650 ],
651 "authors": [
652 {
f3052b45
NL
653 "name": "Symfony Community",
654 "homepage": "http://symfony.com/contributors"
655 },
656 {
657 "name": "Jean-François Simon",
658 "email": "jeanfrancois.simon@sensiolabs.com"
659 },
660 {
661 "name": "Fabien Potencier",
662 "email": "fabien@symfony.com"
e342acf7
NL
663 }
664 ],
f3052b45
NL
665 "description": "Symfony CssSelector Component",
666 "homepage": "http://symfony.com",
667 "time": "2015-01-03 08:01:59"
e342acf7
NL
668 },
669 {
f3052b45
NL
670 "name": "symfony/dom-crawler",
671 "version": "v2.6.3",
672 "target-dir": "Symfony/Component/DomCrawler",
e342acf7
NL
673 "source": {
674 "type": "git",
f3052b45
NL
675 "url": "https://github.com/symfony/DomCrawler.git",
676 "reference": "26a9eb302decd828990e1015afaa11b78b016073"
e342acf7
NL
677 },
678 "dist": {
679 "type": "zip",
f3052b45
NL
680 "url": "https://api.github.com/repos/symfony/DomCrawler/zipball/26a9eb302decd828990e1015afaa11b78b016073",
681 "reference": "26a9eb302decd828990e1015afaa11b78b016073",
e342acf7
NL
682 "shasum": ""
683 },
684 "require": {
685 "php": ">=5.3.3"
686 },
f3052b45
NL
687 "require-dev": {
688 "symfony/css-selector": "~2.3"
689 },
690 "suggest": {
691 "symfony/css-selector": ""
692 },
e342acf7 693 "type": "library",
f3052b45
NL
694 "extra": {
695 "branch-alias": {
696 "dev-master": "2.6-dev"
697 }
698 },
e342acf7 699 "autoload": {
f3052b45
NL
700 "psr-0": {
701 "Symfony\\Component\\DomCrawler\\": ""
702 }
e342acf7
NL
703 },
704 "notification-url": "https://packagist.org/downloads/",
e342acf7 705 "license": [
f3052b45 706 "MIT"
e342acf7
NL
707 ],
708 "authors": [
709 {
f3052b45
NL
710 "name": "Symfony Community",
711 "homepage": "http://symfony.com/contributors"
712 },
713 {
714 "name": "Fabien Potencier",
715 "email": "fabien@symfony.com"
e342acf7
NL
716 }
717 ],
f3052b45
NL
718 "description": "Symfony DomCrawler Component",
719 "homepage": "http://symfony.com",
720 "time": "2015-01-03 08:01:59"
e342acf7
NL
721 },
722 {
f3052b45
NL
723 "name": "symfony/event-dispatcher",
724 "version": "v2.6.3",
725 "target-dir": "Symfony/Component/EventDispatcher",
e342acf7
NL
726 "source": {
727 "type": "git",
f3052b45
NL
728 "url": "https://github.com/symfony/EventDispatcher.git",
729 "reference": "40ff70cadea3785d83cac1c8309514b36113064e"
e342acf7
NL
730 },
731 "dist": {
732 "type": "zip",
f3052b45
NL
733 "url": "https://api.github.com/repos/symfony/EventDispatcher/zipball/40ff70cadea3785d83cac1c8309514b36113064e",
734 "reference": "40ff70cadea3785d83cac1c8309514b36113064e",
e342acf7
NL
735 "shasum": ""
736 },
737 "require": {
e342acf7
NL
738 "php": ">=5.3.3"
739 },
740 "require-dev": {
f3052b45
NL
741 "psr/log": "~1.0",
742 "symfony/config": "~2.0,>=2.0.5",
743 "symfony/dependency-injection": "~2.6",
744 "symfony/expression-language": "~2.6",
745 "symfony/stopwatch": "~2.3"
e342acf7 746 },
f3052b45
NL
747 "suggest": {
748 "symfony/dependency-injection": "",
749 "symfony/http-kernel": ""
750 },
751 "type": "library",
752 "extra": {
753 "branch-alias": {
754 "dev-master": "2.6-dev"
e342acf7
NL
755 }
756 },
757 "autoload": {
f3052b45
NL
758 "psr-0": {
759 "Symfony\\Component\\EventDispatcher\\": ""
760 }
e342acf7
NL
761 },
762 "notification-url": "https://packagist.org/downloads/",
763 "license": [
f3052b45 764 "MIT"
e342acf7
NL
765 ],
766 "authors": [
767 {
f3052b45
NL
768 "name": "Symfony Community",
769 "homepage": "http://symfony.com/contributors"
770 },
771 {
772 "name": "Fabien Potencier",
773 "email": "fabien@symfony.com"
e342acf7
NL
774 }
775 ],
f3052b45
NL
776 "description": "Symfony EventDispatcher Component",
777 "homepage": "http://symfony.com",
778 "time": "2015-01-05 14:28:40"
e342acf7
NL
779 },
780 {
f3052b45
NL
781 "name": "symfony/filesystem",
782 "version": "v2.6.3",
783 "target-dir": "Symfony/Component/Filesystem",
e342acf7
NL
784 "source": {
785 "type": "git",
f3052b45
NL
786 "url": "https://github.com/symfony/Filesystem.git",
787 "reference": "a1f566d1f92e142fa1593f4555d6d89e3044a9b7"
e342acf7
NL
788 },
789 "dist": {
790 "type": "zip",
f3052b45
NL
791 "url": "https://api.github.com/repos/symfony/Filesystem/zipball/a1f566d1f92e142fa1593f4555d6d89e3044a9b7",
792 "reference": "a1f566d1f92e142fa1593f4555d6d89e3044a9b7",
e342acf7
NL
793 "shasum": ""
794 },
795 "require": {
f3052b45 796 "php": ">=5.3.3"
e342acf7 797 },
e342acf7
NL
798 "type": "library",
799 "extra": {
800 "branch-alias": {
f3052b45 801 "dev-master": "2.6-dev"
e342acf7
NL
802 }
803 },
804 "autoload": {
f3052b45
NL
805 "psr-0": {
806 "Symfony\\Component\\Filesystem\\": ""
807 }
e342acf7
NL
808 },
809 "notification-url": "https://packagist.org/downloads/",
810 "license": [
f3052b45 811 "MIT"
e342acf7
NL
812 ],
813 "authors": [
814 {
f3052b45
NL
815 "name": "Symfony Community",
816 "homepage": "http://symfony.com/contributors"
817 },
818 {
819 "name": "Fabien Potencier",
820 "email": "fabien@symfony.com"
e342acf7
NL
821 }
822 ],
f3052b45
NL
823 "description": "Symfony Filesystem Component",
824 "homepage": "http://symfony.com",
825 "time": "2015-01-03 21:13:09"
e342acf7
NL
826 },
827 {
f3052b45
NL
828 "name": "symfony/form",
829 "version": "v2.6.3",
830 "target-dir": "Symfony/Component/Form",
e342acf7
NL
831 "source": {
832 "type": "git",
f3052b45
NL
833 "url": "https://github.com/symfony/Form.git",
834 "reference": "bfe4011e6b77e85ccf4df33dd361fa09dfa50303"
e342acf7
NL
835 },
836 "dist": {
837 "type": "zip",
f3052b45
NL
838 "url": "https://api.github.com/repos/symfony/Form/zipball/bfe4011e6b77e85ccf4df33dd361fa09dfa50303",
839 "reference": "bfe4011e6b77e85ccf4df33dd361fa09dfa50303",
e342acf7
NL
840 "shasum": ""
841 },
842 "require": {
e342acf7 843 "php": ">=5.3.3",
f3052b45
NL
844 "symfony/event-dispatcher": "~2.1",
845 "symfony/intl": "~2.3",
846 "symfony/options-resolver": "~2.6",
847 "symfony/property-access": "~2.3"
e342acf7
NL
848 },
849 "require-dev": {
f3052b45
NL
850 "doctrine/collections": "~1.0",
851 "symfony/http-foundation": "~2.2",
852 "symfony/http-kernel": "~2.4",
853 "symfony/security-csrf": "~2.4",
854 "symfony/translation": "~2.0,>=2.0.5",
855 "symfony/validator": "~2.6"
e342acf7
NL
856 },
857 "suggest": {
f3052b45
NL
858 "symfony/framework-bundle": "For templating with PHP.",
859 "symfony/security-csrf": "For protecting forms against CSRF attacks.",
860 "symfony/twig-bridge": "For templating with Twig.",
861 "symfony/validator": "For form validation."
e342acf7
NL
862 },
863 "type": "library",
864 "extra": {
865 "branch-alias": {
f3052b45 866 "dev-master": "2.6-dev"
e342acf7
NL
867 }
868 },
869 "autoload": {
f3052b45
NL
870 "psr-0": {
871 "Symfony\\Component\\Form\\": ""
adf17b67
NL
872 }
873 },
adf17b67
NL
874 "notification-url": "https://packagist.org/downloads/",
875 "license": [
876 "MIT"
877 ],
878 "authors": [
879 {
f3052b45
NL
880 "name": "Symfony Community",
881 "homepage": "http://symfony.com/contributors"
882 },
883 {
884 "name": "Fabien Potencier",
885 "email": "fabien@symfony.com"
adf17b67
NL
886 }
887 ],
f3052b45
NL
888 "description": "Symfony Form Component",
889 "homepage": "http://symfony.com",
890 "time": "2015-01-07 14:31:37"
adf17b67 891 },
e342acf7 892 {
f3052b45
NL
893 "name": "symfony/intl",
894 "version": "v2.6.3",
895 "target-dir": "Symfony/Component/Intl",
e342acf7
NL
896 "source": {
897 "type": "git",
f3052b45
NL
898 "url": "https://github.com/symfony/Intl.git",
899 "reference": "5e7494e1e6aed4309f43121b3141d6e0273dcaee"
e342acf7
NL
900 },
901 "dist": {
902 "type": "zip",
f3052b45
NL
903 "url": "https://api.github.com/repos/symfony/Intl/zipball/5e7494e1e6aed4309f43121b3141d6e0273dcaee",
904 "reference": "5e7494e1e6aed4309f43121b3141d6e0273dcaee",
e342acf7
NL
905 "shasum": ""
906 },
907 "require": {
f3052b45 908 "php": ">=5.3.3"
e342acf7
NL
909 },
910 "require-dev": {
f3052b45
NL
911 "symfony/filesystem": ">=2.1"
912 },
913 "suggest": {
914 "ext-intl": "to use the component with locales other than \"en\""
e342acf7
NL
915 },
916 "type": "library",
917 "extra": {
918 "branch-alias": {
f3052b45 919 "dev-master": "2.6-dev"
e342acf7
NL
920 }
921 },
922 "autoload": {
f3052b45
NL
923 "psr-0": {
924 "Symfony\\Component\\Intl\\": ""
925 },
e342acf7 926 "classmap": [
f3052b45
NL
927 "Symfony/Component/Intl/Resources/stubs"
928 ],
929 "files": [
930 "Symfony/Component/Intl/Resources/stubs/functions.php"
e342acf7
NL
931 ]
932 },
933 "notification-url": "https://packagist.org/downloads/",
934 "license": [
f3052b45 935 "MIT"
e342acf7
NL
936 ],
937 "authors": [
938 {
f3052b45
NL
939 "name": "Symfony Community",
940 "homepage": "http://symfony.com/contributors"
e342acf7
NL
941 },
942 {
f3052b45
NL
943 "name": "Bernhard Schussek",
944 "email": "bschussek@gmail.com"
e342acf7
NL
945 },
946 {
f3052b45
NL
947 "name": "Eriksen Costa",
948 "email": "eriksen.costa@infranology.com.br"
e342acf7
NL
949 },
950 {
f3052b45
NL
951 "name": "Igor Wiedler",
952 "email": "igor@wiedler.ch"
e342acf7
NL
953 }
954 ],
f3052b45
NL
955 "description": "A PHP replacement layer for the C intl extension that includes additional data from the ICU library.",
956 "homepage": "http://symfony.com",
e342acf7 957 "keywords": [
f3052b45
NL
958 "i18n",
959 "icu",
960 "internationalization",
961 "intl",
962 "l10n",
963 "localization"
e342acf7 964 ],
f3052b45 965 "time": "2015-01-03 08:01:59"
e342acf7
NL
966 },
967 {
f3052b45
NL
968 "name": "symfony/options-resolver",
969 "version": "v2.6.3",
970 "target-dir": "Symfony/Component/OptionsResolver",
e342acf7
NL
971 "source": {
972 "type": "git",
f3052b45
NL
973 "url": "https://github.com/symfony/OptionsResolver.git",
974 "reference": "23aed23820c9c2273c405b43deee3de6c0668acd"
e342acf7
NL
975 },
976 "dist": {
977 "type": "zip",
f3052b45
NL
978 "url": "https://api.github.com/repos/symfony/OptionsResolver/zipball/23aed23820c9c2273c405b43deee3de6c0668acd",
979 "reference": "23aed23820c9c2273c405b43deee3de6c0668acd",
e342acf7
NL
980 "shasum": ""
981 },
982 "require": {
983 "php": ">=5.3.3"
984 },
e342acf7
NL
985 "type": "library",
986 "extra": {
987 "branch-alias": {
f3052b45 988 "dev-master": "2.6-dev"
e342acf7
NL
989 }
990 },
991 "autoload": {
f3052b45
NL
992 "psr-0": {
993 "Symfony\\Component\\OptionsResolver\\": ""
994 }
e342acf7
NL
995 },
996 "notification-url": "https://packagist.org/downloads/",
997 "license": [
f3052b45 998 "MIT"
e342acf7
NL
999 ],
1000 "authors": [
1001 {
f3052b45
NL
1002 "name": "Symfony Community",
1003 "homepage": "http://symfony.com/contributors"
e342acf7
NL
1004 },
1005 {
f3052b45
NL
1006 "name": "Fabien Potencier",
1007 "email": "fabien@symfony.com"
e342acf7
NL
1008 }
1009 ],
f3052b45
NL
1010 "description": "Symfony OptionsResolver Component",
1011 "homepage": "http://symfony.com",
e342acf7 1012 "keywords": [
f3052b45
NL
1013 "config",
1014 "configuration",
1015 "options"
e342acf7 1016 ],
f3052b45 1017 "time": "2015-01-05 17:41:06"
e342acf7
NL
1018 },
1019 {
f3052b45
NL
1020 "name": "symfony/property-access",
1021 "version": "v2.6.3",
1022 "target-dir": "Symfony/Component/PropertyAccess",
e342acf7
NL
1023 "source": {
1024 "type": "git",
f3052b45
NL
1025 "url": "https://github.com/symfony/PropertyAccess.git",
1026 "reference": "b5055bdf4365638065d2a268e213a57b771d2f74"
e342acf7
NL
1027 },
1028 "dist": {
1029 "type": "zip",
f3052b45
NL
1030 "url": "https://api.github.com/repos/symfony/PropertyAccess/zipball/b5055bdf4365638065d2a268e213a57b771d2f74",
1031 "reference": "b5055bdf4365638065d2a268e213a57b771d2f74",
e342acf7
NL
1032 "shasum": ""
1033 },
1034 "require": {
1035 "php": ">=5.3.3"
1036 },
e342acf7
NL
1037 "type": "library",
1038 "extra": {
1039 "branch-alias": {
f3052b45 1040 "dev-master": "2.6-dev"
e342acf7
NL
1041 }
1042 },
1043 "autoload": {
f3052b45
NL
1044 "psr-0": {
1045 "Symfony\\Component\\PropertyAccess\\": ""
1046 }
e342acf7
NL
1047 },
1048 "notification-url": "https://packagist.org/downloads/",
1049 "license": [
f3052b45 1050 "MIT"
e342acf7
NL
1051 ],
1052 "authors": [
1053 {
f3052b45
NL
1054 "name": "Symfony Community",
1055 "homepage": "http://symfony.com/contributors"
1056 },
1057 {
1058 "name": "Fabien Potencier",
1059 "email": "fabien@symfony.com"
e342acf7
NL
1060 }
1061 ],
f3052b45
NL
1062 "description": "Symfony PropertyAccess Component",
1063 "homepage": "http://symfony.com",
e342acf7 1064 "keywords": [
f3052b45
NL
1065 "access",
1066 "array",
1067 "extraction",
1068 "index",
1069 "injection",
1070 "object",
1071 "property",
1072 "property path",
1073 "reflection"
e342acf7 1074 ],
f3052b45 1075 "time": "2015-01-03 15:33:07"
e342acf7
NL
1076 },
1077 {
f3052b45
NL
1078 "name": "symfony/routing",
1079 "version": "v2.6.3",
1080 "target-dir": "Symfony/Component/Routing",
e342acf7
NL
1081 "source": {
1082 "type": "git",
f3052b45
NL
1083 "url": "https://github.com/symfony/Routing.git",
1084 "reference": "28382c6806780ddc657c136a5ca4415dd3252f41"
e342acf7
NL
1085 },
1086 "dist": {
1087 "type": "zip",
f3052b45
NL
1088 "url": "https://api.github.com/repos/symfony/Routing/zipball/28382c6806780ddc657c136a5ca4415dd3252f41",
1089 "reference": "28382c6806780ddc657c136a5ca4415dd3252f41",
e342acf7
NL
1090 "shasum": ""
1091 },
1092 "require": {
1093 "php": ">=5.3.3"
1094 },
1095 "require-dev": {
f3052b45
NL
1096 "doctrine/annotations": "~1.0",
1097 "doctrine/common": "~2.2",
1098 "psr/log": "~1.0",
1099 "symfony/config": "~2.2",
1100 "symfony/expression-language": "~2.4",
1101 "symfony/http-foundation": "~2.3",
1102 "symfony/yaml": "~2.0,>=2.0.5"
1103 },
1104 "suggest": {
1105 "doctrine/annotations": "For using the annotation loader",
1106 "symfony/config": "For using the all-in-one router or any loader",
1107 "symfony/expression-language": "For using expression matching",
1108 "symfony/yaml": "For using the YAML loader"
e342acf7
NL
1109 },
1110 "type": "library",
1111 "extra": {
1112 "branch-alias": {
f3052b45 1113 "dev-master": "2.6-dev"
e342acf7
NL
1114 }
1115 },
1116 "autoload": {
f3052b45
NL
1117 "psr-0": {
1118 "Symfony\\Component\\Routing\\": ""
1119 }
e342acf7
NL
1120 },
1121 "notification-url": "https://packagist.org/downloads/",
1122 "license": [
f3052b45 1123 "MIT"
e342acf7
NL
1124 ],
1125 "authors": [
1126 {
f3052b45
NL
1127 "name": "Symfony Community",
1128 "homepage": "http://symfony.com/contributors"
e342acf7
NL
1129 },
1130 {
f3052b45
NL
1131 "name": "Fabien Potencier",
1132 "email": "fabien@symfony.com"
e342acf7
NL
1133 }
1134 ],
f3052b45
NL
1135 "description": "Symfony Routing Component",
1136 "homepage": "http://symfony.com",
e342acf7 1137 "keywords": [
f3052b45
NL
1138 "router",
1139 "routing",
1140 "uri",
1141 "url"
e342acf7 1142 ],
f3052b45 1143 "time": "2015-01-05 14:28:40"
e342acf7
NL
1144 },
1145 {
f3052b45
NL
1146 "name": "symfony/security-core",
1147 "version": "v2.6.3",
1148 "target-dir": "Symfony/Component/Security/Core",
e342acf7
NL
1149 "source": {
1150 "type": "git",
f3052b45
NL
1151 "url": "https://github.com/symfony/security-core.git",
1152 "reference": "db8c6964f9d69496b9ef21788c4afc4306113242"
e342acf7
NL
1153 },
1154 "dist": {
1155 "type": "zip",
f3052b45
NL
1156 "url": "https://api.github.com/repos/symfony/security-core/zipball/db8c6964f9d69496b9ef21788c4afc4306113242",
1157 "reference": "db8c6964f9d69496b9ef21788c4afc4306113242",
e342acf7
NL
1158 "shasum": ""
1159 },
1160 "require": {
1161 "php": ">=5.3.3"
1162 },
1163 "require-dev": {
f3052b45
NL
1164 "ircmaxell/password-compat": "1.0.*",
1165 "psr/log": "~1.0",
1166 "symfony/event-dispatcher": "~2.1",
1167 "symfony/expression-language": "~2.6",
1168 "symfony/http-foundation": "~2.4",
1169 "symfony/translation": "~2.0,>=2.0.5",
1170 "symfony/validator": "~2.5,>=2.5.5"
e342acf7
NL
1171 },
1172 "suggest": {
f3052b45
NL
1173 "ircmaxell/password-compat": "For using the BCrypt password encoder in PHP <5.5",
1174 "symfony/event-dispatcher": "",
1175 "symfony/expression-language": "For using the expression voter",
1176 "symfony/http-foundation": "",
1177 "symfony/validator": "For using the user password constraint"
e342acf7
NL
1178 },
1179 "type": "library",
1180 "extra": {
1181 "branch-alias": {
f3052b45 1182 "dev-master": "2.6-dev"
e342acf7
NL
1183 }
1184 },
1185 "autoload": {
f3052b45
NL
1186 "psr-0": {
1187 "Symfony\\Component\\Security\\Core\\": ""
e342acf7 1188 }
e342acf7
NL
1189 },
1190 "notification-url": "https://packagist.org/downloads/",
1191 "license": [
f3052b45 1192 "MIT"
e342acf7
NL
1193 ],
1194 "authors": [
1195 {
f3052b45
NL
1196 "name": "Symfony Community",
1197 "homepage": "http://symfony.com/contributors"
1198 },
1199 {
1200 "name": "Fabien Potencier",
1201 "email": "fabien@symfony.com"
e342acf7
NL
1202 }
1203 ],
f3052b45
NL
1204 "description": "Symfony Security Component - Core Library",
1205 "homepage": "http://symfony.com",
1206 "time": "2015-01-05 20:59:13"
e342acf7 1207 },
adf17b67 1208 {
f3052b45 1209 "name": "symfony/security-csrf",
adf17b67 1210 "version": "v2.6.3",
f3052b45 1211 "target-dir": "Symfony/Component/Security/Csrf",
adf17b67
NL
1212 "source": {
1213 "type": "git",
f3052b45
NL
1214 "url": "https://github.com/symfony/security-csrf.git",
1215 "reference": "c532081e1c9295b69dac2e3faea87112543504fc"
adf17b67
NL
1216 },
1217 "dist": {
1218 "type": "zip",
f3052b45
NL
1219 "url": "https://api.github.com/repos/symfony/security-csrf/zipball/c532081e1c9295b69dac2e3faea87112543504fc",
1220 "reference": "c532081e1c9295b69dac2e3faea87112543504fc",
adf17b67
NL
1221 "shasum": ""
1222 },
1223 "require": {
1224 "php": ">=5.3.3",
f3052b45 1225 "symfony/security-core": "~2.4"
adf17b67
NL
1226 },
1227 "require-dev": {
f3052b45 1228 "symfony/http-foundation": "~2.1"
adf17b67
NL
1229 },
1230 "suggest": {
f3052b45 1231 "symfony/http-foundation": "For using the class SessionTokenStorage."
adf17b67
NL
1232 },
1233 "type": "library",
1234 "extra": {
1235 "branch-alias": {
1236 "dev-master": "2.6-dev"
1237 }
1238 },
1239 "autoload": {
1240 "psr-0": {
f3052b45 1241 "Symfony\\Component\\Security\\Csrf\\": ""
adf17b67
NL
1242 }
1243 },
1244 "notification-url": "https://packagist.org/downloads/",
1245 "license": [
1246 "MIT"
1247 ],
1248 "authors": [
7d2eb7a7
NL
1249 {
1250 "name": "Symfony Community",
1251 "homepage": "http://symfony.com/contributors"
adf17b67
NL
1252 },
1253 {
1254 "name": "Fabien Potencier",
1255 "email": "fabien@symfony.com"
7d2eb7a7
NL
1256 }
1257 ],
f3052b45 1258 "description": "Symfony Security Component - CSRF Library",
7d2eb7a7 1259 "homepage": "http://symfony.com",
adf17b67 1260 "time": "2015-01-03 08:01:59"
7d2eb7a7
NL
1261 },
1262 {
f3052b45 1263 "name": "symfony/translation",
adf17b67 1264 "version": "v2.6.3",
f3052b45 1265 "target-dir": "Symfony/Component/Translation",
7d2eb7a7
NL
1266 "source": {
1267 "type": "git",
f3052b45
NL
1268 "url": "https://github.com/symfony/Translation.git",
1269 "reference": "f289cdf8179d32058c1e1cbac723106a5ff6fa39"
7d2eb7a7
NL
1270 },
1271 "dist": {
1272 "type": "zip",
f3052b45
NL
1273 "url": "https://api.github.com/repos/symfony/Translation/zipball/f289cdf8179d32058c1e1cbac723106a5ff6fa39",
1274 "reference": "f289cdf8179d32058c1e1cbac723106a5ff6fa39",
7d2eb7a7
NL
1275 "shasum": ""
1276 },
1277 "require": {
1278 "php": ">=5.3.3"
1279 },
f3052b45
NL
1280 "require-dev": {
1281 "psr/log": "~1.0",
1282 "symfony/config": "~2.3,>=2.3.12",
1283 "symfony/intl": "~2.3",
1284 "symfony/yaml": "~2.2"
1285 },
1286 "suggest": {
1287 "psr/log": "To use logging capability in translator",
1288 "symfony/config": "",
1289 "symfony/yaml": ""
1290 },
7d2eb7a7
NL
1291 "type": "library",
1292 "extra": {
1293 "branch-alias": {
adf17b67 1294 "dev-master": "2.6-dev"
7d2eb7a7
NL
1295 }
1296 },
1297 "autoload": {
1298 "psr-0": {
f3052b45 1299 "Symfony\\Component\\Translation\\": ""
7d2eb7a7
NL
1300 }
1301 },
1302 "notification-url": "https://packagist.org/downloads/",
1303 "license": [
1304 "MIT"
1305 ],
1306 "authors": [
adf17b67
NL
1307 {
1308 "name": "Symfony Community",
1309 "homepage": "http://symfony.com/contributors"
1310 },
7d2eb7a7
NL
1311 {
1312 "name": "Fabien Potencier",
1313 "email": "fabien@symfony.com"
adf17b67
NL
1314 }
1315 ],
f3052b45 1316 "description": "Symfony Translation Component",
adf17b67 1317 "homepage": "http://symfony.com",
f3052b45 1318 "time": "2015-01-03 15:33:07"
adf17b67
NL
1319 },
1320 {
f3052b45 1321 "name": "symfony/twig-bridge",
adf17b67 1322 "version": "v2.6.3",
f3052b45 1323 "target-dir": "Symfony/Bridge/Twig",
adf17b67
NL
1324 "source": {
1325 "type": "git",
f3052b45
NL
1326 "url": "https://github.com/symfony/TwigBridge.git",
1327 "reference": "72c911dd02f5d8e68accab7120fc0fd1a0b84ba1"
adf17b67
NL
1328 },
1329 "dist": {
1330 "type": "zip",
f3052b45
NL
1331 "url": "https://api.github.com/repos/symfony/TwigBridge/zipball/72c911dd02f5d8e68accab7120fc0fd1a0b84ba1",
1332 "reference": "72c911dd02f5d8e68accab7120fc0fd1a0b84ba1",
adf17b67
NL
1333 "shasum": ""
1334 },
1335 "require": {
f3052b45
NL
1336 "php": ">=5.3.3",
1337 "symfony/security-csrf": "~2.4",
1338 "twig/twig": "~1.13,>=1.13.1"
adf17b67
NL
1339 },
1340 "require-dev": {
f3052b45
NL
1341 "symfony/console": "~2.4",
1342 "symfony/expression-language": "~2.4",
1343 "symfony/finder": "~2.3",
1344 "symfony/form": "~2.6",
1345 "symfony/http-kernel": "~2.3",
1346 "symfony/intl": "~2.3",
1347 "symfony/routing": "~2.2",
1348 "symfony/security": "~2.4",
1349 "symfony/stopwatch": "~2.2",
1350 "symfony/templating": "~2.1",
1351 "symfony/translation": "~2.2",
1352 "symfony/var-dumper": "~2.6",
1353 "symfony/yaml": "~2.0,>=2.0.5"
adf17b67
NL
1354 },
1355 "suggest": {
f3052b45
NL
1356 "symfony/expression-language": "For using the ExpressionExtension",
1357 "symfony/finder": "",
1358 "symfony/form": "For using the FormExtension",
1359 "symfony/http-kernel": "For using the HttpKernelExtension",
1360 "symfony/routing": "For using the RoutingExtension",
1361 "symfony/security": "For using the SecurityExtension",
1362 "symfony/stopwatch": "For using the StopwatchExtension",
1363 "symfony/templating": "For using the TwigEngine",
1364 "symfony/translation": "For using the TranslationExtension",
1365 "symfony/var-dumper": "For using the DumpExtension",
1366 "symfony/yaml": "For using the YamlExtension"
adf17b67 1367 },
f3052b45 1368 "type": "symfony-bridge",
adf17b67
NL
1369 "extra": {
1370 "branch-alias": {
1371 "dev-master": "2.6-dev"
1372 }
1373 },
1374 "autoload": {
1375 "psr-0": {
f3052b45 1376 "Symfony\\Bridge\\Twig\\": ""
adf17b67
NL
1377 }
1378 },
1379 "notification-url": "https://packagist.org/downloads/",
1380 "license": [
1381 "MIT"
1382 ],
1383 "authors": [
7d2eb7a7
NL
1384 {
1385 "name": "Symfony Community",
1386 "homepage": "http://symfony.com/contributors"
adf17b67
NL
1387 },
1388 {
1389 "name": "Fabien Potencier",
1390 "email": "fabien@symfony.com"
7d2eb7a7
NL
1391 }
1392 ],
f3052b45 1393 "description": "Symfony Twig Bridge",
7d2eb7a7 1394 "homepage": "http://symfony.com",
f3052b45 1395 "time": "2015-01-05 14:28:40"
7d2eb7a7 1396 },
1345a107
NL
1397 {
1398 "name": "symfony/yaml",
1399 "version": "v2.6.3",
1400 "target-dir": "Symfony/Component/Yaml",
1401 "source": {
1402 "type": "git",
1403 "url": "https://github.com/symfony/Yaml.git",
1404 "reference": "82462a90848a52c2533aa6b598b107d68076b018"
1405 },
1406 "dist": {
1407 "type": "zip",
1408 "url": "https://api.github.com/repos/symfony/Yaml/zipball/82462a90848a52c2533aa6b598b107d68076b018",
1409 "reference": "82462a90848a52c2533aa6b598b107d68076b018",
1410 "shasum": ""
1411 },
1412 "require": {
1413 "php": ">=5.3.3"
1414 },
1415 "type": "library",
1416 "extra": {
1417 "branch-alias": {
1418 "dev-master": "2.6-dev"
1419 }
1420 },
1421 "autoload": {
1422 "psr-0": {
1423 "Symfony\\Component\\Yaml\\": ""
1424 }
1425 },
1426 "notification-url": "https://packagist.org/downloads/",
1427 "license": [
1428 "MIT"
1429 ],
1430 "authors": [
1431 {
1432 "name": "Symfony Community",
1433 "homepage": "http://symfony.com/contributors"
1434 },
1435 {
1436 "name": "Fabien Potencier",
1437 "email": "fabien@symfony.com"
1438 }
1439 ],
1440 "description": "Symfony Yaml Component",
1441 "homepage": "http://symfony.com",
1442 "time": "2015-01-03 15:33:07"
1443 },
3329f1bf
NL
1444 {
1445 "name": "tecnick.com/tcpdf",
1446 "version": "dev-master",
1447 "source": {
1448 "type": "git",
1449 "url": "https://github.com/tecnickcom/TCPDF.git",
1450 "reference": "ba2afad72c6191bfed735dfa357bcaf3f225f52b"
1451 },
1452 "dist": {
1453 "type": "zip",
1454 "url": "https://api.github.com/repos/tecnickcom/TCPDF/zipball/ba2afad72c6191bfed735dfa357bcaf3f225f52b",
1455 "reference": "ba2afad72c6191bfed735dfa357bcaf3f225f52b",
1456 "shasum": ""
1457 },
1458 "require": {
1459 "php": ">=5.3.0"
1460 },
1461 "type": "library",
1462 "autoload": {
1463 "classmap": [
1464 "fonts",
1465 "config",
1466 "include",
1467 "tcpdf.php",
1468 "tcpdf_parser.php",
1469 "tcpdf_import.php",
1470 "tcpdf_barcodes_1d.php",
1471 "tcpdf_barcodes_2d.php",
1472 "include/tcpdf_colors.php",
1473 "include/tcpdf_filters.php",
1474 "include/tcpdf_font_data.php",
1475 "include/tcpdf_fonts.php",
1476 "include/tcpdf_images.php",
1477 "include/tcpdf_static.php",
1478 "include/barcodes/datamatrix.php",
1479 "include/barcodes/pdf417.php",
1480 "include/barcodes/qrcode.php"
1481 ]
1482 },
1483 "notification-url": "https://packagist.org/downloads/",
1484 "license": [
1485 "LGPLv3"
1486 ],
1487 "authors": [
1488 {
1489 "name": "Nicola Asuni",
1490 "email": "info@tecnick.com",
1491 "homepage": "http://nicolaasuni.tecnick.com"
1492 }
1493 ],
1494 "description": "TCPDF is a PHP class for generating PDF documents and barcodes.",
1495 "homepage": "http://www.tcpdf.org/",
1496 "keywords": [
1497 "PDFD32000-2008",
1498 "TCPDF",
1499 "barcodes",
1500 "datamatrix",
1501 "pdf",
1502 "pdf417",
1503 "qrcode"
1504 ],
1505 "time": "2015-01-08 18:35:22"
1506 },
7d2eb7a7 1507 {
f3052b45
NL
1508 "name": "twig/extensions",
1509 "version": "v1.0.1",
7d2eb7a7
NL
1510 "source": {
1511 "type": "git",
f3052b45
NL
1512 "url": "https://github.com/twigphp/Twig-extensions.git",
1513 "reference": "f91a82ec225e5bb108e01a0f93c9be04f84dcfa0"
7d2eb7a7
NL
1514 },
1515 "dist": {
1516 "type": "zip",
f3052b45
NL
1517 "url": "https://api.github.com/repos/twigphp/Twig-extensions/zipball/f91a82ec225e5bb108e01a0f93c9be04f84dcfa0",
1518 "reference": "f91a82ec225e5bb108e01a0f93c9be04f84dcfa0",
7d2eb7a7
NL
1519 "shasum": ""
1520 },
1521 "require": {
f3052b45 1522 "twig/twig": "~1.0"
7d2eb7a7
NL
1523 },
1524 "type": "library",
1525 "extra": {
1526 "branch-alias": {
f3052b45 1527 "dev-master": "1.0.x-dev"
7d2eb7a7
NL
1528 }
1529 },
1530 "autoload": {
1531 "psr-0": {
f3052b45 1532 "Twig_Extensions_": "lib/"
7d2eb7a7
NL
1533 }
1534 },
1535 "notification-url": "https://packagist.org/downloads/",
1536 "license": [
1537 "MIT"
1538 ],
1539 "authors": [
1540 {
1541 "name": "Fabien Potencier",
1542 "email": "fabien@symfony.com"
adf17b67
NL
1543 }
1544 ],
f3052b45
NL
1545 "description": "Common additional features for Twig that do not directly belong in core",
1546 "homepage": "https://github.com/fabpot/Twig-extensions",
1547 "keywords": [
1548 "debug",
1549 "i18n",
1550 "text"
1551 ],
1552 "time": "2013-10-18 19:37:15"
adf17b67
NL
1553 },
1554 {
f3052b45
NL
1555 "name": "twig/twig",
1556 "version": "v1.17.0",
adf17b67
NL
1557 "source": {
1558 "type": "git",
f3052b45
NL
1559 "url": "https://github.com/twigphp/Twig.git",
1560 "reference": "2493970fa4d587eca73f77e6d8bd48a8bdd4c608"
adf17b67
NL
1561 },
1562 "dist": {
1563 "type": "zip",
f3052b45
NL
1564 "url": "https://api.github.com/repos/twigphp/Twig/zipball/2493970fa4d587eca73f77e6d8bd48a8bdd4c608",
1565 "reference": "2493970fa4d587eca73f77e6d8bd48a8bdd4c608",
adf17b67
NL
1566 "shasum": ""
1567 },
1568 "require": {
f3052b45 1569 "php": ">=5.2.4"
adf17b67
NL
1570 },
1571 "type": "library",
1572 "extra": {
1573 "branch-alias": {
f3052b45 1574 "dev-master": "1.17-dev"
adf17b67
NL
1575 }
1576 },
1577 "autoload": {
1578 "psr-0": {
f3052b45 1579 "Twig_": "lib/"
adf17b67
NL
1580 }
1581 },
1582 "notification-url": "https://packagist.org/downloads/",
1583 "license": [
f3052b45 1584 "BSD-3-Clause"
adf17b67
NL
1585 ],
1586 "authors": [
7d2eb7a7 1587 {
f3052b45
NL
1588 "name": "Fabien Potencier",
1589 "email": "fabien@symfony.com",
1590 "homepage": "http://fabien.potencier.org",
1591 "role": "Lead Developer"
adf17b67
NL
1592 },
1593 {
f3052b45
NL
1594 "name": "Armin Ronacher",
1595 "email": "armin.ronacher@active-4.com",
1596 "role": "Project Founder"
1597 },
1598 {
1599 "name": "Twig Team",
1600 "homepage": "http://twig.sensiolabs.org/contributors",
1601 "role": "Contributors"
7d2eb7a7
NL
1602 }
1603 ],
f3052b45
NL
1604 "description": "Twig, the flexible, fast, and secure template language for PHP",
1605 "homepage": "http://twig.sensiolabs.org",
1606 "keywords": [
1607 "templating"
1608 ],
1609 "time": "2015-01-14 10:15:49"
7d2eb7a7
NL
1610 },
1611 {
f3052b45
NL
1612 "name": "umpirsky/twig-gettext-extractor",
1613 "version": "1.1.3",
7d2eb7a7
NL
1614 "source": {
1615 "type": "git",
f3052b45
NL
1616 "url": "https://github.com/umpirsky/Twig-Gettext-Extractor.git",
1617 "reference": "1.1.3"
7d2eb7a7
NL
1618 },
1619 "dist": {
1620 "type": "zip",
f3052b45
NL
1621 "url": "https://api.github.com/repos/umpirsky/Twig-Gettext-Extractor/zipball/1.1.3",
1622 "reference": "1.1.3",
7d2eb7a7
NL
1623 "shasum": ""
1624 },
1625 "require": {
1626 "php": ">=5.3.3",
f3052b45
NL
1627 "symfony/filesystem": ">=2.0,<3.0",
1628 "symfony/form": ">=2.0,<3.0",
1629 "symfony/routing": ">=2.0,<3.0",
1630 "symfony/translation": ">=2.0,<3.0",
1631 "symfony/twig-bridge": ">=2.0,<3.0",
1632 "twig/extensions": "1.0.*",
1633 "twig/twig": ">=1.2.0,<2.0-dev"
adf17b67
NL
1634 },
1635 "require-dev": {
f3052b45 1636 "symfony/config": "2.1.*"
adf17b67 1637 },
f3052b45
NL
1638 "bin": [
1639 "twig-gettext-extractor"
1640 ],
1641 "type": "application",
7d2eb7a7
NL
1642 "autoload": {
1643 "psr-0": {
f3052b45 1644 "Twig\\Gettext": "."
7d2eb7a7
NL
1645 }
1646 },
1647 "notification-url": "https://packagist.org/downloads/",
1648 "license": [
1649 "MIT"
1650 ],
1651 "authors": [
1652 {
f3052b45
NL
1653 "name": "Саша Стаменковић",
1654 "email": "umpirsky@gmail.com",
1655 "homepage": "http://umpirsky.com"
7d2eb7a7
NL
1656 }
1657 ],
f3052b45
NL
1658 "description": "The Twig Gettext Extractor is Poedit friendly tool which extracts translations from twig templates.",
1659 "time": "2013-02-14 16:41:48"
7d2eb7a7 1660 },
99410a21
NL
1661 {
1662 "name": "wallabag/PHPePub",
1663 "version": "dev-master",
1664 "source": {
1665 "type": "git",
1666 "url": "https://github.com/wallabag/PHPePub.git",
1667 "reference": "7c78733d33344308520758d7f3f7bc2cc51b3512"
1668 },
1669 "dist": {
1670 "type": "zip",
1671 "url": "https://api.github.com/repos/wallabag/PHPePub/zipball/7c78733d33344308520758d7f3f7bc2cc51b3512",
1672 "reference": "7c78733d33344308520758d7f3f7bc2cc51b3512",
1673 "shasum": ""
1674 },
1675 "require": {
1676 "php": ">=5.3.0"
1677 },
1678 "type": "library",
1679 "autoload": {
1680 "classmap": [
1681 "EPub.php",
1682 "EPub.HtmlEntities.php",
1683 "EPub.NCX.php",
1684 "EPub.OPF.php",
1685 "EPubChapterSplitter.php",
1686 "lib.uuid.php",
1687 "Logger.php",
1688 "Zip.php"
1689 ]
1690 },
1691 "authors": [
1692 {
1693 "name": "Nicolas Lœuillet",
1694 "email": "nicolas@loeuillet.org",
1695 "homepage": "http://www.cdetc.fr"
1696 }
1697 ],
1698 "description": "PHP Classes for dynamically generating EPub files.",
1699 "homepage": "https://github.com/wallabag/PHPePub",
1700 "support": {
1701 "source": "https://github.com/wallabag/PHPePub/tree/master"
1702 },
1703 "time": "2015-01-19 11:44:19"
1704 },
7d2eb7a7 1705 {
f3052b45
NL
1706 "name": "wallabag/kriss_php5",
1707 "version": "dev-master",
7d2eb7a7
NL
1708 "source": {
1709 "type": "git",
f3052b45
NL
1710 "url": "https://github.com/wallabag/kriss_php5.git",
1711 "reference": "f2dd88621a04828cdeb8d9a59b72fd34c94658b1"
7d2eb7a7
NL
1712 },
1713 "dist": {
1714 "type": "zip",
f3052b45
NL
1715 "url": "https://api.github.com/repos/wallabag/kriss_php5/zipball/f2dd88621a04828cdeb8d9a59b72fd34c94658b1",
1716 "reference": "f2dd88621a04828cdeb8d9a59b72fd34c94658b1",
7d2eb7a7
NL
1717 "shasum": ""
1718 },
1719 "require": {
f3052b45 1720 "php": ">=5.3.0"
7d2eb7a7
NL
1721 },
1722 "type": "library",
7d2eb7a7 1723 "autoload": {
7d2eb7a7 1724 "files": [
f3052b45 1725 "Session.php"
7d2eb7a7
NL
1726 ]
1727 },
7d2eb7a7
NL
1728 "authors": [
1729 {
f3052b45
NL
1730 "name": "Nicolas Lœuillet",
1731 "email": "nicolas@loeuillet.org",
1732 "homepage": "http://www.cdetc.fr"
7d2eb7a7
NL
1733 }
1734 ],
f3052b45
NL
1735 "description": "A simple and smart (or stupid) php5 snippets repository",
1736 "homepage": "https://github.com/wallabag/kriss_php5",
1737 "support": {
1738 "source": "https://github.com/wallabag/kriss_php5/tree/master"
1739 },
1740 "time": "2015-01-18 21:21:43"
7d2eb7a7
NL
1741 },
1742 {
f3052b45
NL
1743 "name": "wallabag/pagination",
1744 "version": "dev-master",
7d2eb7a7
NL
1745 "source": {
1746 "type": "git",
f3052b45
NL
1747 "url": "https://github.com/wallabag/pagination.git",
1748 "reference": "54e442b31c90e50e331cb8ac400537e0eda30deb"
7d2eb7a7
NL
1749 },
1750 "dist": {
1751 "type": "zip",
f3052b45
NL
1752 "url": "https://api.github.com/repos/wallabag/pagination/zipball/54e442b31c90e50e331cb8ac400537e0eda30deb",
1753 "reference": "54e442b31c90e50e331cb8ac400537e0eda30deb",
7d2eb7a7
NL
1754 "shasum": ""
1755 },
1756 "require": {
f3052b45 1757 "php": ">=5.3.0"
7d2eb7a7
NL
1758 },
1759 "type": "library",
7d2eb7a7 1760 "autoload": {
f3052b45
NL
1761 "files": [
1762 "paginator.php"
1763 ]
7d2eb7a7 1764 },
7d2eb7a7 1765 "authors": [
7d2eb7a7 1766 {
f3052b45
NL
1767 "name": "Nicolas Lœuillet",
1768 "email": "nicolas@loeuillet.org",
1769 "homepage": "http://www.cdetc.fr"
7d2eb7a7
NL
1770 }
1771 ],
f3052b45
NL
1772 "description": "Paginate record sets, not tied in directly to a database.",
1773 "homepage": "https://github.com/wallabag/pagination",
1774 "support": {
1775 "source": "https://github.com/wallabag/pagination/tree/master"
1776 },
1777 "time": "2015-01-19 09:24:39"
7d2eb7a7
NL
1778 },
1779 {
f3052b45
NL
1780 "name": "wallabag/php-flash-messages",
1781 "version": "dev-master",
7d2eb7a7
NL
1782 "source": {
1783 "type": "git",
f3052b45
NL
1784 "url": "https://github.com/wallabag/PHP-Flash-Messages.git",
1785 "reference": "ea68eb768f32156baa15f7a3cd880ba8ff5af6ab"
7d2eb7a7
NL
1786 },
1787 "dist": {
1788 "type": "zip",
f3052b45
NL
1789 "url": "https://api.github.com/repos/wallabag/PHP-Flash-Messages/zipball/ea68eb768f32156baa15f7a3cd880ba8ff5af6ab",
1790 "reference": "ea68eb768f32156baa15f7a3cd880ba8ff5af6ab",
7d2eb7a7
NL
1791 "shasum": ""
1792 },
1793 "require": {
f3052b45 1794 "php": ">=5.3.0"
7d2eb7a7
NL
1795 },
1796 "type": "library",
7d2eb7a7 1797 "autoload": {
f3052b45
NL
1798 "files": [
1799 "class.messages.php"
1800 ]
7d2eb7a7 1801 },
7d2eb7a7 1802 "license": [
f3052b45 1803 "Apache"
7d2eb7a7
NL
1804 ],
1805 "authors": [
7d2eb7a7 1806 {
f3052b45
NL
1807 "name": "Nicolas Lœuillet",
1808 "email": "nicolas@loeuillet.org",
1809 "homepage": "http://www.cdetc.fr"
7d2eb7a7
NL
1810 }
1811 ],
f3052b45
NL
1812 "description": "Session-based Flash Messages class for PHP",
1813 "homepage": "https://github.com/wallabag/PHP-Flash-Messages",
7d2eb7a7 1814 "keywords": [
f3052b45
NL
1815 "flash",
1816 "messages",
1817 "php-flash-messages",
1818 "sessions"
7d2eb7a7 1819 ],
f3052b45
NL
1820 "support": {
1821 "source": "https://github.com/wallabag/PHP-Flash-Messages/tree/master"
1822 },
1823 "time": "2015-01-18 19:51:55"
96b2c59c
NL
1824 },
1825 {
1826 "name": "wallabag/php-readability",
1827 "version": "dev-master",
1828 "source": {
1829 "type": "git",
1830 "url": "https://github.com/wallabag/php-readability.git",
1831 "reference": "a37a1482b9964ae1804dbed0bffa00988523c387"
1832 },
1833 "dist": {
1834 "type": "zip",
1835 "url": "https://api.github.com/repos/wallabag/php-readability/zipball/a37a1482b9964ae1804dbed0bffa00988523c387",
1836 "reference": "a37a1482b9964ae1804dbed0bffa00988523c387",
1837 "shasum": ""
1838 },
1839 "require": {
1840 "php": ">=5.2"
1841 },
1842 "type": "library",
1843 "autoload": {
1844 "psr-0": {
1845 "Readability": ""
1846 }
1847 },
1848 "license": [
1849 "Apache-2.0"
1850 ],
1851 "authors": [
1852 {
1853 "name": "Keyvan Minoukadeh",
1854 "email": "keyvan@keyvan.net",
1855 "homepage": "http://keyvan.net",
1856 "role": "Developer (ported original JS code to PHP)"
1857 },
1858 {
1859 "name": "Arc90",
1860 "homepage": "http://arc90.com",
1861 "role": "Developer (original JS version)"
1862 }
1863 ],
1864 "description": "Automatic article extraction from HTML",
1865 "homepage": "https://github.com/wallabag/php-readability",
1866 "keywords": [
1867 "article",
1868 "article extraction",
1869 "content",
1870 "content extraction",
1871 "extraction",
1872 "html"
1873 ],
1874 "support": {
1875 "source": "https://github.com/wallabag/php-readability/tree/master",
1876 "issues": "https://github.com/wallabag/php-readability/issues"
1877 },
1878 "time": "2015-01-19 12:25:38"
1879 },
1880 {
1881 "name": "wallabag/phpMobi",
1882 "version": "dev-master",
1883 "source": {
1884 "type": "git",
1885 "url": "https://github.com/wallabag/phpMobi.git",
90c67dbd 1886 "reference": "5137696542f08f8e6a0603c01970c6d3eca9873d"
96b2c59c
NL
1887 },
1888 "dist": {
1889 "type": "zip",
90c67dbd
NL
1890 "url": "https://api.github.com/repos/wallabag/phpMobi/zipball/5137696542f08f8e6a0603c01970c6d3eca9873d",
1891 "reference": "5137696542f08f8e6a0603c01970c6d3eca9873d",
96b2c59c
NL
1892 "shasum": ""
1893 },
1894 "require": {
1895 "php": ">=5.3.0"
1896 },
1897 "type": "library",
1898 "autoload": {
1899 "files": [
1900 "MOBIClass/MOBI.php"
1901 ]
1902 },
1903 "authors": [
1904 {
1905 "name": "Nicolas Lœuillet",
1906 "email": "nicolas@loeuillet.org",
1907 "homepage": "http://www.cdetc.fr"
1908 }
1909 ],
1910 "description": "An experimental Mobipocket file creator in PHP.",
1911 "homepage": "https://github.com/wallabag/phpMobi",
1912 "support": {
1913 "source": "https://github.com/wallabag/phpMobi/tree/master"
1914 },
90c67dbd 1915 "time": "2015-01-19 12:43:17"
f3052b45
NL
1916 }
1917 ],
1918 "packages-dev": [
7d2eb7a7 1919 {
f3052b45
NL
1920 "name": "phpunit/php-code-coverage",
1921 "version": "1.2.18",
7d2eb7a7
NL
1922 "source": {
1923 "type": "git",
f3052b45
NL
1924 "url": "https://github.com/sebastianbergmann/php-code-coverage.git",
1925 "reference": "fe2466802556d3fe4e4d1d58ffd3ccfd0a19be0b"
7d2eb7a7
NL
1926 },
1927 "dist": {
1928 "type": "zip",
f3052b45
NL
1929 "url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/fe2466802556d3fe4e4d1d58ffd3ccfd0a19be0b",
1930 "reference": "fe2466802556d3fe4e4d1d58ffd3ccfd0a19be0b",
7d2eb7a7
NL
1931 "shasum": ""
1932 },
1933 "require": {
f3052b45
NL
1934 "php": ">=5.3.3",
1935 "phpunit/php-file-iterator": ">=1.3.0@stable",
1936 "phpunit/php-text-template": ">=1.2.0@stable",
1937 "phpunit/php-token-stream": ">=1.1.3,<1.3.0"
7d2eb7a7
NL
1938 },
1939 "require-dev": {
f3052b45 1940 "phpunit/phpunit": "3.7.*@dev"
7d2eb7a7
NL
1941 },
1942 "suggest": {
f3052b45
NL
1943 "ext-dom": "*",
1944 "ext-xdebug": ">=2.0.5"
7d2eb7a7
NL
1945 },
1946 "type": "library",
1947 "extra": {
1948 "branch-alias": {
f3052b45 1949 "dev-master": "1.2.x-dev"
7d2eb7a7
NL
1950 }
1951 },
1952 "autoload": {
f3052b45
NL
1953 "classmap": [
1954 "PHP/"
1955 ]
7d2eb7a7
NL
1956 },
1957 "notification-url": "https://packagist.org/downloads/",
f3052b45
NL
1958 "include-path": [
1959 ""
1960 ],
7d2eb7a7 1961 "license": [
f3052b45 1962 "BSD-3-Clause"
7d2eb7a7
NL
1963 ],
1964 "authors": [
adf17b67 1965 {
f3052b45
NL
1966 "name": "Sebastian Bergmann",
1967 "email": "sb@sebastian-bergmann.de",
1968 "role": "lead"
adf17b67
NL
1969 }
1970 ],
f3052b45
NL
1971 "description": "Library that provides collection, processing, and rendering functionality for PHP code coverage information.",
1972 "homepage": "https://github.com/sebastianbergmann/php-code-coverage",
adf17b67 1973 "keywords": [
f3052b45
NL
1974 "coverage",
1975 "testing",
1976 "xunit"
adf17b67 1977 ],
f3052b45 1978 "time": "2014-09-02 10:13:14"
adf17b67
NL
1979 },
1980 {
f3052b45
NL
1981 "name": "phpunit/php-file-iterator",
1982 "version": "1.3.4",
adf17b67
NL
1983 "source": {
1984 "type": "git",
f3052b45
NL
1985 "url": "https://github.com/sebastianbergmann/php-file-iterator.git",
1986 "reference": "acd690379117b042d1c8af1fafd61bde001bf6bb"
adf17b67
NL
1987 },
1988 "dist": {
1989 "type": "zip",
f3052b45
NL
1990 "url": "https://api.github.com/repos/sebastianbergmann/php-file-iterator/zipball/acd690379117b042d1c8af1fafd61bde001bf6bb",
1991 "reference": "acd690379117b042d1c8af1fafd61bde001bf6bb",
adf17b67
NL
1992 "shasum": ""
1993 },
1994 "require": {
1995 "php": ">=5.3.3"
1996 },
adf17b67 1997 "type": "library",
adf17b67 1998 "autoload": {
f3052b45
NL
1999 "classmap": [
2000 "File/"
2001 ]
adf17b67
NL
2002 },
2003 "notification-url": "https://packagist.org/downloads/",
f3052b45
NL
2004 "include-path": [
2005 ""
adf17b67 2006 ],
adf17b67 2007 "license": [
f3052b45 2008 "BSD-3-Clause"
adf17b67
NL
2009 ],
2010 "authors": [
7d2eb7a7 2011 {
f3052b45
NL
2012 "name": "Sebastian Bergmann",
2013 "email": "sb@sebastian-bergmann.de",
2014 "role": "lead"
7d2eb7a7
NL
2015 }
2016 ],
f3052b45
NL
2017 "description": "FilterIterator implementation that filters files based on a list of suffixes.",
2018 "homepage": "https://github.com/sebastianbergmann/php-file-iterator/",
2019 "keywords": [
2020 "filesystem",
2021 "iterator"
2022 ],
2023 "time": "2013-10-10 15:34:57"
7d2eb7a7
NL
2024 },
2025 {
f3052b45
NL
2026 "name": "phpunit/php-text-template",
2027 "version": "1.2.0",
7d2eb7a7
NL
2028 "source": {
2029 "type": "git",
f3052b45
NL
2030 "url": "https://github.com/sebastianbergmann/php-text-template.git",
2031 "reference": "206dfefc0ffe9cebf65c413e3d0e809c82fbf00a"
7d2eb7a7
NL
2032 },
2033 "dist": {
2034 "type": "zip",
f3052b45
NL
2035 "url": "https://api.github.com/repos/sebastianbergmann/php-text-template/zipball/206dfefc0ffe9cebf65c413e3d0e809c82fbf00a",
2036 "reference": "206dfefc0ffe9cebf65c413e3d0e809c82fbf00a",
7d2eb7a7
NL
2037 "shasum": ""
2038 },
2039 "require": {
2040 "php": ">=5.3.3"
2041 },
7d2eb7a7 2042 "type": "library",
7d2eb7a7 2043 "autoload": {
f3052b45
NL
2044 "classmap": [
2045 "Text/"
2046 ]
7d2eb7a7
NL
2047 },
2048 "notification-url": "https://packagist.org/downloads/",
f3052b45
NL
2049 "include-path": [
2050 ""
7d2eb7a7 2051 ],
7d2eb7a7 2052 "license": [
f3052b45 2053 "BSD-3-Clause"
7d2eb7a7
NL
2054 ],
2055 "authors": [
7d2eb7a7 2056 {
f3052b45
NL
2057 "name": "Sebastian Bergmann",
2058 "email": "sb@sebastian-bergmann.de",
2059 "role": "lead"
e342acf7 2060 }
e342acf7 2061 ],
f3052b45
NL
2062 "description": "Simple template engine.",
2063 "homepage": "https://github.com/sebastianbergmann/php-text-template/",
2064 "keywords": [
2065 "template"
e342acf7 2066 ],
f3052b45 2067 "time": "2014-01-30 17:20:04"
e342acf7 2068 },
7d2eb7a7 2069 {
f3052b45
NL
2070 "name": "phpunit/php-timer",
2071 "version": "1.0.5",
7d2eb7a7
NL
2072 "source": {
2073 "type": "git",
f3052b45
NL
2074 "url": "https://github.com/sebastianbergmann/php-timer.git",
2075 "reference": "19689d4354b295ee3d8c54b4f42c3efb69cbc17c"
7d2eb7a7
NL
2076 },
2077 "dist": {
2078 "type": "zip",
f3052b45
NL
2079 "url": "https://api.github.com/repos/sebastianbergmann/php-timer/zipball/19689d4354b295ee3d8c54b4f42c3efb69cbc17c",
2080 "reference": "19689d4354b295ee3d8c54b4f42c3efb69cbc17c",
7d2eb7a7
NL
2081 "shasum": ""
2082 },
2083 "require": {
f3052b45 2084 "php": ">=5.3.3"
7d2eb7a7 2085 },
f3052b45 2086 "type": "library",
7d2eb7a7 2087 "autoload": {
f3052b45
NL
2088 "classmap": [
2089 "PHP/"
2090 ]
7d2eb7a7
NL
2091 },
2092 "notification-url": "https://packagist.org/downloads/",
f3052b45
NL
2093 "include-path": [
2094 ""
2095 ],
7d2eb7a7 2096 "license": [
f3052b45 2097 "BSD-3-Clause"
7d2eb7a7
NL
2098 ],
2099 "authors": [
2100 {
f3052b45
NL
2101 "name": "Sebastian Bergmann",
2102 "email": "sb@sebastian-bergmann.de",
2103 "role": "lead"
7d2eb7a7
NL
2104 }
2105 ],
f3052b45
NL
2106 "description": "Utility class for timing",
2107 "homepage": "https://github.com/sebastianbergmann/php-timer/",
7d2eb7a7 2108 "keywords": [
f3052b45 2109 "timer"
7d2eb7a7 2110 ],
f3052b45 2111 "time": "2013-08-02 07:42:54"
7d2eb7a7
NL
2112 },
2113 {
f3052b45
NL
2114 "name": "phpunit/php-token-stream",
2115 "version": "1.2.2",
7d2eb7a7
NL
2116 "source": {
2117 "type": "git",
f3052b45
NL
2118 "url": "https://github.com/sebastianbergmann/php-token-stream.git",
2119 "reference": "ad4e1e23ae01b483c16f600ff1bebec184588e32"
7d2eb7a7
NL
2120 },
2121 "dist": {
2122 "type": "zip",
f3052b45
NL
2123 "url": "https://api.github.com/repos/sebastianbergmann/php-token-stream/zipball/ad4e1e23ae01b483c16f600ff1bebec184588e32",
2124 "reference": "ad4e1e23ae01b483c16f600ff1bebec184588e32",
7d2eb7a7
NL
2125 "shasum": ""
2126 },
2127 "require": {
f3052b45
NL
2128 "ext-tokenizer": "*",
2129 "php": ">=5.3.3"
7d2eb7a7
NL
2130 },
2131 "type": "library",
2132 "extra": {
2133 "branch-alias": {
f3052b45 2134 "dev-master": "1.2-dev"
7d2eb7a7
NL
2135 }
2136 },
2137 "autoload": {
f3052b45
NL
2138 "classmap": [
2139 "PHP/"
2140 ]
7d2eb7a7
NL
2141 },
2142 "notification-url": "https://packagist.org/downloads/",
f3052b45
NL
2143 "include-path": [
2144 ""
2145 ],
7d2eb7a7
NL
2146 "license": [
2147 "BSD-3-Clause"
2148 ],
2149 "authors": [
2150 {
f3052b45
NL
2151 "name": "Sebastian Bergmann",
2152 "email": "sb@sebastian-bergmann.de",
2153 "role": "lead"
7d2eb7a7
NL
2154 }
2155 ],
f3052b45
NL
2156 "description": "Wrapper around PHP's tokenizer extension.",
2157 "homepage": "https://github.com/sebastianbergmann/php-token-stream/",
7d2eb7a7 2158 "keywords": [
f3052b45 2159 "tokenizer"
7d2eb7a7 2160 ],
f3052b45 2161 "time": "2014-03-03 05:10:30"
7d2eb7a7
NL
2162 },
2163 {
f3052b45
NL
2164 "name": "phpunit/phpunit",
2165 "version": "3.7.38",
7d2eb7a7
NL
2166 "source": {
2167 "type": "git",
f3052b45
NL
2168 "url": "https://github.com/sebastianbergmann/phpunit.git",
2169 "reference": "38709dc22d519a3d1be46849868aa2ddf822bcf6"
7d2eb7a7
NL
2170 },
2171 "dist": {
2172 "type": "zip",
f3052b45
NL
2173 "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/38709dc22d519a3d1be46849868aa2ddf822bcf6",
2174 "reference": "38709dc22d519a3d1be46849868aa2ddf822bcf6",
7d2eb7a7
NL
2175 "shasum": ""
2176 },
2177 "require": {
f3052b45
NL
2178 "ext-ctype": "*",
2179 "ext-dom": "*",
2180 "ext-json": "*",
2181 "ext-pcre": "*",
2182 "ext-reflection": "*",
2183 "ext-spl": "*",
7d2eb7a7 2184 "php": ">=5.3.3",
f3052b45
NL
2185 "phpunit/php-code-coverage": "~1.2",
2186 "phpunit/php-file-iterator": "~1.3",
2187 "phpunit/php-text-template": "~1.1",
2188 "phpunit/php-timer": "~1.0",
2189 "phpunit/phpunit-mock-objects": "~1.2",
2190 "symfony/yaml": "~2.0"
7d2eb7a7
NL
2191 },
2192 "require-dev": {
f3052b45
NL
2193 "pear-pear.php.net/pear": "1.9.4"
2194 },
2195 "suggest": {
2196 "phpunit/php-invoker": "~1.1"
7d2eb7a7
NL
2197 },
2198 "bin": [
f3052b45 2199 "composer/bin/phpunit"
7d2eb7a7 2200 ],
f3052b45
NL
2201 "type": "library",
2202 "extra": {
2203 "branch-alias": {
2204 "dev-master": "3.7.x-dev"
7d2eb7a7
NL
2205 }
2206 },
f3052b45
NL
2207 "autoload": {
2208 "classmap": [
2209 "PHPUnit/"
2210 ]
2211 },
7d2eb7a7 2212 "notification-url": "https://packagist.org/downloads/",
f3052b45
NL
2213 "include-path": [
2214 "",
2215 "../../symfony/yaml/"
2216 ],
7d2eb7a7 2217 "license": [
f3052b45 2218 "BSD-3-Clause"
7d2eb7a7
NL
2219 ],
2220 "authors": [
2221 {
f3052b45
NL
2222 "name": "Sebastian Bergmann",
2223 "email": "sebastian@phpunit.de",
2224 "role": "lead"
7d2eb7a7
NL
2225 }
2226 ],
f3052b45
NL
2227 "description": "The PHP Unit Testing framework.",
2228 "homepage": "http://www.phpunit.de/",
2229 "keywords": [
2230 "phpunit",
2231 "testing",
2232 "xunit"
2233 ],
2234 "time": "2014-10-17 09:04:17"
a20f96b7 2235 },
10939766 2236 {
f3052b45
NL
2237 "name": "phpunit/phpunit-mock-objects",
2238 "version": "1.2.3",
10939766
NL
2239 "source": {
2240 "type": "git",
f3052b45
NL
2241 "url": "https://github.com/sebastianbergmann/phpunit-mock-objects.git",
2242 "reference": "5794e3c5c5ba0fb037b11d8151add2a07fa82875"
10939766
NL
2243 },
2244 "dist": {
2245 "type": "zip",
f3052b45
NL
2246 "url": "https://api.github.com/repos/sebastianbergmann/phpunit-mock-objects/zipball/5794e3c5c5ba0fb037b11d8151add2a07fa82875",
2247 "reference": "5794e3c5c5ba0fb037b11d8151add2a07fa82875",
10939766
NL
2248 "shasum": ""
2249 },
2250 "require": {
f3052b45
NL
2251 "php": ">=5.3.3",
2252 "phpunit/php-text-template": ">=1.1.1@stable"
2253 },
2254 "suggest": {
2255 "ext-soap": "*"
10939766
NL
2256 },
2257 "type": "library",
2258 "autoload": {
f3052b45
NL
2259 "classmap": [
2260 "PHPUnit/"
10939766
NL
2261 ]
2262 },
f3052b45
NL
2263 "notification-url": "https://packagist.org/downloads/",
2264 "include-path": [
2265 ""
2266 ],
2267 "license": [
2268 "BSD-3-Clause"
2269 ],
10939766
NL
2270 "authors": [
2271 {
f3052b45
NL
2272 "name": "Sebastian Bergmann",
2273 "email": "sb@sebastian-bergmann.de",
2274 "role": "lead"
10939766
NL
2275 }
2276 ],
f3052b45
NL
2277 "description": "Mock Object library for PHPUnit",
2278 "homepage": "https://github.com/sebastianbergmann/phpunit-mock-objects/",
2279 "keywords": [
2280 "mock",
2281 "xunit"
2282 ],
2283 "time": "2013-01-13 10:24:48"
7d2eb7a7
NL
2284 }
2285 ],
adf17b67 2286 "aliases": [],
7d2eb7a7 2287 "minimum-stability": "stable",
adf17b67
NL
2288 "stability-flags": {
2289 "fabpot/goutte": 20,
2290 "ezyang/htmlpurifier": 20,
a20f96b7 2291 "mgargano/simplehtmldom": 20,
10939766 2292 "wallabag/php-flash-messages": 20,
dda7884a 2293 "wallabag/kriss_php5": 20,
99410a21 2294 "wallabag/pagination": 20,
96b2c59c
NL
2295 "wallabag/phpepub": 20,
2296 "wallabag/php-readability": 20,
3329f1bf
NL
2297 "wallabag/phpmobi": 20,
2298 "tecnick.com/tcpdf": 20
adf17b67
NL
2299 },
2300 "prefer-stable": false,
2301 "prefer-lowest": false,
2302 "platform": [],
2303 "platform-dev": []
7d2eb7a7 2304}