]> git.immae.eu Git - github/wallabag/wallabag.git/blame - composer.lock
Update deps
[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",
75c3478a 4 "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file",
adf17b67 5 "This file is @generated automatically"
7d2eb7a7 6 ],
75c3478a 7 "hash": "f5520667cebcae76568ff448172854bd",
7d2eb7a7
NL
8 "packages": [
9 {
93fd4692 10 "name": "doctrine/annotations",
75c3478a 11 "version": "v1.2.7",
7d2eb7a7
NL
12 "source": {
13 "type": "git",
93fd4692 14 "url": "https://github.com/doctrine/annotations.git",
75c3478a 15 "reference": "f25c8aab83e0c3e976fd7d19875f198ccf2f7535"
7d2eb7a7
NL
16 },
17 "dist": {
18 "type": "zip",
75c3478a
JB
19 "url": "https://api.github.com/repos/doctrine/annotations/zipball/f25c8aab83e0c3e976fd7d19875f198ccf2f7535",
20 "reference": "f25c8aab83e0c3e976fd7d19875f198ccf2f7535",
7d2eb7a7
NL
21 "shasum": ""
22 },
23 "require": {
93fd4692
NL
24 "doctrine/lexer": "1.*",
25 "php": ">=5.3.2"
26 },
27 "require-dev": {
28 "doctrine/cache": "1.*",
29 "phpunit/phpunit": "4.*"
adf17b67
NL
30 },
31 "type": "library",
93fd4692
NL
32 "extra": {
33 "branch-alias": {
34 "dev-master": "1.3.x-dev"
35 }
36 },
adf17b67
NL
37 "autoload": {
38 "psr-0": {
93fd4692
NL
39 "Doctrine\\Common\\Annotations\\": "lib/"
40 }
adf17b67
NL
41 },
42 "notification-url": "https://packagist.org/downloads/",
43 "license": [
93fd4692 44 "MIT"
adf17b67
NL
45 ],
46 "authors": [
47 {
93fd4692
NL
48 "name": "Roman Borschel",
49 "email": "roman@code-factory.org"
50 },
51 {
52 "name": "Benjamin Eberlei",
53 "email": "kontakt@beberlei.de"
54 },
55 {
56 "name": "Guilherme Blanco",
57 "email": "guilhermeblanco@gmail.com"
58 },
59 {
60 "name": "Jonathan Wage",
61 "email": "jonwage@gmail.com"
62 },
63 {
64 "name": "Johannes Schmitt",
65 "email": "schmittjoh@gmail.com"
adf17b67
NL
66 }
67 ],
93fd4692
NL
68 "description": "Docblock Annotations Parser",
69 "homepage": "http://www.doctrine-project.org",
adf17b67 70 "keywords": [
93fd4692
NL
71 "annotations",
72 "docblock",
73 "parser"
adf17b67 74 ],
75c3478a 75 "time": "2015-08-31 12:32:49"
adf17b67
NL
76 },
77 {
93fd4692 78 "name": "doctrine/cache",
75c3478a 79 "version": "v1.4.2",
adf17b67
NL
80 "source": {
81 "type": "git",
93fd4692 82 "url": "https://github.com/doctrine/cache.git",
75c3478a 83 "reference": "8c434000f420ade76a07c64cbe08ca47e5c101ca"
adf17b67
NL
84 },
85 "dist": {
86 "type": "zip",
75c3478a
JB
87 "url": "https://api.github.com/repos/doctrine/cache/zipball/8c434000f420ade76a07c64cbe08ca47e5c101ca",
88 "reference": "8c434000f420ade76a07c64cbe08ca47e5c101ca",
adf17b67
NL
89 "shasum": ""
90 },
91 "require": {
93fd4692 92 "php": ">=5.3.2"
adf17b67 93 },
93fd4692
NL
94 "conflict": {
95 "doctrine/common": ">2.2,<2.4"
96 },
97 "require-dev": {
98 "phpunit/phpunit": ">=3.7",
399bd777 99 "predis/predis": "~1.0",
93fd4692
NL
100 "satooshi/php-coveralls": "~0.6"
101 },
102 "type": "library",
adf17b67
NL
103 "extra": {
104 "branch-alias": {
399bd777 105 "dev-master": "1.5.x-dev"
adf17b67
NL
106 }
107 },
108 "autoload": {
93fd4692
NL
109 "psr-0": {
110 "Doctrine\\Common\\Cache\\": "lib/"
adf17b67
NL
111 }
112 },
113 "notification-url": "https://packagist.org/downloads/",
114 "license": [
115 "MIT"
116 ],
117 "authors": [
118 {
93fd4692
NL
119 "name": "Roman Borschel",
120 "email": "roman@code-factory.org"
121 },
122 {
123 "name": "Benjamin Eberlei",
124 "email": "kontakt@beberlei.de"
125 },
126 {
127 "name": "Guilherme Blanco",
128 "email": "guilhermeblanco@gmail.com"
129 },
130 {
131 "name": "Jonathan Wage",
132 "email": "jonwage@gmail.com"
133 },
134 {
135 "name": "Johannes Schmitt",
136 "email": "schmittjoh@gmail.com"
adf17b67
NL
137 }
138 ],
93fd4692
NL
139 "description": "Caching library offering an object-oriented API for many cache backends",
140 "homepage": "http://www.doctrine-project.org",
adf17b67 141 "keywords": [
93fd4692
NL
142 "cache",
143 "caching"
adf17b67 144 ],
75c3478a 145 "time": "2015-08-31 12:36:41"
adf17b67
NL
146 },
147 {
93fd4692 148 "name": "doctrine/collections",
399bd777 149 "version": "v1.3.0",
adf17b67
NL
150 "source": {
151 "type": "git",
93fd4692 152 "url": "https://github.com/doctrine/collections.git",
399bd777 153 "reference": "6c1e4eef75f310ea1b3e30945e9f06e652128b8a"
adf17b67
NL
154 },
155 "dist": {
156 "type": "zip",
399bd777
JB
157 "url": "https://api.github.com/repos/doctrine/collections/zipball/6c1e4eef75f310ea1b3e30945e9f06e652128b8a",
158 "reference": "6c1e4eef75f310ea1b3e30945e9f06e652128b8a",
adf17b67
NL
159 "shasum": ""
160 },
161 "require": {
93fd4692 162 "php": ">=5.3.2"
adf17b67 163 },
399bd777
JB
164 "require-dev": {
165 "phpunit/phpunit": "~4.0"
166 },
adf17b67
NL
167 "type": "library",
168 "extra": {
169 "branch-alias": {
93fd4692 170 "dev-master": "1.2.x-dev"
adf17b67
NL
171 }
172 },
173 "autoload": {
93fd4692
NL
174 "psr-0": {
175 "Doctrine\\Common\\Collections\\": "lib/"
adf17b67
NL
176 }
177 },
178 "notification-url": "https://packagist.org/downloads/",
179 "license": [
180 "MIT"
181 ],
182 "authors": [
93fd4692
NL
183 {
184 "name": "Roman Borschel",
185 "email": "roman@code-factory.org"
186 },
187 {
188 "name": "Benjamin Eberlei",
189 "email": "kontakt@beberlei.de"
190 },
399bd777
JB
191 {
192 "name": "Guilherme Blanco",
193 "email": "guilhermeblanco@gmail.com"
194 },
195 {
196 "name": "Jonathan Wage",
197 "email": "jonwage@gmail.com"
198 },
93fd4692
NL
199 {
200 "name": "Johannes Schmitt",
399bd777 201 "email": "schmittjoh@gmail.com"
adf17b67
NL
202 }
203 ],
93fd4692
NL
204 "description": "Collections Abstraction library",
205 "homepage": "http://www.doctrine-project.org",
adf17b67 206 "keywords": [
93fd4692
NL
207 "array",
208 "collections",
209 "iterator"
210 ],
399bd777 211 "time": "2015-04-14 22:21:58"
adf17b67
NL
212 },
213 {
93fd4692 214 "name": "doctrine/common",
75c3478a 215 "version": "v2.5.1",
adf17b67
NL
216 "source": {
217 "type": "git",
93fd4692 218 "url": "https://github.com/doctrine/common.git",
75c3478a 219 "reference": "0009b8f0d4a917aabc971fb089eba80e872f83f9"
adf17b67
NL
220 },
221 "dist": {
222 "type": "zip",
75c3478a
JB
223 "url": "https://api.github.com/repos/doctrine/common/zipball/0009b8f0d4a917aabc971fb089eba80e872f83f9",
224 "reference": "0009b8f0d4a917aabc971fb089eba80e872f83f9",
adf17b67
NL
225 "shasum": ""
226 },
227 "require": {
93fd4692
NL
228 "doctrine/annotations": "1.*",
229 "doctrine/cache": "1.*",
230 "doctrine/collections": "1.*",
231 "doctrine/inflector": "1.*",
232 "doctrine/lexer": "1.*",
233 "php": ">=5.3.2"
adf17b67
NL
234 },
235 "require-dev": {
93fd4692 236 "phpunit/phpunit": "~3.7"
7d2eb7a7
NL
237 },
238 "type": "library",
239 "extra": {
240 "branch-alias": {
399bd777 241 "dev-master": "2.6.x-dev"
7d2eb7a7
NL
242 }
243 },
244 "autoload": {
93fd4692
NL
245 "psr-0": {
246 "Doctrine\\Common\\": "lib/"
7d2eb7a7
NL
247 }
248 },
249 "notification-url": "https://packagist.org/downloads/",
250 "license": [
251 "MIT"
252 ],
253 "authors": [
93fd4692
NL
254 {
255 "name": "Roman Borschel",
256 "email": "roman@code-factory.org"
257 },
258 {
259 "name": "Benjamin Eberlei",
260 "email": "kontakt@beberlei.de"
261 },
399bd777
JB
262 {
263 "name": "Guilherme Blanco",
264 "email": "guilhermeblanco@gmail.com"
265 },
266 {
267 "name": "Jonathan Wage",
268 "email": "jonwage@gmail.com"
269 },
93fd4692
NL
270 {
271 "name": "Johannes Schmitt",
399bd777 272 "email": "schmittjoh@gmail.com"
adf17b67
NL
273 }
274 ],
93fd4692
NL
275 "description": "Common Library for Doctrine projects",
276 "homepage": "http://www.doctrine-project.org",
277 "keywords": [
278 "annotations",
279 "collections",
280 "eventmanager",
281 "persistence",
282 "spl"
283 ],
75c3478a 284 "time": "2015-08-31 13:00:22"
adf17b67
NL
285 },
286 {
93fd4692
NL
287 "name": "doctrine/dbal",
288 "version": "v2.5.1",
adf17b67
NL
289 "source": {
290 "type": "git",
93fd4692
NL
291 "url": "https://github.com/doctrine/dbal.git",
292 "reference": "628c2256b646ae2417d44e063bce8aec5199d48d"
adf17b67
NL
293 },
294 "dist": {
295 "type": "zip",
93fd4692
NL
296 "url": "https://api.github.com/repos/doctrine/dbal/zipball/628c2256b646ae2417d44e063bce8aec5199d48d",
297 "reference": "628c2256b646ae2417d44e063bce8aec5199d48d",
adf17b67
NL
298 "shasum": ""
299 },
300 "require": {
93fd4692
NL
301 "doctrine/common": ">=2.4,<2.6-dev",
302 "php": ">=5.3.2"
adf17b67
NL
303 },
304 "require-dev": {
93fd4692
NL
305 "phpunit/phpunit": "4.*",
306 "symfony/console": "2.*"
307 },
308 "suggest": {
309 "symfony/console": "For helpful console commands such as SQL execution and import of files."
adf17b67 310 },
93fd4692
NL
311 "bin": [
312 "bin/doctrine-dbal"
313 ],
adf17b67
NL
314 "type": "library",
315 "extra": {
316 "branch-alias": {
93fd4692 317 "dev-master": "2.5.x-dev"
adf17b67
NL
318 }
319 },
320 "autoload": {
93fd4692
NL
321 "psr-0": {
322 "Doctrine\\DBAL\\": "lib/"
adf17b67
NL
323 }
324 },
325 "notification-url": "https://packagist.org/downloads/",
326 "license": [
327 "MIT"
328 ],
329 "authors": [
330 {
93fd4692
NL
331 "name": "Roman Borschel",
332 "email": "roman@code-factory.org"
333 },
334 {
335 "name": "Benjamin Eberlei",
336 "email": "kontakt@beberlei.de"
337 },
338 {
339 "name": "Guilherme Blanco",
340 "email": "guilhermeblanco@gmail.com"
341 },
342 {
343 "name": "Jonathan Wage",
344 "email": "jonwage@gmail.com"
adf17b67
NL
345 }
346 ],
93fd4692
NL
347 "description": "Database Abstraction Layer",
348 "homepage": "http://www.doctrine-project.org",
adf17b67 349 "keywords": [
93fd4692
NL
350 "database",
351 "dbal",
352 "persistence",
353 "queryobject"
adf17b67 354 ],
93fd4692 355 "time": "2015-01-12 21:52:47"
adf17b67 356 },
9e7f6caf 357 {
93fd4692 358 "name": "doctrine/doctrine-bundle",
68568bf0 359 "version": "v1.5.1",
9e7f6caf
NL
360 "source": {
361 "type": "git",
93fd4692 362 "url": "https://github.com/doctrine/DoctrineBundle.git",
68568bf0 363 "reference": "8c5cedb4f2f7ebb66a963ae46ad9daa1e31cee01"
9e7f6caf
NL
364 },
365 "dist": {
366 "type": "zip",
68568bf0
NL
367 "url": "https://api.github.com/repos/doctrine/DoctrineBundle/zipball/8c5cedb4f2f7ebb66a963ae46ad9daa1e31cee01",
368 "reference": "8c5cedb4f2f7ebb66a963ae46ad9daa1e31cee01",
9e7f6caf
NL
369 "shasum": ""
370 },
371 "require": {
93fd4692
NL
372 "doctrine/dbal": "~2.3",
373 "doctrine/doctrine-cache-bundle": "~1.0",
374 "jdorn/sql-formatter": "~1.1",
375 "php": ">=5.3.2",
68568bf0
NL
376 "symfony/console": "~2.3|~3.0",
377 "symfony/doctrine-bridge": "~2.2|~3.0",
378 "symfony/framework-bundle": "~2.3|~3.0"
9e7f6caf 379 },
93fd4692
NL
380 "require-dev": {
381 "doctrine/orm": "~2.3",
399bd777 382 "phpunit/phpunit": "~4",
93fd4692 383 "satooshi/php-coveralls": "~0.6.1",
68568bf0
NL
384 "symfony/validator": "~2.2|~3.0",
385 "symfony/yaml": "~2.2|~3.0",
399bd777 386 "twig/twig": "~1.10"
adf17b67 387 },
93fd4692
NL
388 "suggest": {
389 "doctrine/orm": "The Doctrine ORM integration is optional in the bundle.",
390 "symfony/web-profiler-bundle": "to use the data collector"
adf17b67 391 },
93fd4692
NL
392 "type": "symfony-bundle",
393 "extra": {
394 "branch-alias": {
399bd777 395 "dev-master": "1.5.x-dev"
93fd4692 396 }
adf17b67 397 },
adf17b67 398 "autoload": {
93fd4692
NL
399 "psr-4": {
400 "Doctrine\\Bundle\\DoctrineBundle\\": ""
401 }
adf17b67
NL
402 },
403 "notification-url": "https://packagist.org/downloads/",
404 "license": [
93fd4692 405 "MIT"
adf17b67
NL
406 ],
407 "authors": [
408 {
93fd4692
NL
409 "name": "Symfony Community",
410 "homepage": "http://symfony.com/contributors"
411 },
412 {
413 "name": "Benjamin Eberlei",
414 "email": "kontakt@beberlei.de"
415 },
416 {
417 "name": "Doctrine Project",
418 "homepage": "http://www.doctrine-project.org/"
419 },
420 {
421 "name": "Fabien Potencier",
422 "email": "fabien@symfony.com"
adf17b67
NL
423 }
424 ],
93fd4692
NL
425 "description": "Symfony DoctrineBundle",
426 "homepage": "http://www.doctrine-project.org",
adf17b67 427 "keywords": [
93fd4692
NL
428 "database",
429 "dbal",
430 "orm",
431 "persistence"
adf17b67 432 ],
68568bf0 433 "time": "2015-08-12 15:52:00"
adf17b67 434 },
e342acf7 435 {
93fd4692
NL
436 "name": "doctrine/doctrine-cache-bundle",
437 "version": "v1.0.1",
438 "target-dir": "Doctrine/Bundle/DoctrineCacheBundle",
e342acf7
NL
439 "source": {
440 "type": "git",
93fd4692
NL
441 "url": "https://github.com/doctrine/DoctrineCacheBundle.git",
442 "reference": "e4b6f810aa047f9cbfe41c3d6a3d7e83d7477a9d"
e342acf7
NL
443 },
444 "dist": {
445 "type": "zip",
93fd4692
NL
446 "url": "https://api.github.com/repos/doctrine/DoctrineCacheBundle/zipball/e4b6f810aa047f9cbfe41c3d6a3d7e83d7477a9d",
447 "reference": "e4b6f810aa047f9cbfe41c3d6a3d7e83d7477a9d",
e342acf7
NL
448 "shasum": ""
449 },
450 "require": {
93fd4692
NL
451 "doctrine/cache": "~1.3",
452 "doctrine/inflector": "~1.0",
453 "php": ">=5.3.2",
454 "symfony/doctrine-bridge": "~2.2",
455 "symfony/framework-bundle": "~2.2",
456 "symfony/security": "~2.2"
e342acf7 457 },
93fd4692
NL
458 "require-dev": {
459 "instaclick/coding-standard": "~1.1",
460 "instaclick/object-calisthenics-sniffs": "dev-master",
461 "instaclick/symfony2-coding-standard": "dev-remaster",
462 "phpunit/phpunit": "~3.7",
463 "satooshi/php-coveralls": "~0.6.1",
464 "squizlabs/php_codesniffer": "dev-master",
465 "symfony/console": "~2.2",
466 "symfony/finder": "~2.2",
467 "symfony/validator": "~2.2",
468 "symfony/yaml": "~2.2"
469 },
470 "type": "symfony-bundle",
e342acf7
NL
471 "extra": {
472 "branch-alias": {
93fd4692 473 "dev-master": "1.0.x-dev"
e342acf7
NL
474 }
475 },
476 "autoload": {
93fd4692
NL
477 "psr-0": {
478 "Doctrine\\Bundle\\DoctrineCacheBundle": ""
479 }
e342acf7
NL
480 },
481 "notification-url": "https://packagist.org/downloads/",
e342acf7 482 "license": [
f3052b45 483 "MIT"
e342acf7
NL
484 ],
485 "authors": [
486 {
93fd4692
NL
487 "name": "Symfony Community",
488 "homepage": "http://symfony.com/contributors"
489 },
490 {
491 "name": "Benjamin Eberlei",
492 "email": "kontakt@beberlei.de"
493 },
494 {
495 "name": "Fabio B. Silva",
496 "email": "fabio.bat.silva@gmail.com"
497 },
498 {
499 "name": "Guilherme Blanco",
500 "email": "guilhermeblanco@hotmail.com"
501 },
502 {
503 "name": "Doctrine Project",
504 "homepage": "http://www.doctrine-project.org/"
505 },
506 {
507 "name": "Fabien Potencier",
508 "email": "fabien@symfony.com"
e342acf7
NL
509 }
510 ],
93fd4692
NL
511 "description": "Symfony2 Bundle for Doctrine Cache",
512 "homepage": "http://www.doctrine-project.org",
513 "keywords": [
514 "cache",
515 "caching"
516 ],
517 "time": "2014-11-28 09:43:36"
e342acf7 518 },
1345a107 519 {
93fd4692
NL
520 "name": "doctrine/inflector",
521 "version": "v1.0.1",
1345a107
NL
522 "source": {
523 "type": "git",
93fd4692
NL
524 "url": "https://github.com/doctrine/inflector.git",
525 "reference": "0bcb2e79d8571787f18b7eb036ed3d004908e604"
1345a107
NL
526 },
527 "dist": {
528 "type": "zip",
93fd4692
NL
529 "url": "https://api.github.com/repos/doctrine/inflector/zipball/0bcb2e79d8571787f18b7eb036ed3d004908e604",
530 "reference": "0bcb2e79d8571787f18b7eb036ed3d004908e604",
1345a107
NL
531 "shasum": ""
532 },
533 "require": {
93fd4692 534 "php": ">=5.3.2"
1345a107
NL
535 },
536 "require-dev": {
93fd4692 537 "phpunit/phpunit": "4.*"
1345a107 538 },
1345a107 539 "type": "library",
93fd4692
NL
540 "extra": {
541 "branch-alias": {
542 "dev-master": "1.0.x-dev"
543 }
544 },
1345a107
NL
545 "autoload": {
546 "psr-0": {
93fd4692 547 "Doctrine\\Common\\Inflector\\": "lib/"
1345a107
NL
548 }
549 },
550 "notification-url": "https://packagist.org/downloads/",
551 "license": [
552 "MIT"
553 ],
554 "authors": [
555 {
93fd4692
NL
556 "name": "Roman Borschel",
557 "email": "roman@code-factory.org"
558 },
559 {
560 "name": "Benjamin Eberlei",
561 "email": "kontakt@beberlei.de"
562 },
563 {
564 "name": "Guilherme Blanco",
565 "email": "guilhermeblanco@gmail.com"
566 },
567 {
568 "name": "Jonathan Wage",
569 "email": "jonwage@gmail.com"
570 },
571 {
572 "name": "Johannes Schmitt",
573 "email": "schmittjoh@gmail.com"
1345a107
NL
574 }
575 ],
93fd4692
NL
576 "description": "Common String Manipulations with regard to casing and singular/plural rules.",
577 "homepage": "http://www.doctrine-project.org",
1345a107 578 "keywords": [
93fd4692
NL
579 "inflection",
580 "pluralize",
581 "singularize",
582 "string"
1345a107 583 ],
93fd4692 584 "time": "2014-12-20 21:24:13"
1345a107 585 },
399bd777
JB
586 {
587 "name": "doctrine/instantiator",
26864574 588 "version": "1.0.5",
399bd777
JB
589 "source": {
590 "type": "git",
591 "url": "https://github.com/doctrine/instantiator.git",
26864574 592 "reference": "8e884e78f9f0eb1329e445619e04456e64d8051d"
399bd777
JB
593 },
594 "dist": {
595 "type": "zip",
26864574
NL
596 "url": "https://api.github.com/repos/doctrine/instantiator/zipball/8e884e78f9f0eb1329e445619e04456e64d8051d",
597 "reference": "8e884e78f9f0eb1329e445619e04456e64d8051d",
399bd777
JB
598 "shasum": ""
599 },
600 "require": {
601 "php": ">=5.3,<8.0-DEV"
602 },
603 "require-dev": {
604 "athletic/athletic": "~0.1.8",
605 "ext-pdo": "*",
606 "ext-phar": "*",
607 "phpunit/phpunit": "~4.0",
26864574 608 "squizlabs/php_codesniffer": "~2.0"
399bd777
JB
609 },
610 "type": "library",
611 "extra": {
612 "branch-alias": {
613 "dev-master": "1.0.x-dev"
614 }
615 },
616 "autoload": {
26864574
NL
617 "psr-4": {
618 "Doctrine\\Instantiator\\": "src/Doctrine/Instantiator/"
399bd777
JB
619 }
620 },
621 "notification-url": "https://packagist.org/downloads/",
622 "license": [
623 "MIT"
624 ],
625 "authors": [
626 {
627 "name": "Marco Pivetta",
628 "email": "ocramius@gmail.com",
629 "homepage": "http://ocramius.github.com/"
630 }
631 ],
632 "description": "A small, lightweight utility to instantiate objects in PHP without invoking their constructors",
633 "homepage": "https://github.com/doctrine/instantiator",
634 "keywords": [
635 "constructor",
636 "instantiate"
637 ],
26864574 638 "time": "2015-06-14 21:17:01"
399bd777 639 },
820d81aa 640 {
93fd4692
NL
641 "name": "doctrine/lexer",
642 "version": "v1.0.1",
820d81aa
NL
643 "source": {
644 "type": "git",
93fd4692
NL
645 "url": "https://github.com/doctrine/lexer.git",
646 "reference": "83893c552fd2045dd78aef794c31e694c37c0b8c"
820d81aa
NL
647 },
648 "dist": {
649 "type": "zip",
93fd4692
NL
650 "url": "https://api.github.com/repos/doctrine/lexer/zipball/83893c552fd2045dd78aef794c31e694c37c0b8c",
651 "reference": "83893c552fd2045dd78aef794c31e694c37c0b8c",
820d81aa
NL
652 "shasum": ""
653 },
654 "require": {
93fd4692
NL
655 "php": ">=5.3.2"
656 },
657 "type": "library",
658 "extra": {
659 "branch-alias": {
660 "dev-master": "1.0.x-dev"
661 }
820d81aa 662 },
820d81aa
NL
663 "autoload": {
664 "psr-0": {
93fd4692 665 "Doctrine\\Common\\Lexer\\": "lib/"
820d81aa
NL
666 }
667 },
668 "notification-url": "https://packagist.org/downloads/",
669 "license": [
93fd4692 670 "MIT"
820d81aa
NL
671 ],
672 "authors": [
673 {
93fd4692
NL
674 "name": "Roman Borschel",
675 "email": "roman@code-factory.org"
820d81aa
NL
676 },
677 {
93fd4692
NL
678 "name": "Guilherme Blanco",
679 "email": "guilhermeblanco@gmail.com"
820d81aa
NL
680 },
681 {
93fd4692
NL
682 "name": "Johannes Schmitt",
683 "email": "schmittjoh@gmail.com"
820d81aa
NL
684 }
685 ],
93fd4692
NL
686 "description": "Base library for a lexer that can be used in Top-Down, Recursive Descent Parsers.",
687 "homepage": "http://www.doctrine-project.org",
820d81aa 688 "keywords": [
93fd4692
NL
689 "lexer",
690 "parser"
820d81aa 691 ],
93fd4692 692 "time": "2014-09-09 13:34:57"
820d81aa 693 },
e342acf7 694 {
93fd4692 695 "name": "doctrine/orm",
75c3478a 696 "version": "v2.5.1",
e342acf7
NL
697 "source": {
698 "type": "git",
93fd4692 699 "url": "https://github.com/doctrine/doctrine2.git",
75c3478a 700 "reference": "e6a83bedbe67579cb0bfb688e982e617943a2945"
e342acf7
NL
701 },
702 "dist": {
703 "type": "zip",
75c3478a
JB
704 "url": "https://api.github.com/repos/doctrine/doctrine2/zipball/e6a83bedbe67579cb0bfb688e982e617943a2945",
705 "reference": "e6a83bedbe67579cb0bfb688e982e617943a2945",
e342acf7
NL
706 "shasum": ""
707 },
708 "require": {
399bd777
JB
709 "doctrine/cache": "~1.4",
710 "doctrine/collections": "~1.2",
711 "doctrine/common": ">=2.5-dev,<2.6-dev",
712 "doctrine/dbal": ">=2.5-dev,<2.6-dev",
713 "doctrine/instantiator": "~1.0.1",
93fd4692 714 "ext-pdo": "*",
399bd777
JB
715 "php": ">=5.4",
716 "symfony/console": "~2.5"
f3052b45
NL
717 },
718 "require-dev": {
399bd777 719 "phpunit/phpunit": "~4.0",
93fd4692
NL
720 "satooshi/php-coveralls": "dev-master",
721 "symfony/yaml": "~2.1"
f3052b45
NL
722 },
723 "suggest": {
93fd4692 724 "symfony/yaml": "If you want to use YAML Metadata Mapping Driver"
e342acf7 725 },
93fd4692
NL
726 "bin": [
727 "bin/doctrine",
728 "bin/doctrine.php"
729 ],
e342acf7 730 "type": "library",
f3052b45
NL
731 "extra": {
732 "branch-alias": {
399bd777 733 "dev-master": "2.6.x-dev"
f3052b45
NL
734 }
735 },
e342acf7 736 "autoload": {
f3052b45 737 "psr-0": {
93fd4692 738 "Doctrine\\ORM\\": "lib/"
f3052b45 739 }
e342acf7
NL
740 },
741 "notification-url": "https://packagist.org/downloads/",
e342acf7 742 "license": [
f3052b45 743 "MIT"
e342acf7
NL
744 ],
745 "authors": [
746 {
93fd4692
NL
747 "name": "Roman Borschel",
748 "email": "roman@code-factory.org"
f3052b45
NL
749 },
750 {
93fd4692
NL
751 "name": "Benjamin Eberlei",
752 "email": "kontakt@beberlei.de"
753 },
754 {
755 "name": "Guilherme Blanco",
756 "email": "guilhermeblanco@gmail.com"
757 },
758 {
759 "name": "Jonathan Wage",
760 "email": "jonwage@gmail.com"
e342acf7
NL
761 }
762 ],
93fd4692
NL
763 "description": "Object-Relational-Mapper for PHP",
764 "homepage": "http://www.doctrine-project.org",
765 "keywords": [
766 "database",
767 "orm"
768 ],
75c3478a 769 "time": "2015-08-31 12:59:39"
e342acf7 770 },
1345a107 771 {
93fd4692 772 "name": "ezyang/htmlpurifier",
26864574 773 "version": "v4.7.0",
1345a107
NL
774 "source": {
775 "type": "git",
93fd4692 776 "url": "https://github.com/ezyang/htmlpurifier.git",
26864574 777 "reference": "ae1828d955112356f7677c465f94f7deb7d27a40"
1345a107
NL
778 },
779 "dist": {
780 "type": "zip",
26864574
NL
781 "url": "https://api.github.com/repos/ezyang/htmlpurifier/zipball/ae1828d955112356f7677c465f94f7deb7d27a40",
782 "reference": "ae1828d955112356f7677c465f94f7deb7d27a40",
1345a107
NL
783 "shasum": ""
784 },
785 "require": {
93fd4692 786 "php": ">=5.2"
1345a107
NL
787 },
788 "type": "library",
1345a107
NL
789 "autoload": {
790 "psr-0": {
93fd4692
NL
791 "HTMLPurifier": "library/"
792 },
793 "files": [
794 "library/HTMLPurifier.composer.php"
795 ]
1345a107
NL
796 },
797 "notification-url": "https://packagist.org/downloads/",
798 "license": [
93fd4692 799 "LGPL"
1345a107
NL
800 ],
801 "authors": [
802 {
93fd4692
NL
803 "name": "Edward Z. Yang",
804 "email": "admin@htmlpurifier.org",
805 "homepage": "http://ezyang.com"
1345a107
NL
806 }
807 ],
93fd4692
NL
808 "description": "Standards compliant HTML filter written in PHP",
809 "homepage": "http://htmlpurifier.org/",
810 "keywords": [
811 "html"
812 ],
26864574 813 "time": "2015-08-05 01:03:42"
1345a107 814 },
75c3478a
JB
815 {
816 "name": "fin1te/safecurl",
817 "version": "v1.1",
818 "source": {
819 "type": "git",
820 "url": "https://github.com/fin1te/safecurl.git",
821 "reference": "98aae75a1f4f8dec2194ce889d418d16c3c877e4"
822 },
823 "dist": {
824 "type": "zip",
825 "url": "https://api.github.com/repos/fin1te/safecurl/zipball/98aae75a1f4f8dec2194ce889d418d16c3c877e4",
826 "reference": "98aae75a1f4f8dec2194ce889d418d16c3c877e4",
827 "shasum": ""
828 },
829 "require": {
830 "php": ">=5.3.0"
831 },
832 "require-dev": {
833 "phpunit/phpunit": "3.7.*"
834 },
835 "type": "library",
836 "autoload": {
837 "psr-0": {
838 "fin1te\\SafeCurl": "src/"
839 }
840 },
841 "notification-url": "https://packagist.org/downloads/",
842 "license": [
843 "MIT"
844 ],
845 "authors": [
846 {
847 "name": "Jack W",
848 "email": "jack@fin1te.net"
849 }
850 ],
851 "description": "A drop-in replacement for 'curl_exec', designed to prevent SSRF attacks.",
852 "keywords": [
853 "curl",
854 "safe",
855 "safecurl",
856 "ssrf",
857 "websec"
858 ],
859 "time": "2014-05-20 12:10:12"
860 },
569f8d68
NL
861 {
862 "name": "friendsofsymfony/rest-bundle",
26864574 863 "version": "1.7.1",
569f8d68
NL
864 "target-dir": "FOS/RestBundle",
865 "source": {
866 "type": "git",
867 "url": "https://github.com/FriendsOfSymfony/FOSRestBundle.git",
26864574 868 "reference": "3fb2d30c58cde59213dbddd031bc36171b8b68b6"
569f8d68
NL
869 },
870 "dist": {
871 "type": "zip",
26864574
NL
872 "url": "https://api.github.com/repos/FriendsOfSymfony/FOSRestBundle/zipball/3fb2d30c58cde59213dbddd031bc36171b8b68b6",
873 "reference": "3fb2d30c58cde59213dbddd031bc36171b8b68b6",
569f8d68
NL
874 "shasum": ""
875 },
876 "require": {
877 "doctrine/inflector": "~1.0",
878 "php": ">=5.3.9",
879 "psr/log": "~1.0",
399bd777
JB
880 "symfony/framework-bundle": "~2.3",
881 "symfony/http-kernel": "~2.3,>=2.3.24",
569f8d68
NL
882 "willdurand/jsonp-callback-validator": "~1.0",
883 "willdurand/negotiation": "~1.2"
884 },
885 "conflict": {
886 "jms/serializer": "<0.12",
399bd777
JB
887 "jms/serializer-bundle": "<0.11",
888 "symfony/validator": ">=2.5.0,<2.5.5"
569f8d68
NL
889 },
890 "require-dev": {
399bd777 891 "jms/serializer": "~0.13",
569f8d68 892 "jms/serializer-bundle": "~0.12",
399bd777
JB
893 "phpoption/phpoption": "~1.1.0",
894 "sensio/framework-extra-bundle": "~3.0",
895 "symfony/browser-kit": "~2.3",
896 "symfony/dependency-injection": "~2.3",
897 "symfony/form": "~2.3",
898 "symfony/security": "~2.3",
899 "symfony/serializer": "~2.3",
900 "symfony/validator": "~2.3",
901 "symfony/yaml": "~2.3"
569f8d68
NL
902 },
903 "suggest": {
904 "jms/serializer-bundle": "Add support for advanced serialization capabilities, recommended, requires ~0.12",
399bd777
JB
905 "sensio/framework-extra-bundle": "Add support for route annotations and the view response listener, requires ~3.0",
906 "symfony/serializer": "Add support for basic serialization capabilities and xml decoding, requires ~2.3",
907 "symfony/validator": "Add support for validation capabilities in the ParamFetcher, requires ~2.3"
569f8d68
NL
908 },
909 "type": "symfony-bundle",
910 "extra": {
911 "branch-alias": {
26864574 912 "dev-master": "1.7-dev"
569f8d68
NL
913 }
914 },
915 "autoload": {
916 "psr-0": {
917 "FOS\\RestBundle": ""
918 }
919 },
920 "notification-url": "https://packagist.org/downloads/",
921 "license": [
922 "MIT"
923 ],
924 "authors": [
925 {
926 "name": "Lukas Kahwe Smith",
927 "email": "smith@pooteeweet.org"
928 },
929 {
930 "name": "FriendsOfSymfony Community",
931 "homepage": "https://github.com/friendsofsymfony/FOSRestBundle/contributors"
932 },
933 {
934 "name": "Konstantin Kudryashov",
935 "email": "ever.zet@gmail.com"
936 }
937 ],
938 "description": "This Bundle provides various tools to rapidly develop RESTful API's with Symfony2",
939 "homepage": "http://friendsofsymfony.github.com",
940 "keywords": [
941 "rest"
942 ],
26864574 943 "time": "2015-06-16 08:39:26"
569f8d68 944 },
a1413a3d
JB
945 {
946 "name": "guzzlehttp/guzzle",
947 "version": "5.3.0",
948 "source": {
949 "type": "git",
950 "url": "https://github.com/guzzle/guzzle.git",
951 "reference": "f3c8c22471cb55475105c14769644a49c3262b93"
952 },
953 "dist": {
954 "type": "zip",
955 "url": "https://api.github.com/repos/guzzle/guzzle/zipball/f3c8c22471cb55475105c14769644a49c3262b93",
956 "reference": "f3c8c22471cb55475105c14769644a49c3262b93",
957 "shasum": ""
958 },
959 "require": {
960 "guzzlehttp/ringphp": "^1.1",
961 "php": ">=5.4.0"
962 },
963 "require-dev": {
964 "ext-curl": "*",
965 "phpunit/phpunit": "^4.0",
966 "psr/log": "^1.0"
967 },
968 "type": "library",
969 "extra": {
970 "branch-alias": {
971 "dev-master": "5.0-dev"
972 }
973 },
974 "autoload": {
975 "psr-4": {
976 "GuzzleHttp\\": "src/"
977 }
978 },
979 "notification-url": "https://packagist.org/downloads/",
980 "license": [
981 "MIT"
982 ],
983 "authors": [
984 {
985 "name": "Michael Dowling",
986 "email": "mtdowling@gmail.com",
987 "homepage": "https://github.com/mtdowling"
988 }
989 ],
990 "description": "Guzzle is a PHP HTTP client library and framework for building RESTful web service clients",
991 "homepage": "http://guzzlephp.org/",
992 "keywords": [
993 "client",
994 "curl",
995 "framework",
996 "http",
997 "http client",
998 "rest",
999 "web service"
1000 ],
1001 "time": "2015-05-20 03:47:55"
1002 },
1003 {
1004 "name": "guzzlehttp/ringphp",
1005 "version": "1.1.0",
1006 "source": {
1007 "type": "git",
1008 "url": "https://github.com/guzzle/RingPHP.git",
1009 "reference": "dbbb91d7f6c191e5e405e900e3102ac7f261bc0b"
1010 },
1011 "dist": {
1012 "type": "zip",
1013 "url": "https://api.github.com/repos/guzzle/RingPHP/zipball/dbbb91d7f6c191e5e405e900e3102ac7f261bc0b",
1014 "reference": "dbbb91d7f6c191e5e405e900e3102ac7f261bc0b",
1015 "shasum": ""
1016 },
1017 "require": {
1018 "guzzlehttp/streams": "~3.0",
1019 "php": ">=5.4.0",
1020 "react/promise": "~2.0"
1021 },
1022 "require-dev": {
1023 "ext-curl": "*",
1024 "phpunit/phpunit": "~4.0"
1025 },
1026 "suggest": {
1027 "ext-curl": "Guzzle will use specific adapters if cURL is present"
1028 },
1029 "type": "library",
1030 "extra": {
1031 "branch-alias": {
1032 "dev-master": "1.1-dev"
1033 }
1034 },
1035 "autoload": {
1036 "psr-4": {
1037 "GuzzleHttp\\Ring\\": "src/"
1038 }
1039 },
1040 "notification-url": "https://packagist.org/downloads/",
1041 "license": [
1042 "MIT"
1043 ],
1044 "authors": [
1045 {
1046 "name": "Michael Dowling",
1047 "email": "mtdowling@gmail.com",
1048 "homepage": "https://github.com/mtdowling"
1049 }
1050 ],
1051 "description": "Provides a simple API and specification that abstracts away the details of HTTP into a single PHP function.",
1052 "time": "2015-05-20 03:37:09"
1053 },
1054 {
1055 "name": "guzzlehttp/streams",
1056 "version": "3.0.0",
1057 "source": {
1058 "type": "git",
1059 "url": "https://github.com/guzzle/streams.git",
1060 "reference": "47aaa48e27dae43d39fc1cea0ccf0d84ac1a2ba5"
1061 },
1062 "dist": {
1063 "type": "zip",
1064 "url": "https://api.github.com/repos/guzzle/streams/zipball/47aaa48e27dae43d39fc1cea0ccf0d84ac1a2ba5",
1065 "reference": "47aaa48e27dae43d39fc1cea0ccf0d84ac1a2ba5",
1066 "shasum": ""
1067 },
1068 "require": {
1069 "php": ">=5.4.0"
1070 },
1071 "require-dev": {
1072 "phpunit/phpunit": "~4.0"
1073 },
1074 "type": "library",
1075 "extra": {
1076 "branch-alias": {
1077 "dev-master": "3.0-dev"
1078 }
1079 },
1080 "autoload": {
1081 "psr-4": {
1082 "GuzzleHttp\\Stream\\": "src/"
1083 }
1084 },
1085 "notification-url": "https://packagist.org/downloads/",
1086 "license": [
1087 "MIT"
1088 ],
1089 "authors": [
1090 {
1091 "name": "Michael Dowling",
1092 "email": "mtdowling@gmail.com",
1093 "homepage": "https://github.com/mtdowling"
1094 }
1095 ],
1096 "description": "Provides a simple abstraction over streams of data",
1097 "homepage": "http://guzzlephp.org/",
1098 "keywords": [
1099 "Guzzle",
1100 "stream"
1101 ],
1102 "time": "2014-10-12 19:18:40"
1103 },
1345a107 1104 {
93fd4692 1105 "name": "htmlawed/htmlawed",
75e9d1df 1106 "version": "1.1.19",
1345a107
NL
1107 "source": {
1108 "type": "git",
93fd4692 1109 "url": "https://github.com/kesar/HTMLawed.git",
75e9d1df 1110 "reference": "620c38edd57e680260ebd8dd0e98167d97e9a7bf"
1345a107
NL
1111 },
1112 "dist": {
1113 "type": "zip",
75e9d1df
JB
1114 "url": "https://api.github.com/repos/kesar/HTMLawed/zipball/620c38edd57e680260ebd8dd0e98167d97e9a7bf",
1115 "reference": "620c38edd57e680260ebd8dd0e98167d97e9a7bf",
1345a107
NL
1116 "shasum": ""
1117 },
1118 "require": {
93fd4692 1119 "php": ">4.4.0"
1345a107
NL
1120 },
1121 "type": "library",
1345a107 1122 "autoload": {
93fd4692
NL
1123 "files": [
1124 "htmLawed.php"
1125 ]
1345a107
NL
1126 },
1127 "notification-url": "https://packagist.org/downloads/",
1128 "license": [
93fd4692
NL
1129 "GPL-2.0+",
1130 "LGPL-3.0"
1345a107 1131 ],
399bd777
JB
1132 "authors": [
1133 {
1134 "name": "Santosh Patnaik",
1135 "homepage": "http://www.bioinformatics.org/people/index.php?user_hash=558b661f92d0ff7b",
1136 "role": "Developer"
1137 }
1138 ],
75e9d1df 1139 "description": "htmLawed - Process text with HTML markup to make it more compliant with HTML standards and administrative policies",
93fd4692
NL
1140 "homepage": "http://www.bioinformatics.org/phplabware/internal_utilities/htmLawed/",
1141 "keywords": [
1142 "HTMLtidy",
1143 "html",
1144 "sanitize",
1145 "strip",
1146 "tags"
1345a107 1147 ],
75e9d1df 1148 "time": "2015-04-05 17:23:05"
1345a107
NL
1149 },
1150 {
93fd4692 1151 "name": "incenteev/composer-parameter-handler",
26864574 1152 "version": "v2.1.1",
1345a107
NL
1153 "source": {
1154 "type": "git",
93fd4692 1155 "url": "https://github.com/Incenteev/ParameterHandler.git",
26864574 1156 "reference": "84a205fe80a46101607bafbc423019527893ddd0"
1345a107
NL
1157 },
1158 "dist": {
1159 "type": "zip",
26864574
NL
1160 "url": "https://api.github.com/repos/Incenteev/ParameterHandler/zipball/84a205fe80a46101607bafbc423019527893ddd0",
1161 "reference": "84a205fe80a46101607bafbc423019527893ddd0",
1345a107
NL
1162 "shasum": ""
1163 },
1164 "require": {
93fd4692
NL
1165 "php": ">=5.3.3",
1166 "symfony/yaml": "~2.0"
1345a107
NL
1167 },
1168 "require-dev": {
93fd4692
NL
1169 "composer/composer": "1.0.*@dev",
1170 "phpspec/prophecy-phpunit": "~1.0",
1171 "symfony/filesystem": "~2.2"
1345a107
NL
1172 },
1173 "type": "library",
1174 "extra": {
1175 "branch-alias": {
93fd4692 1176 "dev-master": "2.1.x-dev"
1345a107
NL
1177 }
1178 },
1179 "autoload": {
26864574
NL
1180 "psr-4": {
1181 "Incenteev\\ParameterHandler\\": ""
1345a107
NL
1182 }
1183 },
1184 "notification-url": "https://packagist.org/downloads/",
1185 "license": [
1186 "MIT"
1187 ],
1188 "authors": [
1189 {
93fd4692
NL
1190 "name": "Christophe Coevoet",
1191 "email": "stof@notk.org"
1345a107
NL
1192 }
1193 ],
93fd4692
NL
1194 "description": "Composer script handling your ignored parameter file",
1195 "homepage": "https://github.com/Incenteev/ParameterHandler",
1196 "keywords": [
1197 "parameters management"
1198 ],
26864574 1199 "time": "2015-06-03 08:27:03"
1345a107 1200 },
a1413a3d
JB
1201 {
1202 "name": "j0k3r/graby",
75c3478a 1203 "version": "1.0.0-alpha.0",
a1413a3d
JB
1204 "source": {
1205 "type": "git",
1206 "url": "https://github.com/j0k3r/graby.git",
75c3478a 1207 "reference": "553a5ddd35e89f37fce2275e1423cc4451c40dbf"
a1413a3d
JB
1208 },
1209 "dist": {
1210 "type": "zip",
75c3478a
JB
1211 "url": "https://api.github.com/repos/j0k3r/graby/zipball/553a5ddd35e89f37fce2275e1423cc4451c40dbf",
1212 "reference": "553a5ddd35e89f37fce2275e1423cc4451c40dbf",
a1413a3d
JB
1213 "shasum": ""
1214 },
1215 "require": {
75c3478a 1216 "fin1te/safecurl": "~1.1",
a1413a3d
JB
1217 "guzzlehttp/guzzle": "^5.2.0",
1218 "htmlawed/htmlawed": "^1.1.19",
75c3478a 1219 "j0k3r/graby-site-config": "dev-master",
a1413a3d
JB
1220 "j0k3r/php-readability": "^1.0",
1221 "monolog/monolog": "^1.13.1",
1222 "neitanod/forceutf8": "^1.4",
1223 "php": ">=5.4",
1224 "simplepie/simplepie": "^1.3.1",
a1413a3d
JB
1225 "symfony/options-resolver": "^2.6.6"
1226 },
1227 "type": "library",
1228 "autoload": {
1229 "psr-4": {
1230 "Graby\\": "src/"
1231 }
1232 },
1233 "notification-url": "https://packagist.org/downloads/",
1234 "license": [
1235 "AGPL-3.0"
1236 ],
1237 "authors": [
1238 {
1239 "name": "Jeremy Benoist",
1240 "email": "jeremy.benoist@gmail.com",
1241 "role": "Developer"
1242 },
1243 {
1244 "name": "FiveFilters.org",
1245 "email": "fivefilters@fivefilters.org",
1246 "role": "Developer (original version)"
1247 }
1248 ],
1249 "description": "Graby helps you extract article content from web pages",
75c3478a 1250 "time": "2015-08-29 10:16:47"
a1413a3d
JB
1251 },
1252 {
1253 "name": "j0k3r/graby-site-config",
1254 "version": "dev-master",
1255 "source": {
1256 "type": "git",
1257 "url": "https://github.com/j0k3r/graby-site-config.git",
75c3478a 1258 "reference": "a5b3add9fcd716c86b8c4220bdbdfbc7e79dd182"
a1413a3d
JB
1259 },
1260 "dist": {
1261 "type": "zip",
75c3478a
JB
1262 "url": "https://api.github.com/repos/j0k3r/graby-site-config/zipball/a5b3add9fcd716c86b8c4220bdbdfbc7e79dd182",
1263 "reference": "a5b3add9fcd716c86b8c4220bdbdfbc7e79dd182",
a1413a3d
JB
1264 "shasum": ""
1265 },
75c3478a
JB
1266 "require": {
1267 "symfony/finder": "^2.6.6"
1268 },
a1413a3d 1269 "type": "library",
75c3478a
JB
1270 "autoload": {
1271 "psr-4": {
1272 "GrabySiteConfig\\SiteConfig\\": "/"
1273 }
1274 },
a1413a3d
JB
1275 "notification-url": "https://packagist.org/downloads/",
1276 "license": [
1277 "AGPL-3.0"
1278 ],
1279 "authors": [
1280 {
1281 "name": "Jeremy Benoist",
1282 "email": "jeremy.benoist@gmail.com"
1283 }
1284 ],
1285 "description": "Graby site config files",
75c3478a 1286 "time": "2015-09-10 12:13:05"
a1413a3d
JB
1287 },
1288 {
1289 "name": "j0k3r/php-readability",
75c3478a 1290 "version": "v1.0.4",
a1413a3d
JB
1291 "source": {
1292 "type": "git",
1293 "url": "https://github.com/j0k3r/php-readability.git",
75c3478a 1294 "reference": "c5a4a490e155fa20809c9bbcf3e318defbb7a261"
a1413a3d
JB
1295 },
1296 "dist": {
1297 "type": "zip",
75c3478a
JB
1298 "url": "https://api.github.com/repos/j0k3r/php-readability/zipball/c5a4a490e155fa20809c9bbcf3e318defbb7a261",
1299 "reference": "c5a4a490e155fa20809c9bbcf3e318defbb7a261",
a1413a3d
JB
1300 "shasum": ""
1301 },
1302 "require": {
1303 "ext-tidy": ">=1.2",
1304 "php": ">=5.3.3"
1305 },
1306 "type": "library",
1307 "autoload": {
1308 "psr-4": {
1309 "Readability\\": "src/"
1310 }
1311 },
1312 "notification-url": "https://packagist.org/downloads/",
1313 "license": [
1314 "Apache-2.0"
1315 ],
1316 "authors": [
1317 {
1318 "name": "Keyvan Minoukadeh",
1319 "email": "keyvan@keyvan.net",
1320 "homepage": "http://keyvan.net",
1321 "role": "Developer (ported original JS code to PHP)"
1322 },
1323 {
1324 "name": "Arc90",
1325 "homepage": "http://arc90.com",
1326 "role": "Developer (original JS version)"
1327 },
1328 {
1329 "name": "Jeremy Benoist",
1330 "email": "jeremy.benoist@gmail.com",
1331 "homepage": "http://www.j0k3r.net",
1332 "role": "Developer"
1333 },
1334 {
1335 "name": "DitherSky",
1336 "homepage": "https://github.com/Dither",
1337 "role": "Developer (https://github.com/Dither/full-text-rss)"
1338 }
1339 ],
1340 "description": "Automatic article extraction from HTML",
1341 "keywords": [
1342 "article",
1343 "article extraction",
1344 "content",
1345 "content extraction",
1346 "extraction",
1347 "html"
1348 ],
75c3478a 1349 "time": "2015-08-24 09:10:54"
a1413a3d 1350 },
e342acf7 1351 {
93fd4692
NL
1352 "name": "jdorn/sql-formatter",
1353 "version": "v1.2.17",
e342acf7
NL
1354 "source": {
1355 "type": "git",
93fd4692
NL
1356 "url": "https://github.com/jdorn/sql-formatter.git",
1357 "reference": "64990d96e0959dff8e059dfcdc1af130728d92bc"
e342acf7
NL
1358 },
1359 "dist": {
1360 "type": "zip",
93fd4692
NL
1361 "url": "https://api.github.com/repos/jdorn/sql-formatter/zipball/64990d96e0959dff8e059dfcdc1af130728d92bc",
1362 "reference": "64990d96e0959dff8e059dfcdc1af130728d92bc",
e342acf7
NL
1363 "shasum": ""
1364 },
1365 "require": {
93fd4692
NL
1366 "php": ">=5.2.4"
1367 },
1368 "require-dev": {
1369 "phpunit/phpunit": "3.7.*"
e342acf7
NL
1370 },
1371 "type": "library",
f3052b45
NL
1372 "extra": {
1373 "branch-alias": {
93fd4692 1374 "dev-master": "1.3.x-dev"
f3052b45
NL
1375 }
1376 },
e342acf7 1377 "autoload": {
93fd4692
NL
1378 "classmap": [
1379 "lib"
1380 ]
e342acf7
NL
1381 },
1382 "notification-url": "https://packagist.org/downloads/",
e342acf7 1383 "license": [
f3052b45 1384 "MIT"
e342acf7
NL
1385 ],
1386 "authors": [
1387 {
93fd4692
NL
1388 "name": "Jeremy Dorn",
1389 "email": "jeremy@jeremydorn.com",
1390 "homepage": "http://jeremydorn.com/"
e342acf7
NL
1391 }
1392 ],
93fd4692
NL
1393 "description": "a PHP SQL highlighting library",
1394 "homepage": "https://github.com/jdorn/sql-formatter/",
1395 "keywords": [
1396 "highlight",
1397 "sql"
1398 ],
1399 "time": "2014-01-12 16:20:24"
e342acf7 1400 },
569f8d68
NL
1401 {
1402 "name": "jms/metadata",
1403 "version": "1.5.1",
1404 "source": {
1405 "type": "git",
1406 "url": "https://github.com/schmittjoh/metadata.git",
1407 "reference": "22b72455559a25777cfd28c4ffda81ff7639f353"
1408 },
1409 "dist": {
1410 "type": "zip",
1411 "url": "https://api.github.com/repos/schmittjoh/metadata/zipball/22b72455559a25777cfd28c4ffda81ff7639f353",
1412 "reference": "22b72455559a25777cfd28c4ffda81ff7639f353",
1413 "shasum": ""
1414 },
1415 "require": {
1416 "php": ">=5.3.0"
1417 },
1418 "require-dev": {
1419 "doctrine/cache": "~1.0"
1420 },
1421 "type": "library",
1422 "extra": {
1423 "branch-alias": {
1424 "dev-master": "1.5.x-dev"
1425 }
1426 },
1427 "autoload": {
1428 "psr-0": {
1429 "Metadata\\": "src/"
1430 }
1431 },
1432 "notification-url": "https://packagist.org/downloads/",
1433 "license": [
1434 "Apache"
1435 ],
1436 "authors": [
1437 {
1438 "name": "Johannes Schmitt",
1439 "email": "schmittjoh@gmail.com",
1440 "homepage": "https://github.com/schmittjoh",
1441 "role": "Developer of wrapped JMSSerializerBundle"
1442 }
1443 ],
1444 "description": "Class/method/property metadata management in PHP",
1445 "keywords": [
1446 "annotations",
1447 "metadata",
1448 "xml",
1449 "yaml"
1450 ],
1451 "time": "2014-07-12 07:13:19"
1452 },
1453 {
1454 "name": "jms/parser-lib",
1455 "version": "1.0.0",
1456 "source": {
1457 "type": "git",
1458 "url": "https://github.com/schmittjoh/parser-lib.git",
1459 "reference": "c509473bc1b4866415627af0e1c6cc8ac97fa51d"
1460 },
1461 "dist": {
1462 "type": "zip",
1463 "url": "https://api.github.com/repos/schmittjoh/parser-lib/zipball/c509473bc1b4866415627af0e1c6cc8ac97fa51d",
1464 "reference": "c509473bc1b4866415627af0e1c6cc8ac97fa51d",
1465 "shasum": ""
1466 },
1467 "require": {
1468 "phpoption/phpoption": ">=0.9,<2.0-dev"
1469 },
1470 "type": "library",
1471 "extra": {
1472 "branch-alias": {
1473 "dev-master": "1.0-dev"
1474 }
1475 },
1476 "autoload": {
1477 "psr-0": {
1478 "JMS\\": "src/"
1479 }
1480 },
1481 "notification-url": "https://packagist.org/downloads/",
1482 "license": [
1483 "Apache2"
1484 ],
1485 "description": "A library for easily creating recursive-descent parsers.",
1486 "time": "2012-11-18 18:08:43"
1487 },
1488 {
1489 "name": "jms/serializer",
1490 "version": "0.16.0",
1491 "source": {
1492 "type": "git",
1493 "url": "https://github.com/schmittjoh/serializer.git",
1494 "reference": "c8a171357ca92b6706e395c757f334902d430ea9"
1495 },
1496 "dist": {
1497 "type": "zip",
1498 "url": "https://api.github.com/repos/schmittjoh/serializer/zipball/c8a171357ca92b6706e395c757f334902d430ea9",
1499 "reference": "c8a171357ca92b6706e395c757f334902d430ea9",
1500 "shasum": ""
1501 },
1502 "require": {
1503 "doctrine/annotations": "1.*",
1504 "jms/metadata": "~1.1",
1505 "jms/parser-lib": "1.*",
1506 "php": ">=5.3.2",
1507 "phpcollection/phpcollection": "~0.1"
1508 },
1509 "require-dev": {
1510 "doctrine/orm": "~2.1",
1511 "doctrine/phpcr-odm": "~1.0.1",
1512 "jackalope/jackalope-doctrine-dbal": "1.0.*",
1513 "propel/propel1": "~1.7",
1514 "symfony/filesystem": "2.*",
1515 "symfony/form": "~2.1",
1516 "symfony/translation": "~2.0",
1517 "symfony/validator": "~2.0",
1518 "symfony/yaml": "2.*",
1519 "twig/twig": ">=1.8,<2.0-dev"
1520 },
1521 "suggest": {
1522 "symfony/yaml": "Required if you'd like to serialize data to YAML format."
1523 },
1524 "type": "library",
1525 "extra": {
1526 "branch-alias": {
1527 "dev-master": "0.15-dev"
1528 }
1529 },
1530 "autoload": {
1531 "psr-0": {
1532 "JMS\\Serializer": "src/"
1533 }
1534 },
1535 "notification-url": "https://packagist.org/downloads/",
1536 "license": [
1537 "Apache2"
1538 ],
1539 "authors": [
1540 {
1541 "name": "Johannes Schmitt",
1542 "email": "schmittjoh@gmail.com",
1543 "homepage": "https://github.com/schmittjoh",
1544 "role": "Developer of wrapped JMSSerializerBundle"
1545 }
1546 ],
1547 "description": "Library for (de-)serializing data of any complexity; supports XML, JSON, and YAML.",
1548 "homepage": "http://jmsyst.com/libs/serializer",
1549 "keywords": [
1550 "deserialization",
1551 "jaxb",
1552 "json",
1553 "serialization",
1554 "xml"
1555 ],
1556 "time": "2014-03-18 08:39:00"
1557 },
1558 {
1559 "name": "jms/serializer-bundle",
1560 "version": "0.13.0",
1561 "target-dir": "JMS/SerializerBundle",
1562 "source": {
1563 "type": "git",
1564 "url": "https://github.com/schmittjoh/JMSSerializerBundle.git",
1565 "reference": "bb15db3e661168f4310fad48b86915ff1ca33795"
1566 },
1567 "dist": {
1568 "type": "zip",
1569 "url": "https://api.github.com/repos/schmittjoh/JMSSerializerBundle/zipball/bb15db3e661168f4310fad48b86915ff1ca33795",
1570 "reference": "bb15db3e661168f4310fad48b86915ff1ca33795",
1571 "shasum": ""
1572 },
1573 "require": {
1574 "jms/serializer": "~0.11",
1575 "php": ">=5.3.2",
1576 "symfony/framework-bundle": "~2.1"
1577 },
1578 "require-dev": {
1579 "doctrine/doctrine-bundle": "*",
1580 "doctrine/orm": "*",
1581 "symfony/browser-kit": "*",
1582 "symfony/class-loader": "*",
1583 "symfony/css-selector": "*",
1584 "symfony/finder": "*",
1585 "symfony/form": "*",
1586 "symfony/process": "*",
1587 "symfony/twig-bundle": "*",
1588 "symfony/validator": "*",
1589 "symfony/yaml": "*"
1590 },
1591 "suggest": {
1592 "jms/di-extra-bundle": "Required to get lazy loading (de)serialization visitors, ~1.3"
1593 },
1594 "type": "symfony-bundle",
1595 "extra": {
1596 "branch-alias": {
1597 "dev-master": "0.13-dev"
1598 }
1599 },
1600 "autoload": {
1601 "psr-0": {
1602 "JMS\\SerializerBundle": ""
1603 }
1604 },
1605 "notification-url": "https://packagist.org/downloads/",
1606 "license": [
1607 "Apache2"
1608 ],
1609 "authors": [
1610 {
1611 "name": "Johannes Schmitt",
1612 "email": "schmittjoh@gmail.com",
1613 "homepage": "https://github.com/schmittjoh",
1614 "role": "Developer of wrapped JMSSerializerBundle"
1615 }
1616 ],
1617 "description": "Allows you to easily serialize, and deserialize data of any complexity",
1618 "homepage": "http://jmsyst.com/bundles/JMSSerializerBundle",
1619 "keywords": [
1620 "deserialization",
1621 "jaxb",
1622 "json",
1623 "serialization",
1624 "xml"
1625 ],
1626 "time": "2013-12-05 14:36:11"
1627 },
e342acf7 1628 {
93fd4692 1629 "name": "kriswallsmith/assetic",
75c3478a 1630 "version": "v1.3.0",
e342acf7
NL
1631 "source": {
1632 "type": "git",
93fd4692 1633 "url": "https://github.com/kriswallsmith/assetic.git",
75c3478a 1634 "reference": "56cb5d6dec9e7a68a4da2fa89844f39d41092f31"
e342acf7
NL
1635 },
1636 "dist": {
1637 "type": "zip",
75c3478a
JB
1638 "url": "https://api.github.com/repos/kriswallsmith/assetic/zipball/56cb5d6dec9e7a68a4da2fa89844f39d41092f31",
1639 "reference": "56cb5d6dec9e7a68a4da2fa89844f39d41092f31",
e342acf7
NL
1640 "shasum": ""
1641 },
1642 "require": {
93fd4692
NL
1643 "php": ">=5.3.1",
1644 "symfony/process": "~2.1"
e342acf7 1645 },
75c3478a
JB
1646 "conflict": {
1647 "twig/twig": "<1.12"
1648 },
f3052b45 1649 "require-dev": {
93fd4692
NL
1650 "cssmin/cssmin": "*",
1651 "joliclic/javascript-packer": "*",
1652 "kamicane/packager": "*",
75c3478a
JB
1653 "leafo/lessphp": "^0.3.7",
1654 "leafo/scssphp": "*@dev",
1655 "leafo/scssphp-compass": "*@dev",
93fd4692 1656 "mrclay/minify": "*",
75c3478a
JB
1657 "patchwork/jsqueeze": "~1.0|~2.0",
1658 "phpunit/phpunit": "~4.8",
93fd4692
NL
1659 "psr/log": "~1.0",
1660 "ptachoire/cssembed": "*",
75c3478a
JB
1661 "symfony/phpunit-bridge": "~2.7",
1662 "twig/twig": "~1.8|~2.0"
f3052b45
NL
1663 },
1664 "suggest": {
93fd4692
NL
1665 "leafo/lessphp": "Assetic provides the integration with the lessphp LESS compiler",
1666 "leafo/scssphp": "Assetic provides the integration with the scssphp SCSS compiler",
1667 "leafo/scssphp-compass": "Assetic provides the integration with the SCSS compass plugin",
1668 "patchwork/jsqueeze": "Assetic provides the integration with the JSqueeze JavaScript compressor",
1669 "ptachoire/cssembed": "Assetic provides the integration with phpcssembed to embed data uris",
1670 "twig/twig": "Assetic provides the integration with the Twig templating engine"
f3052b45 1671 },
e342acf7 1672 "type": "library",
f3052b45
NL
1673 "extra": {
1674 "branch-alias": {
75c3478a 1675 "dev-master": "1.3-dev"
f3052b45
NL
1676 }
1677 },
e342acf7 1678 "autoload": {
f3052b45 1679 "psr-0": {
93fd4692
NL
1680 "Assetic": "src/"
1681 },
1682 "files": [
1683 "src/functions.php"
1684 ]
e342acf7
NL
1685 },
1686 "notification-url": "https://packagist.org/downloads/",
e342acf7 1687 "license": [
f3052b45 1688 "MIT"
e342acf7
NL
1689 ],
1690 "authors": [
1691 {
93fd4692
NL
1692 "name": "Kris Wallsmith",
1693 "email": "kris.wallsmith@gmail.com",
1694 "homepage": "http://kriswallsmith.net/"
1695 }
1696 ],
1697 "description": "Asset Management for PHP",
1698 "homepage": "https://github.com/kriswallsmith/assetic",
1699 "keywords": [
1700 "assets",
1701 "compression",
1702 "minification"
1703 ],
75c3478a 1704 "time": "2015-08-31 19:07:16"
93fd4692 1705 },
26864574
NL
1706 {
1707 "name": "lexik/form-filter-bundle",
1708 "version": "v4.0.0",
1709 "source": {
1710 "type": "git",
1711 "url": "https://github.com/lexik/LexikFormFilterBundle.git",
1712 "reference": "325432453705062ff43b02952b5ca815c5697ba6"
1713 },
1714 "dist": {
1715 "type": "zip",
1716 "url": "https://api.github.com/repos/lexik/LexikFormFilterBundle/zipball/325432453705062ff43b02952b5ca815c5697ba6",
1717 "reference": "325432453705062ff43b02952b5ca815c5697ba6",
1718 "shasum": ""
1719 },
1720 "require": {
1721 "doctrine/orm": "~2.2",
1722 "php": ">=5.3.2",
1723 "symfony/form": "~2.7",
1724 "symfony/framework-bundle": "~2.7"
1725 },
1726 "require-dev": {
1727 "phpunit/phpunit": "~3.7"
1728 },
1729 "type": "symfony-bundle",
1730 "extra": {
1731 "branch-alias": {
1732 "dev-master": "4.x.x-dev"
1733 }
1734 },
1735 "autoload": {
1736 "psr-4": {
1737 "Lexik\\Bundle\\FormFilterBundle\\": ""
1738 }
1739 },
1740 "notification-url": "https://packagist.org/downloads/",
1741 "license": [
1742 "MIT"
1743 ],
1744 "authors": [
1745 {
1746 "name": "Dev Lexik",
1747 "email": "dev@lexik.fr"
1748 },
1749 {
1750 "name": "Cedric Girard",
1751 "email": "c.girard@lexik.fr"
1752 }
1753 ],
1754 "description": "This bundle aim to provide classes to build some form filters and then build a doctrine query from this form filter.",
1755 "homepage": "https://github.com/lexik/LexikFormFilterBundle",
1756 "keywords": [
1757 "Symfony2",
1758 "bundle",
1759 "doctrine",
1760 "filter",
1761 "form"
1762 ],
1763 "time": "2015-07-31 13:58:10"
1764 },
32da2a70
J
1765 {
1766 "name": "liip/theme-bundle",
1767 "version": "1.1.3",
1768 "target-dir": "Liip/ThemeBundle",
1769 "source": {
1770 "type": "git",
1771 "url": "https://github.com/liip/LiipThemeBundle.git",
1772 "reference": "a594cc6deda293034b8fd7795c9950f02fc8251b"
1773 },
1774 "dist": {
1775 "type": "zip",
1776 "url": "https://api.github.com/repos/liip/LiipThemeBundle/zipball/a594cc6deda293034b8fd7795c9950f02fc8251b",
1777 "reference": "a594cc6deda293034b8fd7795c9950f02fc8251b",
1778 "shasum": ""
1779 },
1780 "require": {
1781 "php": ">=5.3.3",
1782 "symfony/framework-bundle": "~2.0"
1783 },
1784 "require-dev": {
1785 "symfony/console": "~2.0",
1786 "symfony/expression-language": "~2.6"
1787 },
1788 "type": "symfony-bundle",
1789 "extra": {
1790 "branch-alias": {
1791 "dev-master": "1.1-dev"
1792 }
1793 },
1794 "autoload": {
1795 "psr-0": {
1796 "Liip\\ThemeBundle": ""
1797 }
1798 },
1799 "notification-url": "https://packagist.org/downloads/",
1800 "license": [
1801 "MIT"
1802 ],
1803 "authors": [
1804 {
1805 "name": "Community contributions",
1806 "homepage": "https://github.com/liip/LiipThemeBundle/contributors"
1807 },
1808 {
1809 "name": "Liip AG",
1810 "homepage": "http://www.liip.ch/"
1811 }
1812 ],
1813 "description": "Provides theming support for #Symfony2 Bundles",
1814 "keywords": [
1815 "themes",
1816 "theming"
1817 ],
1818 "time": "2015-02-02 15:55:54"
1819 },
93fd4692
NL
1820 {
1821 "name": "mgargano/simplehtmldom",
daacffef 1822 "version": "1.5",
93fd4692
NL
1823 "source": {
1824 "type": "git",
75c3478a 1825 "url": "https://github.com/matgargano/simplehtmldom.git",
93fd4692
NL
1826 "reference": "37fb0d7c1bda45c5a4cf14fdef56c1edf6aa42be"
1827 },
1828 "dist": {
1829 "type": "zip",
75c3478a 1830 "url": "https://api.github.com/repos/matgargano/simplehtmldom/zipball/37fb0d7c1bda45c5a4cf14fdef56c1edf6aa42be",
93fd4692
NL
1831 "reference": "37fb0d7c1bda45c5a4cf14fdef56c1edf6aa42be",
1832 "shasum": ""
1833 },
1834 "require": {
1835 "php": ">=5.3.0"
1836 },
1837 "type": "library",
1838 "autoload": {
1839 "psr-0": {
1840 "SimpleHtmlDom": "src/"
f3052b45 1841 },
93fd4692
NL
1842 "files": [
1843 "src/simple_html_dom.php"
1844 ]
1845 },
1846 "notification-url": "https://packagist.org/downloads/",
1847 "license": [
1848 "The MIT License"
1849 ],
1850 "authors": [
f3052b45 1851 {
93fd4692 1852 "name": "S.C. Chen",
75c3478a 1853 "email": "me578022@gmail.com"
e342acf7
NL
1854 }
1855 ],
93fd4692
NL
1856 "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",
1857 "homepage": "http://simplehtmldom.sourceforge.net/",
1858 "keywords": [
1859 "Simple",
1860 "dom",
1861 "html"
1862 ],
1863 "time": "2014-01-05 18:17:34"
e342acf7 1864 },
569f8d68
NL
1865 {
1866 "name": "michelf/php-markdown",
0f006880 1867 "version": "1.5.0",
569f8d68
NL
1868 "source": {
1869 "type": "git",
1870 "url": "https://github.com/michelf/php-markdown.git",
0f006880 1871 "reference": "e1aabe18173231ebcefc90e615565742fc1c7fd9"
569f8d68
NL
1872 },
1873 "dist": {
1874 "type": "zip",
0f006880
NL
1875 "url": "https://api.github.com/repos/michelf/php-markdown/zipball/e1aabe18173231ebcefc90e615565742fc1c7fd9",
1876 "reference": "e1aabe18173231ebcefc90e615565742fc1c7fd9",
569f8d68
NL
1877 "shasum": ""
1878 },
1879 "require": {
1880 "php": ">=5.3.0"
1881 },
1882 "type": "library",
1883 "extra": {
1884 "branch-alias": {
1885 "dev-lib": "1.4.x-dev"
1886 }
1887 },
1888 "autoload": {
1889 "psr-0": {
1890 "Michelf": ""
1891 }
1892 },
1893 "notification-url": "https://packagist.org/downloads/",
1894 "license": [
1895 "BSD-3-Clause"
1896 ],
1897 "authors": [
0f006880
NL
1898 {
1899 "name": "John Gruber",
1900 "homepage": "http://daringfireball.net/"
1901 },
569f8d68
NL
1902 {
1903 "name": "Michel Fortin",
1904 "email": "michel.fortin@michelf.ca",
0f006880 1905 "homepage": "https://michelf.ca/",
569f8d68 1906 "role": "Developer"
569f8d68
NL
1907 }
1908 ],
1909 "description": "PHP Markdown",
0f006880 1910 "homepage": "https://michelf.ca/projects/php-markdown/",
569f8d68
NL
1911 "keywords": [
1912 "markdown"
1913 ],
0f006880 1914 "time": "2015-03-01 12:03:08"
569f8d68 1915 },
e342acf7 1916 {
93fd4692 1917 "name": "monolog/monolog",
75c3478a 1918 "version": "1.17.1",
e342acf7
NL
1919 "source": {
1920 "type": "git",
93fd4692 1921 "url": "https://github.com/Seldaek/monolog.git",
75c3478a 1922 "reference": "0524c87587ab85bc4c2d6f5b41253ccb930a5422"
e342acf7
NL
1923 },
1924 "dist": {
1925 "type": "zip",
75c3478a
JB
1926 "url": "https://api.github.com/repos/Seldaek/monolog/zipball/0524c87587ab85bc4c2d6f5b41253ccb930a5422",
1927 "reference": "0524c87587ab85bc4c2d6f5b41253ccb930a5422",
e342acf7
NL
1928 "shasum": ""
1929 },
1930 "require": {
93fd4692
NL
1931 "php": ">=5.3.0",
1932 "psr/log": "~1.0"
1933 },
1934 "provide": {
1935 "psr/log-implementation": "1.0.0"
e342acf7
NL
1936 },
1937 "require-dev": {
26864574 1938 "aws/aws-sdk-php": "^2.4.9",
93fd4692
NL
1939 "doctrine/couchdb": "~1.0@dev",
1940 "graylog2/gelf-php": "~1.0",
26864574
NL
1941 "php-console/php-console": "^3.1.3",
1942 "phpunit/phpunit": "~4.5",
1943 "phpunit/phpunit-mock-objects": "2.3.0",
75c3478a 1944 "raven/raven": "~0.11",
26864574 1945 "ruflin/elastica": ">=0.90 <3.0",
0f006880 1946 "swiftmailer/swiftmailer": "~5.3",
93fd4692 1947 "videlalvaro/php-amqplib": "~2.4"
e342acf7 1948 },
f3052b45 1949 "suggest": {
93fd4692
NL
1950 "aws/aws-sdk-php": "Allow sending log messages to AWS services like DynamoDB",
1951 "doctrine/couchdb": "Allow sending log messages to a CouchDB server",
1952 "ext-amqp": "Allow sending log messages to an AMQP server (1.0+ required)",
1953 "ext-mongo": "Allow sending log messages to a MongoDB server",
1954 "graylog2/gelf-php": "Allow sending log messages to a GrayLog2 server",
26864574 1955 "php-console/php-console": "Allow sending log messages to Google Chrome",
93fd4692
NL
1956 "raven/raven": "Allow sending log messages to a Sentry server",
1957 "rollbar/rollbar": "Allow sending log messages to Rollbar",
1958 "ruflin/elastica": "Allow sending log messages to an Elastic Search server",
1959 "videlalvaro/php-amqplib": "Allow sending log messages to an AMQP server using php-amqplib"
f3052b45
NL
1960 },
1961 "type": "library",
1962 "extra": {
1963 "branch-alias": {
26864574 1964 "dev-master": "1.16.x-dev"
e342acf7
NL
1965 }
1966 },
1967 "autoload": {
93fd4692
NL
1968 "psr-4": {
1969 "Monolog\\": "src/Monolog"
f3052b45 1970 }
e342acf7
NL
1971 },
1972 "notification-url": "https://packagist.org/downloads/",
1973 "license": [
f3052b45 1974 "MIT"
e342acf7
NL
1975 ],
1976 "authors": [
1977 {
93fd4692
NL
1978 "name": "Jordi Boggiano",
1979 "email": "j.boggiano@seld.be",
1980 "homepage": "http://seld.be"
e342acf7
NL
1981 }
1982 ],
93fd4692
NL
1983 "description": "Sends your logs to files, sockets, inboxes, databases and various web services",
1984 "homepage": "http://github.com/Seldaek/monolog",
1985 "keywords": [
1986 "log",
1987 "logging",
1988 "psr-3"
1989 ],
75c3478a 1990 "time": "2015-08-31 09:17:37"
e342acf7 1991 },
a1413a3d
JB
1992 {
1993 "name": "neitanod/forceutf8",
1994 "version": "v1.4",
1995 "source": {
1996 "type": "git",
1997 "url": "https://github.com/neitanod/forceutf8.git",
1998 "reference": "28d50d579179abac1f6a55b03c6d9d3f6573867c"
1999 },
2000 "dist": {
2001 "type": "zip",
2002 "url": "https://api.github.com/repos/neitanod/forceutf8/zipball/28d50d579179abac1f6a55b03c6d9d3f6573867c",
2003 "reference": "28d50d579179abac1f6a55b03c6d9d3f6573867c",
2004 "shasum": ""
2005 },
2006 "require": {
2007 "php": ">=5.2.0"
2008 },
2009 "type": "library",
2010 "autoload": {
2011 "psr-0": {
2012 "ForceUTF8\\": "src/"
2013 }
2014 },
2015 "notification-url": "https://packagist.org/downloads/",
2016 "authors": [
2017 {
2018 "name": "Sebastián Grignoli",
2019 "email": "grignoli@gmail.com"
2020 }
2021 ],
2022 "description": "PHP Class Encoding featuring popular Encoding::toUTF8() function --formerly known as forceUTF8()-- that fixes mixed encoded strings.",
2023 "homepage": "https://github.com/neitanod/forceutf8",
2024 "time": "2014-09-24 14:59:43"
2025 },
569f8d68
NL
2026 {
2027 "name": "nelmio/api-doc-bundle",
399bd777 2028 "version": "2.9.0",
569f8d68
NL
2029 "target-dir": "Nelmio/ApiDocBundle",
2030 "source": {
2031 "type": "git",
2032 "url": "https://github.com/nelmio/NelmioApiDocBundle.git",
399bd777 2033 "reference": "de31760fd84a45fadbb4fe24db050b5e29ea70d1"
569f8d68
NL
2034 },
2035 "dist": {
2036 "type": "zip",
399bd777
JB
2037 "url": "https://api.github.com/repos/nelmio/NelmioApiDocBundle/zipball/de31760fd84a45fadbb4fe24db050b5e29ea70d1",
2038 "reference": "de31760fd84a45fadbb4fe24db050b5e29ea70d1",
569f8d68
NL
2039 "shasum": ""
2040 },
2041 "require": {
2042 "michelf/php-markdown": "~1.4",
2043 "symfony/console": "~2.1",
2044 "symfony/framework-bundle": "~2.1",
2045 "symfony/twig-bundle": "~2.1"
2046 },
2047 "conflict": {
2048 "jms/serializer": "<0.12",
2049 "jms/serializer-bundle": "<0.11"
2050 },
2051 "require-dev": {
399bd777 2052 "dunglas/api-bundle": "dev-master",
569f8d68
NL
2053 "friendsofsymfony/rest-bundle": "~1.0",
2054 "jms/serializer-bundle": ">=0.11",
399bd777 2055 "sensio/framework-extra-bundle": "~3.0",
569f8d68
NL
2056 "symfony/browser-kit": "~2.1",
2057 "symfony/css-selector": "~2.1",
2058 "symfony/form": "~2.1",
399bd777 2059 "symfony/serializer": "~2.7@dev",
569f8d68
NL
2060 "symfony/validator": "~2.1",
2061 "symfony/yaml": "~2.1"
2062 },
2063 "suggest": {
399bd777 2064 "dunglas/api-bundle": "For making use of resources definitions of DunglasApiBundle.",
569f8d68
NL
2065 "friendsofsymfony/rest-bundle": "For making use of REST information in the doc.",
2066 "jms/serializer": "For making use of serializer information in the doc.",
2067 "symfony/form": "For using form definitions as input.",
2068 "symfony/validator": "For making use of validator information in the doc."
2069 },
2070 "type": "symfony-bundle",
2071 "extra": {
2072 "branch-alias": {
399bd777 2073 "dev-master": "2.9.x-dev"
569f8d68
NL
2074 }
2075 },
2076 "autoload": {
2077 "psr-0": {
2078 "Nelmio\\ApiDocBundle": ""
2079 }
2080 },
2081 "notification-url": "https://packagist.org/downloads/",
2082 "license": [
2083 "MIT"
2084 ],
2085 "authors": [
2086 {
2087 "name": "Nelmio",
2088 "homepage": "http://nelm.io"
2089 },
2090 {
2091 "name": "Symfony Community",
2092 "homepage": "https://github.com/nelmio/NelmioApiDocBundle/contributors"
2093 }
2094 ],
2095 "description": "Generates documentation for your REST API from annotations",
2096 "keywords": [
2097 "api",
2098 "doc",
2099 "documentation",
2100 "rest"
2101 ],
399bd777 2102 "time": "2015-05-16 17:16:14"
569f8d68 2103 },
dcae2fc2
NL
2104 {
2105 "name": "nelmio/cors-bundle",
75e9d1df 2106 "version": "1.4.0",
dcae2fc2
NL
2107 "target-dir": "Nelmio/CorsBundle",
2108 "source": {
2109 "type": "git",
2110 "url": "https://github.com/nelmio/NelmioCorsBundle.git",
75e9d1df 2111 "reference": "553b4c5cdb3ff155f910e8f6e3e0806d42c763a6"
dcae2fc2
NL
2112 },
2113 "dist": {
2114 "type": "zip",
75e9d1df
JB
2115 "url": "https://api.github.com/repos/nelmio/NelmioCorsBundle/zipball/553b4c5cdb3ff155f910e8f6e3e0806d42c763a6",
2116 "reference": "553b4c5cdb3ff155f910e8f6e3e0806d42c763a6",
dcae2fc2
NL
2117 "shasum": ""
2118 },
2119 "require": {
2120 "symfony/framework-bundle": "~2.2"
2121 },
2122 "require-dev": {
2123 "matthiasnoback/symfony-dependency-injection-test": "0.2.*",
2124 "mockery/mockery": "dev-master"
2125 },
2126 "type": "symfony-bundle",
2127 "extra": {
2128 "branch-alias": {
2129 "dev-master": "1.3.x-dev"
2130 }
2131 },
2132 "autoload": {
2133 "psr-0": {
2134 "Nelmio\\CorsBundle": ""
2135 }
2136 },
2137 "notification-url": "https://packagist.org/downloads/",
2138 "license": [
2139 "MIT"
2140 ],
2141 "authors": [
2142 {
2143 "name": "Nelmio",
2144 "homepage": "http://nelm.io"
2145 },
2146 {
2147 "name": "Symfony Community",
2148 "homepage": "https://github.com/nelmio/NelmioCorsBundle/contributors"
2149 }
2150 ],
2151 "description": "Adds CORS (Cross-Origin Resource Sharing) headers support in your Symfony2 application",
2152 "keywords": [
2153 "api",
2154 "cors",
2155 "crossdomain"
2156 ],
75e9d1df 2157 "time": "2015-01-13 17:53:27"
dcae2fc2 2158 },
a24f2c88
WD
2159 {
2160 "name": "pagerfanta/pagerfanta",
2161 "version": "v1.0.3",
2162 "source": {
2163 "type": "git",
2164 "url": "https://github.com/whiteoctober/Pagerfanta.git",
2165 "reference": "a874d3612d954dcbbb49e5ffe178890918fb76fb"
2166 },
2167 "dist": {
2168 "type": "zip",
2169 "url": "https://api.github.com/repos/whiteoctober/Pagerfanta/zipball/a874d3612d954dcbbb49e5ffe178890918fb76fb",
2170 "reference": "a874d3612d954dcbbb49e5ffe178890918fb76fb",
2171 "shasum": ""
2172 },
2173 "require": {
2174 "php": ">=5.3.0"
2175 },
2176 "require-dev": {
2177 "doctrine/orm": "~2.3",
2178 "doctrine/phpcr-odm": "1.*",
2179 "jackalope/jackalope-doctrine-dbal": "1.*",
2180 "jmikola/geojson": "~1.0",
2181 "mandango/mandango": "~1.0@dev",
2182 "mandango/mondator": "~1.0@dev",
2183 "phpunit/phpunit": "~4",
2184 "propel/propel1": "~1.6",
2185 "ruflin/elastica": "~1.3",
2186 "solarium/solarium": "~3.1"
2187 },
2188 "suggest": {
2189 "doctrine/mongodb-odm": "To use the DoctrineODMMongoDBAdapter.",
2190 "doctrine/orm": "To use the DoctrineORMAdapter.",
2191 "doctrine/phpcr-odm": "To use the DoctrineODMPhpcrAdapter. >= 1.1.0",
2192 "mandango/mandango": "To use the MandangoAdapter.",
2193 "propel/propel1": "To use the PropelAdapter",
2194 "solarium/solarium": "To use the SolariumAdapter."
2195 },
2196 "type": "library",
2197 "extra": {
2198 "branch-alias": {
2199 "dev-master": "1.0.x-dev"
2200 }
2201 },
2202 "autoload": {
2203 "psr-0": {
2204 "Pagerfanta\\": "src/"
2205 }
2206 },
2207 "notification-url": "https://packagist.org/downloads/",
2208 "license": [
2209 "MIT"
2210 ],
2211 "authors": [
2212 {
2213 "name": "Pablo Díez",
2214 "email": "pablodip@gmail.com"
2215 }
2216 ],
2217 "description": "Pagination for PHP 5.3",
2218 "keywords": [
2219 "page",
2220 "pagination",
2221 "paginator",
2222 "paging"
2223 ],
2224 "time": "2014-10-06 10:57:25"
2225 },
569f8d68
NL
2226 {
2227 "name": "phpcollection/phpcollection",
2228 "version": "0.4.0",
2229 "source": {
2230 "type": "git",
2231 "url": "https://github.com/schmittjoh/php-collection.git",
2232 "reference": "b8bf55a0a929ca43b01232b36719f176f86c7e83"
2233 },
2234 "dist": {
2235 "type": "zip",
2236 "url": "https://api.github.com/repos/schmittjoh/php-collection/zipball/b8bf55a0a929ca43b01232b36719f176f86c7e83",
2237 "reference": "b8bf55a0a929ca43b01232b36719f176f86c7e83",
2238 "shasum": ""
2239 },
2240 "require": {
2241 "phpoption/phpoption": "1.*"
2242 },
2243 "type": "library",
2244 "extra": {
2245 "branch-alias": {
2246 "dev-master": "0.3-dev"
2247 }
2248 },
2249 "autoload": {
2250 "psr-0": {
2251 "PhpCollection": "src/"
2252 }
2253 },
2254 "notification-url": "https://packagist.org/downloads/",
2255 "license": [
2256 "Apache2"
2257 ],
2258 "authors": [
2259 {
2260 "name": "Johannes Schmitt",
2261 "email": "schmittjoh@gmail.com",
2262 "homepage": "https://github.com/schmittjoh",
2263 "role": "Developer of wrapped JMSSerializerBundle"
2264 }
2265 ],
2266 "description": "General-Purpose Collection Library for PHP",
2267 "keywords": [
2268 "collection",
2269 "list",
2270 "map",
2271 "sequence",
2272 "set"
2273 ],
2274 "time": "2014-03-11 13:46:42"
2275 },
2276 {
2277 "name": "phpoption/phpoption",
75c3478a 2278 "version": "1.5.0",
569f8d68
NL
2279 "source": {
2280 "type": "git",
2281 "url": "https://github.com/schmittjoh/php-option.git",
75c3478a 2282 "reference": "94e644f7d2051a5f0fcf77d81605f152eecff0ed"
569f8d68
NL
2283 },
2284 "dist": {
2285 "type": "zip",
75c3478a
JB
2286 "url": "https://api.github.com/repos/schmittjoh/php-option/zipball/94e644f7d2051a5f0fcf77d81605f152eecff0ed",
2287 "reference": "94e644f7d2051a5f0fcf77d81605f152eecff0ed",
569f8d68
NL
2288 "shasum": ""
2289 },
2290 "require": {
2291 "php": ">=5.3.0"
2292 },
75c3478a
JB
2293 "require-dev": {
2294 "phpunit/phpunit": "4.7.*"
2295 },
569f8d68
NL
2296 "type": "library",
2297 "extra": {
2298 "branch-alias": {
2299 "dev-master": "1.3-dev"
2300 }
2301 },
2302 "autoload": {
2303 "psr-0": {
2304 "PhpOption\\": "src/"
2305 }
2306 },
2307 "notification-url": "https://packagist.org/downloads/",
2308 "license": [
2309 "Apache2"
2310 ],
2311 "authors": [
2312 {
75c3478a
JB
2313 "name": "Johannes M. Schmitt",
2314 "email": "schmittjoh@gmail.com"
569f8d68
NL
2315 }
2316 ],
2317 "description": "Option Type for PHP",
2318 "keywords": [
2319 "language",
2320 "option",
2321 "php",
2322 "type"
2323 ],
75c3478a 2324 "time": "2015-07-25 16:39:46"
569f8d68 2325 },
e342acf7 2326 {
93fd4692
NL
2327 "name": "psr/log",
2328 "version": "1.0.0",
e342acf7
NL
2329 "source": {
2330 "type": "git",
93fd4692
NL
2331 "url": "https://github.com/php-fig/log.git",
2332 "reference": "fe0936ee26643249e916849d48e3a51d5f5e278b"
e342acf7
NL
2333 },
2334 "dist": {
2335 "type": "zip",
93fd4692
NL
2336 "url": "https://api.github.com/repos/php-fig/log/zipball/fe0936ee26643249e916849d48e3a51d5f5e278b",
2337 "reference": "fe0936ee26643249e916849d48e3a51d5f5e278b",
e342acf7
NL
2338 "shasum": ""
2339 },
e342acf7 2340 "type": "library",
e342acf7 2341 "autoload": {
f3052b45 2342 "psr-0": {
93fd4692 2343 "Psr\\Log\\": ""
f3052b45 2344 }
e342acf7
NL
2345 },
2346 "notification-url": "https://packagist.org/downloads/",
2347 "license": [
f3052b45 2348 "MIT"
e342acf7
NL
2349 ],
2350 "authors": [
2351 {
93fd4692
NL
2352 "name": "PHP-FIG",
2353 "homepage": "http://www.php-fig.org/"
e342acf7
NL
2354 }
2355 ],
93fd4692
NL
2356 "description": "Common interface for logging libraries",
2357 "keywords": [
2358 "log",
2359 "psr",
2360 "psr-3"
2361 ],
2362 "time": "2012-12-21 11:40:51"
e342acf7 2363 },
a1413a3d
JB
2364 {
2365 "name": "react/promise",
2366 "version": "v2.2.1",
2367 "source": {
2368 "type": "git",
2369 "url": "https://github.com/reactphp/promise.git",
2370 "reference": "3b6fca09c7d56321057fa8867c8dbe1abf648627"
2371 },
2372 "dist": {
2373 "type": "zip",
2374 "url": "https://api.github.com/repos/reactphp/promise/zipball/3b6fca09c7d56321057fa8867c8dbe1abf648627",
2375 "reference": "3b6fca09c7d56321057fa8867c8dbe1abf648627",
2376 "shasum": ""
2377 },
2378 "require": {
2379 "php": ">=5.4.0"
2380 },
2381 "type": "library",
2382 "extra": {
2383 "branch-alias": {
2384 "dev-master": "2.0-dev"
2385 }
2386 },
2387 "autoload": {
2388 "psr-4": {
2389 "React\\Promise\\": "src/"
2390 },
2391 "files": [
2392 "src/functions_include.php"
2393 ]
2394 },
2395 "notification-url": "https://packagist.org/downloads/",
2396 "license": [
2397 "MIT"
2398 ],
2399 "authors": [
2400 {
2401 "name": "Jan Sorgalla",
2402 "email": "jsorgalla@gmail.com"
2403 }
2404 ],
2405 "description": "A lightweight implementation of CommonJS Promises/A for PHP",
2406 "time": "2015-07-03 13:48:55"
2407 },
e342acf7 2408 {
93fd4692 2409 "name": "sensio/distribution-bundle",
26864574 2410 "version": "v3.0.31",
93fd4692 2411 "target-dir": "Sensio/Bundle/DistributionBundle",
e342acf7
NL
2412 "source": {
2413 "type": "git",
93fd4692 2414 "url": "https://github.com/sensiolabs/SensioDistributionBundle.git",
26864574 2415 "reference": "3a900814bd57bf20f9453ae81ff8772bc95d7fff"
e342acf7
NL
2416 },
2417 "dist": {
2418 "type": "zip",
26864574
NL
2419 "url": "https://api.github.com/repos/sensiolabs/SensioDistributionBundle/zipball/3a900814bd57bf20f9453ae81ff8772bc95d7fff",
2420 "reference": "3a900814bd57bf20f9453ae81ff8772bc95d7fff",
e342acf7
NL
2421 "shasum": ""
2422 },
2423 "require": {
93fd4692 2424 "php": ">=5.3.3",
26864574 2425 "sensiolabs/security-checker": "~3.0",
93fd4692 2426 "symfony/class-loader": "~2.2",
93fd4692 2427 "symfony/framework-bundle": "~2.3",
dcae2fc2
NL
2428 "symfony/process": "~2.2"
2429 },
2430 "require-dev": {
2431 "symfony/form": "~2.2",
93fd4692
NL
2432 "symfony/validator": "~2.2",
2433 "symfony/yaml": "~2.2"
e342acf7 2434 },
dcae2fc2
NL
2435 "suggest": {
2436 "symfony/form": "If you want to use the configurator",
2437 "symfony/validator": "If you want to use the configurator",
2438 "symfony/yaml": "If you want to use the configurator"
2439 },
93fd4692 2440 "type": "symfony-bundle",
e342acf7
NL
2441 "extra": {
2442 "branch-alias": {
93fd4692 2443 "dev-master": "3.0.x-dev"
e342acf7
NL
2444 }
2445 },
2446 "autoload": {
f3052b45 2447 "psr-0": {
93fd4692
NL
2448 "Sensio\\Bundle\\DistributionBundle": ""
2449 }
e342acf7
NL
2450 },
2451 "notification-url": "https://packagist.org/downloads/",
2452 "license": [
f3052b45 2453 "MIT"
e342acf7
NL
2454 ],
2455 "authors": [
2456 {
93fd4692
NL
2457 "name": "Fabien Potencier",
2458 "email": "fabien@symfony.com"
e342acf7
NL
2459 }
2460 ],
93fd4692 2461 "description": "Base bundle for Symfony Distributions",
e342acf7 2462 "keywords": [
93fd4692
NL
2463 "configuration",
2464 "distribution"
e342acf7 2465 ],
26864574 2466 "time": "2015-08-03 10:07:12"
e342acf7
NL
2467 },
2468 {
93fd4692 2469 "name": "sensio/framework-extra-bundle",
26864574 2470 "version": "v3.0.10",
e342acf7
NL
2471 "source": {
2472 "type": "git",
93fd4692 2473 "url": "https://github.com/sensiolabs/SensioFrameworkExtraBundle.git",
26864574 2474 "reference": "18fc2063c4d6569cdca47a39fbac32342eb65f3c"
e342acf7
NL
2475 },
2476 "dist": {
2477 "type": "zip",
26864574
NL
2478 "url": "https://api.github.com/repos/sensiolabs/SensioFrameworkExtraBundle/zipball/18fc2063c4d6569cdca47a39fbac32342eb65f3c",
2479 "reference": "18fc2063c4d6569cdca47a39fbac32342eb65f3c",
e342acf7
NL
2480 "shasum": ""
2481 },
2482 "require": {
93fd4692
NL
2483 "doctrine/common": "~2.2",
2484 "symfony/framework-bundle": "~2.3"
e342acf7 2485 },
93fd4692
NL
2486 "require-dev": {
2487 "symfony/expression-language": "~2.4",
2488 "symfony/security-bundle": "~2.4"
2489 },
2490 "suggest": {
2491 "symfony/expression-language": "",
399bd777 2492 "symfony/psr-http-message-bridge": "To use the PSR-7 converters",
93fd4692
NL
2493 "symfony/security-bundle": ""
2494 },
2495 "type": "symfony-bundle",
e342acf7
NL
2496 "extra": {
2497 "branch-alias": {
93fd4692 2498 "dev-master": "3.0.x-dev"
e342acf7
NL
2499 }
2500 },
2501 "autoload": {
399bd777
JB
2502 "psr-4": {
2503 "Sensio\\Bundle\\FrameworkExtraBundle\\": ""
f3052b45 2504 }
e342acf7
NL
2505 },
2506 "notification-url": "https://packagist.org/downloads/",
2507 "license": [
f3052b45 2508 "MIT"
e342acf7
NL
2509 ],
2510 "authors": [
e342acf7 2511 {
f3052b45
NL
2512 "name": "Fabien Potencier",
2513 "email": "fabien@symfony.com"
e342acf7
NL
2514 }
2515 ],
93fd4692 2516 "description": "This bundle provides a way to configure your controllers with annotations",
e342acf7 2517 "keywords": [
93fd4692
NL
2518 "annotations",
2519 "controllers"
e342acf7 2520 ],
26864574 2521 "time": "2015-08-03 11:59:27"
e342acf7
NL
2522 },
2523 {
93fd4692 2524 "name": "sensiolabs/security-checker",
26864574 2525 "version": "v3.0.1",
e342acf7
NL
2526 "source": {
2527 "type": "git",
93fd4692 2528 "url": "https://github.com/sensiolabs/security-checker.git",
26864574 2529 "reference": "7735fd97ff7303d9df776b8dbc970f949399abc9"
e342acf7
NL
2530 },
2531 "dist": {
2532 "type": "zip",
26864574
NL
2533 "url": "https://api.github.com/repos/sensiolabs/security-checker/zipball/7735fd97ff7303d9df776b8dbc970f949399abc9",
2534 "reference": "7735fd97ff7303d9df776b8dbc970f949399abc9",
e342acf7
NL
2535 "shasum": ""
2536 },
2537 "require": {
93fd4692 2538 "symfony/console": "~2.0"
e342acf7 2539 },
93fd4692
NL
2540 "bin": [
2541 "security-checker"
2542 ],
e342acf7
NL
2543 "type": "library",
2544 "extra": {
2545 "branch-alias": {
26864574 2546 "dev-master": "3.0-dev"
e342acf7
NL
2547 }
2548 },
2549 "autoload": {
f3052b45 2550 "psr-0": {
93fd4692 2551 "SensioLabs\\Security": ""
f3052b45 2552 }
e342acf7
NL
2553 },
2554 "notification-url": "https://packagist.org/downloads/",
2555 "license": [
f3052b45 2556 "MIT"
e342acf7
NL
2557 ],
2558 "authors": [
f3052b45
NL
2559 {
2560 "name": "Fabien Potencier",
93fd4692 2561 "email": "fabien.potencier@gmail.com"
e342acf7
NL
2562 }
2563 ],
93fd4692 2564 "description": "A security checker for your composer.lock",
26864574 2565 "time": "2015-08-11 12:11:25"
e342acf7
NL
2566 },
2567 {
93fd4692 2568 "name": "simplepie/simplepie",
daacffef 2569 "version": "1.3.1",
e342acf7
NL
2570 "source": {
2571 "type": "git",
93fd4692 2572 "url": "https://github.com/simplepie/simplepie.git",
daacffef 2573 "reference": "ce53709778bc1e2e4deda1651b66e5081398d5cc"
e342acf7
NL
2574 },
2575 "dist": {
2576 "type": "zip",
daacffef
J
2577 "url": "https://api.github.com/repos/simplepie/simplepie/zipball/ce53709778bc1e2e4deda1651b66e5081398d5cc",
2578 "reference": "ce53709778bc1e2e4deda1651b66e5081398d5cc",
e342acf7
NL
2579 "shasum": ""
2580 },
2581 "require": {
93fd4692 2582 "php": ">=5.2.0"
e342acf7
NL
2583 },
2584 "type": "library",
e342acf7 2585 "autoload": {
f3052b45 2586 "psr-0": {
93fd4692 2587 "SimplePie": "library"
f3052b45 2588 }
e342acf7
NL
2589 },
2590 "notification-url": "https://packagist.org/downloads/",
2591 "license": [
93fd4692 2592 "BSD-3-Clause"
e342acf7
NL
2593 ],
2594 "authors": [
2595 {
93fd4692
NL
2596 "name": "Ryan Parman",
2597 "homepage": "http://ryanparman.com/",
2598 "role": "Creator, alumnus developer"
e342acf7
NL
2599 },
2600 {
93fd4692
NL
2601 "name": "Geoffrey Sneddon",
2602 "homepage": "http://gsnedders.com/",
2603 "role": "Alumnus developer"
2604 },
2605 {
2606 "name": "Ryan McCue",
2607 "email": "me@ryanmccue.info",
2608 "homepage": "http://ryanmccue.info/",
2609 "role": "Developer"
e342acf7
NL
2610 }
2611 ],
93fd4692
NL
2612 "description": "A simple Atom/RSS parsing library for PHP",
2613 "homepage": "http://simplepie.org/",
e342acf7 2614 "keywords": [
93fd4692
NL
2615 "atom",
2616 "feeds",
2617 "rss"
e342acf7 2618 ],
daacffef 2619 "time": "2012-10-30 17:54:03"
e342acf7
NL
2620 },
2621 {
93fd4692 2622 "name": "swiftmailer/swiftmailer",
26864574 2623 "version": "v5.4.1",
e342acf7
NL
2624 "source": {
2625 "type": "git",
93fd4692 2626 "url": "https://github.com/swiftmailer/swiftmailer.git",
26864574 2627 "reference": "0697e6aa65c83edf97bb0f23d8763f94e3f11421"
e342acf7
NL
2628 },
2629 "dist": {
2630 "type": "zip",
26864574
NL
2631 "url": "https://api.github.com/repos/swiftmailer/swiftmailer/zipball/0697e6aa65c83edf97bb0f23d8763f94e3f11421",
2632 "reference": "0697e6aa65c83edf97bb0f23d8763f94e3f11421",
e342acf7
NL
2633 "shasum": ""
2634 },
2635 "require": {
2636 "php": ">=5.3.3"
2637 },
2638 "require-dev": {
26864574 2639 "mockery/mockery": "~0.9.1,<0.9.4"
e342acf7
NL
2640 },
2641 "type": "library",
2642 "extra": {
2643 "branch-alias": {
399bd777 2644 "dev-master": "5.4-dev"
e342acf7
NL
2645 }
2646 },
2647 "autoload": {
93fd4692
NL
2648 "files": [
2649 "lib/swift_required.php"
2650 ]
e342acf7
NL
2651 },
2652 "notification-url": "https://packagist.org/downloads/",
2653 "license": [
f3052b45 2654 "MIT"
e342acf7
NL
2655 ],
2656 "authors": [
2657 {
93fd4692 2658 "name": "Chris Corbyn"
f3052b45
NL
2659 },
2660 {
2661 "name": "Fabien Potencier",
2662 "email": "fabien@symfony.com"
e342acf7
NL
2663 }
2664 ],
93fd4692
NL
2665 "description": "Swiftmailer, free feature-rich PHP mailer",
2666 "homepage": "http://swiftmailer.org",
2667 "keywords": [
26864574 2668 "email",
93fd4692
NL
2669 "mail",
2670 "mailer"
2671 ],
26864574 2672 "time": "2015-06-06 14:19:39"
e342acf7 2673 },
adf17b67 2674 {
93fd4692 2675 "name": "symfony/assetic-bundle",
75c3478a 2676 "version": "v2.7.0",
adf17b67
NL
2677 "source": {
2678 "type": "git",
93fd4692 2679 "url": "https://github.com/symfony/AsseticBundle.git",
75c3478a 2680 "reference": "3ae5c8ca3079b6e0033cc9fbfb6500e2bc964da5"
adf17b67
NL
2681 },
2682 "dist": {
2683 "type": "zip",
75c3478a
JB
2684 "url": "https://api.github.com/repos/symfony/AsseticBundle/zipball/3ae5c8ca3079b6e0033cc9fbfb6500e2bc964da5",
2685 "reference": "3ae5c8ca3079b6e0033cc9fbfb6500e2bc964da5",
adf17b67
NL
2686 "shasum": ""
2687 },
2688 "require": {
75c3478a 2689 "kriswallsmith/assetic": "~1.3",
93fd4692 2690 "php": ">=5.3.0",
569f8d68
NL
2691 "symfony/console": "~2.3",
2692 "symfony/dependency-injection": "~2.3",
2693 "symfony/framework-bundle": "~2.3",
2694 "symfony/yaml": "~2.3"
adf17b67 2695 },
75c3478a
JB
2696 "conflict": {
2697 "kriswallsmith/spork": "<=0.2",
2698 "twig/twig": "<1.20"
2699 },
adf17b67 2700 "require-dev": {
75c3478a 2701 "kriswallsmith/spork": "~0.3",
93fd4692 2702 "patchwork/jsqueeze": "~1.0",
569f8d68
NL
2703 "symfony/class-loader": "~2.3",
2704 "symfony/css-selector": "~2.3",
2705 "symfony/dom-crawler": "~2.3",
75c3478a 2706 "symfony/phpunit-bridge": "~2.7",
569f8d68 2707 "symfony/twig-bundle": "~2.3"
adf17b67
NL
2708 },
2709 "suggest": {
93fd4692
NL
2710 "kriswallsmith/spork": "to be able to dump assets in parallel",
2711 "symfony/twig-bundle": "to use the Twig integration"
adf17b67 2712 },
93fd4692 2713 "type": "symfony-bundle",
adf17b67
NL
2714 "extra": {
2715 "branch-alias": {
75c3478a 2716 "dev-master": "2.7-dev"
adf17b67
NL
2717 }
2718 },
2719 "autoload": {
93fd4692
NL
2720 "psr-4": {
2721 "Symfony\\Bundle\\AsseticBundle\\": ""
adf17b67
NL
2722 }
2723 },
2724 "notification-url": "https://packagist.org/downloads/",
2725 "license": [
2726 "MIT"
2727 ],
2728 "authors": [
7d2eb7a7 2729 {
93fd4692
NL
2730 "name": "Kris Wallsmith",
2731 "email": "kris.wallsmith@gmail.com",
2732 "homepage": "http://kriswallsmith.net/"
7d2eb7a7
NL
2733 }
2734 ],
93fd4692
NL
2735 "description": "Integrates Assetic into Symfony2",
2736 "homepage": "https://github.com/symfony/AsseticBundle",
2737 "keywords": [
2738 "assets",
2739 "compression",
2740 "minification"
2741 ],
75c3478a 2742 "time": "2015-09-01 00:05:29"
7d2eb7a7
NL
2743 },
2744 {
93fd4692
NL
2745 "name": "symfony/monolog-bundle",
2746 "version": "v2.7.1",
7d2eb7a7
NL
2747 "source": {
2748 "type": "git",
93fd4692
NL
2749 "url": "https://github.com/symfony/MonologBundle.git",
2750 "reference": "9320b6863404c70ebe111e9040dab96f251de7ac"
7d2eb7a7
NL
2751 },
2752 "dist": {
2753 "type": "zip",
93fd4692
NL
2754 "url": "https://api.github.com/repos/symfony/MonologBundle/zipball/9320b6863404c70ebe111e9040dab96f251de7ac",
2755 "reference": "9320b6863404c70ebe111e9040dab96f251de7ac",
7d2eb7a7
NL
2756 "shasum": ""
2757 },
2758 "require": {
93fd4692
NL
2759 "monolog/monolog": "~1.8",
2760 "php": ">=5.3.2",
2761 "symfony/config": "~2.3",
2762 "symfony/dependency-injection": "~2.3",
2763 "symfony/http-kernel": "~2.3",
2764 "symfony/monolog-bridge": "~2.3"
7d2eb7a7 2765 },
f3052b45 2766 "require-dev": {
93fd4692
NL
2767 "symfony/console": "~2.3",
2768 "symfony/yaml": "~2.3"
f3052b45 2769 },
93fd4692 2770 "type": "symfony-bundle",
7d2eb7a7
NL
2771 "extra": {
2772 "branch-alias": {
93fd4692 2773 "dev-master": "2.7.x-dev"
7d2eb7a7
NL
2774 }
2775 },
2776 "autoload": {
93fd4692
NL
2777 "psr-4": {
2778 "Symfony\\Bundle\\MonologBundle\\": ""
7d2eb7a7
NL
2779 }
2780 },
2781 "notification-url": "https://packagist.org/downloads/",
2782 "license": [
2783 "MIT"
2784 ],
2785 "authors": [
adf17b67
NL
2786 {
2787 "name": "Symfony Community",
2788 "homepage": "http://symfony.com/contributors"
2789 },
7d2eb7a7
NL
2790 {
2791 "name": "Fabien Potencier",
2792 "email": "fabien@symfony.com"
adf17b67
NL
2793 }
2794 ],
93fd4692 2795 "description": "Symfony MonologBundle",
adf17b67 2796 "homepage": "http://symfony.com",
93fd4692
NL
2797 "keywords": [
2798 "log",
2799 "logging"
2800 ],
2801 "time": "2015-01-04 20:21:17"
adf17b67
NL
2802 },
2803 {
93fd4692
NL
2804 "name": "symfony/swiftmailer-bundle",
2805 "version": "v2.3.8",
adf17b67
NL
2806 "source": {
2807 "type": "git",
93fd4692
NL
2808 "url": "https://github.com/symfony/SwiftmailerBundle.git",
2809 "reference": "970b13d01871207e81d17b17ddda025e7e21e797"
adf17b67
NL
2810 },
2811 "dist": {
2812 "type": "zip",
93fd4692
NL
2813 "url": "https://api.github.com/repos/symfony/SwiftmailerBundle/zipball/970b13d01871207e81d17b17ddda025e7e21e797",
2814 "reference": "970b13d01871207e81d17b17ddda025e7e21e797",
adf17b67
NL
2815 "shasum": ""
2816 },
2817 "require": {
93fd4692
NL
2818 "php": ">=5.3.2",
2819 "swiftmailer/swiftmailer": ">=4.2.0,~5.0",
2820 "symfony/swiftmailer-bridge": "~2.1"
adf17b67
NL
2821 },
2822 "require-dev": {
93fd4692
NL
2823 "symfony/config": "~2.1",
2824 "symfony/dependency-injection": "~2.1",
2825 "symfony/http-kernel": "~2.1",
2826 "symfony/yaml": "~2.1"
adf17b67
NL
2827 },
2828 "suggest": {
93fd4692
NL
2829 "psr/log": "Allows logging"
2830 },
2831 "type": "symfony-bundle",
adf17b67
NL
2832 "extra": {
2833 "branch-alias": {
93fd4692 2834 "dev-master": "2.3-dev"
adf17b67
NL
2835 }
2836 },
2837 "autoload": {
93fd4692
NL
2838 "psr-4": {
2839 "Symfony\\Bundle\\SwiftmailerBundle\\": ""
adf17b67
NL
2840 }
2841 },
2842 "notification-url": "https://packagist.org/downloads/",
2843 "license": [
2844 "MIT"
2845 ],
2846 "authors": [
7d2eb7a7
NL
2847 {
2848 "name": "Symfony Community",
2849 "homepage": "http://symfony.com/contributors"
adf17b67
NL
2850 },
2851 {
2852 "name": "Fabien Potencier",
2853 "email": "fabien@symfony.com"
7d2eb7a7
NL
2854 }
2855 ],
93fd4692 2856 "description": "Symfony SwiftmailerBundle",
7d2eb7a7 2857 "homepage": "http://symfony.com",
93fd4692 2858 "time": "2014-12-01 17:44:50"
7d2eb7a7 2859 },
1345a107 2860 {
93fd4692 2861 "name": "symfony/symfony",
75c3478a 2862 "version": "v2.7.4",
1345a107
NL
2863 "source": {
2864 "type": "git",
93fd4692 2865 "url": "https://github.com/symfony/symfony.git",
75c3478a 2866 "reference": "1fdf23fe28876844b887b0e1935c9adda43ee645"
1345a107
NL
2867 },
2868 "dist": {
2869 "type": "zip",
75c3478a
JB
2870 "url": "https://api.github.com/repos/symfony/symfony/zipball/1fdf23fe28876844b887b0e1935c9adda43ee645",
2871 "reference": "1fdf23fe28876844b887b0e1935c9adda43ee645",
1345a107
NL
2872 "shasum": ""
2873 },
2874 "require": {
93fd4692 2875 "doctrine/common": "~2.3",
75e9d1df 2876 "php": ">=5.3.9",
93fd4692 2877 "psr/log": "~1.0",
75c3478a 2878 "twig/twig": "~1.20|~2.0"
93fd4692
NL
2879 },
2880 "replace": {
75e9d1df 2881 "symfony/asset": "self.version",
93fd4692
NL
2882 "symfony/browser-kit": "self.version",
2883 "symfony/class-loader": "self.version",
2884 "symfony/config": "self.version",
2885 "symfony/console": "self.version",
2886 "symfony/css-selector": "self.version",
2887 "symfony/debug": "self.version",
2888 "symfony/debug-bundle": "self.version",
2889 "symfony/dependency-injection": "self.version",
2890 "symfony/doctrine-bridge": "self.version",
2891 "symfony/dom-crawler": "self.version",
2892 "symfony/event-dispatcher": "self.version",
2893 "symfony/expression-language": "self.version",
2894 "symfony/filesystem": "self.version",
2895 "symfony/finder": "self.version",
2896 "symfony/form": "self.version",
2897 "symfony/framework-bundle": "self.version",
2898 "symfony/http-foundation": "self.version",
2899 "symfony/http-kernel": "self.version",
2900 "symfony/intl": "self.version",
2901 "symfony/locale": "self.version",
2902 "symfony/monolog-bridge": "self.version",
2903 "symfony/options-resolver": "self.version",
2904 "symfony/process": "self.version",
93fd4692
NL
2905 "symfony/property-access": "self.version",
2906 "symfony/proxy-manager-bridge": "self.version",
2907 "symfony/routing": "self.version",
2908 "symfony/security": "self.version",
2909 "symfony/security-acl": "self.version",
2910 "symfony/security-bundle": "self.version",
2911 "symfony/security-core": "self.version",
2912 "symfony/security-csrf": "self.version",
2913 "symfony/security-http": "self.version",
2914 "symfony/serializer": "self.version",
2915 "symfony/stopwatch": "self.version",
2916 "symfony/swiftmailer-bridge": "self.version",
2917 "symfony/templating": "self.version",
2918 "symfony/translation": "self.version",
2919 "symfony/twig-bridge": "self.version",
2920 "symfony/twig-bundle": "self.version",
2921 "symfony/validator": "self.version",
2922 "symfony/var-dumper": "self.version",
2923 "symfony/web-profiler-bundle": "self.version",
2924 "symfony/yaml": "self.version"
2925 },
2926 "require-dev": {
2927 "doctrine/data-fixtures": "1.0.*",
2928 "doctrine/dbal": "~2.2",
2929 "doctrine/doctrine-bundle": "~1.2",
2930 "doctrine/orm": "~2.2,>=2.2.3",
2931 "egulias/email-validator": "~1.2",
2932 "ircmaxell/password-compat": "~1.0",
2933 "monolog/monolog": "~1.11",
2934 "ocramius/proxy-manager": "~0.4|~1.0",
75e9d1df 2935 "symfony/phpunit-bridge": "self.version"
1345a107
NL
2936 },
2937 "type": "library",
2938 "extra": {
2939 "branch-alias": {
75e9d1df 2940 "dev-master": "2.7-dev"
1345a107
NL
2941 }
2942 },
2943 "autoload": {
75e9d1df
JB
2944 "psr-4": {
2945 "Symfony\\Bridge\\Doctrine\\": "src/Symfony/Bridge/Doctrine/",
2946 "Symfony\\Bridge\\Monolog\\": "src/Symfony/Bridge/Monolog/",
2947 "Symfony\\Bridge\\ProxyManager\\": "src/Symfony/Bridge/ProxyManager/",
2948 "Symfony\\Bridge\\Swiftmailer\\": "src/Symfony/Bridge/Swiftmailer/",
2949 "Symfony\\Bridge\\Twig\\": "src/Symfony/Bridge/Twig/",
2950 "Symfony\\Bundle\\": "src/Symfony/Bundle/",
2951 "Symfony\\Component\\": "src/Symfony/Component/"
93fd4692
NL
2952 },
2953 "classmap": [
2954 "src/Symfony/Component/HttpFoundation/Resources/stubs",
2955 "src/Symfony/Component/Intl/Resources/stubs"
2956 ],
2957 "files": [
2958 "src/Symfony/Component/Intl/Resources/stubs/functions.php"
2959 ]
1345a107
NL
2960 },
2961 "notification-url": "https://packagist.org/downloads/",
2962 "license": [
2963 "MIT"
2964 ],
2965 "authors": [
1345a107
NL
2966 {
2967 "name": "Fabien Potencier",
2968 "email": "fabien@symfony.com"
399bd777
JB
2969 },
2970 {
2971 "name": "Symfony Community",
2972 "homepage": "https://symfony.com/contributors"
1345a107
NL
2973 }
2974 ],
93fd4692 2975 "description": "The Symfony PHP framework",
399bd777 2976 "homepage": "https://symfony.com",
93fd4692
NL
2977 "keywords": [
2978 "framework"
2979 ],
75c3478a 2980 "time": "2015-09-08 14:26:39"
1345a107 2981 },
3329f1bf
NL
2982 {
2983 "name": "tecnick.com/tcpdf",
26864574 2984 "version": "6.2.11",
3329f1bf
NL
2985 "source": {
2986 "type": "git",
2987 "url": "https://github.com/tecnickcom/TCPDF.git",
26864574 2988 "reference": "354433a33946ae7497c3eab291eaaf814bccbfab"
3329f1bf
NL
2989 },
2990 "dist": {
2991 "type": "zip",
26864574
NL
2992 "url": "https://api.github.com/repos/tecnickcom/TCPDF/zipball/354433a33946ae7497c3eab291eaaf814bccbfab",
2993 "reference": "354433a33946ae7497c3eab291eaaf814bccbfab",
3329f1bf
NL
2994 "shasum": ""
2995 },
2996 "require": {
2997 "php": ">=5.3.0"
2998 },
2999 "type": "library",
3000 "autoload": {
3001 "classmap": [
3002 "fonts",
3003 "config",
3004 "include",
3005 "tcpdf.php",
3006 "tcpdf_parser.php",
3007 "tcpdf_import.php",
3008 "tcpdf_barcodes_1d.php",
3009 "tcpdf_barcodes_2d.php",
3010 "include/tcpdf_colors.php",
3011 "include/tcpdf_filters.php",
3012 "include/tcpdf_font_data.php",
3013 "include/tcpdf_fonts.php",
3014 "include/tcpdf_images.php",
3015 "include/tcpdf_static.php",
3016 "include/barcodes/datamatrix.php",
3017 "include/barcodes/pdf417.php",
3018 "include/barcodes/qrcode.php"
3019 ]
3020 },
3021 "notification-url": "https://packagist.org/downloads/",
3022 "license": [
3023 "LGPLv3"
3024 ],
3025 "authors": [
3026 {
3027 "name": "Nicola Asuni",
3028 "email": "info@tecnick.com",
3029 "homepage": "http://nicolaasuni.tecnick.com"
3030 }
3031 ],
3032 "description": "TCPDF is a PHP class for generating PDF documents and barcodes.",
3033 "homepage": "http://www.tcpdf.org/",
3034 "keywords": [
3035 "PDFD32000-2008",
3036 "TCPDF",
3037 "barcodes",
3038 "datamatrix",
3039 "pdf",
3040 "pdf417",
3041 "qrcode"
3042 ],
26864574 3043 "time": "2015-08-02 12:30:27"
3329f1bf 3044 },
7d2eb7a7 3045 {
f3052b45 3046 "name": "twig/extensions",
a1413a3d 3047 "version": "v1.3.0",
7d2eb7a7
NL
3048 "source": {
3049 "type": "git",
f3052b45 3050 "url": "https://github.com/twigphp/Twig-extensions.git",
a1413a3d 3051 "reference": "449e3c8a9ffad7c2479c7864557275a32b037499"
7d2eb7a7
NL
3052 },
3053 "dist": {
3054 "type": "zip",
a1413a3d
JB
3055 "url": "https://api.github.com/repos/twigphp/Twig-extensions/zipball/449e3c8a9ffad7c2479c7864557275a32b037499",
3056 "reference": "449e3c8a9ffad7c2479c7864557275a32b037499",
7d2eb7a7
NL
3057 "shasum": ""
3058 },
3059 "require": {
a1413a3d 3060 "twig/twig": "~1.20|~2.0"
dcae2fc2
NL
3061 },
3062 "require-dev": {
3063 "symfony/translation": "~2.3"
3064 },
3065 "suggest": {
3066 "symfony/translation": "Allow the time_diff output to be translated"
7d2eb7a7
NL
3067 },
3068 "type": "library",
3069 "extra": {
3070 "branch-alias": {
a1413a3d 3071 "dev-master": "1.3-dev"
7d2eb7a7
NL
3072 }
3073 },
3074 "autoload": {
3075 "psr-0": {
f3052b45 3076 "Twig_Extensions_": "lib/"
7d2eb7a7
NL
3077 }
3078 },
3079 "notification-url": "https://packagist.org/downloads/",
3080 "license": [
3081 "MIT"
3082 ],
3083 "authors": [
3084 {
3085 "name": "Fabien Potencier",
3086 "email": "fabien@symfony.com"
adf17b67
NL
3087 }
3088 ],
f3052b45 3089 "description": "Common additional features for Twig that do not directly belong in core",
dcae2fc2 3090 "homepage": "http://twig.sensiolabs.org/doc/extensions/index.html",
f3052b45 3091 "keywords": [
f3052b45
NL
3092 "i18n",
3093 "text"
3094 ],
a1413a3d 3095 "time": "2015-08-22 16:38:35"
adf17b67
NL
3096 },
3097 {
f3052b45 3098 "name": "twig/twig",
75c3478a 3099 "version": "v1.21.2",
adf17b67
NL
3100 "source": {
3101 "type": "git",
f3052b45 3102 "url": "https://github.com/twigphp/Twig.git",
75c3478a 3103 "reference": "ddce1136beb8db29b9cd7dffa8ab518b978c9db3"
adf17b67
NL
3104 },
3105 "dist": {
3106 "type": "zip",
75c3478a
JB
3107 "url": "https://api.github.com/repos/twigphp/Twig/zipball/ddce1136beb8db29b9cd7dffa8ab518b978c9db3",
3108 "reference": "ddce1136beb8db29b9cd7dffa8ab518b978c9db3",
adf17b67
NL
3109 "shasum": ""
3110 },
3111 "require": {
399bd777 3112 "php": ">=5.2.7"
adf17b67 3113 },
75c3478a
JB
3114 "require-dev": {
3115 "symfony/debug": "~2.7",
3116 "symfony/phpunit-bridge": "~2.7"
3117 },
adf17b67
NL
3118 "type": "library",
3119 "extra": {
3120 "branch-alias": {
75c3478a 3121 "dev-master": "1.21-dev"
adf17b67
NL
3122 }
3123 },
3124 "autoload": {
3125 "psr-0": {
f3052b45 3126 "Twig_": "lib/"
adf17b67
NL
3127 }
3128 },
3129 "notification-url": "https://packagist.org/downloads/",
3130 "license": [
f3052b45 3131 "BSD-3-Clause"
adf17b67
NL
3132 ],
3133 "authors": [
7d2eb7a7 3134 {
f3052b45
NL
3135 "name": "Fabien Potencier",
3136 "email": "fabien@symfony.com",
3137 "homepage": "http://fabien.potencier.org",
3138 "role": "Lead Developer"
adf17b67
NL
3139 },
3140 {
f3052b45
NL
3141 "name": "Armin Ronacher",
3142 "email": "armin.ronacher@active-4.com",
3143 "role": "Project Founder"
3144 },
3145 {
3146 "name": "Twig Team",
3147 "homepage": "http://twig.sensiolabs.org/contributors",
3148 "role": "Contributors"
7d2eb7a7
NL
3149 }
3150 ],
f3052b45
NL
3151 "description": "Twig, the flexible, fast, and secure template language for PHP",
3152 "homepage": "http://twig.sensiolabs.org",
3153 "keywords": [
3154 "templating"
3155 ],
75c3478a 3156 "time": "2015-09-09 05:28:51"
7d2eb7a7 3157 },
0f006880
NL
3158 {
3159 "name": "willdurand/hateoas",
399bd777 3160 "version": "v2.6.0",
0f006880
NL
3161 "source": {
3162 "type": "git",
3163 "url": "https://github.com/willdurand/Hateoas.git",
399bd777 3164 "reference": "fc0869381d6934e5d430084154584761297caa6c"
0f006880
NL
3165 },
3166 "dist": {
3167 "type": "zip",
399bd777
JB
3168 "url": "https://api.github.com/repos/willdurand/Hateoas/zipball/fc0869381d6934e5d430084154584761297caa6c",
3169 "reference": "fc0869381d6934e5d430084154584761297caa6c",
0f006880
NL
3170 "shasum": ""
3171 },
3172 "require": {
3173 "doctrine/annotations": "~1.0",
3174 "doctrine/common": "~2.0",
3175 "jms/metadata": "~1.1",
399bd777
JB
3176 "jms/serializer": "~0.13",
3177 "php": ">=5.3",
0f006880
NL
3178 "symfony/expression-language": "~2.4"
3179 },
3180 "require-dev": {
3181 "atoum/atoum": "*@dev",
3182 "hautelook/frankenstein": "~0.1",
3183 "pagerfanta/pagerfanta": "~1.0",
3184 "phpunit/phpunit": "~3.7",
3185 "symfony/dependency-injection": "~2.0",
3186 "symfony/routing": "~2.0",
3187 "symfony/yaml": "~2.0",
3188 "twig/twig": "~1.12"
3189 },
3190 "suggest": {
3191 "symfony/routing": "To use the SymfonyRouteFactory.",
3192 "symfony/yaml": "To use yaml based configuration.",
3193 "twig/twig": "To use the Twig extensions."
3194 },
3195 "type": "library",
3196 "extra": {
3197 "branch-alias": {
399bd777 3198 "dev-master": "2.6-dev"
0f006880
NL
3199 }
3200 },
3201 "autoload": {
3202 "psr-0": {
3203 "Hateoas": "src/"
3204 }
3205 },
3206 "notification-url": "https://packagist.org/downloads/",
3207 "license": [
3208 "MIT"
3209 ],
3210 "authors": [
3211 {
3212 "name": "Adrien Brault",
3213 "email": "adrien.brault@gmail.com"
3214 },
3215 {
3216 "name": "William Durand",
3217 "email": "william.durand1@gmail.com"
3218 }
3219 ],
3220 "description": "A PHP library to support implementing representations for HATEOAS REST web services",
399bd777 3221 "time": "2015-05-21 21:57:34"
0f006880
NL
3222 },
3223 {
3224 "name": "willdurand/hateoas-bundle",
75e9d1df 3225 "version": "0.5.0",
0f006880
NL
3226 "target-dir": "Bazinga/Bundle/HateoasBundle",
3227 "source": {
3228 "type": "git",
3229 "url": "https://github.com/willdurand/BazingaHateoasBundle.git",
75e9d1df 3230 "reference": "3c86e8080e8a229365a0ce91818da6fe6562376b"
0f006880
NL
3231 },
3232 "dist": {
3233 "type": "zip",
75e9d1df
JB
3234 "url": "https://api.github.com/repos/willdurand/BazingaHateoasBundle/zipball/3c86e8080e8a229365a0ce91818da6fe6562376b",
3235 "reference": "3c86e8080e8a229365a0ce91818da6fe6562376b",
0f006880
NL
3236 "shasum": ""
3237 },
3238 "require": {
3239 "jms/serializer-bundle": "~0.13",
3240 "symfony/framework-bundle": "~2.2",
3241 "willdurand/hateoas": "~2.0"
3242 },
3243 "require-dev": {
3244 "symfony/expression-language": "~2.4",
3245 "twig/twig": "~1.12"
3246 },
3247 "type": "symfony-bundle",
3248 "extra": {
3249 "branch-alias": {
3250 "dev-master": "1.0.x-dev"
3251 }
3252 },
3253 "autoload": {
3254 "psr-0": {
3255 "Bazinga\\Bundle\\HateoasBundle": ""
3256 }
3257 },
3258 "notification-url": "https://packagist.org/downloads/",
3259 "license": [
3260 "MIT"
3261 ],
3262 "authors": [
3263 {
75c3478a 3264 "name": "William DURAND",
0f006880
NL
3265 "email": "william.durand1@gmail.com"
3266 }
3267 ],
3268 "description": "Integration of Hateoas into Symfony2.",
3269 "keywords": [
3270 "HATEOAS",
3271 "rest"
3272 ],
75e9d1df 3273 "time": "2015-02-19 16:27:51"
0f006880 3274 },
569f8d68
NL
3275 {
3276 "name": "willdurand/jsonp-callback-validator",
3277 "version": "v1.1.0",
3278 "source": {
3279 "type": "git",
3280 "url": "https://github.com/willdurand/JsonpCallbackValidator.git",
3281 "reference": "1a7d388bb521959e612ef50c5c7b1691b097e909"
3282 },
3283 "dist": {
3284 "type": "zip",
3285 "url": "https://api.github.com/repos/willdurand/JsonpCallbackValidator/zipball/1a7d388bb521959e612ef50c5c7b1691b097e909",
3286 "reference": "1a7d388bb521959e612ef50c5c7b1691b097e909",
3287 "shasum": ""
3288 },
3289 "require": {
3290 "php": ">=5.3.0"
3291 },
3292 "require-dev": {
3293 "phpunit/phpunit": "~3.7"
3294 },
3295 "type": "library",
3296 "autoload": {
3297 "psr-0": {
3298 "JsonpCallbackValidator": "src/"
3299 }
3300 },
3301 "notification-url": "https://packagist.org/downloads/",
3302 "license": [
3303 "MIT"
3304 ],
3305 "authors": [
3306 {
3307 "name": "William Durand",
3308 "email": "william.durand1@gmail.com",
3309 "homepage": "http://www.willdurand.fr"
3310 }
3311 ],
3312 "description": "JSONP callback validator.",
3313 "time": "2014-01-20 22:35:06"
3314 },
3315 {
3316 "name": "willdurand/negotiation",
26864574 3317 "version": "1.4.0",
569f8d68
NL
3318 "source": {
3319 "type": "git",
3320 "url": "https://github.com/willdurand/Negotiation.git",
26864574 3321 "reference": "8a84c5956e765f432542fc52a8c6e9aff4508eb3"
569f8d68
NL
3322 },
3323 "dist": {
3324 "type": "zip",
26864574
NL
3325 "url": "https://api.github.com/repos/willdurand/Negotiation/zipball/8a84c5956e765f432542fc52a8c6e9aff4508eb3",
3326 "reference": "8a84c5956e765f432542fc52a8c6e9aff4508eb3",
569f8d68
NL
3327 "shasum": ""
3328 },
3329 "require": {
3330 "php": ">=5.3.0"
3331 },
3332 "type": "library",
3333 "extra": {
3334 "branch-alias": {
26864574 3335 "dev-master": "1.4-dev"
569f8d68
NL
3336 }
3337 },
3338 "autoload": {
26864574
NL
3339 "psr-4": {
3340 "Negotiation\\": "src/Negotiation"
569f8d68
NL
3341 }
3342 },
3343 "notification-url": "https://packagist.org/downloads/",
3344 "license": [
3345 "MIT"
3346 ],
3347 "authors": [
3348 {
75c3478a 3349 "name": "William DURAND",
569f8d68
NL
3350 "email": "william.durand1@gmail.com"
3351 }
3352 ],
3353 "description": "Content Negotiation tools for PHP provided as a standalone library.",
3354 "homepage": "http://williamdurand.fr/Negotiation/",
3355 "keywords": [
3356 "accept",
3357 "content",
3358 "format",
3359 "header",
3360 "negotiation"
3361 ],
26864574 3362 "time": "2015-07-28 13:10:50"
f3052b45
NL
3363 }
3364 ],
3365 "packages-dev": [
3b815d2d
J
3366 {
3367 "name": "doctrine/data-fixtures",
399bd777 3368 "version": "v1.1.1",
3b815d2d
J
3369 "source": {
3370 "type": "git",
3371 "url": "https://github.com/doctrine/data-fixtures.git",
399bd777 3372 "reference": "bd44f6b6e40247b6530bc8abe802e4e4d914976a"
3b815d2d
J
3373 },
3374 "dist": {
3375 "type": "zip",
399bd777
JB
3376 "url": "https://api.github.com/repos/doctrine/data-fixtures/zipball/bd44f6b6e40247b6530bc8abe802e4e4d914976a",
3377 "reference": "bd44f6b6e40247b6530bc8abe802e4e4d914976a",
3b815d2d
J
3378 "shasum": ""
3379 },
3380 "require": {
399bd777 3381 "doctrine/common": "~2.2",
3b815d2d
J
3382 "php": ">=5.3.2"
3383 },
399bd777
JB
3384 "conflict": {
3385 "doctrine/orm": "< 2.4"
3386 },
3b815d2d 3387 "require-dev": {
399bd777 3388 "doctrine/orm": "~2.4"
3b815d2d
J
3389 },
3390 "suggest": {
3391 "doctrine/mongodb-odm": "For loading MongoDB ODM fixtures",
3392 "doctrine/orm": "For loading ORM fixtures",
3393 "doctrine/phpcr-odm": "For loading PHPCR ODM fixtures"
3394 },
3395 "type": "library",
3396 "extra": {
3397 "branch-alias": {
399bd777 3398 "dev-master": "1.1.x-dev"
3b815d2d
J
3399 }
3400 },
3401 "autoload": {
3402 "psr-0": {
3403 "Doctrine\\Common\\DataFixtures": "lib/"
3404 }
3405 },
3406 "notification-url": "https://packagist.org/downloads/",
3407 "license": [
3408 "MIT"
3409 ],
3410 "authors": [
3411 {
3412 "name": "Jonathan Wage",
399bd777 3413 "email": "jonwage@gmail.com"
3b815d2d
J
3414 }
3415 ],
3416 "description": "Data Fixtures for all Doctrine Object Managers",
3417 "homepage": "http://www.doctrine-project.org",
3418 "keywords": [
3419 "database"
3420 ],
399bd777 3421 "time": "2015-03-30 12:14:13"
3b815d2d
J
3422 },
3423 {
3424 "name": "doctrine/doctrine-fixtures-bundle",
26864574 3425 "version": "v2.2.1",
3b815d2d
J
3426 "source": {
3427 "type": "git",
3428 "url": "https://github.com/doctrine/DoctrineFixturesBundle.git",
26864574 3429 "reference": "817c2d233fde0fe85cb7e4d25d43fbfcd028aef8"
3b815d2d
J
3430 },
3431 "dist": {
3432 "type": "zip",
26864574
NL
3433 "url": "https://api.github.com/repos/doctrine/DoctrineFixturesBundle/zipball/817c2d233fde0fe85cb7e4d25d43fbfcd028aef8",
3434 "reference": "817c2d233fde0fe85cb7e4d25d43fbfcd028aef8",
3b815d2d
J
3435 "shasum": ""
3436 },
3437 "require": {
3438 "doctrine/data-fixtures": "~1.0",
3439 "doctrine/doctrine-bundle": "~1.0",
3440 "php": ">=5.3.2",
3441 "symfony/doctrine-bridge": "~2.1"
3442 },
3443 "type": "symfony-bundle",
3444 "extra": {
3445 "branch-alias": {
26864574 3446 "dev-master": "2.2.x-dev"
3b815d2d
J
3447 }
3448 },
3449 "autoload": {
26864574
NL
3450 "psr-4": {
3451 "Doctrine\\Bundle\\FixturesBundle\\": ""
3b815d2d
J
3452 }
3453 },
3454 "notification-url": "https://packagist.org/downloads/",
3455 "license": [
3456 "MIT"
3457 ],
3458 "authors": [
3459 {
3460 "name": "Symfony Community",
3461 "homepage": "http://symfony.com/contributors"
3462 },
3463 {
3464 "name": "Doctrine Project",
3465 "homepage": "http://www.doctrine-project.org"
26864574
NL
3466 },
3467 {
3468 "name": "Fabien Potencier",
3469 "email": "fabien@symfony.com"
3b815d2d
J
3470 }
3471 ],
3472 "description": "Symfony DoctrineFixturesBundle",
3473 "homepage": "http://www.doctrine-project.org",
3474 "keywords": [
3475 "Fixture",
3476 "persistence"
3477 ],
26864574 3478 "time": "2015-08-04 22:43:14"
3b815d2d 3479 },
d01db0c7
J
3480 {
3481 "name": "phpdocumentor/reflection-docblock",
3482 "version": "2.0.4",
3483 "source": {
3484 "type": "git",
3485 "url": "https://github.com/phpDocumentor/ReflectionDocBlock.git",
3486 "reference": "d68dbdc53dc358a816f00b300704702b2eaff7b8"
3487 },
3488 "dist": {
3489 "type": "zip",
3490 "url": "https://api.github.com/repos/phpDocumentor/ReflectionDocBlock/zipball/d68dbdc53dc358a816f00b300704702b2eaff7b8",
3491 "reference": "d68dbdc53dc358a816f00b300704702b2eaff7b8",
3492 "shasum": ""
3493 },
3494 "require": {
3495 "php": ">=5.3.3"
3496 },
3497 "require-dev": {
3498 "phpunit/phpunit": "~4.0"
3499 },
3500 "suggest": {
3501 "dflydev/markdown": "~1.0",
3502 "erusev/parsedown": "~1.0"
3503 },
3504 "type": "library",
3505 "extra": {
3506 "branch-alias": {
3507 "dev-master": "2.0.x-dev"
3508 }
3509 },
3510 "autoload": {
3511 "psr-0": {
3512 "phpDocumentor": [
3513 "src/"
3514 ]
3515 }
3516 },
3517 "notification-url": "https://packagist.org/downloads/",
3518 "license": [
3519 "MIT"
3520 ],
3521 "authors": [
3522 {
3523 "name": "Mike van Riel",
3524 "email": "mike.vanriel@naenius.com"
3525 }
3526 ],
3527 "time": "2015-02-03 12:10:50"
3528 },
3529 {
3530 "name": "phpspec/prophecy",
68568bf0 3531 "version": "v1.5.0",
d01db0c7
J
3532 "source": {
3533 "type": "git",
3534 "url": "https://github.com/phpspec/prophecy.git",
68568bf0 3535 "reference": "4745ded9307786b730d7a60df5cb5a6c43cf95f7"
d01db0c7
J
3536 },
3537 "dist": {
3538 "type": "zip",
68568bf0
NL
3539 "url": "https://api.github.com/repos/phpspec/prophecy/zipball/4745ded9307786b730d7a60df5cb5a6c43cf95f7",
3540 "reference": "4745ded9307786b730d7a60df5cb5a6c43cf95f7",
d01db0c7
J
3541 "shasum": ""
3542 },
3543 "require": {
399bd777
JB
3544 "doctrine/instantiator": "^1.0.2",
3545 "phpdocumentor/reflection-docblock": "~2.0",
3546 "sebastian/comparator": "~1.1"
d01db0c7
J
3547 },
3548 "require-dev": {
3549 "phpspec/phpspec": "~2.0"
3550 },
3551 "type": "library",
3552 "extra": {
3553 "branch-alias": {
399bd777 3554 "dev-master": "1.4.x-dev"
d01db0c7
J
3555 }
3556 },
3557 "autoload": {
3558 "psr-0": {
3559 "Prophecy\\": "src/"
3560 }
3561 },
3562 "notification-url": "https://packagist.org/downloads/",
3563 "license": [
3564 "MIT"
3565 ],
3566 "authors": [
3567 {
3568 "name": "Konstantin Kudryashov",
3569 "email": "ever.zet@gmail.com",
3570 "homepage": "http://everzet.com"
3571 },
3572 {
3573 "name": "Marcello Duarte",
3574 "email": "marcello.duarte@gmail.com"
3575 }
3576 ],
3577 "description": "Highly opinionated mocking framework for PHP 5.3+",
399bd777 3578 "homepage": "https://github.com/phpspec/prophecy",
d01db0c7
J
3579 "keywords": [
3580 "Double",
3581 "Dummy",
3582 "fake",
3583 "mock",
3584 "spy",
3585 "stub"
3586 ],
68568bf0 3587 "time": "2015-08-13 10:07:40"
d01db0c7 3588 },
7d2eb7a7 3589 {
f3052b45 3590 "name": "phpunit/php-code-coverage",
26864574 3591 "version": "2.2.2",
7d2eb7a7
NL
3592 "source": {
3593 "type": "git",
f3052b45 3594 "url": "https://github.com/sebastianbergmann/php-code-coverage.git",
26864574 3595 "reference": "2d7c03c0e4e080901b8f33b2897b0577be18a13c"
7d2eb7a7
NL
3596 },
3597 "dist": {
3598 "type": "zip",
26864574
NL
3599 "url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/2d7c03c0e4e080901b8f33b2897b0577be18a13c",
3600 "reference": "2d7c03c0e4e080901b8f33b2897b0577be18a13c",
7d2eb7a7
NL
3601 "shasum": ""
3602 },
3603 "require": {
f3052b45 3604 "php": ">=5.3.3",
daacffef
J
3605 "phpunit/php-file-iterator": "~1.3",
3606 "phpunit/php-text-template": "~1.2",
3607 "phpunit/php-token-stream": "~1.3",
26864574 3608 "sebastian/environment": "^1.3.2",
daacffef 3609 "sebastian/version": "~1.0"
7d2eb7a7
NL
3610 },
3611 "require-dev": {
daacffef
J
3612 "ext-xdebug": ">=2.1.4",
3613 "phpunit/phpunit": "~4"
7d2eb7a7
NL
3614 },
3615 "suggest": {
f3052b45 3616 "ext-dom": "*",
daacffef
J
3617 "ext-xdebug": ">=2.2.1",
3618 "ext-xmlwriter": "*"
7d2eb7a7
NL
3619 },
3620 "type": "library",
3621 "extra": {
3622 "branch-alias": {
26864574 3623 "dev-master": "2.2.x-dev"
7d2eb7a7
NL
3624 }
3625 },
3626 "autoload": {
f3052b45 3627 "classmap": [
daacffef 3628 "src/"
f3052b45 3629 ]
7d2eb7a7
NL
3630 },
3631 "notification-url": "https://packagist.org/downloads/",
3632 "license": [
f3052b45 3633 "BSD-3-Clause"
7d2eb7a7
NL
3634 ],
3635 "authors": [
adf17b67 3636 {
f3052b45
NL
3637 "name": "Sebastian Bergmann",
3638 "email": "sb@sebastian-bergmann.de",
3639 "role": "lead"
adf17b67
NL
3640 }
3641 ],
f3052b45
NL
3642 "description": "Library that provides collection, processing, and rendering functionality for PHP code coverage information.",
3643 "homepage": "https://github.com/sebastianbergmann/php-code-coverage",
adf17b67 3644 "keywords": [
f3052b45
NL
3645 "coverage",
3646 "testing",
3647 "xunit"
adf17b67 3648 ],
26864574 3649 "time": "2015-08-04 03:42:39"
adf17b67
NL
3650 },
3651 {
f3052b45 3652 "name": "phpunit/php-file-iterator",
26864574 3653 "version": "1.4.1",
adf17b67
NL
3654 "source": {
3655 "type": "git",
f3052b45 3656 "url": "https://github.com/sebastianbergmann/php-file-iterator.git",
26864574 3657 "reference": "6150bf2c35d3fc379e50c7602b75caceaa39dbf0"
adf17b67
NL
3658 },
3659 "dist": {
3660 "type": "zip",
26864574
NL
3661 "url": "https://api.github.com/repos/sebastianbergmann/php-file-iterator/zipball/6150bf2c35d3fc379e50c7602b75caceaa39dbf0",
3662 "reference": "6150bf2c35d3fc379e50c7602b75caceaa39dbf0",
adf17b67
NL
3663 "shasum": ""
3664 },
3665 "require": {
3666 "php": ">=5.3.3"
3667 },
adf17b67 3668 "type": "library",
399bd777
JB
3669 "extra": {
3670 "branch-alias": {
3671 "dev-master": "1.4.x-dev"
3672 }
3673 },
adf17b67 3674 "autoload": {
f3052b45 3675 "classmap": [
399bd777 3676 "src/"
f3052b45 3677 ]
adf17b67
NL
3678 },
3679 "notification-url": "https://packagist.org/downloads/",
adf17b67 3680 "license": [
f3052b45 3681 "BSD-3-Clause"
adf17b67
NL
3682 ],
3683 "authors": [
7d2eb7a7 3684 {
f3052b45
NL
3685 "name": "Sebastian Bergmann",
3686 "email": "sb@sebastian-bergmann.de",
3687 "role": "lead"
7d2eb7a7
NL
3688 }
3689 ],
f3052b45
NL
3690 "description": "FilterIterator implementation that filters files based on a list of suffixes.",
3691 "homepage": "https://github.com/sebastianbergmann/php-file-iterator/",
3692 "keywords": [
3693 "filesystem",
3694 "iterator"
3695 ],
26864574 3696 "time": "2015-06-21 13:08:43"
7d2eb7a7
NL
3697 },
3698 {
f3052b45 3699 "name": "phpunit/php-text-template",
26864574 3700 "version": "1.2.1",
7d2eb7a7
NL
3701 "source": {
3702 "type": "git",
f3052b45 3703 "url": "https://github.com/sebastianbergmann/php-text-template.git",
26864574 3704 "reference": "31f8b717e51d9a2afca6c9f046f5d69fc27c8686"
7d2eb7a7
NL
3705 },
3706 "dist": {
3707 "type": "zip",
26864574
NL
3708 "url": "https://api.github.com/repos/sebastianbergmann/php-text-template/zipball/31f8b717e51d9a2afca6c9f046f5d69fc27c8686",
3709 "reference": "31f8b717e51d9a2afca6c9f046f5d69fc27c8686",
7d2eb7a7
NL
3710 "shasum": ""
3711 },
3712 "require": {
3713 "php": ">=5.3.3"
3714 },
7d2eb7a7 3715 "type": "library",
7d2eb7a7 3716 "autoload": {
f3052b45 3717 "classmap": [
26864574 3718 "src/"
f3052b45 3719 ]
7d2eb7a7
NL
3720 },
3721 "notification-url": "https://packagist.org/downloads/",
7d2eb7a7 3722 "license": [
f3052b45 3723 "BSD-3-Clause"
7d2eb7a7
NL
3724 ],
3725 "authors": [
7d2eb7a7 3726 {
f3052b45 3727 "name": "Sebastian Bergmann",
26864574 3728 "email": "sebastian@phpunit.de",
f3052b45 3729 "role": "lead"
e342acf7 3730 }
e342acf7 3731 ],
f3052b45
NL
3732 "description": "Simple template engine.",
3733 "homepage": "https://github.com/sebastianbergmann/php-text-template/",
3734 "keywords": [
3735 "template"
e342acf7 3736 ],
26864574 3737 "time": "2015-06-21 13:50:34"
e342acf7 3738 },
7d2eb7a7 3739 {
f3052b45 3740 "name": "phpunit/php-timer",
26864574 3741 "version": "1.0.7",
7d2eb7a7
NL
3742 "source": {
3743 "type": "git",
f3052b45 3744 "url": "https://github.com/sebastianbergmann/php-timer.git",
26864574 3745 "reference": "3e82f4e9fc92665fafd9157568e4dcb01d014e5b"
7d2eb7a7
NL
3746 },
3747 "dist": {
3748 "type": "zip",
26864574
NL
3749 "url": "https://api.github.com/repos/sebastianbergmann/php-timer/zipball/3e82f4e9fc92665fafd9157568e4dcb01d014e5b",
3750 "reference": "3e82f4e9fc92665fafd9157568e4dcb01d014e5b",
7d2eb7a7
NL
3751 "shasum": ""
3752 },
3753 "require": {
f3052b45 3754 "php": ">=5.3.3"
7d2eb7a7 3755 },
f3052b45 3756 "type": "library",
7d2eb7a7 3757 "autoload": {
f3052b45 3758 "classmap": [
26864574 3759 "src/"
f3052b45 3760 ]
7d2eb7a7
NL
3761 },
3762 "notification-url": "https://packagist.org/downloads/",
3763 "license": [
f3052b45 3764 "BSD-3-Clause"
7d2eb7a7
NL
3765 ],
3766 "authors": [
3767 {
f3052b45
NL
3768 "name": "Sebastian Bergmann",
3769 "email": "sb@sebastian-bergmann.de",
3770 "role": "lead"
7d2eb7a7
NL
3771 }
3772 ],
f3052b45
NL
3773 "description": "Utility class for timing",
3774 "homepage": "https://github.com/sebastianbergmann/php-timer/",
7d2eb7a7 3775 "keywords": [
f3052b45 3776 "timer"
7d2eb7a7 3777 ],
26864574 3778 "time": "2015-06-21 08:01:12"
7d2eb7a7
NL
3779 },
3780 {
f3052b45 3781 "name": "phpunit/php-token-stream",
68568bf0 3782 "version": "1.4.6",
7d2eb7a7
NL
3783 "source": {
3784 "type": "git",
f3052b45 3785 "url": "https://github.com/sebastianbergmann/php-token-stream.git",
68568bf0 3786 "reference": "3ab72c62e550370a6cd5dc873e1a04ab57562f5b"
7d2eb7a7
NL
3787 },
3788 "dist": {
3789 "type": "zip",
68568bf0
NL
3790 "url": "https://api.github.com/repos/sebastianbergmann/php-token-stream/zipball/3ab72c62e550370a6cd5dc873e1a04ab57562f5b",
3791 "reference": "3ab72c62e550370a6cd5dc873e1a04ab57562f5b",
7d2eb7a7
NL
3792 "shasum": ""
3793 },
3794 "require": {
f3052b45
NL
3795 "ext-tokenizer": "*",
3796 "php": ">=5.3.3"
7d2eb7a7 3797 },
daacffef
J
3798 "require-dev": {
3799 "phpunit/phpunit": "~4.2"
3800 },
7d2eb7a7
NL
3801 "type": "library",
3802 "extra": {
3803 "branch-alias": {
daacffef 3804 "dev-master": "1.4-dev"
7d2eb7a7
NL
3805 }
3806 },
3807 "autoload": {
f3052b45 3808 "classmap": [
daacffef 3809 "src/"
f3052b45 3810 ]
7d2eb7a7
NL
3811 },
3812 "notification-url": "https://packagist.org/downloads/",
3813 "license": [
3814 "BSD-3-Clause"
3815 ],
3816 "authors": [
3817 {
f3052b45 3818 "name": "Sebastian Bergmann",
daacffef 3819 "email": "sebastian@phpunit.de"
7d2eb7a7
NL
3820 }
3821 ],
f3052b45
NL
3822 "description": "Wrapper around PHP's tokenizer extension.",
3823 "homepage": "https://github.com/sebastianbergmann/php-token-stream/",
7d2eb7a7 3824 "keywords": [
f3052b45 3825 "tokenizer"
7d2eb7a7 3826 ],
68568bf0 3827 "time": "2015-08-16 08:51:00"
7d2eb7a7
NL
3828 },
3829 {
f3052b45 3830 "name": "phpunit/phpunit",
a1413a3d 3831 "version": "4.8.6",
7d2eb7a7
NL
3832 "source": {
3833 "type": "git",
f3052b45 3834 "url": "https://github.com/sebastianbergmann/phpunit.git",
a1413a3d 3835 "reference": "2246830f4a1a551c67933e4171bf2126dc29d357"
7d2eb7a7
NL
3836 },
3837 "dist": {
3838 "type": "zip",
a1413a3d
JB
3839 "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/2246830f4a1a551c67933e4171bf2126dc29d357",
3840 "reference": "2246830f4a1a551c67933e4171bf2126dc29d357",
7d2eb7a7
NL
3841 "shasum": ""
3842 },
3843 "require": {
f3052b45
NL
3844 "ext-dom": "*",
3845 "ext-json": "*",
3846 "ext-pcre": "*",
3847 "ext-reflection": "*",
3848 "ext-spl": "*",
7d2eb7a7 3849 "php": ">=5.3.3",
26864574
NL
3850 "phpspec/prophecy": "^1.3.1",
3851 "phpunit/php-code-coverage": "~2.1",
399bd777 3852 "phpunit/php-file-iterator": "~1.4",
daacffef 3853 "phpunit/php-text-template": "~1.2",
26864574 3854 "phpunit/php-timer": ">=1.0.6",
daacffef 3855 "phpunit/phpunit-mock-objects": "~2.3",
d01db0c7 3856 "sebastian/comparator": "~1.1",
399bd777 3857 "sebastian/diff": "~1.2",
26864574 3858 "sebastian/environment": "~1.3",
d01db0c7 3859 "sebastian/exporter": "~1.2",
daacffef 3860 "sebastian/global-state": "~1.0",
daacffef 3861 "sebastian/version": "~1.0",
399bd777 3862 "symfony/yaml": "~2.1|~3.0"
7d2eb7a7 3863 },
f3052b45
NL
3864 "suggest": {
3865 "phpunit/php-invoker": "~1.1"
7d2eb7a7
NL
3866 },
3867 "bin": [
daacffef 3868 "phpunit"
7d2eb7a7 3869 ],
f3052b45
NL
3870 "type": "library",
3871 "extra": {
3872 "branch-alias": {
26864574 3873 "dev-master": "4.8.x-dev"
7d2eb7a7
NL
3874 }
3875 },
f3052b45
NL
3876 "autoload": {
3877 "classmap": [
daacffef 3878 "src/"
f3052b45
NL
3879 ]
3880 },
7d2eb7a7
NL
3881 "notification-url": "https://packagist.org/downloads/",
3882 "license": [
f3052b45 3883 "BSD-3-Clause"
7d2eb7a7
NL
3884 ],
3885 "authors": [
3886 {
f3052b45
NL
3887 "name": "Sebastian Bergmann",
3888 "email": "sebastian@phpunit.de",
3889 "role": "lead"
7d2eb7a7
NL
3890 }
3891 ],
f3052b45 3892 "description": "The PHP Unit Testing framework.",
daacffef 3893 "homepage": "https://phpunit.de/",
f3052b45
NL
3894 "keywords": [
3895 "phpunit",
3896 "testing",
3897 "xunit"
3898 ],
a1413a3d 3899 "time": "2015-08-24 04:09:38"
a20f96b7 3900 },
10939766 3901 {
f3052b45 3902 "name": "phpunit/phpunit-mock-objects",
a1413a3d 3903 "version": "2.3.7",
10939766
NL
3904 "source": {
3905 "type": "git",
f3052b45 3906 "url": "https://github.com/sebastianbergmann/phpunit-mock-objects.git",
a1413a3d 3907 "reference": "5e2645ad49d196e020b85598d7c97e482725786a"
10939766
NL
3908 },
3909 "dist": {
3910 "type": "zip",
a1413a3d
JB
3911 "url": "https://api.github.com/repos/sebastianbergmann/phpunit-mock-objects/zipball/5e2645ad49d196e020b85598d7c97e482725786a",
3912 "reference": "5e2645ad49d196e020b85598d7c97e482725786a",
10939766
NL
3913 "shasum": ""
3914 },
3915 "require": {
a1413a3d 3916 "doctrine/instantiator": "^1.0.2",
f3052b45 3917 "php": ">=5.3.3",
26864574
NL
3918 "phpunit/php-text-template": "~1.2",
3919 "sebastian/exporter": "~1.2"
daacffef
J
3920 },
3921 "require-dev": {
399bd777 3922 "phpunit/phpunit": "~4.4"
f3052b45
NL
3923 },
3924 "suggest": {
3925 "ext-soap": "*"
10939766
NL
3926 },
3927 "type": "library",
daacffef
J
3928 "extra": {
3929 "branch-alias": {
3930 "dev-master": "2.3.x-dev"
3931 }
3932 },
10939766 3933 "autoload": {
f3052b45 3934 "classmap": [
daacffef 3935 "src/"
10939766
NL
3936 ]
3937 },
f3052b45 3938 "notification-url": "https://packagist.org/downloads/",
f3052b45
NL
3939 "license": [
3940 "BSD-3-Clause"
3941 ],
10939766
NL
3942 "authors": [
3943 {
f3052b45
NL
3944 "name": "Sebastian Bergmann",
3945 "email": "sb@sebastian-bergmann.de",
3946 "role": "lead"
10939766
NL
3947 }
3948 ],
f3052b45
NL
3949 "description": "Mock Object library for PHPUnit",
3950 "homepage": "https://github.com/sebastianbergmann/phpunit-mock-objects/",
3951 "keywords": [
3952 "mock",
3953 "xunit"
3954 ],
a1413a3d 3955 "time": "2015-08-19 09:14:08"
daacffef
J
3956 },
3957 {
3958 "name": "sebastian/comparator",
26864574 3959 "version": "1.2.0",
daacffef
J
3960 "source": {
3961 "type": "git",
3962 "url": "https://github.com/sebastianbergmann/comparator.git",
26864574 3963 "reference": "937efb279bd37a375bcadf584dec0726f84dbf22"
daacffef
J
3964 },
3965 "dist": {
3966 "type": "zip",
26864574
NL
3967 "url": "https://api.github.com/repos/sebastianbergmann/comparator/zipball/937efb279bd37a375bcadf584dec0726f84dbf22",
3968 "reference": "937efb279bd37a375bcadf584dec0726f84dbf22",
daacffef
J
3969 "shasum": ""
3970 },
3971 "require": {
3972 "php": ">=5.3.3",
3973 "sebastian/diff": "~1.2",
3974 "sebastian/exporter": "~1.2"
3975 },
3976 "require-dev": {
3977 "phpunit/phpunit": "~4.4"
3978 },
3979 "type": "library",
3980 "extra": {
3981 "branch-alias": {
26864574 3982 "dev-master": "1.2.x-dev"
daacffef
J
3983 }
3984 },
3985 "autoload": {
3986 "classmap": [
3987 "src/"
3988 ]
3989 },
3990 "notification-url": "https://packagist.org/downloads/",
3991 "license": [
3992 "BSD-3-Clause"
3993 ],
3994 "authors": [
3995 {
3996 "name": "Jeff Welch",
3997 "email": "whatthejeff@gmail.com"
3998 },
3999 {
4000 "name": "Volker Dusch",
4001 "email": "github@wallbash.com"
4002 },
4003 {
4004 "name": "Bernhard Schussek",
4005 "email": "bschussek@2bepublished.at"
4006 },
4007 {
4008 "name": "Sebastian Bergmann",
4009 "email": "sebastian@phpunit.de"
4010 }
4011 ],
4012 "description": "Provides the functionality to compare PHP values for equality",
4013 "homepage": "http://www.github.com/sebastianbergmann/comparator",
4014 "keywords": [
4015 "comparator",
4016 "compare",
4017 "equality"
4018 ],
26864574 4019 "time": "2015-07-26 15:48:44"
daacffef
J
4020 },
4021 {
4022 "name": "sebastian/diff",
399bd777 4023 "version": "1.3.0",
daacffef
J
4024 "source": {
4025 "type": "git",
4026 "url": "https://github.com/sebastianbergmann/diff.git",
399bd777 4027 "reference": "863df9687835c62aa423a22412d26fa2ebde3fd3"
daacffef
J
4028 },
4029 "dist": {
4030 "type": "zip",
399bd777
JB
4031 "url": "https://api.github.com/repos/sebastianbergmann/diff/zipball/863df9687835c62aa423a22412d26fa2ebde3fd3",
4032 "reference": "863df9687835c62aa423a22412d26fa2ebde3fd3",
daacffef
J
4033 "shasum": ""
4034 },
4035 "require": {
4036 "php": ">=5.3.3"
4037 },
4038 "require-dev": {
4039 "phpunit/phpunit": "~4.2"
4040 },
4041 "type": "library",
4042 "extra": {
4043 "branch-alias": {
399bd777 4044 "dev-master": "1.3-dev"
daacffef
J
4045 }
4046 },
4047 "autoload": {
4048 "classmap": [
4049 "src/"
4050 ]
4051 },
4052 "notification-url": "https://packagist.org/downloads/",
4053 "license": [
4054 "BSD-3-Clause"
4055 ],
4056 "authors": [
4057 {
4058 "name": "Kore Nordmann",
4059 "email": "mail@kore-nordmann.de"
4060 },
4061 {
4062 "name": "Sebastian Bergmann",
4063 "email": "sebastian@phpunit.de"
4064 }
4065 ],
4066 "description": "Diff implementation",
4067 "homepage": "http://www.github.com/sebastianbergmann/diff",
4068 "keywords": [
4069 "diff"
4070 ],
399bd777 4071 "time": "2015-02-22 15:13:53"
daacffef
J
4072 },
4073 {
4074 "name": "sebastian/environment",
26864574 4075 "version": "1.3.2",
daacffef
J
4076 "source": {
4077 "type": "git",
4078 "url": "https://github.com/sebastianbergmann/environment.git",
26864574 4079 "reference": "6324c907ce7a52478eeeaede764f48733ef5ae44"
daacffef
J
4080 },
4081 "dist": {
4082 "type": "zip",
26864574
NL
4083 "url": "https://api.github.com/repos/sebastianbergmann/environment/zipball/6324c907ce7a52478eeeaede764f48733ef5ae44",
4084 "reference": "6324c907ce7a52478eeeaede764f48733ef5ae44",
daacffef
J
4085 "shasum": ""
4086 },
4087 "require": {
4088 "php": ">=5.3.3"
4089 },
4090 "require-dev": {
399bd777 4091 "phpunit/phpunit": "~4.4"
daacffef
J
4092 },
4093 "type": "library",
4094 "extra": {
4095 "branch-alias": {
399bd777 4096 "dev-master": "1.3.x-dev"
daacffef
J
4097 }
4098 },
4099 "autoload": {
4100 "classmap": [
4101 "src/"
4102 ]
4103 },
4104 "notification-url": "https://packagist.org/downloads/",
4105 "license": [
4106 "BSD-3-Clause"
4107 ],
4108 "authors": [
4109 {
4110 "name": "Sebastian Bergmann",
4111 "email": "sebastian@phpunit.de"
4112 }
4113 ],
4114 "description": "Provides functionality to handle HHVM/PHP environments",
4115 "homepage": "http://www.github.com/sebastianbergmann/environment",
4116 "keywords": [
4117 "Xdebug",
4118 "environment",
4119 "hhvm"
4120 ],
26864574 4121 "time": "2015-08-03 06:14:51"
daacffef
J
4122 },
4123 {
4124 "name": "sebastian/exporter",
26864574 4125 "version": "1.2.1",
daacffef
J
4126 "source": {
4127 "type": "git",
4128 "url": "https://github.com/sebastianbergmann/exporter.git",
26864574 4129 "reference": "7ae5513327cb536431847bcc0c10edba2701064e"
daacffef
J
4130 },
4131 "dist": {
4132 "type": "zip",
26864574
NL
4133 "url": "https://api.github.com/repos/sebastianbergmann/exporter/zipball/7ae5513327cb536431847bcc0c10edba2701064e",
4134 "reference": "7ae5513327cb536431847bcc0c10edba2701064e",
daacffef
J
4135 "shasum": ""
4136 },
4137 "require": {
4138 "php": ">=5.3.3",
4139 "sebastian/recursion-context": "~1.0"
4140 },
4141 "require-dev": {
4142 "phpunit/phpunit": "~4.4"
4143 },
4144 "type": "library",
4145 "extra": {
4146 "branch-alias": {
4147 "dev-master": "1.2.x-dev"
4148 }
4149 },
4150 "autoload": {
4151 "classmap": [
4152 "src/"
4153 ]
4154 },
4155 "notification-url": "https://packagist.org/downloads/",
4156 "license": [
4157 "BSD-3-Clause"
4158 ],
4159 "authors": [
4160 {
4161 "name": "Jeff Welch",
4162 "email": "whatthejeff@gmail.com"
4163 },
4164 {
4165 "name": "Volker Dusch",
4166 "email": "github@wallbash.com"
4167 },
4168 {
4169 "name": "Bernhard Schussek",
4170 "email": "bschussek@2bepublished.at"
4171 },
4172 {
4173 "name": "Sebastian Bergmann",
4174 "email": "sebastian@phpunit.de"
4175 },
4176 {
4177 "name": "Adam Harvey",
4178 "email": "aharvey@php.net"
4179 }
4180 ],
4181 "description": "Provides the functionality to export PHP variables for visualization",
4182 "homepage": "http://www.github.com/sebastianbergmann/exporter",
4183 "keywords": [
4184 "export",
4185 "exporter"
4186 ],
26864574 4187 "time": "2015-06-21 07:55:53"
daacffef
J
4188 },
4189 {
4190 "name": "sebastian/global-state",
4191 "version": "1.0.0",
4192 "source": {
4193 "type": "git",
4194 "url": "https://github.com/sebastianbergmann/global-state.git",
4195 "reference": "c7428acdb62ece0a45e6306f1ae85e1c05b09c01"
4196 },
4197 "dist": {
4198 "type": "zip",
4199 "url": "https://api.github.com/repos/sebastianbergmann/global-state/zipball/c7428acdb62ece0a45e6306f1ae85e1c05b09c01",
4200 "reference": "c7428acdb62ece0a45e6306f1ae85e1c05b09c01",
4201 "shasum": ""
4202 },
4203 "require": {
4204 "php": ">=5.3.3"
4205 },
4206 "require-dev": {
4207 "phpunit/phpunit": "~4.2"
4208 },
4209 "suggest": {
4210 "ext-uopz": "*"
4211 },
4212 "type": "library",
4213 "extra": {
4214 "branch-alias": {
4215 "dev-master": "1.0-dev"
4216 }
4217 },
4218 "autoload": {
4219 "classmap": [
4220 "src/"
4221 ]
4222 },
4223 "notification-url": "https://packagist.org/downloads/",
4224 "license": [
4225 "BSD-3-Clause"
4226 ],
4227 "authors": [
4228 {
4229 "name": "Sebastian Bergmann",
4230 "email": "sebastian@phpunit.de"
4231 }
4232 ],
4233 "description": "Snapshotting of global state",
4234 "homepage": "http://www.github.com/sebastianbergmann/global-state",
4235 "keywords": [
4236 "global state"
4237 ],
4238 "time": "2014-10-06 09:23:50"
4239 },
4240 {
4241 "name": "sebastian/recursion-context",
26864574 4242 "version": "1.0.1",
daacffef
J
4243 "source": {
4244 "type": "git",
4245 "url": "https://github.com/sebastianbergmann/recursion-context.git",
26864574 4246 "reference": "994d4a811bafe801fb06dccbee797863ba2792ba"
daacffef
J
4247 },
4248 "dist": {
4249 "type": "zip",
26864574
NL
4250 "url": "https://api.github.com/repos/sebastianbergmann/recursion-context/zipball/994d4a811bafe801fb06dccbee797863ba2792ba",
4251 "reference": "994d4a811bafe801fb06dccbee797863ba2792ba",
daacffef
J
4252 "shasum": ""
4253 },
4254 "require": {
4255 "php": ">=5.3.3"
4256 },
4257 "require-dev": {
4258 "phpunit/phpunit": "~4.4"
4259 },
4260 "type": "library",
4261 "extra": {
4262 "branch-alias": {
4263 "dev-master": "1.0.x-dev"
4264 }
4265 },
4266 "autoload": {
4267 "classmap": [
4268 "src/"
4269 ]
4270 },
4271 "notification-url": "https://packagist.org/downloads/",
4272 "license": [
4273 "BSD-3-Clause"
4274 ],
4275 "authors": [
4276 {
4277 "name": "Jeff Welch",
4278 "email": "whatthejeff@gmail.com"
4279 },
4280 {
4281 "name": "Sebastian Bergmann",
4282 "email": "sebastian@phpunit.de"
4283 },
4284 {
4285 "name": "Adam Harvey",
4286 "email": "aharvey@php.net"
4287 }
4288 ],
4289 "description": "Provides functionality to recursively process PHP variables",
4290 "homepage": "http://www.github.com/sebastianbergmann/recursion-context",
26864574 4291 "time": "2015-06-21 08:04:50"
daacffef
J
4292 },
4293 {
4294 "name": "sebastian/version",
26864574 4295 "version": "1.0.6",
daacffef
J
4296 "source": {
4297 "type": "git",
4298 "url": "https://github.com/sebastianbergmann/version.git",
26864574 4299 "reference": "58b3a85e7999757d6ad81c787a1fbf5ff6c628c6"
daacffef
J
4300 },
4301 "dist": {
4302 "type": "zip",
26864574
NL
4303 "url": "https://api.github.com/repos/sebastianbergmann/version/zipball/58b3a85e7999757d6ad81c787a1fbf5ff6c628c6",
4304 "reference": "58b3a85e7999757d6ad81c787a1fbf5ff6c628c6",
daacffef
J
4305 "shasum": ""
4306 },
4307 "type": "library",
4308 "autoload": {
4309 "classmap": [
4310 "src/"
4311 ]
4312 },
4313 "notification-url": "https://packagist.org/downloads/",
4314 "license": [
4315 "BSD-3-Clause"
4316 ],
4317 "authors": [
4318 {
4319 "name": "Sebastian Bergmann",
4320 "email": "sebastian@phpunit.de",
4321 "role": "lead"
4322 }
4323 ],
4324 "description": "Library that helps with managing the version number of Git-hosted PHP projects",
4325 "homepage": "https://github.com/sebastianbergmann/version",
26864574 4326 "time": "2015-06-21 13:59:46"
93fd4692
NL
4327 },
4328 {
4329 "name": "sensio/generator-bundle",
399bd777 4330 "version": "v2.5.3",
93fd4692
NL
4331 "target-dir": "Sensio/Bundle/GeneratorBundle",
4332 "source": {
4333 "type": "git",
4334 "url": "https://github.com/sensiolabs/SensioGeneratorBundle.git",
399bd777 4335 "reference": "e50108c2133ee5c9c484555faed50c17a61221d3"
93fd4692
NL
4336 },
4337 "dist": {
4338 "type": "zip",
399bd777
JB
4339 "url": "https://api.github.com/repos/sensiolabs/SensioGeneratorBundle/zipball/e50108c2133ee5c9c484555faed50c17a61221d3",
4340 "reference": "e50108c2133ee5c9c484555faed50c17a61221d3",
93fd4692
NL
4341 "shasum": ""
4342 },
4343 "require": {
4344 "symfony/console": "~2.5",
4345 "symfony/framework-bundle": "~2.2"
4346 },
4347 "require-dev": {
4348 "doctrine/orm": "~2.2,>=2.2.3",
4349 "symfony/doctrine-bridge": "~2.2",
4350 "twig/twig": "~1.11"
4351 },
4352 "type": "symfony-bundle",
4353 "extra": {
4354 "branch-alias": {
4355 "dev-master": "2.5.x-dev"
4356 }
4357 },
4358 "autoload": {
4359 "psr-0": {
4360 "Sensio\\Bundle\\GeneratorBundle": ""
4361 }
4362 },
4363 "notification-url": "https://packagist.org/downloads/",
4364 "license": [
4365 "MIT"
4366 ],
4367 "authors": [
4368 {
4369 "name": "Fabien Potencier",
4370 "email": "fabien@symfony.com"
4371 }
4372 ],
4373 "description": "This bundle generates code for you",
399bd777 4374 "time": "2015-03-17 06:36:52"
7d2eb7a7
NL
4375 }
4376 ],
adf17b67 4377 "aliases": [],
daacffef 4378 "minimum-stability": "dev",
75c3478a 4379 "stability-flags": [],
daacffef 4380 "prefer-stable": true,
adf17b67 4381 "prefer-lowest": false,
93fd4692
NL
4382 "platform": {
4383 "php": ">=5.3.3"
4384 },
adf17b67 4385 "platform-dev": []
7d2eb7a7 4386}