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