]> git.immae.eu Git - github/wallabag/wallabag.git/blame - composer.lock
1st draft for Pocket import via API
[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",
fcb1fba5 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 ],
3c65dfb7
NL
7 "hash": "91da706ef4b39a73704c3e2154c1a227",
8 "content-hash": "81a3c2c84d78471bfb526b2b572182f7",
7d2eb7a7 9 "packages": [
3c65dfb7
NL
10 {
11 "name": "behat/transliterator",
12 "version": "v1.1.0",
13 "source": {
14 "type": "git",
15 "url": "https://github.com/Behat/Transliterator.git",
16 "reference": "868e05be3a9f25ba6424c2dd4849567f50715003"
17 },
18 "dist": {
19 "type": "zip",
20 "url": "https://api.github.com/repos/Behat/Transliterator/zipball/868e05be3a9f25ba6424c2dd4849567f50715003",
21 "reference": "868e05be3a9f25ba6424c2dd4849567f50715003",
22 "shasum": ""
23 },
24 "require": {
25 "php": ">=5.3.3"
26 },
27 "type": "library",
28 "extra": {
29 "branch-alias": {
30 "dev-master": "1.1-dev"
31 }
32 },
33 "autoload": {
34 "psr-0": {
35 "Behat\\Transliterator": "src/"
36 }
37 },
38 "notification-url": "https://packagist.org/downloads/",
39 "license": [
40 "Artistic-1.0"
41 ],
42 "description": "String transliterator",
43 "keywords": [
44 "i18n",
45 "slug",
46 "transliterator"
47 ],
48 "time": "2015-09-28 16:26:35"
49 },
7d2eb7a7 50 {
93fd4692 51 "name": "doctrine/annotations",
75c3478a 52 "version": "v1.2.7",
7d2eb7a7
NL
53 "source": {
54 "type": "git",
93fd4692 55 "url": "https://github.com/doctrine/annotations.git",
75c3478a 56 "reference": "f25c8aab83e0c3e976fd7d19875f198ccf2f7535"
7d2eb7a7
NL
57 },
58 "dist": {
59 "type": "zip",
75c3478a
JB
60 "url": "https://api.github.com/repos/doctrine/annotations/zipball/f25c8aab83e0c3e976fd7d19875f198ccf2f7535",
61 "reference": "f25c8aab83e0c3e976fd7d19875f198ccf2f7535",
7d2eb7a7
NL
62 "shasum": ""
63 },
64 "require": {
93fd4692
NL
65 "doctrine/lexer": "1.*",
66 "php": ">=5.3.2"
67 },
68 "require-dev": {
69 "doctrine/cache": "1.*",
70 "phpunit/phpunit": "4.*"
adf17b67
NL
71 },
72 "type": "library",
93fd4692
NL
73 "extra": {
74 "branch-alias": {
75 "dev-master": "1.3.x-dev"
76 }
77 },
adf17b67
NL
78 "autoload": {
79 "psr-0": {
93fd4692
NL
80 "Doctrine\\Common\\Annotations\\": "lib/"
81 }
adf17b67
NL
82 },
83 "notification-url": "https://packagist.org/downloads/",
84 "license": [
93fd4692 85 "MIT"
adf17b67
NL
86 ],
87 "authors": [
88 {
93fd4692
NL
89 "name": "Roman Borschel",
90 "email": "roman@code-factory.org"
91 },
92 {
93 "name": "Benjamin Eberlei",
94 "email": "kontakt@beberlei.de"
95 },
96 {
97 "name": "Guilherme Blanco",
98 "email": "guilhermeblanco@gmail.com"
99 },
100 {
101 "name": "Jonathan Wage",
102 "email": "jonwage@gmail.com"
103 },
104 {
105 "name": "Johannes Schmitt",
106 "email": "schmittjoh@gmail.com"
adf17b67
NL
107 }
108 ],
93fd4692
NL
109 "description": "Docblock Annotations Parser",
110 "homepage": "http://www.doctrine-project.org",
adf17b67 111 "keywords": [
93fd4692
NL
112 "annotations",
113 "docblock",
114 "parser"
adf17b67 115 ],
75c3478a 116 "time": "2015-08-31 12:32:49"
adf17b67
NL
117 },
118 {
93fd4692 119 "name": "doctrine/cache",
1f4408de 120 "version": "v1.5.2",
adf17b67
NL
121 "source": {
122 "type": "git",
93fd4692 123 "url": "https://github.com/doctrine/cache.git",
1f4408de 124 "reference": "47c7128262da274f590ae6f86eb137a7a64e82af"
adf17b67
NL
125 },
126 "dist": {
127 "type": "zip",
1f4408de
NL
128 "url": "https://api.github.com/repos/doctrine/cache/zipball/47c7128262da274f590ae6f86eb137a7a64e82af",
129 "reference": "47c7128262da274f590ae6f86eb137a7a64e82af",
adf17b67
NL
130 "shasum": ""
131 },
132 "require": {
93fd4692 133 "php": ">=5.3.2"
adf17b67 134 },
93fd4692
NL
135 "conflict": {
136 "doctrine/common": ">2.2,<2.4"
137 },
138 "require-dev": {
139 "phpunit/phpunit": ">=3.7",
399bd777 140 "predis/predis": "~1.0",
93fd4692
NL
141 "satooshi/php-coveralls": "~0.6"
142 },
143 "type": "library",
adf17b67
NL
144 "extra": {
145 "branch-alias": {
399bd777 146 "dev-master": "1.5.x-dev"
adf17b67
NL
147 }
148 },
149 "autoload": {
386cd246
JB
150 "psr-4": {
151 "Doctrine\\Common\\Cache\\": "lib/Doctrine/Common/Cache"
adf17b67
NL
152 }
153 },
154 "notification-url": "https://packagist.org/downloads/",
155 "license": [
156 "MIT"
157 ],
158 "authors": [
159 {
93fd4692
NL
160 "name": "Roman Borschel",
161 "email": "roman@code-factory.org"
162 },
163 {
164 "name": "Benjamin Eberlei",
165 "email": "kontakt@beberlei.de"
166 },
167 {
168 "name": "Guilherme Blanco",
169 "email": "guilhermeblanco@gmail.com"
170 },
171 {
172 "name": "Jonathan Wage",
173 "email": "jonwage@gmail.com"
174 },
175 {
176 "name": "Johannes Schmitt",
177 "email": "schmittjoh@gmail.com"
adf17b67
NL
178 }
179 ],
93fd4692
NL
180 "description": "Caching library offering an object-oriented API for many cache backends",
181 "homepage": "http://www.doctrine-project.org",
adf17b67 182 "keywords": [
93fd4692
NL
183 "cache",
184 "caching"
adf17b67 185 ],
1f4408de 186 "time": "2015-12-03 10:50:37"
adf17b67
NL
187 },
188 {
93fd4692 189 "name": "doctrine/collections",
399bd777 190 "version": "v1.3.0",
adf17b67
NL
191 "source": {
192 "type": "git",
93fd4692 193 "url": "https://github.com/doctrine/collections.git",
399bd777 194 "reference": "6c1e4eef75f310ea1b3e30945e9f06e652128b8a"
adf17b67
NL
195 },
196 "dist": {
197 "type": "zip",
399bd777
JB
198 "url": "https://api.github.com/repos/doctrine/collections/zipball/6c1e4eef75f310ea1b3e30945e9f06e652128b8a",
199 "reference": "6c1e4eef75f310ea1b3e30945e9f06e652128b8a",
adf17b67
NL
200 "shasum": ""
201 },
202 "require": {
93fd4692 203 "php": ">=5.3.2"
adf17b67 204 },
399bd777
JB
205 "require-dev": {
206 "phpunit/phpunit": "~4.0"
207 },
adf17b67
NL
208 "type": "library",
209 "extra": {
210 "branch-alias": {
93fd4692 211 "dev-master": "1.2.x-dev"
adf17b67
NL
212 }
213 },
214 "autoload": {
93fd4692
NL
215 "psr-0": {
216 "Doctrine\\Common\\Collections\\": "lib/"
adf17b67
NL
217 }
218 },
219 "notification-url": "https://packagist.org/downloads/",
220 "license": [
221 "MIT"
222 ],
223 "authors": [
93fd4692
NL
224 {
225 "name": "Roman Borschel",
226 "email": "roman@code-factory.org"
227 },
228 {
229 "name": "Benjamin Eberlei",
230 "email": "kontakt@beberlei.de"
231 },
399bd777
JB
232 {
233 "name": "Guilherme Blanco",
234 "email": "guilhermeblanco@gmail.com"
235 },
236 {
237 "name": "Jonathan Wage",
238 "email": "jonwage@gmail.com"
239 },
93fd4692
NL
240 {
241 "name": "Johannes Schmitt",
399bd777 242 "email": "schmittjoh@gmail.com"
adf17b67
NL
243 }
244 ],
93fd4692
NL
245 "description": "Collections Abstraction library",
246 "homepage": "http://www.doctrine-project.org",
adf17b67 247 "keywords": [
93fd4692
NL
248 "array",
249 "collections",
250 "iterator"
251 ],
399bd777 252 "time": "2015-04-14 22:21:58"
adf17b67
NL
253 },
254 {
93fd4692 255 "name": "doctrine/common",
3c65dfb7 256 "version": "v2.6.1",
adf17b67
NL
257 "source": {
258 "type": "git",
93fd4692 259 "url": "https://github.com/doctrine/common.git",
3c65dfb7 260 "reference": "a579557bc689580c19fee4e27487a67fe60defc0"
adf17b67
NL
261 },
262 "dist": {
263 "type": "zip",
3c65dfb7
NL
264 "url": "https://api.github.com/repos/doctrine/common/zipball/a579557bc689580c19fee4e27487a67fe60defc0",
265 "reference": "a579557bc689580c19fee4e27487a67fe60defc0",
adf17b67
NL
266 "shasum": ""
267 },
268 "require": {
93fd4692
NL
269 "doctrine/annotations": "1.*",
270 "doctrine/cache": "1.*",
271 "doctrine/collections": "1.*",
272 "doctrine/inflector": "1.*",
273 "doctrine/lexer": "1.*",
3c65dfb7 274 "php": "~5.5|~7.0"
adf17b67
NL
275 },
276 "require-dev": {
3c65dfb7 277 "phpunit/phpunit": "~4.8|~5.0"
7d2eb7a7
NL
278 },
279 "type": "library",
280 "extra": {
281 "branch-alias": {
3c65dfb7 282 "dev-master": "2.7.x-dev"
7d2eb7a7
NL
283 }
284 },
285 "autoload": {
3c65dfb7
NL
286 "psr-4": {
287 "Doctrine\\Common\\": "lib/Doctrine/Common"
7d2eb7a7
NL
288 }
289 },
290 "notification-url": "https://packagist.org/downloads/",
291 "license": [
292 "MIT"
293 ],
294 "authors": [
93fd4692
NL
295 {
296 "name": "Roman Borschel",
297 "email": "roman@code-factory.org"
298 },
299 {
300 "name": "Benjamin Eberlei",
301 "email": "kontakt@beberlei.de"
302 },
399bd777
JB
303 {
304 "name": "Guilherme Blanco",
305 "email": "guilhermeblanco@gmail.com"
306 },
307 {
308 "name": "Jonathan Wage",
309 "email": "jonwage@gmail.com"
310 },
93fd4692
NL
311 {
312 "name": "Johannes Schmitt",
399bd777 313 "email": "schmittjoh@gmail.com"
adf17b67
NL
314 }
315 ],
93fd4692
NL
316 "description": "Common Library for Doctrine projects",
317 "homepage": "http://www.doctrine-project.org",
318 "keywords": [
319 "annotations",
320 "collections",
321 "eventmanager",
322 "persistence",
323 "spl"
324 ],
3c65dfb7 325 "time": "2015-12-25 13:18:31"
adf17b67
NL
326 },
327 {
93fd4692 328 "name": "doctrine/dbal",
3c65dfb7 329 "version": "v2.5.3",
adf17b67
NL
330 "source": {
331 "type": "git",
93fd4692 332 "url": "https://github.com/doctrine/dbal.git",
3c65dfb7 333 "reference": "2fbcea96eae34a53183377cdbb0b9bec33974648"
adf17b67
NL
334 },
335 "dist": {
336 "type": "zip",
3c65dfb7
NL
337 "url": "https://api.github.com/repos/doctrine/dbal/zipball/2fbcea96eae34a53183377cdbb0b9bec33974648",
338 "reference": "2fbcea96eae34a53183377cdbb0b9bec33974648",
adf17b67
NL
339 "shasum": ""
340 },
341 "require": {
3c65dfb7 342 "doctrine/common": ">=2.4,<2.7-dev",
93fd4692 343 "php": ">=5.3.2"
adf17b67
NL
344 },
345 "require-dev": {
93fd4692
NL
346 "phpunit/phpunit": "4.*",
347 "symfony/console": "2.*"
348 },
349 "suggest": {
350 "symfony/console": "For helpful console commands such as SQL execution and import of files."
adf17b67 351 },
93fd4692
NL
352 "bin": [
353 "bin/doctrine-dbal"
354 ],
adf17b67
NL
355 "type": "library",
356 "extra": {
357 "branch-alias": {
93fd4692 358 "dev-master": "2.5.x-dev"
adf17b67
NL
359 }
360 },
361 "autoload": {
93fd4692
NL
362 "psr-0": {
363 "Doctrine\\DBAL\\": "lib/"
adf17b67
NL
364 }
365 },
366 "notification-url": "https://packagist.org/downloads/",
367 "license": [
368 "MIT"
369 ],
370 "authors": [
371 {
93fd4692
NL
372 "name": "Roman Borschel",
373 "email": "roman@code-factory.org"
374 },
375 {
376 "name": "Benjamin Eberlei",
377 "email": "kontakt@beberlei.de"
378 },
379 {
380 "name": "Guilherme Blanco",
381 "email": "guilhermeblanco@gmail.com"
382 },
383 {
384 "name": "Jonathan Wage",
385 "email": "jonwage@gmail.com"
adf17b67
NL
386 }
387 ],
93fd4692
NL
388 "description": "Database Abstraction Layer",
389 "homepage": "http://www.doctrine-project.org",
adf17b67 390 "keywords": [
93fd4692
NL
391 "database",
392 "dbal",
393 "persistence",
394 "queryobject"
adf17b67 395 ],
3c65dfb7 396 "time": "2015-12-25 16:28:24"
adf17b67 397 },
9e7f6caf 398 {
93fd4692 399 "name": "doctrine/doctrine-bundle",
53cf5106 400 "version": "v1.5.2",
9e7f6caf
NL
401 "source": {
402 "type": "git",
93fd4692 403 "url": "https://github.com/doctrine/DoctrineBundle.git",
53cf5106 404 "reference": "d63be7eb9a95d46720f7d6badac4e5bc2bcff2e3"
9e7f6caf
NL
405 },
406 "dist": {
407 "type": "zip",
53cf5106
JB
408 "url": "https://api.github.com/repos/doctrine/DoctrineBundle/zipball/d63be7eb9a95d46720f7d6badac4e5bc2bcff2e3",
409 "reference": "d63be7eb9a95d46720f7d6badac4e5bc2bcff2e3",
9e7f6caf
NL
410 "shasum": ""
411 },
412 "require": {
93fd4692
NL
413 "doctrine/dbal": "~2.3",
414 "doctrine/doctrine-cache-bundle": "~1.0",
415 "jdorn/sql-formatter": "~1.1",
416 "php": ">=5.3.2",
68568bf0
NL
417 "symfony/console": "~2.3|~3.0",
418 "symfony/doctrine-bridge": "~2.2|~3.0",
419 "symfony/framework-bundle": "~2.3|~3.0"
9e7f6caf 420 },
93fd4692
NL
421 "require-dev": {
422 "doctrine/orm": "~2.3",
399bd777 423 "phpunit/phpunit": "~4",
93fd4692 424 "satooshi/php-coveralls": "~0.6.1",
68568bf0
NL
425 "symfony/validator": "~2.2|~3.0",
426 "symfony/yaml": "~2.2|~3.0",
399bd777 427 "twig/twig": "~1.10"
adf17b67 428 },
93fd4692
NL
429 "suggest": {
430 "doctrine/orm": "The Doctrine ORM integration is optional in the bundle.",
431 "symfony/web-profiler-bundle": "to use the data collector"
adf17b67 432 },
93fd4692
NL
433 "type": "symfony-bundle",
434 "extra": {
435 "branch-alias": {
d4ebe5c5 436 "dev-master": "1.6.x-dev"
93fd4692 437 }
adf17b67 438 },
adf17b67 439 "autoload": {
93fd4692
NL
440 "psr-4": {
441 "Doctrine\\Bundle\\DoctrineBundle\\": ""
442 }
adf17b67
NL
443 },
444 "notification-url": "https://packagist.org/downloads/",
445 "license": [
93fd4692 446 "MIT"
adf17b67
NL
447 ],
448 "authors": [
449 {
93fd4692
NL
450 "name": "Symfony Community",
451 "homepage": "http://symfony.com/contributors"
452 },
453 {
454 "name": "Benjamin Eberlei",
455 "email": "kontakt@beberlei.de"
456 },
457 {
458 "name": "Doctrine Project",
459 "homepage": "http://www.doctrine-project.org/"
460 },
461 {
462 "name": "Fabien Potencier",
463 "email": "fabien@symfony.com"
adf17b67
NL
464 }
465 ],
93fd4692
NL
466 "description": "Symfony DoctrineBundle",
467 "homepage": "http://www.doctrine-project.org",
adf17b67 468 "keywords": [
93fd4692
NL
469 "database",
470 "dbal",
471 "orm",
472 "persistence"
adf17b67 473 ],
53cf5106 474 "time": "2015-08-31 14:47:06"
adf17b67 475 },
e342acf7 476 {
93fd4692 477 "name": "doctrine/doctrine-cache-bundle",
d4aa1743 478 "version": "1.2.2",
e342acf7
NL
479 "source": {
480 "type": "git",
93fd4692 481 "url": "https://github.com/doctrine/DoctrineCacheBundle.git",
d4aa1743 482 "reference": "030ff41ef1db66370b36467086bfb817a661fe6a"
e342acf7
NL
483 },
484 "dist": {
485 "type": "zip",
d4aa1743
BD
486 "url": "https://api.github.com/repos/doctrine/DoctrineCacheBundle/zipball/030ff41ef1db66370b36467086bfb817a661fe6a",
487 "reference": "030ff41ef1db66370b36467086bfb817a661fe6a",
e342acf7
NL
488 "shasum": ""
489 },
490 "require": {
872384b0 491 "doctrine/cache": "^1.4.2",
93fd4692
NL
492 "doctrine/inflector": "~1.0",
493 "php": ">=5.3.2",
d4aa1743 494 "symfony/doctrine-bridge": "~2.2|~3.0"
e342acf7 495 },
93fd4692
NL
496 "require-dev": {
497 "instaclick/coding-standard": "~1.1",
498 "instaclick/object-calisthenics-sniffs": "dev-master",
499 "instaclick/symfony2-coding-standard": "dev-remaster",
872384b0 500 "phpunit/phpunit": "~4",
93fd4692 501 "satooshi/php-coveralls": "~0.6.1",
872384b0
JB
502 "squizlabs/php_codesniffer": "~1.5",
503 "symfony/console": "~2.2|~3.0",
504 "symfony/finder": "~2.2|~3.0",
505 "symfony/framework-bundle": "~2.2|~3.0",
506 "symfony/phpunit-bridge": "~2.7|~3.0",
d4aa1743 507 "symfony/security-acl": "~2.3|~3.0",
872384b0
JB
508 "symfony/validator": "~2.2|~3.0",
509 "symfony/yaml": "~2.2|~3.0"
93fd4692 510 },
d4aa1743
BD
511 "suggest": {
512 "symfony/security-acl": "For using this bundle to cache ACLs"
513 },
93fd4692 514 "type": "symfony-bundle",
e342acf7
NL
515 "extra": {
516 "branch-alias": {
d4aa1743 517 "dev-master": "1.2.x-dev"
e342acf7
NL
518 }
519 },
520 "autoload": {
872384b0
JB
521 "psr-4": {
522 "Doctrine\\Bundle\\DoctrineCacheBundle\\": ""
93fd4692 523 }
e342acf7
NL
524 },
525 "notification-url": "https://packagist.org/downloads/",
e342acf7 526 "license": [
f3052b45 527 "MIT"
e342acf7
NL
528 ],
529 "authors": [
530 {
93fd4692
NL
531 "name": "Symfony Community",
532 "homepage": "http://symfony.com/contributors"
533 },
534 {
535 "name": "Benjamin Eberlei",
536 "email": "kontakt@beberlei.de"
537 },
538 {
539 "name": "Fabio B. Silva",
540 "email": "fabio.bat.silva@gmail.com"
541 },
542 {
543 "name": "Guilherme Blanco",
544 "email": "guilhermeblanco@hotmail.com"
545 },
546 {
547 "name": "Doctrine Project",
548 "homepage": "http://www.doctrine-project.org/"
549 },
550 {
551 "name": "Fabien Potencier",
552 "email": "fabien@symfony.com"
e342acf7
NL
553 }
554 ],
872384b0 555 "description": "Symfony Bundle for Doctrine Cache",
93fd4692
NL
556 "homepage": "http://www.doctrine-project.org",
557 "keywords": [
558 "cache",
559 "caching"
560 ],
d4aa1743 561 "time": "2015-11-27 04:59:07"
e342acf7 562 },
1345a107 563 {
93fd4692 564 "name": "doctrine/inflector",
872384b0 565 "version": "v1.1.0",
1345a107
NL
566 "source": {
567 "type": "git",
93fd4692 568 "url": "https://github.com/doctrine/inflector.git",
872384b0 569 "reference": "90b2128806bfde671b6952ab8bea493942c1fdae"
1345a107
NL
570 },
571 "dist": {
572 "type": "zip",
872384b0
JB
573 "url": "https://api.github.com/repos/doctrine/inflector/zipball/90b2128806bfde671b6952ab8bea493942c1fdae",
574 "reference": "90b2128806bfde671b6952ab8bea493942c1fdae",
1345a107
NL
575 "shasum": ""
576 },
577 "require": {
93fd4692 578 "php": ">=5.3.2"
1345a107
NL
579 },
580 "require-dev": {
93fd4692 581 "phpunit/phpunit": "4.*"
1345a107 582 },
1345a107 583 "type": "library",
93fd4692
NL
584 "extra": {
585 "branch-alias": {
872384b0 586 "dev-master": "1.1.x-dev"
93fd4692
NL
587 }
588 },
1345a107
NL
589 "autoload": {
590 "psr-0": {
93fd4692 591 "Doctrine\\Common\\Inflector\\": "lib/"
1345a107
NL
592 }
593 },
594 "notification-url": "https://packagist.org/downloads/",
595 "license": [
596 "MIT"
597 ],
598 "authors": [
599 {
93fd4692
NL
600 "name": "Roman Borschel",
601 "email": "roman@code-factory.org"
602 },
603 {
604 "name": "Benjamin Eberlei",
605 "email": "kontakt@beberlei.de"
606 },
607 {
608 "name": "Guilherme Blanco",
609 "email": "guilhermeblanco@gmail.com"
610 },
611 {
612 "name": "Jonathan Wage",
613 "email": "jonwage@gmail.com"
614 },
615 {
616 "name": "Johannes Schmitt",
617 "email": "schmittjoh@gmail.com"
1345a107
NL
618 }
619 ],
93fd4692
NL
620 "description": "Common String Manipulations with regard to casing and singular/plural rules.",
621 "homepage": "http://www.doctrine-project.org",
1345a107 622 "keywords": [
93fd4692
NL
623 "inflection",
624 "pluralize",
625 "singularize",
626 "string"
1345a107 627 ],
872384b0 628 "time": "2015-11-06 14:35:42"
1345a107 629 },
399bd777
JB
630 {
631 "name": "doctrine/instantiator",
26864574 632 "version": "1.0.5",
399bd777
JB
633 "source": {
634 "type": "git",
635 "url": "https://github.com/doctrine/instantiator.git",
26864574 636 "reference": "8e884e78f9f0eb1329e445619e04456e64d8051d"
399bd777
JB
637 },
638 "dist": {
639 "type": "zip",
26864574
NL
640 "url": "https://api.github.com/repos/doctrine/instantiator/zipball/8e884e78f9f0eb1329e445619e04456e64d8051d",
641 "reference": "8e884e78f9f0eb1329e445619e04456e64d8051d",
399bd777
JB
642 "shasum": ""
643 },
644 "require": {
645 "php": ">=5.3,<8.0-DEV"
646 },
647 "require-dev": {
648 "athletic/athletic": "~0.1.8",
649 "ext-pdo": "*",
650 "ext-phar": "*",
651 "phpunit/phpunit": "~4.0",
26864574 652 "squizlabs/php_codesniffer": "~2.0"
399bd777
JB
653 },
654 "type": "library",
655 "extra": {
656 "branch-alias": {
657 "dev-master": "1.0.x-dev"
658 }
659 },
660 "autoload": {
26864574
NL
661 "psr-4": {
662 "Doctrine\\Instantiator\\": "src/Doctrine/Instantiator/"
399bd777
JB
663 }
664 },
665 "notification-url": "https://packagist.org/downloads/",
666 "license": [
667 "MIT"
668 ],
669 "authors": [
670 {
671 "name": "Marco Pivetta",
672 "email": "ocramius@gmail.com",
673 "homepage": "http://ocramius.github.com/"
674 }
675 ],
676 "description": "A small, lightweight utility to instantiate objects in PHP without invoking their constructors",
677 "homepage": "https://github.com/doctrine/instantiator",
678 "keywords": [
679 "constructor",
680 "instantiate"
681 ],
26864574 682 "time": "2015-06-14 21:17:01"
399bd777 683 },
820d81aa 684 {
93fd4692
NL
685 "name": "doctrine/lexer",
686 "version": "v1.0.1",
820d81aa
NL
687 "source": {
688 "type": "git",
93fd4692
NL
689 "url": "https://github.com/doctrine/lexer.git",
690 "reference": "83893c552fd2045dd78aef794c31e694c37c0b8c"
820d81aa
NL
691 },
692 "dist": {
693 "type": "zip",
93fd4692
NL
694 "url": "https://api.github.com/repos/doctrine/lexer/zipball/83893c552fd2045dd78aef794c31e694c37c0b8c",
695 "reference": "83893c552fd2045dd78aef794c31e694c37c0b8c",
820d81aa
NL
696 "shasum": ""
697 },
698 "require": {
93fd4692
NL
699 "php": ">=5.3.2"
700 },
701 "type": "library",
702 "extra": {
703 "branch-alias": {
704 "dev-master": "1.0.x-dev"
705 }
820d81aa 706 },
820d81aa
NL
707 "autoload": {
708 "psr-0": {
93fd4692 709 "Doctrine\\Common\\Lexer\\": "lib/"
820d81aa
NL
710 }
711 },
712 "notification-url": "https://packagist.org/downloads/",
713 "license": [
93fd4692 714 "MIT"
820d81aa
NL
715 ],
716 "authors": [
717 {
93fd4692
NL
718 "name": "Roman Borschel",
719 "email": "roman@code-factory.org"
820d81aa
NL
720 },
721 {
93fd4692
NL
722 "name": "Guilherme Blanco",
723 "email": "guilhermeblanco@gmail.com"
820d81aa
NL
724 },
725 {
93fd4692
NL
726 "name": "Johannes Schmitt",
727 "email": "schmittjoh@gmail.com"
820d81aa
NL
728 }
729 ],
93fd4692
NL
730 "description": "Base library for a lexer that can be used in Top-Down, Recursive Descent Parsers.",
731 "homepage": "http://www.doctrine-project.org",
820d81aa 732 "keywords": [
93fd4692
NL
733 "lexer",
734 "parser"
820d81aa 735 ],
93fd4692 736 "time": "2014-09-09 13:34:57"
820d81aa 737 },
e342acf7 738 {
93fd4692 739 "name": "doctrine/orm",
3c65dfb7 740 "version": "v2.5.3",
e342acf7
NL
741 "source": {
742 "type": "git",
93fd4692 743 "url": "https://github.com/doctrine/doctrine2.git",
3c65dfb7 744 "reference": "d9fc5388f1aa1751a0e148e76b4569bd207338e9"
e342acf7
NL
745 },
746 "dist": {
747 "type": "zip",
3c65dfb7
NL
748 "url": "https://api.github.com/repos/doctrine/doctrine2/zipball/d9fc5388f1aa1751a0e148e76b4569bd207338e9",
749 "reference": "d9fc5388f1aa1751a0e148e76b4569bd207338e9",
e342acf7
NL
750 "shasum": ""
751 },
752 "require": {
399bd777
JB
753 "doctrine/cache": "~1.4",
754 "doctrine/collections": "~1.2",
3c65dfb7 755 "doctrine/common": ">=2.5-dev,<2.7-dev",
399bd777
JB
756 "doctrine/dbal": ">=2.5-dev,<2.6-dev",
757 "doctrine/instantiator": "~1.0.1",
93fd4692 758 "ext-pdo": "*",
399bd777 759 "php": ">=5.4",
d4aa1743 760 "symfony/console": "~2.5|~3.0"
f3052b45
NL
761 },
762 "require-dev": {
399bd777 763 "phpunit/phpunit": "~4.0",
93fd4692 764 "satooshi/php-coveralls": "dev-master",
d4aa1743 765 "symfony/yaml": "~2.3|~3.0"
f3052b45
NL
766 },
767 "suggest": {
93fd4692 768 "symfony/yaml": "If you want to use YAML Metadata Mapping Driver"
e342acf7 769 },
93fd4692
NL
770 "bin": [
771 "bin/doctrine",
772 "bin/doctrine.php"
773 ],
e342acf7 774 "type": "library",
f3052b45
NL
775 "extra": {
776 "branch-alias": {
399bd777 777 "dev-master": "2.6.x-dev"
f3052b45
NL
778 }
779 },
e342acf7 780 "autoload": {
f3052b45 781 "psr-0": {
93fd4692 782 "Doctrine\\ORM\\": "lib/"
f3052b45 783 }
e342acf7
NL
784 },
785 "notification-url": "https://packagist.org/downloads/",
e342acf7 786 "license": [
f3052b45 787 "MIT"
e342acf7
NL
788 ],
789 "authors": [
790 {
93fd4692
NL
791 "name": "Roman Borschel",
792 "email": "roman@code-factory.org"
f3052b45
NL
793 },
794 {
93fd4692
NL
795 "name": "Benjamin Eberlei",
796 "email": "kontakt@beberlei.de"
797 },
798 {
799 "name": "Guilherme Blanco",
800 "email": "guilhermeblanco@gmail.com"
801 },
802 {
803 "name": "Jonathan Wage",
804 "email": "jonwage@gmail.com"
e342acf7
NL
805 }
806 ],
93fd4692
NL
807 "description": "Object-Relational-Mapper for PHP",
808 "homepage": "http://www.doctrine-project.org",
809 "keywords": [
810 "database",
811 "orm"
812 ],
3c65dfb7 813 "time": "2015-12-25 15:50:05"
e342acf7 814 },
1345a107 815 {
93fd4692 816 "name": "ezyang/htmlpurifier",
26864574 817 "version": "v4.7.0",
1345a107
NL
818 "source": {
819 "type": "git",
93fd4692 820 "url": "https://github.com/ezyang/htmlpurifier.git",
26864574 821 "reference": "ae1828d955112356f7677c465f94f7deb7d27a40"
1345a107
NL
822 },
823 "dist": {
824 "type": "zip",
26864574
NL
825 "url": "https://api.github.com/repos/ezyang/htmlpurifier/zipball/ae1828d955112356f7677c465f94f7deb7d27a40",
826 "reference": "ae1828d955112356f7677c465f94f7deb7d27a40",
1345a107
NL
827 "shasum": ""
828 },
829 "require": {
93fd4692 830 "php": ">=5.2"
1345a107
NL
831 },
832 "type": "library",
1345a107
NL
833 "autoload": {
834 "psr-0": {
93fd4692
NL
835 "HTMLPurifier": "library/"
836 },
837 "files": [
838 "library/HTMLPurifier.composer.php"
839 ]
1345a107
NL
840 },
841 "notification-url": "https://packagist.org/downloads/",
842 "license": [
93fd4692 843 "LGPL"
1345a107
NL
844 ],
845 "authors": [
846 {
93fd4692
NL
847 "name": "Edward Z. Yang",
848 "email": "admin@htmlpurifier.org",
849 "homepage": "http://ezyang.com"
1345a107
NL
850 }
851 ],
93fd4692
NL
852 "description": "Standards compliant HTML filter written in PHP",
853 "homepage": "http://htmlpurifier.org/",
854 "keywords": [
855 "html"
856 ],
26864574 857 "time": "2015-08-05 01:03:42"
1345a107 858 },
fcb1fba5
NL
859 {
860 "name": "friendsofsymfony/oauth-server-bundle",
861 "version": "1.4.2",
862 "target-dir": "FOS/OAuthServerBundle",
863 "source": {
864 "type": "git",
865 "url": "https://github.com/FriendsOfSymfony/FOSOAuthServerBundle.git",
866 "reference": "9e15c229eff547443d686445d629e9356ab0672e"
867 },
868 "dist": {
869 "type": "zip",
870 "url": "https://api.github.com/repos/FriendsOfSymfony/FOSOAuthServerBundle/zipball/9e15c229eff547443d686445d629e9356ab0672e",
871 "reference": "9e15c229eff547443d686445d629e9356ab0672e",
872 "shasum": ""
873 },
874 "require": {
875 "friendsofsymfony/oauth2-php": "~1.1.0",
876 "php": ">=5.3.3",
877 "symfony/framework-bundle": "~2.1",
878 "symfony/security-bundle": "~2.1"
879 },
880 "require-dev": {
881 "doctrine/doctrine-bundle": "~1.0",
882 "doctrine/mongodb-odm": "1.0.*@dev",
883 "doctrine/orm": ">=2.2,<2.5-dev",
884 "symfony/class-loader": "~2.1",
885 "symfony/yaml": "~2.1",
886 "willdurand/propel-typehintable-behavior": "1.0.*"
887 },
888 "suggest": {
889 "doctrine/doctrine-bundle": "*",
890 "doctrine/mongodb-odm-bundle": "*",
891 "propel/propel-bundle": "If you want to use Propel with Symfony2, then you will have to install the PropelBundle",
892 "willdurand/propel-typehintable-behavior": "The Typehintable behavior is useful to add type hints on generated methods, to be compliant with interfaces"
893 },
894 "type": "symfony-bundle",
895 "extra": {
896 "branch-alias": {
897 "dev-master": "1.4-dev"
898 }
899 },
900 "autoload": {
901 "psr-0": {
902 "FOS\\OAuthServerBundle": ""
903 }
904 },
905 "notification-url": "https://packagist.org/downloads/",
906 "license": [
907 "MIT"
908 ],
909 "authors": [
910 {
911 "name": "Arnaud Le Blanc",
912 "email": "arnaud.lb@gmail.com"
913 },
914 {
915 "name": "FriendsOfSymfony Community",
916 "homepage": "https://github.com/FriendsOfSymfony/FOSOAuthServerBundle/contributors"
917 }
918 ],
919 "description": "Symfony2 OAuth Server Bundle",
920 "homepage": "http://friendsofsymfony.github.com",
921 "keywords": [
922 "oauth",
923 "oauth2",
924 "server"
925 ],
926 "time": "2014-10-31 13:44:14"
927 },
928 {
929 "name": "friendsofsymfony/oauth2-php",
930 "version": "1.1.1",
931 "source": {
932 "type": "git",
933 "url": "https://github.com/FriendsOfSymfony/oauth2-php.git",
934 "reference": "23e76537c4a02e666ab4ba5abe67a69a886a0310"
935 },
936 "dist": {
937 "type": "zip",
938 "url": "https://api.github.com/repos/FriendsOfSymfony/oauth2-php/zipball/23e76537c4a02e666ab4ba5abe67a69a886a0310",
939 "reference": "23e76537c4a02e666ab4ba5abe67a69a886a0310",
940 "shasum": ""
941 },
942 "require": {
943 "php": ">=5.3.2",
944 "symfony/http-foundation": "~2.0"
945 },
946 "require-dev": {
947 "phpunit/phpunit": "~4.0"
948 },
949 "type": "library",
950 "extra": {
951 "branch-alias": {
952 "dev-master": "1.1.x-dev"
953 }
954 },
955 "autoload": {
956 "psr-4": {
957 "OAuth2\\": "lib/"
958 }
959 },
960 "notification-url": "https://packagist.org/downloads/",
961 "license": [
962 "MIT"
963 ],
964 "authors": [
965 {
966 "name": "Arnaud Le Blanc",
967 "email": "arnaud.lb@gmail.com"
968 },
969 {
970 "name": "FriendsOfSymfony Community",
971 "homepage": "https://github.com/FriendsOfSymfony/oauth2-php/contributors"
972 }
973 ],
974 "description": "OAuth2 library",
975 "homepage": "https://github.com/FriendsOfSymfony/oauth2-php",
976 "keywords": [
977 "oauth",
978 "oauth2"
979 ],
980 "time": "2014-11-03 10:21:20"
981 },
569f8d68
NL
982 {
983 "name": "friendsofsymfony/rest-bundle",
1f4408de 984 "version": "1.7.4",
569f8d68
NL
985 "target-dir": "FOS/RestBundle",
986 "source": {
987 "type": "git",
988 "url": "https://github.com/FriendsOfSymfony/FOSRestBundle.git",
1f4408de 989 "reference": "64ba918b1eb47acb5aa7fef1ce95623235b53775"
569f8d68
NL
990 },
991 "dist": {
992 "type": "zip",
1f4408de
NL
993 "url": "https://api.github.com/repos/FriendsOfSymfony/FOSRestBundle/zipball/64ba918b1eb47acb5aa7fef1ce95623235b53775",
994 "reference": "64ba918b1eb47acb5aa7fef1ce95623235b53775",
569f8d68
NL
995 "shasum": ""
996 },
997 "require": {
998 "doctrine/inflector": "~1.0",
d4aa1743 999 "php": "^5.3.9|~7.0",
569f8d68 1000 "psr/log": "~1.0",
d4aa1743
BD
1001 "symfony/framework-bundle": "~2.3|~3.0",
1002 "symfony/http-kernel": "^2.3.24|~3.0",
569f8d68
NL
1003 "willdurand/jsonp-callback-validator": "~1.0",
1004 "willdurand/negotiation": "~1.2"
1005 },
1006 "conflict": {
1007 "jms/serializer": "<0.12",
399bd777
JB
1008 "jms/serializer-bundle": "<0.11",
1009 "symfony/validator": ">=2.5.0,<2.5.5"
569f8d68
NL
1010 },
1011 "require-dev": {
386cd246
JB
1012 "jms/serializer": "~0.13|~1.0",
1013 "jms/serializer-bundle": "~0.12|~1.0",
399bd777 1014 "phpoption/phpoption": "~1.1.0",
d4aa1743 1015 "sensio/framework-extra-bundle": "~2.0|~3.0",
386cd246 1016 "sllh/php-cs-fixer-styleci-bridge": "^1.3",
d4aa1743
BD
1017 "symfony/browser-kit": "~2.3|~3.0",
1018 "symfony/dependency-injection": "~2.3|~3.0",
1019 "symfony/form": "~2.3|~3.0",
1020 "symfony/phpunit-bridge": "~2.7|~3.0",
1021 "symfony/security": "~2.3|~3.0",
1022 "symfony/serializer": "~2.3|~3.0",
1023 "symfony/validator": "~2.3|~3.0",
1024 "symfony/yaml": "~2.3|~3.0"
569f8d68
NL
1025 },
1026 "suggest": {
386cd246 1027 "jms/serializer-bundle": "Add support for advanced serialization capabilities, recommended, requires ~0.12||~1.0",
399bd777
JB
1028 "sensio/framework-extra-bundle": "Add support for route annotations and the view response listener, requires ~3.0",
1029 "symfony/serializer": "Add support for basic serialization capabilities and xml decoding, requires ~2.3",
1030 "symfony/validator": "Add support for validation capabilities in the ParamFetcher, requires ~2.3"
569f8d68
NL
1031 },
1032 "type": "symfony-bundle",
1033 "extra": {
1034 "branch-alias": {
26864574 1035 "dev-master": "1.7-dev"
569f8d68
NL
1036 }
1037 },
1038 "autoload": {
1039 "psr-0": {
1040 "FOS\\RestBundle": ""
1041 }
1042 },
1043 "notification-url": "https://packagist.org/downloads/",
1044 "license": [
1045 "MIT"
1046 ],
1047 "authors": [
1048 {
1049 "name": "Lukas Kahwe Smith",
1050 "email": "smith@pooteeweet.org"
1051 },
1052 {
1053 "name": "FriendsOfSymfony Community",
1054 "homepage": "https://github.com/friendsofsymfony/FOSRestBundle/contributors"
1055 },
1056 {
1057 "name": "Konstantin Kudryashov",
1058 "email": "ever.zet@gmail.com"
1059 }
1060 ],
d4aa1743 1061 "description": "This Bundle provides various tools to rapidly develop RESTful API's with Symfony",
569f8d68
NL
1062 "homepage": "http://friendsofsymfony.github.com",
1063 "keywords": [
1064 "rest"
1065 ],
1f4408de 1066 "time": "2015-12-05 14:55:07"
569f8d68 1067 },
a1691859
NL
1068 {
1069 "name": "friendsofsymfony/user-bundle",
1070 "version": "dev-master",
1071 "source": {
1072 "type": "git",
1073 "url": "https://github.com/FriendsOfSymfony/FOSUserBundle.git",
d4aa1743 1074 "reference": "e39b040e272c72f0a090c67d802e1d3b2d0b0313"
a1691859
NL
1075 },
1076 "dist": {
1077 "type": "zip",
d4aa1743
BD
1078 "url": "https://api.github.com/repos/FriendsOfSymfony/FOSUserBundle/zipball/e39b040e272c72f0a090c67d802e1d3b2d0b0313",
1079 "reference": "e39b040e272c72f0a090c67d802e1d3b2d0b0313",
a1691859
NL
1080 "shasum": ""
1081 },
1082 "require": {
463573bf 1083 "php": ">=5.3.9",
d4aa1743
BD
1084 "symfony/form": "~2.3|~3.0",
1085 "symfony/framework-bundle": "~2.3|~3.0",
1086 "symfony/security-bundle": "~2.3|~3.0",
1087 "symfony/twig-bundle": "~2.3|~3.0"
a1691859
NL
1088 },
1089 "require-dev": {
1090 "doctrine/doctrine-bundle": "~1.3",
1091 "swiftmailer/swiftmailer": "~4.3|~5",
d4aa1743
BD
1092 "symfony/console": "~2.3|~3.0",
1093 "symfony/phpunit-bridge": "~2.7|~3.0",
1094 "symfony/validator": "~2.3|~3.0",
1095 "symfony/yaml": "~2.3|~3.0",
a1691859
NL
1096 "willdurand/propel-typehintable-behavior": "~1.0"
1097 },
1098 "suggest": {
1099 "willdurand/propel-typehintable-behavior": "Needed when using the propel implementation"
1100 },
1101 "type": "symfony-bundle",
1102 "extra": {
1103 "branch-alias": {
1104 "dev-master": "2.0.x-dev"
1105 }
1106 },
1107 "autoload": {
1108 "psr-4": {
1109 "FOS\\UserBundle\\": ""
1110 }
1111 },
1112 "notification-url": "https://packagist.org/downloads/",
1113 "license": [
1114 "MIT"
1115 ],
1116 "authors": [
1117 {
1118 "name": "Christophe Coevoet",
1119 "email": "stof@notk.org"
1120 },
1121 {
1122 "name": "FriendsOfSymfony Community",
1123 "homepage": "https://github.com/friendsofsymfony/FOSUserBundle/contributors"
1124 },
1125 {
1126 "name": "Thibault Duplessis",
1127 "email": "thibault.duplessis@gmail.com"
1128 }
1129 ],
1130 "description": "Symfony FOSUserBundle",
1131 "homepage": "http://friendsofsymfony.github.com",
1132 "keywords": [
1133 "User management"
1134 ],
d4aa1743 1135 "time": "2015-12-05 09:38:57"
a1691859 1136 },
3c65dfb7
NL
1137 {
1138 "name": "gedmo/doctrine-extensions",
1139 "version": "v2.4.10",
1140 "source": {
1141 "type": "git",
1142 "url": "https://github.com/Atlantic18/DoctrineExtensions.git",
1143 "reference": "7e7fc55fa3fad79031727fbc7d8e418b641be875"
1144 },
1145 "dist": {
1146 "type": "zip",
1147 "url": "https://api.github.com/repos/Atlantic18/DoctrineExtensions/zipball/7e7fc55fa3fad79031727fbc7d8e418b641be875",
1148 "reference": "7e7fc55fa3fad79031727fbc7d8e418b641be875",
1149 "shasum": ""
1150 },
1151 "require": {
1152 "behat/transliterator": "~1.0",
1153 "doctrine/common": "~2.4",
1154 "php": ">=5.3.2"
1155 },
1156 "require-dev": {
1157 "doctrine/common": ">=2.5.0",
1158 "doctrine/mongodb-odm": ">=1.0.2",
1159 "doctrine/orm": ">=2.5.0",
1160 "phpunit/phpunit": "~4.4",
1161 "phpunit/phpunit-mock-objects": "~2.3",
1162 "symfony/yaml": "~2.6"
1163 },
1164 "suggest": {
1165 "doctrine/mongodb-odm": "to use the extensions with the MongoDB ODM",
1166 "doctrine/orm": "to use the extensions with the ORM"
1167 },
1168 "type": "library",
1169 "extra": {
1170 "branch-alias": {
1171 "dev-master": "2.4.x-dev"
1172 }
1173 },
1174 "autoload": {
1175 "psr-0": {
1176 "Gedmo\\": "lib/"
1177 }
1178 },
1179 "notification-url": "https://packagist.org/downloads/",
1180 "license": [
1181 "MIT"
1182 ],
1183 "authors": [
1184 {
1185 "name": "David Buchmann",
1186 "email": "david@liip.ch"
1187 },
1188 {
1189 "name": "Gediminas Morkevicius",
1190 "email": "gediminas.morkevicius@gmail.com"
1191 },
1192 {
1193 "name": "Gustavo Falco",
1194 "email": "comfortablynumb84@gmail.com"
1195 }
1196 ],
1197 "description": "Doctrine2 behavioral extensions",
1198 "homepage": "http://gediminasm.org/",
1199 "keywords": [
1200 "Blameable",
1201 "behaviors",
1202 "doctrine2",
1203 "extensions",
1204 "gedmo",
1205 "loggable",
1206 "nestedset",
1207 "sluggable",
1208 "sortable",
1209 "timestampable",
1210 "translatable",
1211 "tree",
1212 "uploadable"
1213 ],
1214 "time": "2015-12-18 20:34:21"
1215 },
03690d13
TC
1216 {
1217 "name": "grandt/binstring",
1218 "version": "1.0.0",
1219 "source": {
1220 "type": "git",
1221 "url": "https://github.com/Grandt/PHPBinString.git",
1222 "reference": "825fe2ac8a68190f651fc2dbc07b6edde18bc431"
1223 },
1224 "dist": {
1225 "type": "zip",
1226 "url": "https://api.github.com/repos/Grandt/PHPBinString/zipball/825fe2ac8a68190f651fc2dbc07b6edde18bc431",
1227 "reference": "825fe2ac8a68190f651fc2dbc07b6edde18bc431",
1228 "shasum": ""
1229 },
1230 "require": {
1231 "php": ">=5.0"
1232 },
1233 "type": "library",
1234 "autoload": {
1235 "classmap": [
1236 "BinString.php",
1237 "BinStringStatic.php"
1238 ]
1239 },
1240 "notification-url": "https://packagist.org/downloads/",
1241 "license": [
1242 "LGPL-2.1"
1243 ],
1244 "authors": [
1245 {
1246 "name": "A. Grandt",
1247 "email": "php@grandt.com",
1248 "role": "Developer"
1249 }
1250 ],
1251 "description": "A class for working around the use of mbstring.func_override",
1252 "homepage": "https://github.com/Grandt/PHPBinString",
1253 "keywords": [
1254 "binary strings",
1255 "mbstring"
1256 ],
1257 "time": "2015-08-13 06:14:41"
1258 },
1259 {
1260 "name": "grandt/phpepub",
1261 "version": "4.0.3",
1262 "source": {
1263 "type": "git",
1264 "url": "https://github.com/Grandt/PHPePub.git",
1265 "reference": "dee0c5549a8d2c6bf6a1ad5b4ee21d245b711fca"
1266 },
1267 "dist": {
1268 "type": "zip",
1269 "url": "https://api.github.com/repos/Grandt/PHPePub/zipball/dee0c5549a8d2c6bf6a1ad5b4ee21d245b711fca",
1270 "reference": "dee0c5549a8d2c6bf6a1ad5b4ee21d245b711fca",
1271 "shasum": ""
1272 },
1273 "require": {
1274 "grandt/phpresizegif": ">=1.0.3",
1275 "grandt/relativepath": ">=1.0.1",
1276 "php": ">=5.3.0",
1277 "phpzip/phpzip": ">=2.0.7"
1278 },
1279 "type": "library",
1280 "autoload": {
1281 "psr-4": {
1282 "PHPePub\\": "src/PHPePub"
1283 },
1284 "classmap": [
1285 "src/lib.uuid.php"
1286 ]
1287 },
1288 "notification-url": "https://packagist.org/downloads/",
1289 "license": [
1290 "LGPL-2.1"
1291 ],
1292 "authors": [
1293 {
1294 "name": "A. Grandt",
1295 "email": "php@grandt.com",
1296 "homepage": "http://grandt.com",
1297 "role": "Developer"
1298 }
1299 ],
1300 "description": "Package to create and stream e-books in the ePub 2.0 and 3.0 formats.",
1301 "homepage": "https://github.com/Grandt/PHPZip",
1302 "keywords": [
1303 "e-book",
1304 "epub"
1305 ],
1306 "time": "2015-09-15 08:47:09"
1307 },
1308 {
1309 "name": "grandt/phpresizegif",
1310 "version": "1.0.3",
1311 "source": {
1312 "type": "git",
1313 "url": "https://github.com/Grandt/PHPResizeGif.git",
1314 "reference": "775f6810fcda2fd1d8ca881d44a80c8d310ae7fe"
1315 },
1316 "dist": {
1317 "type": "zip",
1318 "url": "https://api.github.com/repos/Grandt/PHPResizeGif/zipball/775f6810fcda2fd1d8ca881d44a80c8d310ae7fe",
1319 "reference": "775f6810fcda2fd1d8ca881d44a80c8d310ae7fe",
1320 "shasum": ""
1321 },
1322 "require": {
1323 "grandt/binstring": ">=0.2.0",
1324 "php": ">=5.3.0"
1325 },
1326 "type": "library",
1327 "autoload": {
1328 "psr-4": {
1329 "grandt\\ResizeGif\\": "src/ResizeGif",
1330 "grandt\\ResizeGif\\Files\\": "src/ResizeGif/Files",
1331 "grandt\\ResizeGif\\Structure\\": "src/ResizeGif/Structure",
1332 "grandt\\ResizeGif\\Debug\\": "src/ResizeGif/Debug"
1333 }
1334 },
1335 "notification-url": "https://packagist.org/downloads/",
1336 "license": [
1337 "LGPL-2.1"
1338 ],
1339 "authors": [
1340 {
1341 "name": "A. Grandt",
1342 "email": "php@grandt.com",
1343 "homepage": "http://grandt.com",
1344 "role": "Developer"
1345 }
1346 ],
1347 "description": "GIF89a compliant Gif resizer, including transparency and optimized gifs with sub sized elements.",
1348 "homepage": "https://github.com/Grandt/PHPResizeGif",
1349 "keywords": [
1350 "GIF89a",
1351 "animated gif",
1352 "gif",
1353 "resize"
1354 ],
1355 "time": "2015-05-10 10:52:24"
1356 },
1357 {
1358 "name": "grandt/phpzipmerge",
1359 "version": "1.0.4",
1360 "source": {
1361 "type": "git",
1362 "url": "https://github.com/Grandt/PHPZipMerge.git",
1363 "reference": "0b1273d3c2dbfe244904158b1dbd65a663264fb9"
1364 },
1365 "dist": {
1366 "type": "zip",
1367 "url": "https://api.github.com/repos/Grandt/PHPZipMerge/zipball/0b1273d3c2dbfe244904158b1dbd65a663264fb9",
1368 "reference": "0b1273d3c2dbfe244904158b1dbd65a663264fb9",
1369 "shasum": ""
1370 },
1371 "require": {
1372 "grandt/binstring": ">=1.0.0",
1373 "grandt/relativepath": ">=1.0.1",
1374 "php": ">=5.3.0"
1375 },
1376 "type": "library",
1377 "autoload": {
1378 "psr-4": {
1379 "ZipMerge\\": "src/ZipMerge"
1380 }
1381 },
1382 "notification-url": "https://packagist.org/downloads/",
1383 "license": [
1384 "LGPL-2.1"
1385 ],
1386 "authors": [
1387 {
1388 "name": "A. Grandt",
1389 "email": "php@grandt.com",
1390 "homepage": "http://grandt.com",
1391 "role": "Developer"
1392 },
1393 {
1394 "name": "Greg Kappatos",
1395 "homepage": "http://websiteconnect.com.au",
1396 "role": "Developer"
1397 }
1398 ],
1399 "description": "Merge and stream multiple Zip files on the fly.",
1400 "homepage": "https://github.com/Grandt/PHPZipMerge",
1401 "keywords": [
1402 "archive",
1403 "compressed",
1404 "compression",
1405 "merge",
1406 "phpzip",
1407 "pkzip",
1408 "stream",
1409 "zip"
1410 ],
1411 "time": "2015-08-18 13:49:33"
1412 },
1413 {
1414 "name": "grandt/relativepath",
1415 "version": "1.0.2",
1416 "source": {
1417 "type": "git",
1418 "url": "https://github.com/Grandt/PHPRelativePath.git",
1419 "reference": "19541133c24143b6295688472c54dd6ed15a5462"
1420 },
1421 "dist": {
1422 "type": "zip",
1423 "url": "https://api.github.com/repos/Grandt/PHPRelativePath/zipball/19541133c24143b6295688472c54dd6ed15a5462",
1424 "reference": "19541133c24143b6295688472c54dd6ed15a5462",
1425 "shasum": ""
1426 },
1427 "require": {
1428 "php": ">=5.0"
1429 },
1430 "type": "library",
1431 "autoload": {
1432 "classmap": [
1433 "RelativePath.php"
1434 ]
1435 },
1436 "notification-url": "https://packagist.org/downloads/",
1437 "license": [
1438 "LGPL-2.1"
1439 ],
1440 "authors": [
1441 {
1442 "name": "A. Grandt",
1443 "email": "php@grandt.com",
1444 "role": "Developer"
1445 }
1446 ],
1447 "description": "A class for cleaning up/collapsing relative paths. Like real_path, but without the need for the path to exist on the filesystem.",
1448 "homepage": "https://github.com/Grandt/PHPRelativePath",
1449 "keywords": [
1450 "file path"
1451 ],
1452 "time": "2015-05-14 08:18:23"
1453 },
a1413a3d
JB
1454 {
1455 "name": "guzzlehttp/guzzle",
1456 "version": "5.3.0",
1457 "source": {
1458 "type": "git",
1459 "url": "https://github.com/guzzle/guzzle.git",
1460 "reference": "f3c8c22471cb55475105c14769644a49c3262b93"
1461 },
1462 "dist": {
1463 "type": "zip",
1464 "url": "https://api.github.com/repos/guzzle/guzzle/zipball/f3c8c22471cb55475105c14769644a49c3262b93",
1465 "reference": "f3c8c22471cb55475105c14769644a49c3262b93",
1466 "shasum": ""
1467 },
1468 "require": {
1469 "guzzlehttp/ringphp": "^1.1",
1470 "php": ">=5.4.0"
1471 },
1472 "require-dev": {
1473 "ext-curl": "*",
1474 "phpunit/phpunit": "^4.0",
1475 "psr/log": "^1.0"
1476 },
1477 "type": "library",
1478 "extra": {
1479 "branch-alias": {
1480 "dev-master": "5.0-dev"
1481 }
1482 },
1483 "autoload": {
1484 "psr-4": {
1485 "GuzzleHttp\\": "src/"
1486 }
1487 },
1488 "notification-url": "https://packagist.org/downloads/",
1489 "license": [
1490 "MIT"
1491 ],
1492 "authors": [
1493 {
1494 "name": "Michael Dowling",
1495 "email": "mtdowling@gmail.com",
1496 "homepage": "https://github.com/mtdowling"
1497 }
1498 ],
1499 "description": "Guzzle is a PHP HTTP client library and framework for building RESTful web service clients",
1500 "homepage": "http://guzzlephp.org/",
1501 "keywords": [
1502 "client",
1503 "curl",
1504 "framework",
1505 "http",
1506 "http client",
1507 "rest",
1508 "web service"
1509 ],
1510 "time": "2015-05-20 03:47:55"
1511 },
1512 {
1513 "name": "guzzlehttp/ringphp",
1514 "version": "1.1.0",
1515 "source": {
1516 "type": "git",
1517 "url": "https://github.com/guzzle/RingPHP.git",
1518 "reference": "dbbb91d7f6c191e5e405e900e3102ac7f261bc0b"
1519 },
1520 "dist": {
1521 "type": "zip",
1522 "url": "https://api.github.com/repos/guzzle/RingPHP/zipball/dbbb91d7f6c191e5e405e900e3102ac7f261bc0b",
1523 "reference": "dbbb91d7f6c191e5e405e900e3102ac7f261bc0b",
1524 "shasum": ""
1525 },
1526 "require": {
1527 "guzzlehttp/streams": "~3.0",
1528 "php": ">=5.4.0",
1529 "react/promise": "~2.0"
1530 },
1531 "require-dev": {
1532 "ext-curl": "*",
1533 "phpunit/phpunit": "~4.0"
1534 },
1535 "suggest": {
1536 "ext-curl": "Guzzle will use specific adapters if cURL is present"
1537 },
1538 "type": "library",
1539 "extra": {
1540 "branch-alias": {
1541 "dev-master": "1.1-dev"
1542 }
1543 },
1544 "autoload": {
1545 "psr-4": {
1546 "GuzzleHttp\\Ring\\": "src/"
1547 }
1548 },
1549 "notification-url": "https://packagist.org/downloads/",
1550 "license": [
1551 "MIT"
1552 ],
1553 "authors": [
1554 {
1555 "name": "Michael Dowling",
1556 "email": "mtdowling@gmail.com",
1557 "homepage": "https://github.com/mtdowling"
1558 }
1559 ],
1560 "description": "Provides a simple API and specification that abstracts away the details of HTTP into a single PHP function.",
1561 "time": "2015-05-20 03:37:09"
1562 },
1563 {
1564 "name": "guzzlehttp/streams",
1565 "version": "3.0.0",
1566 "source": {
1567 "type": "git",
1568 "url": "https://github.com/guzzle/streams.git",
1569 "reference": "47aaa48e27dae43d39fc1cea0ccf0d84ac1a2ba5"
1570 },
1571 "dist": {
1572 "type": "zip",
1573 "url": "https://api.github.com/repos/guzzle/streams/zipball/47aaa48e27dae43d39fc1cea0ccf0d84ac1a2ba5",
1574 "reference": "47aaa48e27dae43d39fc1cea0ccf0d84ac1a2ba5",
1575 "shasum": ""
1576 },
1577 "require": {
1578 "php": ">=5.4.0"
1579 },
1580 "require-dev": {
1581 "phpunit/phpunit": "~4.0"
1582 },
1583 "type": "library",
1584 "extra": {
1585 "branch-alias": {
1586 "dev-master": "3.0-dev"
1587 }
1588 },
1589 "autoload": {
1590 "psr-4": {
1591 "GuzzleHttp\\Stream\\": "src/"
1592 }
1593 },
1594 "notification-url": "https://packagist.org/downloads/",
1595 "license": [
1596 "MIT"
1597 ],
1598 "authors": [
1599 {
1600 "name": "Michael Dowling",
1601 "email": "mtdowling@gmail.com",
1602 "homepage": "https://github.com/mtdowling"
1603 }
1604 ],
1605 "description": "Provides a simple abstraction over streams of data",
1606 "homepage": "http://guzzlephp.org/",
1607 "keywords": [
1608 "Guzzle",
1609 "stream"
1610 ],
1611 "time": "2014-10-12 19:18:40"
1612 },
c3510620
KG
1613 {
1614 "name": "hoa/compiler",
1615 "version": "2.15.10.29",
1616 "source": {
1617 "type": "git",
1618 "url": "https://github.com/hoaproject/Compiler.git",
1619 "reference": "ec0849fd3c1472fbcd86c3c961981f0cfe1f8d39"
1620 },
1621 "dist": {
1622 "type": "zip",
1623 "url": "https://api.github.com/repos/hoaproject/Compiler/zipball/ec0849fd3c1472fbcd86c3c961981f0cfe1f8d39",
1624 "reference": "ec0849fd3c1472fbcd86c3c961981f0cfe1f8d39",
1625 "shasum": ""
1626 },
1627 "require": {
1628 "hoa/core": "~2.0",
1629 "hoa/file": "~0.0",
1630 "hoa/iterator": "~1.0",
1631 "hoa/math": "~0.0",
1632 "hoa/regex": "~0.0",
1633 "hoa/visitor": "~1.0"
1634 },
1635 "require-dev": {
1636 "hoa/json": "~1.0",
1637 "hoa/test": "~1.0"
1638 },
1639 "type": "library",
1640 "extra": {
1641 "branch-alias": {
1642 "dev-master": "2.x-dev"
1643 }
1644 },
1645 "autoload": {
1646 "psr-4": {
1647 "Hoa\\Compiler\\": "."
1648 }
1649 },
1650 "notification-url": "https://packagist.org/downloads/",
1651 "license": [
1652 "BSD-3-Clause"
1653 ],
1654 "authors": [
1655 {
1656 "name": "Ivan Enderlin",
1657 "email": "ivan.enderlin@hoa-project.net"
1658 },
1659 {
1660 "name": "Hoa community",
1661 "homepage": "http://hoa-project.net/"
1662 }
1663 ],
1664 "description": "The Hoa\\Compiler library.",
1665 "homepage": "http://hoa-project.net/",
1666 "keywords": [
1667 "algebraic",
1668 "ast",
1669 "compiler",
1670 "context-free",
1671 "coverage",
1672 "exhaustive",
1673 "grammar",
1674 "isotropic",
1675 "language",
1676 "lexer",
1677 "library",
1678 "ll1",
1679 "llk",
1680 "parser",
1681 "pp",
1682 "random",
1683 "regular",
1684 "rule",
1685 "sampler",
1686 "syntax",
1687 "token",
1688 "trace",
1689 "uniform"
1690 ],
1691 "time": "2015-10-29 21:35:12"
1692 },
1693 {
1694 "name": "hoa/core",
1695 "version": "2.15.11.09",
1696 "source": {
1697 "type": "git",
1698 "url": "https://github.com/hoaproject/Core.git",
1699 "reference": "5538b1e90e2c66c90df5cc45e03fb85d047be900"
1700 },
1701 "dist": {
1702 "type": "zip",
1703 "url": "https://api.github.com/repos/hoaproject/Core/zipball/5538b1e90e2c66c90df5cc45e03fb85d047be900",
1704 "reference": "5538b1e90e2c66c90df5cc45e03fb85d047be900",
1705 "shasum": ""
1706 },
1707 "require": {
1708 "ext-spl": "*",
1709 "php": ">=5.4.0"
1710 },
1711 "require-dev": {
1712 "hoa/test": "~1.0"
1713 },
1714 "suggest": {
1715 "ext-mbstring": "ext/mbstring must be present (or a third implementation).",
1716 "hoa/cli": "To use the `hoa` script."
1717 },
1718 "type": "library",
1719 "extra": {
1720 "branch-alias": {
1721 "dev-master": "2.x-dev"
1722 }
1723 },
1724 "autoload": {
1725 "psr-4": {
1726 "Hoa\\Core\\": "."
1727 },
1728 "files": [
1729 "Core.php"
1730 ]
1731 },
1732 "notification-url": "https://packagist.org/downloads/",
1733 "license": [
1734 "BSD-3-Clause"
1735 ],
1736 "authors": [
1737 {
1738 "name": "Ivan Enderlin",
1739 "email": "ivan.enderlin@hoa-project.net"
1740 },
1741 {
1742 "name": "Hoa community",
1743 "homepage": "http://hoa-project.net/"
1744 }
1745 ],
1746 "description": "The Hoa\\Core library.",
1747 "homepage": "http://hoa-project.net/",
1748 "keywords": [
1749 "consistency",
1750 "core",
1751 "data",
1752 "event",
1753 "library",
1754 "listener",
1755 "parameter",
1756 "protocol"
1757 ],
1758 "time": "2015-11-09 06:51:06"
1759 },
1760 {
1761 "name": "hoa/file",
1762 "version": "0.15.11.09",
1763 "source": {
1764 "type": "git",
1765 "url": "https://github.com/hoaproject/File.git",
1766 "reference": "f46fe552ff79cb6c93a2ff9c25cfbc134fbd57ee"
1767 },
1768 "dist": {
1769 "type": "zip",
1770 "url": "https://api.github.com/repos/hoaproject/File/zipball/f46fe552ff79cb6c93a2ff9c25cfbc134fbd57ee",
1771 "reference": "f46fe552ff79cb6c93a2ff9c25cfbc134fbd57ee",
1772 "shasum": ""
1773 },
1774 "require": {
1775 "hoa/core": "~2.0",
1776 "hoa/iterator": "~1.0",
1777 "hoa/stream": "~0.0"
1778 },
1779 "require-dev": {
1780 "hoa/test": "~1.0"
1781 },
1782 "type": "library",
1783 "extra": {
1784 "branch-alias": {
1785 "dev-master": "0.x-dev"
1786 }
1787 },
1788 "autoload": {
1789 "psr-4": {
1790 "Hoa\\File\\": "."
1791 }
1792 },
1793 "notification-url": "https://packagist.org/downloads/",
1794 "license": [
1795 "BSD-3-Clause"
1796 ],
1797 "authors": [
1798 {
1799 "name": "Ivan Enderlin",
1800 "email": "ivan.enderlin@hoa-project.net"
1801 },
1802 {
1803 "name": "Hoa community",
1804 "homepage": "http://hoa-project.net/"
1805 }
1806 ],
1807 "description": "The Hoa\\File library.",
1808 "homepage": "http://hoa-project.net/",
1809 "keywords": [
1810 "Socket",
1811 "directory",
1812 "file",
1813 "finder",
1814 "library",
1815 "link",
1816 "temporary"
1817 ],
1818 "time": "2015-11-09 06:55:20"
1819 },
1820 {
1821 "name": "hoa/iterator",
1822 "version": "1.15.10.29",
1823 "source": {
1824 "type": "git",
1825 "url": "https://github.com/hoaproject/Iterator.git",
1826 "reference": "a64ed9fd62579a34e4450134d6d1abdf77d54435"
1827 },
1828 "dist": {
1829 "type": "zip",
1830 "url": "https://api.github.com/repos/hoaproject/Iterator/zipball/a64ed9fd62579a34e4450134d6d1abdf77d54435",
1831 "reference": "a64ed9fd62579a34e4450134d6d1abdf77d54435",
1832 "shasum": ""
1833 },
1834 "require": {
1835 "hoa/core": "~2.0"
1836 },
1837 "require-dev": {
1838 "hoa/test": "~1.0"
1839 },
1840 "type": "library",
1841 "extra": {
1842 "branch-alias": {
1843 "dev-master": "1.x-dev"
1844 }
1845 },
1846 "autoload": {
1847 "psr-4": {
1848 "Hoa\\Iterator\\": "."
1849 }
1850 },
1851 "notification-url": "https://packagist.org/downloads/",
1852 "license": [
1853 "BSD-3-Clause"
1854 ],
1855 "authors": [
1856 {
1857 "name": "Ivan Enderlin",
1858 "email": "ivan.enderlin@hoa-project.net"
1859 },
1860 {
1861 "name": "Hoa community",
1862 "homepage": "http://hoa-project.net/"
1863 }
1864 ],
1865 "description": "The Hoa\\Iterator library.",
1866 "homepage": "http://hoa-project.net/",
1867 "keywords": [
1868 "iterator",
1869 "library"
1870 ],
1871 "time": "2015-10-29 21:37:16"
1872 },
1873 {
1874 "name": "hoa/math",
1875 "version": "0.15.10.26",
1876 "source": {
1877 "type": "git",
1878 "url": "https://github.com/hoaproject/Math.git",
1879 "reference": "62631c65d9a4f1b8bb4c4a3d6cdff0e8971d684e"
1880 },
1881 "dist": {
1882 "type": "zip",
1883 "url": "https://api.github.com/repos/hoaproject/Math/zipball/62631c65d9a4f1b8bb4c4a3d6cdff0e8971d684e",
1884 "reference": "62631c65d9a4f1b8bb4c4a3d6cdff0e8971d684e",
1885 "shasum": ""
1886 },
1887 "require": {
1888 "hoa/compiler": "~2.0",
1889 "hoa/core": "~2.0",
1890 "hoa/iterator": "~1.0"
1891 },
1892 "require-dev": {
1893 "hoa/test": "~1.0"
1894 },
1895 "type": "library",
1896 "extra": {
1897 "branch-alias": {
1898 "dev-master": "0.x-dev"
1899 }
1900 },
1901 "autoload": {
1902 "psr-4": {
1903 "Hoa\\Math\\": "."
1904 }
1905 },
1906 "notification-url": "https://packagist.org/downloads/",
1907 "license": [
1908 "BSD-3-Clause"
1909 ],
1910 "authors": [
1911 {
1912 "name": "Ivan Enderlin",
1913 "email": "ivan.enderlin@hoa-project.net"
1914 },
1915 {
1916 "name": "Hoa community",
1917 "homepage": "http://hoa-project.net/"
1918 }
1919 ],
1920 "description": "The Hoa\\Math library.",
1921 "homepage": "http://hoa-project.net/",
1922 "keywords": [
1923 "arrangement",
1924 "combination",
1925 "combinatorics",
1926 "counting",
1927 "library",
1928 "math",
1929 "permutation",
1930 "sampler",
1931 "set"
1932 ],
1933 "time": "2015-10-26 15:22:52"
1934 },
1935 {
1936 "name": "hoa/regex",
1937 "version": "0.15.08.13",
1938 "source": {
1939 "type": "git",
1940 "url": "https://github.com/hoaproject/Regex.git",
1941 "reference": "2ef8a77ef3885ca202fcd9c31a8e54c44cd04232"
1942 },
1943 "dist": {
1944 "type": "zip",
1945 "url": "https://api.github.com/repos/hoaproject/Regex/zipball/2ef8a77ef3885ca202fcd9c31a8e54c44cd04232",
1946 "reference": "2ef8a77ef3885ca202fcd9c31a8e54c44cd04232",
1947 "shasum": ""
1948 },
1949 "require": {
1950 "hoa/core": "~2.0",
1951 "hoa/math": "~0.0",
1952 "hoa/ustring": "~3.0",
1953 "hoa/visitor": "~1.0"
1954 },
1955 "type": "library",
1956 "extra": {
1957 "branch-alias": {
1958 "dev-master": "0.x-dev"
1959 }
1960 },
1961 "autoload": {
1962 "psr-4": {
1963 "Hoa\\Regex\\": "."
1964 }
1965 },
1966 "notification-url": "https://packagist.org/downloads/",
1967 "license": [
1968 "BSD-3-Clause"
1969 ],
1970 "authors": [
1971 {
1972 "name": "Ivan Enderlin",
1973 "email": "ivan.enderlin@hoa-project.net"
1974 },
1975 {
1976 "name": "Hoa community",
1977 "homepage": "http://hoa-project.net/"
1978 }
1979 ],
1980 "description": "The Hoa\\Regex library.",
1981 "homepage": "http://hoa-project.net/",
1982 "keywords": [
1983 "compiler",
1984 "library",
1985 "regex"
1986 ],
1987 "time": "2015-08-13 06:48:47"
1988 },
1989 {
1990 "name": "hoa/ruler",
1991 "version": "1.15.11.09",
1992 "source": {
1993 "type": "git",
1994 "url": "https://github.com/hoaproject/Ruler.git",
1995 "reference": "9afc9ae032d40b6dc10bff85c9126cf516953925"
1996 },
1997 "dist": {
1998 "type": "zip",
1999 "url": "https://api.github.com/repos/hoaproject/Ruler/zipball/9afc9ae032d40b6dc10bff85c9126cf516953925",
2000 "reference": "9afc9ae032d40b6dc10bff85c9126cf516953925",
2001 "shasum": ""
2002 },
2003 "require": {
2004 "hoa/compiler": "~2.0",
2005 "hoa/core": "~2.0",
2006 "hoa/file": "~0.0",
2007 "hoa/visitor": "~1.0"
2008 },
2009 "require-dev": {
2010 "hoa/test": "~1.0"
2011 },
2012 "type": "library",
2013 "extra": {
2014 "branch-alias": {
2015 "dev-master": "1.x-dev"
2016 }
2017 },
2018 "autoload": {
2019 "psr-4": {
2020 "Hoa\\Ruler\\": "."
2021 }
2022 },
2023 "notification-url": "https://packagist.org/downloads/",
2024 "license": [
2025 "BSD-3-Clause"
2026 ],
2027 "authors": [
2028 {
2029 "name": "Ivan Enderlin",
2030 "email": "ivan.enderlin@hoa-project.net"
2031 },
2032 {
2033 "name": "Hoa community",
2034 "homepage": "http://hoa-project.net/"
2035 }
2036 ],
2037 "description": "The Hoa\\Ruler library.",
2038 "homepage": "http://hoa-project.net/",
2039 "keywords": [
2040 "library",
2041 "ruler"
2042 ],
2043 "time": "2015-11-09 06:58:52"
2044 },
2045 {
2046 "name": "hoa/stream",
2047 "version": "0.15.10.26",
2048 "source": {
2049 "type": "git",
2050 "url": "https://github.com/hoaproject/Stream.git",
2051 "reference": "011ab91d942f1d7096deade4c8a10fe57d51c5b3"
2052 },
2053 "dist": {
2054 "type": "zip",
2055 "url": "https://api.github.com/repos/hoaproject/Stream/zipball/011ab91d942f1d7096deade4c8a10fe57d51c5b3",
2056 "reference": "011ab91d942f1d7096deade4c8a10fe57d51c5b3",
2057 "shasum": ""
2058 },
2059 "require": {
2060 "hoa/core": "~2.0"
2061 },
2062 "type": "library",
2063 "extra": {
2064 "branch-alias": {
2065 "dev-master": "0.x-dev"
2066 }
2067 },
2068 "autoload": {
2069 "psr-4": {
2070 "Hoa\\Stream\\": "."
2071 }
2072 },
2073 "notification-url": "https://packagist.org/downloads/",
2074 "license": [
2075 "BSD-3-Clause"
2076 ],
2077 "authors": [
2078 {
2079 "name": "Ivan Enderlin",
2080 "email": "ivan.enderlin@hoa-project.net"
2081 },
2082 {
2083 "name": "Hoa community",
2084 "homepage": "http://hoa-project.net/"
2085 }
2086 ],
2087 "description": "The Hoa\\Stream library.",
2088 "homepage": "http://hoa-project.net/",
2089 "keywords": [
2090 "Context",
2091 "bucket",
2092 "composite",
2093 "filter",
2094 "in",
2095 "library",
2096 "out",
2097 "protocol",
2098 "stream",
2099 "wrapper"
2100 ],
2101 "time": "2015-10-22 06:30:43"
2102 },
2103 {
2104 "name": "hoa/ustring",
2105 "version": "3.15.11.09",
2106 "source": {
2107 "type": "git",
2108 "url": "https://github.com/hoaproject/Ustring.git",
2109 "reference": "8506be4910212b1a2beb9014763a8a4fbd871001"
2110 },
2111 "dist": {
2112 "type": "zip",
2113 "url": "https://api.github.com/repos/hoaproject/Ustring/zipball/8506be4910212b1a2beb9014763a8a4fbd871001",
2114 "reference": "8506be4910212b1a2beb9014763a8a4fbd871001",
2115 "shasum": ""
2116 },
2117 "require": {
2118 "hoa/core": "~2.0"
2119 },
2120 "require-dev": {
2121 "hoa/test": "~1.0"
2122 },
2123 "suggest": {
2124 "ext-iconv": "ext/iconv must be present (or a third implementation) to use Hoa\\Ustring::transcode().",
2125 "ext-intl": "To get a better Hoa\\Ustring::toAscii() and Hoa\\Ustring::compareTo()."
2126 },
2127 "type": "library",
2128 "extra": {
2129 "branch-alias": {
2130 "dev-master": "3.x-dev"
2131 }
2132 },
2133 "autoload": {
2134 "psr-4": {
2135 "Hoa\\Ustring\\": "."
2136 }
2137 },
2138 "notification-url": "https://packagist.org/downloads/",
2139 "license": [
2140 "BSD-3-Clause"
2141 ],
2142 "authors": [
2143 {
2144 "name": "Ivan Enderlin",
2145 "email": "ivan.enderlin@hoa-project.net"
2146 },
2147 {
2148 "name": "Hoa community",
2149 "homepage": "http://hoa-project.net/"
2150 }
2151 ],
2152 "description": "The Hoa\\Ustring library.",
2153 "homepage": "http://hoa-project.net/",
2154 "keywords": [
2155 "library",
2156 "search",
2157 "string",
2158 "unicode"
2159 ],
2160 "time": "2015-11-09 06:44:33"
2161 },
2162 {
2163 "name": "hoa/visitor",
2164 "version": "1.15.08.17",
2165 "source": {
2166 "type": "git",
2167 "url": "https://github.com/hoaproject/Visitor.git",
2168 "reference": "e30bfff741f71979f6476a41548e34afe8053c67"
2169 },
2170 "dist": {
2171 "type": "zip",
2172 "url": "https://api.github.com/repos/hoaproject/Visitor/zipball/e30bfff741f71979f6476a41548e34afe8053c67",
2173 "reference": "e30bfff741f71979f6476a41548e34afe8053c67",
2174 "shasum": ""
2175 },
2176 "require": {
2177 "hoa/core": "~2.0"
2178 },
2179 "require-dev": {
2180 "hoa/test": "~1.0"
2181 },
2182 "type": "library",
2183 "extra": {
2184 "branch-alias": {
2185 "dev-master": "1.x-dev"
2186 }
2187 },
2188 "autoload": {
2189 "psr-4": {
2190 "Hoa\\Visitor\\": "."
2191 }
2192 },
2193 "notification-url": "https://packagist.org/downloads/",
2194 "license": [
2195 "BSD-3-Clause"
2196 ],
2197 "authors": [
2198 {
2199 "name": "Ivan Enderlin",
2200 "email": "ivan.enderlin@hoa-project.net"
2201 },
2202 {
2203 "name": "Hoa community",
2204 "homepage": "http://hoa-project.net/"
2205 }
2206 ],
2207 "description": "The Hoa\\Visitor library.",
2208 "homepage": "http://hoa-project.net/",
2209 "keywords": [
2210 "library",
2211 "structure",
2212 "visit",
2213 "visitor"
2214 ],
2215 "time": "2015-08-17 06:30:58"
2216 },
1345a107 2217 {
93fd4692 2218 "name": "htmlawed/htmlawed",
75e9d1df 2219 "version": "1.1.19",
1345a107
NL
2220 "source": {
2221 "type": "git",
93fd4692 2222 "url": "https://github.com/kesar/HTMLawed.git",
75e9d1df 2223 "reference": "620c38edd57e680260ebd8dd0e98167d97e9a7bf"
1345a107
NL
2224 },
2225 "dist": {
2226 "type": "zip",
75e9d1df
JB
2227 "url": "https://api.github.com/repos/kesar/HTMLawed/zipball/620c38edd57e680260ebd8dd0e98167d97e9a7bf",
2228 "reference": "620c38edd57e680260ebd8dd0e98167d97e9a7bf",
1345a107
NL
2229 "shasum": ""
2230 },
2231 "require": {
93fd4692 2232 "php": ">4.4.0"
1345a107
NL
2233 },
2234 "type": "library",
1345a107 2235 "autoload": {
93fd4692
NL
2236 "files": [
2237 "htmLawed.php"
2238 ]
1345a107
NL
2239 },
2240 "notification-url": "https://packagist.org/downloads/",
2241 "license": [
93fd4692
NL
2242 "GPL-2.0+",
2243 "LGPL-3.0"
1345a107 2244 ],
399bd777
JB
2245 "authors": [
2246 {
2247 "name": "Santosh Patnaik",
2248 "homepage": "http://www.bioinformatics.org/people/index.php?user_hash=558b661f92d0ff7b",
2249 "role": "Developer"
2250 }
2251 ],
75e9d1df 2252 "description": "htmLawed - Process text with HTML markup to make it more compliant with HTML standards and administrative policies",
93fd4692
NL
2253 "homepage": "http://www.bioinformatics.org/phplabware/internal_utilities/htmLawed/",
2254 "keywords": [
2255 "HTMLtidy",
2256 "html",
2257 "sanitize",
2258 "strip",
2259 "tags"
1345a107 2260 ],
75e9d1df 2261 "time": "2015-04-05 17:23:05"
1345a107
NL
2262 },
2263 {
93fd4692 2264 "name": "incenteev/composer-parameter-handler",
c3510620 2265 "version": "v2.1.2",
1345a107
NL
2266 "source": {
2267 "type": "git",
93fd4692 2268 "url": "https://github.com/Incenteev/ParameterHandler.git",
c3510620 2269 "reference": "d7ce7f06136109e81d1cb9d57066c4d4a99cf1cc"
1345a107
NL
2270 },
2271 "dist": {
2272 "type": "zip",
c3510620
KG
2273 "url": "https://api.github.com/repos/Incenteev/ParameterHandler/zipball/d7ce7f06136109e81d1cb9d57066c4d4a99cf1cc",
2274 "reference": "d7ce7f06136109e81d1cb9d57066c4d4a99cf1cc",
1345a107
NL
2275 "shasum": ""
2276 },
2277 "require": {
93fd4692 2278 "php": ">=5.3.3",
c3510620 2279 "symfony/yaml": "~2.3|~3.0"
1345a107
NL
2280 },
2281 "require-dev": {
93fd4692
NL
2282 "composer/composer": "1.0.*@dev",
2283 "phpspec/prophecy-phpunit": "~1.0",
2284 "symfony/filesystem": "~2.2"
1345a107
NL
2285 },
2286 "type": "library",
2287 "extra": {
2288 "branch-alias": {
93fd4692 2289 "dev-master": "2.1.x-dev"
1345a107
NL
2290 }
2291 },
2292 "autoload": {
26864574
NL
2293 "psr-4": {
2294 "Incenteev\\ParameterHandler\\": ""
1345a107
NL
2295 }
2296 },
2297 "notification-url": "https://packagist.org/downloads/",
2298 "license": [
2299 "MIT"
2300 ],
2301 "authors": [
2302 {
93fd4692
NL
2303 "name": "Christophe Coevoet",
2304 "email": "stof@notk.org"
1345a107
NL
2305 }
2306 ],
93fd4692
NL
2307 "description": "Composer script handling your ignored parameter file",
2308 "homepage": "https://github.com/Incenteev/ParameterHandler",
2309 "keywords": [
2310 "parameters management"
2311 ],
c3510620 2312 "time": "2015-11-10 17:04:01"
1345a107 2313 },
a1413a3d
JB
2314 {
2315 "name": "j0k3r/graby",
1f4408de 2316 "version": "1.0.6",
a1413a3d
JB
2317 "source": {
2318 "type": "git",
2319 "url": "https://github.com/j0k3r/graby.git",
1f4408de 2320 "reference": "c9f5543fad60dc4efd12195733f96bb4fdb0e6e0"
a1413a3d
JB
2321 },
2322 "dist": {
2323 "type": "zip",
1f4408de
NL
2324 "url": "https://api.github.com/repos/j0k3r/graby/zipball/c9f5543fad60dc4efd12195733f96bb4fdb0e6e0",
2325 "reference": "c9f5543fad60dc4efd12195733f96bb4fdb0e6e0",
a1413a3d
JB
2326 "shasum": ""
2327 },
2328 "require": {
d4aa1743 2329 "ext-curl": "*",
a1413a3d
JB
2330 "guzzlehttp/guzzle": "^5.2.0",
2331 "htmlawed/htmlawed": "^1.1.19",
463573bf 2332 "j0k3r/graby-site-config": "^1.0.0",
a1413a3d 2333 "j0k3r/php-readability": "^1.0",
d4aa1743 2334 "j0k3r/safecurl": "~2.0",
a1413a3d 2335 "monolog/monolog": "^1.13.1",
d4aa1743 2336 "neitanod/forceutf8": "^2.0",
a1413a3d
JB
2337 "php": ">=5.4",
2338 "simplepie/simplepie": "^1.3.1",
d4ebe5c5 2339 "smalot/pdfparser": "~0.9.24",
d4aa1743 2340 "symfony/options-resolver": "~2.6|~3.0"
a1413a3d 2341 },
3c65dfb7
NL
2342 "require-dev": {
2343 "satooshi/php-coveralls": "~0.6"
2344 },
a1413a3d
JB
2345 "type": "library",
2346 "autoload": {
2347 "psr-4": {
2348 "Graby\\": "src/"
2349 }
2350 },
3c65dfb7 2351 "notification-url": "https://packagist.org/downloads/",
a1413a3d
JB
2352 "license": [
2353 "AGPL-3.0"
2354 ],
2355 "authors": [
2356 {
2357 "name": "Jeremy Benoist",
2358 "email": "jeremy.benoist@gmail.com",
2359 "role": "Developer"
2360 },
2361 {
2362 "name": "FiveFilters.org",
2363 "email": "fivefilters@fivefilters.org",
2364 "role": "Developer (original version)"
2365 }
2366 ],
2367 "description": "Graby helps you extract article content from web pages",
1f4408de 2368 "time": "2015-12-02 13:22:19"
a1413a3d
JB
2369 },
2370 {
2371 "name": "j0k3r/graby-site-config",
1f4408de 2372 "version": "1.0.9",
a1413a3d
JB
2373 "source": {
2374 "type": "git",
2375 "url": "https://github.com/j0k3r/graby-site-config.git",
1f4408de 2376 "reference": "7666fed2a2cd211ef366f6fed9ccddd8e0b9e623"
a1413a3d
JB
2377 },
2378 "dist": {
2379 "type": "zip",
1f4408de
NL
2380 "url": "https://api.github.com/repos/j0k3r/graby-site-config/zipball/7666fed2a2cd211ef366f6fed9ccddd8e0b9e623",
2381 "reference": "7666fed2a2cd211ef366f6fed9ccddd8e0b9e623",
a1413a3d
JB
2382 "shasum": ""
2383 },
75c3478a 2384 "require": {
d4aa1743 2385 "symfony/finder": "~2.6|~3.0"
75c3478a 2386 },
a1413a3d 2387 "type": "library",
75c3478a
JB
2388 "autoload": {
2389 "psr-4": {
463573bf 2390 "GrabySiteConfig\\SiteConfig\\": "src/"
75c3478a
JB
2391 }
2392 },
a1413a3d
JB
2393 "notification-url": "https://packagist.org/downloads/",
2394 "license": [
2395 "AGPL-3.0"
2396 ],
2397 "authors": [
2398 {
2399 "name": "Jeremy Benoist",
2400 "email": "jeremy.benoist@gmail.com"
2401 }
2402 ],
2403 "description": "Graby site config files",
1f4408de 2404 "time": "2015-12-03 19:49:20"
a1413a3d
JB
2405 },
2406 {
2407 "name": "j0k3r/php-readability",
c3510620 2408 "version": "v1.0.9",
a1413a3d
JB
2409 "source": {
2410 "type": "git",
2411 "url": "https://github.com/j0k3r/php-readability.git",
c3510620 2412 "reference": "41d7440c6e6130bacd50808342fe566e28f536fb"
a1413a3d
JB
2413 },
2414 "dist": {
2415 "type": "zip",
c3510620
KG
2416 "url": "https://api.github.com/repos/j0k3r/php-readability/zipball/41d7440c6e6130bacd50808342fe566e28f536fb",
2417 "reference": "41d7440c6e6130bacd50808342fe566e28f536fb",
a1413a3d
JB
2418 "shasum": ""
2419 },
2420 "require": {
a1413a3d
JB
2421 "php": ">=5.3.3"
2422 },
2423 "type": "library",
2424 "autoload": {
2425 "psr-4": {
2426 "Readability\\": "src/"
2427 }
2428 },
2429 "notification-url": "https://packagist.org/downloads/",
2430 "license": [
2431 "Apache-2.0"
2432 ],
2433 "authors": [
2434 {
2435 "name": "Keyvan Minoukadeh",
2436 "email": "keyvan@keyvan.net",
2437 "homepage": "http://keyvan.net",
2438 "role": "Developer (ported original JS code to PHP)"
2439 },
2440 {
2441 "name": "Arc90",
2442 "homepage": "http://arc90.com",
2443 "role": "Developer (original JS version)"
2444 },
2445 {
2446 "name": "Jeremy Benoist",
2447 "email": "jeremy.benoist@gmail.com",
2448 "homepage": "http://www.j0k3r.net",
2449 "role": "Developer"
2450 },
2451 {
2452 "name": "DitherSky",
2453 "homepage": "https://github.com/Dither",
2454 "role": "Developer (https://github.com/Dither/full-text-rss)"
2455 }
2456 ],
2457 "description": "Automatic article extraction from HTML",
2458 "keywords": [
2459 "article",
2460 "article extraction",
2461 "content",
2462 "content extraction",
2463 "extraction",
2464 "html"
2465 ],
c3510620 2466 "time": "2015-11-10 08:55:29"
a1413a3d 2467 },
2db616b5
NL
2468 {
2469 "name": "j0k3r/safecurl",
d4aa1743 2470 "version": "2.0.2",
2db616b5
NL
2471 "source": {
2472 "type": "git",
2473 "url": "https://github.com/j0k3r/safecurl.git",
d4aa1743 2474 "reference": "d5b7a0dcda23f8fd6a3f0ca3dac080e38388ba4b"
2db616b5
NL
2475 },
2476 "dist": {
2477 "type": "zip",
d4aa1743
BD
2478 "url": "https://api.github.com/repos/j0k3r/safecurl/zipball/d5b7a0dcda23f8fd6a3f0ca3dac080e38388ba4b",
2479 "reference": "d5b7a0dcda23f8fd6a3f0ca3dac080e38388ba4b",
2db616b5
NL
2480 "shasum": ""
2481 },
2482 "require": {
d4aa1743
BD
2483 "ext-curl": "*",
2484 "php": ">=5.3.3"
2485 },
2486 "require-dev": {
2487 "phpunit/phpunit": "^4.0.0"
2db616b5
NL
2488 },
2489 "type": "library",
2490 "autoload": {
d4aa1743
BD
2491 "psr-4": {
2492 "fin1te\\SafeCurl\\": "src/"
2db616b5
NL
2493 }
2494 },
2495 "notification-url": "https://packagist.org/downloads/",
2496 "license": [
2497 "MIT"
2498 ],
2499 "authors": [
2500 {
2501 "name": "Jeremy Benoist",
2502 "email": "jeremy.benoist@gmail.com"
2503 },
2504 {
2505 "name": "Jack W",
2506 "email": "jack@fin1te.net",
2507 "role": "Developer (original version)"
2508 }
2509 ],
2510 "description": "A drop-in replacement for 'curl_exec', designed to prevent SSRF attacks.",
2511 "keywords": [
2512 "curl",
2513 "safe",
2514 "safecurl",
2515 "ssrf",
2516 "websec"
2517 ],
d4aa1743 2518 "time": "2015-11-23 08:16:01"
2db616b5 2519 },
e342acf7 2520 {
93fd4692
NL
2521 "name": "jdorn/sql-formatter",
2522 "version": "v1.2.17",
e342acf7
NL
2523 "source": {
2524 "type": "git",
93fd4692
NL
2525 "url": "https://github.com/jdorn/sql-formatter.git",
2526 "reference": "64990d96e0959dff8e059dfcdc1af130728d92bc"
e342acf7
NL
2527 },
2528 "dist": {
2529 "type": "zip",
93fd4692
NL
2530 "url": "https://api.github.com/repos/jdorn/sql-formatter/zipball/64990d96e0959dff8e059dfcdc1af130728d92bc",
2531 "reference": "64990d96e0959dff8e059dfcdc1af130728d92bc",
e342acf7
NL
2532 "shasum": ""
2533 },
2534 "require": {
93fd4692
NL
2535 "php": ">=5.2.4"
2536 },
2537 "require-dev": {
2538 "phpunit/phpunit": "3.7.*"
e342acf7
NL
2539 },
2540 "type": "library",
f3052b45
NL
2541 "extra": {
2542 "branch-alias": {
93fd4692 2543 "dev-master": "1.3.x-dev"
f3052b45
NL
2544 }
2545 },
e342acf7 2546 "autoload": {
93fd4692
NL
2547 "classmap": [
2548 "lib"
2549 ]
e342acf7
NL
2550 },
2551 "notification-url": "https://packagist.org/downloads/",
e342acf7 2552 "license": [
f3052b45 2553 "MIT"
e342acf7
NL
2554 ],
2555 "authors": [
2556 {
93fd4692
NL
2557 "name": "Jeremy Dorn",
2558 "email": "jeremy@jeremydorn.com",
2559 "homepage": "http://jeremydorn.com/"
e342acf7
NL
2560 }
2561 ],
93fd4692
NL
2562 "description": "a PHP SQL highlighting library",
2563 "homepage": "https://github.com/jdorn/sql-formatter/",
2564 "keywords": [
2565 "highlight",
2566 "sql"
2567 ],
2568 "time": "2014-01-12 16:20:24"
e342acf7 2569 },
569f8d68
NL
2570 {
2571 "name": "jms/metadata",
2572 "version": "1.5.1",
2573 "source": {
2574 "type": "git",
2575 "url": "https://github.com/schmittjoh/metadata.git",
2576 "reference": "22b72455559a25777cfd28c4ffda81ff7639f353"
2577 },
2578 "dist": {
2579 "type": "zip",
2580 "url": "https://api.github.com/repos/schmittjoh/metadata/zipball/22b72455559a25777cfd28c4ffda81ff7639f353",
2581 "reference": "22b72455559a25777cfd28c4ffda81ff7639f353",
2582 "shasum": ""
2583 },
2584 "require": {
2585 "php": ">=5.3.0"
2586 },
2587 "require-dev": {
2588 "doctrine/cache": "~1.0"
2589 },
2590 "type": "library",
2591 "extra": {
2592 "branch-alias": {
2593 "dev-master": "1.5.x-dev"
2594 }
2595 },
2596 "autoload": {
2597 "psr-0": {
2598 "Metadata\\": "src/"
2599 }
2600 },
2601 "notification-url": "https://packagist.org/downloads/",
2602 "license": [
2603 "Apache"
2604 ],
2605 "authors": [
2606 {
2607 "name": "Johannes Schmitt",
2608 "email": "schmittjoh@gmail.com",
2609 "homepage": "https://github.com/schmittjoh",
2610 "role": "Developer of wrapped JMSSerializerBundle"
2611 }
2612 ],
2613 "description": "Class/method/property metadata management in PHP",
2614 "keywords": [
2615 "annotations",
2616 "metadata",
2617 "xml",
2618 "yaml"
2619 ],
2620 "time": "2014-07-12 07:13:19"
2621 },
2622 {
2623 "name": "jms/parser-lib",
2624 "version": "1.0.0",
2625 "source": {
2626 "type": "git",
2627 "url": "https://github.com/schmittjoh/parser-lib.git",
2628 "reference": "c509473bc1b4866415627af0e1c6cc8ac97fa51d"
2629 },
2630 "dist": {
2631 "type": "zip",
2632 "url": "https://api.github.com/repos/schmittjoh/parser-lib/zipball/c509473bc1b4866415627af0e1c6cc8ac97fa51d",
2633 "reference": "c509473bc1b4866415627af0e1c6cc8ac97fa51d",
2634 "shasum": ""
2635 },
2636 "require": {
2637 "phpoption/phpoption": ">=0.9,<2.0-dev"
2638 },
2639 "type": "library",
2640 "extra": {
2641 "branch-alias": {
2642 "dev-master": "1.0-dev"
2643 }
2644 },
2645 "autoload": {
2646 "psr-0": {
2647 "JMS\\": "src/"
2648 }
2649 },
2650 "notification-url": "https://packagist.org/downloads/",
2651 "license": [
2652 "Apache2"
2653 ],
2654 "description": "A library for easily creating recursive-descent parsers.",
2655 "time": "2012-11-18 18:08:43"
2656 },
2657 {
2658 "name": "jms/serializer",
2659 "version": "0.16.0",
2660 "source": {
2661 "type": "git",
2662 "url": "https://github.com/schmittjoh/serializer.git",
2663 "reference": "c8a171357ca92b6706e395c757f334902d430ea9"
2664 },
2665 "dist": {
2666 "type": "zip",
2667 "url": "https://api.github.com/repos/schmittjoh/serializer/zipball/c8a171357ca92b6706e395c757f334902d430ea9",
2668 "reference": "c8a171357ca92b6706e395c757f334902d430ea9",
2669 "shasum": ""
2670 },
2671 "require": {
2672 "doctrine/annotations": "1.*",
2673 "jms/metadata": "~1.1",
2674 "jms/parser-lib": "1.*",
2675 "php": ">=5.3.2",
2676 "phpcollection/phpcollection": "~0.1"
2677 },
2678 "require-dev": {
2679 "doctrine/orm": "~2.1",
2680 "doctrine/phpcr-odm": "~1.0.1",
2681 "jackalope/jackalope-doctrine-dbal": "1.0.*",
2682 "propel/propel1": "~1.7",
2683 "symfony/filesystem": "2.*",
2684 "symfony/form": "~2.1",
2685 "symfony/translation": "~2.0",
2686 "symfony/validator": "~2.0",
2687 "symfony/yaml": "2.*",
2688 "twig/twig": ">=1.8,<2.0-dev"
2689 },
2690 "suggest": {
2691 "symfony/yaml": "Required if you'd like to serialize data to YAML format."
2692 },
2693 "type": "library",
2694 "extra": {
2695 "branch-alias": {
2696 "dev-master": "0.15-dev"
2697 }
2698 },
2699 "autoload": {
2700 "psr-0": {
2701 "JMS\\Serializer": "src/"
2702 }
2703 },
2704 "notification-url": "https://packagist.org/downloads/",
2705 "license": [
2706 "Apache2"
2707 ],
2708 "authors": [
2709 {
2710 "name": "Johannes Schmitt",
2711 "email": "schmittjoh@gmail.com",
2712 "homepage": "https://github.com/schmittjoh",
2713 "role": "Developer of wrapped JMSSerializerBundle"
2714 }
2715 ],
2716 "description": "Library for (de-)serializing data of any complexity; supports XML, JSON, and YAML.",
2717 "homepage": "http://jmsyst.com/libs/serializer",
2718 "keywords": [
2719 "deserialization",
2720 "jaxb",
2721 "json",
2722 "serialization",
2723 "xml"
2724 ],
2725 "time": "2014-03-18 08:39:00"
2726 },
2727 {
2728 "name": "jms/serializer-bundle",
2729 "version": "0.13.0",
2730 "target-dir": "JMS/SerializerBundle",
2731 "source": {
2732 "type": "git",
2733 "url": "https://github.com/schmittjoh/JMSSerializerBundle.git",
2734 "reference": "bb15db3e661168f4310fad48b86915ff1ca33795"
2735 },
2736 "dist": {
2737 "type": "zip",
2738 "url": "https://api.github.com/repos/schmittjoh/JMSSerializerBundle/zipball/bb15db3e661168f4310fad48b86915ff1ca33795",
2739 "reference": "bb15db3e661168f4310fad48b86915ff1ca33795",
2740 "shasum": ""
2741 },
2742 "require": {
2743 "jms/serializer": "~0.11",
2744 "php": ">=5.3.2",
2745 "symfony/framework-bundle": "~2.1"
2746 },
2747 "require-dev": {
2748 "doctrine/doctrine-bundle": "*",
2749 "doctrine/orm": "*",
2750 "symfony/browser-kit": "*",
2751 "symfony/class-loader": "*",
2752 "symfony/css-selector": "*",
2753 "symfony/finder": "*",
2754 "symfony/form": "*",
2755 "symfony/process": "*",
2756 "symfony/twig-bundle": "*",
2757 "symfony/validator": "*",
2758 "symfony/yaml": "*"
2759 },
2760 "suggest": {
2761 "jms/di-extra-bundle": "Required to get lazy loading (de)serialization visitors, ~1.3"
2762 },
2763 "type": "symfony-bundle",
2764 "extra": {
2765 "branch-alias": {
2766 "dev-master": "0.13-dev"
2767 }
2768 },
2769 "autoload": {
2770 "psr-0": {
2771 "JMS\\SerializerBundle": ""
2772 }
2773 },
2774 "notification-url": "https://packagist.org/downloads/",
2775 "license": [
2776 "Apache2"
2777 ],
2778 "authors": [
2779 {
2780 "name": "Johannes Schmitt",
2781 "email": "schmittjoh@gmail.com",
2782 "homepage": "https://github.com/schmittjoh",
2783 "role": "Developer of wrapped JMSSerializerBundle"
2784 }
2785 ],
2786 "description": "Allows you to easily serialize, and deserialize data of any complexity",
2787 "homepage": "http://jmsyst.com/bundles/JMSSerializerBundle",
2788 "keywords": [
2789 "deserialization",
2790 "jaxb",
2791 "json",
2792 "serialization",
2793 "xml"
2794 ],
2795 "time": "2013-12-05 14:36:11"
2796 },
c3510620
KG
2797 {
2798 "name": "kphoen/rulerz",
d4aa1743 2799 "version": "0.16.2",
c3510620
KG
2800 "source": {
2801 "type": "git",
2802 "url": "https://github.com/K-Phoen/rulerz.git",
d4aa1743 2803 "reference": "2b4fd796dadad204353e966b9f53040225ce6871"
c3510620
KG
2804 },
2805 "dist": {
2806 "type": "zip",
d4aa1743
BD
2807 "url": "https://api.github.com/repos/K-Phoen/rulerz/zipball/2b4fd796dadad204353e966b9f53040225ce6871",
2808 "reference": "2b4fd796dadad204353e966b9f53040225ce6871",
c3510620
KG
2809 "shasum": ""
2810 },
2811 "require": {
2812 "hoa/ruler": "~1.0",
d4aa1743 2813 "php": ">=5.5",
c3510620
KG
2814 "symfony/property-access": "~2.3"
2815 },
2816 "require-dev": {
2817 "behat/behat": "~3.0",
2818 "coduo/phpspec-data-provider-extension": "~1.0,!=1.0.2",
2819 "doctrine/orm": "~2.4",
2820 "elasticsearch/elasticsearch": "~1.0",
2821 "illuminate/database": "~5.0",
2822 "mikey179/vfsstream": "~1.4",
d4aa1743 2823 "phpspec/phpspec": "~2.0,>=2.4-dev",
c3510620
KG
2824 "pomm-project/cli": "~2.0@dev",
2825 "pomm-project/foundation": "~2.0@dev",
2826 "pomm-project/model-manager": "~2.0.@dev",
2827 "ruflin/elastica": "~1.0",
d4aa1743 2828 "solarium/solarium": "~3.0",
c3510620
KG
2829 "vlucas/phpdotenv": "~2.1"
2830 },
2831 "suggest": {
2832 "doctrine/orm": "To execute rules as Doctrine queries",
2833 "elasticsearch/elasticsearch": "To execute rules as Elasticsearch queries",
2834 "kphoen/rulerz-spec-builder": "If you want a specification builder",
d4aa1743
BD
2835 "pomm-project/model-manager": "To execute rules as Pomm queries",
2836 "solarium/solarium": "To execute rules as Solr queries"
c3510620
KG
2837 },
2838 "type": "library",
2839 "extra": {
2840 "branch-alias": {
2841 "dev-master": "1.0.x-dev"
2842 }
2843 },
2844 "autoload": {
2845 "psr-4": {
2846 "RulerZ\\": "src/"
2847 }
2848 },
2849 "notification-url": "https://packagist.org/downloads/",
2850 "license": [
2851 "MIT"
2852 ],
2853 "authors": [
2854 {
2855 "name": "Kévin Gomez",
2856 "email": "contact@kevingomez.fr"
2857 }
2858 ],
2859 "description": "Powerful implementation of the Specification pattern",
2860 "homepage": "https://github.com/K-Phoen/RulerZ",
2861 "keywords": [
2862 "doctrine",
2863 "specification"
2864 ],
d4aa1743 2865 "time": "2015-12-07 22:24:24"
c3510620
KG
2866 },
2867 {
2868 "name": "kphoen/rulerz-bundle",
a6e27f74 2869 "version": "0.11.0",
c3510620
KG
2870 "source": {
2871 "type": "git",
2872 "url": "https://github.com/K-Phoen/RulerZBundle.git",
a6e27f74 2873 "reference": "dcaaed69d8252fa1e3a25802f8cf697947570778"
c3510620
KG
2874 },
2875 "dist": {
2876 "type": "zip",
a6e27f74
KG
2877 "url": "https://api.github.com/repos/K-Phoen/RulerZBundle/zipball/dcaaed69d8252fa1e3a25802f8cf697947570778",
2878 "reference": "dcaaed69d8252fa1e3a25802f8cf697947570778",
c3510620
KG
2879 "shasum": ""
2880 },
2881 "require": {
2882 "kphoen/rulerz": "~0.1, >=0.13.0",
a6e27f74
KG
2883 "symfony/framework-bundle": "~2.3|~3.0",
2884 "symfony/validator": "~2.3|~3.0"
c3510620
KG
2885 },
2886 "require-dev": {
2887 "matthiasnoback/symfony-dependency-injection-test": "~0.7",
2888 "mikey179/vfsstream": "~1.0",
2889 "phpunit/phpunit": "~4.8"
2890 },
2891 "type": "symfony-bundle",
2892 "autoload": {
2893 "psr-4": {
2894 "KPhoen\\RulerZBundle\\": ""
2895 }
2896 },
2897 "notification-url": "https://packagist.org/downloads/",
2898 "license": [
2899 "MIT"
2900 ],
2901 "authors": [
2902 {
2903 "name": "Kévin Gomez",
2904 "email": "contact@kevingomez.fr"
2905 }
2906 ],
2907 "description": "Symfony2 Bundle for RulerZ",
2908 "homepage": "https://github.com/K-Phoen/RulerZBundle",
2909 "keywords": [
2910 "doctrine",
2911 "ruler",
2912 "rulerz",
2913 "specification"
2914 ],
a6e27f74 2915 "time": "2015-11-13 13:00:14"
c3510620 2916 },
e342acf7 2917 {
93fd4692 2918 "name": "kriswallsmith/assetic",
d4aa1743 2919 "version": "v1.3.2",
e342acf7
NL
2920 "source": {
2921 "type": "git",
93fd4692 2922 "url": "https://github.com/kriswallsmith/assetic.git",
d4aa1743 2923 "reference": "9928f7c4ad98b234e3559d1049abd13387f86db5"
e342acf7
NL
2924 },
2925 "dist": {
2926 "type": "zip",
d4aa1743
BD
2927 "url": "https://api.github.com/repos/kriswallsmith/assetic/zipball/9928f7c4ad98b234e3559d1049abd13387f86db5",
2928 "reference": "9928f7c4ad98b234e3559d1049abd13387f86db5",
e342acf7
NL
2929 "shasum": ""
2930 },
2931 "require": {
93fd4692 2932 "php": ">=5.3.1",
d4aa1743 2933 "symfony/process": "~2.1|~3.0"
e342acf7 2934 },
75c3478a 2935 "conflict": {
d4aa1743 2936 "twig/twig": "<1.23"
75c3478a 2937 },
f3052b45 2938 "require-dev": {
d4aa1743
BD
2939 "cssmin/cssmin": "3.0.1",
2940 "joliclic/javascript-packer": "1.1",
2941 "kamicane/packager": "1.0",
75c3478a 2942 "leafo/lessphp": "^0.3.7",
d4aa1743
BD
2943 "leafo/scssphp": "~0.1",
2944 "mrclay/minify": "~2.2",
75c3478a
JB
2945 "patchwork/jsqueeze": "~1.0|~2.0",
2946 "phpunit/phpunit": "~4.8",
93fd4692 2947 "psr/log": "~1.0",
d4aa1743
BD
2948 "ptachoire/cssembed": "~1.0",
2949 "symfony/phpunit-bridge": "~2.7|~3.0",
75c3478a 2950 "twig/twig": "~1.8|~2.0"
f3052b45
NL
2951 },
2952 "suggest": {
93fd4692
NL
2953 "leafo/lessphp": "Assetic provides the integration with the lessphp LESS compiler",
2954 "leafo/scssphp": "Assetic provides the integration with the scssphp SCSS compiler",
2955 "leafo/scssphp-compass": "Assetic provides the integration with the SCSS compass plugin",
2956 "patchwork/jsqueeze": "Assetic provides the integration with the JSqueeze JavaScript compressor",
2957 "ptachoire/cssembed": "Assetic provides the integration with phpcssembed to embed data uris",
2958 "twig/twig": "Assetic provides the integration with the Twig templating engine"
f3052b45 2959 },
e342acf7 2960 "type": "library",
f3052b45
NL
2961 "extra": {
2962 "branch-alias": {
386cd246 2963 "dev-master": "1.4-dev"
f3052b45
NL
2964 }
2965 },
e342acf7 2966 "autoload": {
f3052b45 2967 "psr-0": {
93fd4692
NL
2968 "Assetic": "src/"
2969 },
2970 "files": [
2971 "src/functions.php"
2972 ]
e342acf7
NL
2973 },
2974 "notification-url": "https://packagist.org/downloads/",
e342acf7 2975 "license": [
f3052b45 2976 "MIT"
e342acf7
NL
2977 ],
2978 "authors": [
2979 {
93fd4692
NL
2980 "name": "Kris Wallsmith",
2981 "email": "kris.wallsmith@gmail.com",
2982 "homepage": "http://kriswallsmith.net/"
2983 }
2984 ],
2985 "description": "Asset Management for PHP",
2986 "homepage": "https://github.com/kriswallsmith/assetic",
2987 "keywords": [
2988 "assets",
2989 "compression",
2990 "minification"
2991 ],
d4aa1743 2992 "time": "2015-11-12 13:51:40"
93fd4692 2993 },
26864574
NL
2994 {
2995 "name": "lexik/form-filter-bundle",
16bbb4aa 2996 "version": "v4.0.2",
26864574
NL
2997 "source": {
2998 "type": "git",
2999 "url": "https://github.com/lexik/LexikFormFilterBundle.git",
16bbb4aa 3000 "reference": "d6081d308b71e14509602722c78d28801e4ed78a"
26864574
NL
3001 },
3002 "dist": {
3003 "type": "zip",
16bbb4aa
JB
3004 "url": "https://api.github.com/repos/lexik/LexikFormFilterBundle/zipball/d6081d308b71e14509602722c78d28801e4ed78a",
3005 "reference": "d6081d308b71e14509602722c78d28801e4ed78a",
26864574
NL
3006 "shasum": ""
3007 },
3008 "require": {
3009 "doctrine/orm": "~2.2",
3010 "php": ">=5.3.2",
3011 "symfony/form": "~2.7",
3012 "symfony/framework-bundle": "~2.7"
3013 },
3014 "require-dev": {
3015 "phpunit/phpunit": "~3.7"
3016 },
3017 "type": "symfony-bundle",
3018 "extra": {
3019 "branch-alias": {
3020 "dev-master": "4.x.x-dev"
3021 }
3022 },
3023 "autoload": {
3024 "psr-4": {
3025 "Lexik\\Bundle\\FormFilterBundle\\": ""
3026 }
3027 },
3028 "notification-url": "https://packagist.org/downloads/",
3029 "license": [
3030 "MIT"
3031 ],
3032 "authors": [
3033 {
3034 "name": "Dev Lexik",
3035 "email": "dev@lexik.fr"
3036 },
3037 {
3038 "name": "Cedric Girard",
3039 "email": "c.girard@lexik.fr"
3040 }
3041 ],
3042 "description": "This bundle aim to provide classes to build some form filters and then build a doctrine query from this form filter.",
3043 "homepage": "https://github.com/lexik/LexikFormFilterBundle",
3044 "keywords": [
3045 "Symfony2",
3046 "bundle",
3047 "doctrine",
3048 "filter",
3049 "form"
3050 ],
386cd246 3051 "time": "2015-10-20 12:45:52"
26864574 3052 },
32da2a70
J
3053 {
3054 "name": "liip/theme-bundle",
3055 "version": "1.1.3",
3056 "target-dir": "Liip/ThemeBundle",
3057 "source": {
3058 "type": "git",
3059 "url": "https://github.com/liip/LiipThemeBundle.git",
3060 "reference": "a594cc6deda293034b8fd7795c9950f02fc8251b"
3061 },
3062 "dist": {
3063 "type": "zip",
3064 "url": "https://api.github.com/repos/liip/LiipThemeBundle/zipball/a594cc6deda293034b8fd7795c9950f02fc8251b",
3065 "reference": "a594cc6deda293034b8fd7795c9950f02fc8251b",
3066 "shasum": ""
3067 },
3068 "require": {
3069 "php": ">=5.3.3",
3070 "symfony/framework-bundle": "~2.0"
3071 },
3072 "require-dev": {
3073 "symfony/console": "~2.0",
3074 "symfony/expression-language": "~2.6"
3075 },
3076 "type": "symfony-bundle",
3077 "extra": {
3078 "branch-alias": {
3079 "dev-master": "1.1-dev"
3080 }
3081 },
3082 "autoload": {
3083 "psr-0": {
3084 "Liip\\ThemeBundle": ""
3085 }
3086 },
3087 "notification-url": "https://packagist.org/downloads/",
3088 "license": [
3089 "MIT"
3090 ],
3091 "authors": [
3092 {
3093 "name": "Community contributions",
3094 "homepage": "https://github.com/liip/LiipThemeBundle/contributors"
3095 },
3096 {
3097 "name": "Liip AG",
3098 "homepage": "http://www.liip.ch/"
3099 }
3100 ],
3101 "description": "Provides theming support for #Symfony2 Bundles",
3102 "keywords": [
3103 "themes",
3104 "theming"
3105 ],
3106 "time": "2015-02-02 15:55:54"
3107 },
93fd4692
NL
3108 {
3109 "name": "mgargano/simplehtmldom",
daacffef 3110 "version": "1.5",
93fd4692
NL
3111 "source": {
3112 "type": "git",
75c3478a 3113 "url": "https://github.com/matgargano/simplehtmldom.git",
93fd4692
NL
3114 "reference": "37fb0d7c1bda45c5a4cf14fdef56c1edf6aa42be"
3115 },
3116 "dist": {
3117 "type": "zip",
75c3478a 3118 "url": "https://api.github.com/repos/matgargano/simplehtmldom/zipball/37fb0d7c1bda45c5a4cf14fdef56c1edf6aa42be",
93fd4692
NL
3119 "reference": "37fb0d7c1bda45c5a4cf14fdef56c1edf6aa42be",
3120 "shasum": ""
3121 },
3122 "require": {
3123 "php": ">=5.3.0"
3124 },
3125 "type": "library",
3126 "autoload": {
3127 "psr-0": {
3128 "SimpleHtmlDom": "src/"
f3052b45 3129 },
93fd4692
NL
3130 "files": [
3131 "src/simple_html_dom.php"
3132 ]
3133 },
3134 "notification-url": "https://packagist.org/downloads/",
3135 "license": [
3136 "The MIT License"
3137 ],
3138 "authors": [
f3052b45 3139 {
93fd4692 3140 "name": "S.C. Chen",
1f4408de
NL
3141 "email": "me578022@gmail.com",
3142 "homepage": "http://simplehtmldom.sourceforge.net/",
3143 "role": "Lead Developer"
e342acf7
NL
3144 }
3145 ],
93fd4692
NL
3146 "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",
3147 "homepage": "http://simplehtmldom.sourceforge.net/",
3148 "keywords": [
3149 "Simple",
3150 "dom",
3151 "html"
3152 ],
3153 "time": "2014-01-05 18:17:34"
e342acf7 3154 },
569f8d68
NL
3155 {
3156 "name": "michelf/php-markdown",
3c65dfb7 3157 "version": "1.6.0",
569f8d68
NL
3158 "source": {
3159 "type": "git",
3160 "url": "https://github.com/michelf/php-markdown.git",
3c65dfb7 3161 "reference": "156e56ee036505ec637d761ee62dc425d807183c"
569f8d68
NL
3162 },
3163 "dist": {
3164 "type": "zip",
3c65dfb7
NL
3165 "url": "https://api.github.com/repos/michelf/php-markdown/zipball/156e56ee036505ec637d761ee62dc425d807183c",
3166 "reference": "156e56ee036505ec637d761ee62dc425d807183c",
569f8d68
NL
3167 "shasum": ""
3168 },
3169 "require": {
3170 "php": ">=5.3.0"
3171 },
3172 "type": "library",
3173 "extra": {
3174 "branch-alias": {
3175 "dev-lib": "1.4.x-dev"
3176 }
3177 },
3178 "autoload": {
3179 "psr-0": {
3180 "Michelf": ""
3181 }
3182 },
3183 "notification-url": "https://packagist.org/downloads/",
3184 "license": [
3185 "BSD-3-Clause"
3186 ],
3187 "authors": [
3188 {
3189 "name": "Michel Fortin",
3190 "email": "michel.fortin@michelf.ca",
0f006880 3191 "homepage": "https://michelf.ca/",
569f8d68 3192 "role": "Developer"
d4aa1743
BD
3193 },
3194 {
3195 "name": "John Gruber",
3196 "homepage": "https://daringfireball.net/"
569f8d68
NL
3197 }
3198 ],
3199 "description": "PHP Markdown",
0f006880 3200 "homepage": "https://michelf.ca/projects/php-markdown/",
569f8d68
NL
3201 "keywords": [
3202 "markdown"
3203 ],
3c65dfb7 3204 "time": "2015-12-24 01:37:31"
569f8d68 3205 },
e342acf7 3206 {
93fd4692 3207 "name": "monolog/monolog",
386cd246 3208 "version": "1.17.2",
e342acf7
NL
3209 "source": {
3210 "type": "git",
93fd4692 3211 "url": "https://github.com/Seldaek/monolog.git",
386cd246 3212 "reference": "bee7f0dc9c3e0b69a6039697533dca1e845c8c24"
e342acf7
NL
3213 },
3214 "dist": {
3215 "type": "zip",
386cd246
JB
3216 "url": "https://api.github.com/repos/Seldaek/monolog/zipball/bee7f0dc9c3e0b69a6039697533dca1e845c8c24",
3217 "reference": "bee7f0dc9c3e0b69a6039697533dca1e845c8c24",
e342acf7
NL
3218 "shasum": ""
3219 },
3220 "require": {
93fd4692
NL
3221 "php": ">=5.3.0",
3222 "psr/log": "~1.0"
3223 },
3224 "provide": {
3225 "psr/log-implementation": "1.0.0"
e342acf7
NL
3226 },
3227 "require-dev": {
26864574 3228 "aws/aws-sdk-php": "^2.4.9",
93fd4692
NL
3229 "doctrine/couchdb": "~1.0@dev",
3230 "graylog2/gelf-php": "~1.0",
386cd246 3231 "jakub-onderka/php-parallel-lint": "0.9",
26864574
NL
3232 "php-console/php-console": "^3.1.3",
3233 "phpunit/phpunit": "~4.5",
3234 "phpunit/phpunit-mock-objects": "2.3.0",
386cd246 3235 "raven/raven": "^0.13",
26864574 3236 "ruflin/elastica": ">=0.90 <3.0",
0f006880 3237 "swiftmailer/swiftmailer": "~5.3",
93fd4692 3238 "videlalvaro/php-amqplib": "~2.4"
e342acf7 3239 },
f3052b45 3240 "suggest": {
93fd4692
NL
3241 "aws/aws-sdk-php": "Allow sending log messages to AWS services like DynamoDB",
3242 "doctrine/couchdb": "Allow sending log messages to a CouchDB server",
3243 "ext-amqp": "Allow sending log messages to an AMQP server (1.0+ required)",
3244 "ext-mongo": "Allow sending log messages to a MongoDB server",
3245 "graylog2/gelf-php": "Allow sending log messages to a GrayLog2 server",
26864574 3246 "php-console/php-console": "Allow sending log messages to Google Chrome",
93fd4692
NL
3247 "raven/raven": "Allow sending log messages to a Sentry server",
3248 "rollbar/rollbar": "Allow sending log messages to Rollbar",
3249 "ruflin/elastica": "Allow sending log messages to an Elastic Search server",
3250 "videlalvaro/php-amqplib": "Allow sending log messages to an AMQP server using php-amqplib"
f3052b45
NL
3251 },
3252 "type": "library",
3253 "extra": {
3254 "branch-alias": {
26864574 3255 "dev-master": "1.16.x-dev"
e342acf7
NL
3256 }
3257 },
3258 "autoload": {
93fd4692
NL
3259 "psr-4": {
3260 "Monolog\\": "src/Monolog"
f3052b45 3261 }
e342acf7
NL
3262 },
3263 "notification-url": "https://packagist.org/downloads/",
3264 "license": [
f3052b45 3265 "MIT"
e342acf7
NL
3266 ],
3267 "authors": [
3268 {
93fd4692
NL
3269 "name": "Jordi Boggiano",
3270 "email": "j.boggiano@seld.be",
3271 "homepage": "http://seld.be"
e342acf7
NL
3272 }
3273 ],
93fd4692
NL
3274 "description": "Sends your logs to files, sockets, inboxes, databases and various web services",
3275 "homepage": "http://github.com/Seldaek/monolog",
3276 "keywords": [
3277 "log",
3278 "logging",
3279 "psr-3"
3280 ],
386cd246 3281 "time": "2015-10-14 12:51:02"
e342acf7 3282 },
a1413a3d
JB
3283 {
3284 "name": "neitanod/forceutf8",
d4aa1743 3285 "version": "v2.0",
a1413a3d
JB
3286 "source": {
3287 "type": "git",
3288 "url": "https://github.com/neitanod/forceutf8.git",
d4aa1743 3289 "reference": "2c1b21e00ed16b2b083ae4e27901cb5f2856db90"
a1413a3d
JB
3290 },
3291 "dist": {
3292 "type": "zip",
d4aa1743
BD
3293 "url": "https://api.github.com/repos/neitanod/forceutf8/zipball/2c1b21e00ed16b2b083ae4e27901cb5f2856db90",
3294 "reference": "2c1b21e00ed16b2b083ae4e27901cb5f2856db90",
a1413a3d
JB
3295 "shasum": ""
3296 },
3297 "require": {
d4ebe5c5 3298 "php": ">=5.3.0"
a1413a3d
JB
3299 },
3300 "type": "library",
3301 "autoload": {
3302 "psr-0": {
3303 "ForceUTF8\\": "src/"
3304 }
3305 },
3306 "notification-url": "https://packagist.org/downloads/",
3307 "authors": [
3308 {
3309 "name": "Sebastián Grignoli",
3310 "email": "grignoli@gmail.com"
3311 }
3312 ],
3313 "description": "PHP Class Encoding featuring popular Encoding::toUTF8() function --formerly known as forceUTF8()-- that fixes mixed encoded strings.",
3314 "homepage": "https://github.com/neitanod/forceutf8",
d4aa1743 3315 "time": "2015-05-07 16:37:23"
a1413a3d 3316 },
569f8d68
NL
3317 {
3318 "name": "nelmio/api-doc-bundle",
d4aa1743 3319 "version": "2.11.1",
569f8d68
NL
3320 "target-dir": "Nelmio/ApiDocBundle",
3321 "source": {
3322 "type": "git",
3323 "url": "https://github.com/nelmio/NelmioApiDocBundle.git",
d4aa1743 3324 "reference": "19d4e37365edd5104e31662a2d3b510d92a7e78a"
569f8d68
NL
3325 },
3326 "dist": {
3327 "type": "zip",
d4aa1743
BD
3328 "url": "https://api.github.com/repos/nelmio/NelmioApiDocBundle/zipball/19d4e37365edd5104e31662a2d3b510d92a7e78a",
3329 "reference": "19d4e37365edd5104e31662a2d3b510d92a7e78a",
569f8d68
NL
3330 "shasum": ""
3331 },
3332 "require": {
3333 "michelf/php-markdown": "~1.4",
386cd246 3334 "php": ">=5.3",
d4aa1743
BD
3335 "symfony/console": "~2.3|~3.0",
3336 "symfony/framework-bundle": "~2.3|~3.0",
3337 "symfony/twig-bundle": "~2.3|~3.0"
569f8d68
NL
3338 },
3339 "conflict": {
3340 "jms/serializer": "<0.12",
386cd246
JB
3341 "jms/serializer-bundle": "<0.11",
3342 "twig/twig": "<1.12"
569f8d68
NL
3343 },
3344 "require-dev": {
d4aa1743
BD
3345 "doctrine/doctrine-bundle": "~1.5",
3346 "doctrine/orm": "~2.3",
3347 "dunglas/api-bundle": "~1.0@dev",
3348 "friendsofsymfony/rest-bundle": "~1.0|~2.0",
569f8d68 3349 "jms/serializer-bundle": ">=0.11",
399bd777 3350 "sensio/framework-extra-bundle": "~3.0",
d4aa1743
BD
3351 "symfony/browser-kit": "~2.3|~3.0",
3352 "symfony/css-selector": "~2.3|~3.0",
3353 "symfony/finder": "~2.3|~3.0",
3354 "symfony/form": "~2.3|~3.0",
3355 "symfony/phpunit-bridge": "~2.7|~3.0",
3356 "symfony/serializer": "~2.7|~3.0",
3357 "symfony/validator": "~2.3|~3.0",
3358 "symfony/yaml": "~2.3|~3.0"
569f8d68
NL
3359 },
3360 "suggest": {
399bd777 3361 "dunglas/api-bundle": "For making use of resources definitions of DunglasApiBundle.",
569f8d68
NL
3362 "friendsofsymfony/rest-bundle": "For making use of REST information in the doc.",
3363 "jms/serializer": "For making use of serializer information in the doc.",
3364 "symfony/form": "For using form definitions as input.",
3365 "symfony/validator": "For making use of validator information in the doc."
3366 },
3367 "type": "symfony-bundle",
3368 "extra": {
3369 "branch-alias": {
d4aa1743 3370 "dev-master": "2.11-dev"
569f8d68
NL
3371 }
3372 },
3373 "autoload": {
3374 "psr-0": {
3375 "Nelmio\\ApiDocBundle": ""
3376 }
3377 },
3378 "notification-url": "https://packagist.org/downloads/",
3379 "license": [
3380 "MIT"
3381 ],
3382 "authors": [
3383 {
3384 "name": "Nelmio",
3385 "homepage": "http://nelm.io"
3386 },
3387 {
3388 "name": "Symfony Community",
3389 "homepage": "https://github.com/nelmio/NelmioApiDocBundle/contributors"
3390 }
3391 ],
3392 "description": "Generates documentation for your REST API from annotations",
3393 "keywords": [
3394 "api",
3395 "doc",
3396 "documentation",
3397 "rest"
3398 ],
d4aa1743 3399 "time": "2015-12-08 13:19:42"
569f8d68 3400 },
dcae2fc2
NL
3401 {
3402 "name": "nelmio/cors-bundle",
d4aa1743 3403 "version": "1.4.1",
dcae2fc2
NL
3404 "source": {
3405 "type": "git",
3406 "url": "https://github.com/nelmio/NelmioCorsBundle.git",
d4aa1743 3407 "reference": "fa14a81737c605bf4766054cdcb72a16a433d537"
dcae2fc2
NL
3408 },
3409 "dist": {
3410 "type": "zip",
d4aa1743
BD
3411 "url": "https://api.github.com/repos/nelmio/NelmioCorsBundle/zipball/fa14a81737c605bf4766054cdcb72a16a433d537",
3412 "reference": "fa14a81737c605bf4766054cdcb72a16a433d537",
dcae2fc2
NL
3413 "shasum": ""
3414 },
3415 "require": {
d4aa1743 3416 "symfony/framework-bundle": "^2.2 || ^3.0"
dcae2fc2
NL
3417 },
3418 "require-dev": {
d4aa1743
BD
3419 "matthiasnoback/symfony-dependency-injection-test": "^0.7.6",
3420 "mockery/mockery": "0.9.*"
dcae2fc2
NL
3421 },
3422 "type": "symfony-bundle",
3423 "extra": {
3424 "branch-alias": {
d4aa1743 3425 "dev-master": "1.4.x-dev"
dcae2fc2
NL
3426 }
3427 },
3428 "autoload": {
d4aa1743
BD
3429 "psr-4": {
3430 "Nelmio\\CorsBundle\\": ""
3431 },
3432 "exclude-from-classmap": [
3433 "/Tests/"
3434 ]
dcae2fc2
NL
3435 },
3436 "notification-url": "https://packagist.org/downloads/",
3437 "license": [
3438 "MIT"
3439 ],
3440 "authors": [
3441 {
3442 "name": "Nelmio",
3443 "homepage": "http://nelm.io"
3444 },
3445 {
3446 "name": "Symfony Community",
3447 "homepage": "https://github.com/nelmio/NelmioCorsBundle/contributors"
3448 }
3449 ],
3450 "description": "Adds CORS (Cross-Origin Resource Sharing) headers support in your Symfony2 application",
3451 "keywords": [
3452 "api",
3453 "cors",
3454 "crossdomain"
3455 ],
d4aa1743 3456 "time": "2015-12-09 17:26:34"
dcae2fc2 3457 },
a24f2c88
WD
3458 {
3459 "name": "pagerfanta/pagerfanta",
3460 "version": "v1.0.3",
3461 "source": {
3462 "type": "git",
3463 "url": "https://github.com/whiteoctober/Pagerfanta.git",
3464 "reference": "a874d3612d954dcbbb49e5ffe178890918fb76fb"
3465 },
3466 "dist": {
3467 "type": "zip",
3468 "url": "https://api.github.com/repos/whiteoctober/Pagerfanta/zipball/a874d3612d954dcbbb49e5ffe178890918fb76fb",
3469 "reference": "a874d3612d954dcbbb49e5ffe178890918fb76fb",
3470 "shasum": ""
3471 },
3472 "require": {
3473 "php": ">=5.3.0"
3474 },
3475 "require-dev": {
3476 "doctrine/orm": "~2.3",
3477 "doctrine/phpcr-odm": "1.*",
3478 "jackalope/jackalope-doctrine-dbal": "1.*",
3479 "jmikola/geojson": "~1.0",
3480 "mandango/mandango": "~1.0@dev",
3481 "mandango/mondator": "~1.0@dev",
3482 "phpunit/phpunit": "~4",
3483 "propel/propel1": "~1.6",
3484 "ruflin/elastica": "~1.3",
3485 "solarium/solarium": "~3.1"
3486 },
3487 "suggest": {
3488 "doctrine/mongodb-odm": "To use the DoctrineODMMongoDBAdapter.",
3489 "doctrine/orm": "To use the DoctrineORMAdapter.",
3490 "doctrine/phpcr-odm": "To use the DoctrineODMPhpcrAdapter. >= 1.1.0",
3491 "mandango/mandango": "To use the MandangoAdapter.",
3492 "propel/propel1": "To use the PropelAdapter",
3493 "solarium/solarium": "To use the SolariumAdapter."
3494 },
3495 "type": "library",
3496 "extra": {
3497 "branch-alias": {
3498 "dev-master": "1.0.x-dev"
3499 }
3500 },
3501 "autoload": {
3502 "psr-0": {
3503 "Pagerfanta\\": "src/"
3504 }
3505 },
3506 "notification-url": "https://packagist.org/downloads/",
3507 "license": [
3508 "MIT"
3509 ],
3510 "authors": [
3511 {
3512 "name": "Pablo Díez",
3513 "email": "pablodip@gmail.com"
3514 }
3515 ],
3516 "description": "Pagination for PHP 5.3",
3517 "keywords": [
3518 "page",
3519 "pagination",
3520 "paginator",
3521 "paging"
3522 ],
3523 "time": "2014-10-06 10:57:25"
3524 },
569f8d68
NL
3525 {
3526 "name": "phpcollection/phpcollection",
3527 "version": "0.4.0",
3528 "source": {
3529 "type": "git",
3530 "url": "https://github.com/schmittjoh/php-collection.git",
3531 "reference": "b8bf55a0a929ca43b01232b36719f176f86c7e83"
3532 },
3533 "dist": {
3534 "type": "zip",
3535 "url": "https://api.github.com/repos/schmittjoh/php-collection/zipball/b8bf55a0a929ca43b01232b36719f176f86c7e83",
3536 "reference": "b8bf55a0a929ca43b01232b36719f176f86c7e83",
3537 "shasum": ""
3538 },
3539 "require": {
3540 "phpoption/phpoption": "1.*"
3541 },
3542 "type": "library",
3543 "extra": {
3544 "branch-alias": {
3545 "dev-master": "0.3-dev"
3546 }
3547 },
3548 "autoload": {
3549 "psr-0": {
3550 "PhpCollection": "src/"
3551 }
3552 },
3553 "notification-url": "https://packagist.org/downloads/",
3554 "license": [
3555 "Apache2"
3556 ],
3557 "authors": [
3558 {
3559 "name": "Johannes Schmitt",
3560 "email": "schmittjoh@gmail.com",
3561 "homepage": "https://github.com/schmittjoh",
3562 "role": "Developer of wrapped JMSSerializerBundle"
3563 }
3564 ],
3565 "description": "General-Purpose Collection Library for PHP",
3566 "keywords": [
3567 "collection",
3568 "list",
3569 "map",
3570 "sequence",
3571 "set"
3572 ],
3573 "time": "2014-03-11 13:46:42"
3574 },
3575 {
3576 "name": "phpoption/phpoption",
75c3478a 3577 "version": "1.5.0",
569f8d68
NL
3578 "source": {
3579 "type": "git",
3580 "url": "https://github.com/schmittjoh/php-option.git",
75c3478a 3581 "reference": "94e644f7d2051a5f0fcf77d81605f152eecff0ed"
569f8d68
NL
3582 },
3583 "dist": {
3584 "type": "zip",
75c3478a
JB
3585 "url": "https://api.github.com/repos/schmittjoh/php-option/zipball/94e644f7d2051a5f0fcf77d81605f152eecff0ed",
3586 "reference": "94e644f7d2051a5f0fcf77d81605f152eecff0ed",
569f8d68
NL
3587 "shasum": ""
3588 },
3589 "require": {
3590 "php": ">=5.3.0"
3591 },
75c3478a
JB
3592 "require-dev": {
3593 "phpunit/phpunit": "4.7.*"
3594 },
569f8d68
NL
3595 "type": "library",
3596 "extra": {
3597 "branch-alias": {
3598 "dev-master": "1.3-dev"
3599 }
3600 },
3601 "autoload": {
3602 "psr-0": {
3603 "PhpOption\\": "src/"
3604 }
3605 },
3606 "notification-url": "https://packagist.org/downloads/",
3607 "license": [
3608 "Apache2"
3609 ],
3610 "authors": [
3611 {
75c3478a
JB
3612 "name": "Johannes M. Schmitt",
3613 "email": "schmittjoh@gmail.com"
569f8d68
NL
3614 }
3615 ],
3616 "description": "Option Type for PHP",
3617 "keywords": [
3618 "language",
3619 "option",
3620 "php",
3621 "type"
3622 ],
75c3478a 3623 "time": "2015-07-25 16:39:46"
569f8d68 3624 },
03690d13
TC
3625 {
3626 "name": "phpzip/phpzip",
d4aa1743 3627 "version": "2.0.8",
03690d13
TC
3628 "source": {
3629 "type": "git",
3630 "url": "https://github.com/Grandt/PHPZip.git",
d4aa1743 3631 "reference": "936f93d656f68e29c231a39e19fd59a636fe7e47"
03690d13
TC
3632 },
3633 "dist": {
3634 "type": "zip",
d4aa1743
BD
3635 "url": "https://api.github.com/repos/Grandt/PHPZip/zipball/936f93d656f68e29c231a39e19fd59a636fe7e47",
3636 "reference": "936f93d656f68e29c231a39e19fd59a636fe7e47",
03690d13
TC
3637 "shasum": ""
3638 },
3639 "require": {
d4aa1743
BD
3640 "grandt/binstring": ">=1.0.0",
3641 "grandt/phpzipmerge": ">=1.0.4",
3642 "grandt/relativepath": ">=1.0.2",
03690d13
TC
3643 "php": ">=5.3.0"
3644 },
3645 "type": "library",
3646 "autoload": {
3647 "psr-4": {
3648 "PHPZip\\Zip\\": "src/Zip"
3649 }
3650 },
3651 "notification-url": "https://packagist.org/downloads/",
3652 "license": [
3653 "LGPL-2.1"
3654 ],
3655 "authors": [
3656 {
3657 "name": "Adam Schmalhofer",
3658 "email": "Adam.Schmalhofer@gmx.de",
3659 "role": "Developer"
3660 },
3661 {
3662 "name": "A. Grandt",
3663 "email": "php@grandt.com",
3664 "homepage": "http://grandt.com",
3665 "role": "Developer"
3666 },
3667 {
3668 "name": "Greg Kappatos",
3669 "homepage": "http://websiteconnect.com.au",
3670 "role": "Developer"
3671 }
3672 ],
3673 "description": "Package to create and stream archives of compressed files in ZIP format with PHP 5.3+",
3674 "homepage": "https://github.com/Grandt/PHPZip",
3675 "keywords": [
3676 "archive",
3677 "compressed",
3678 "compression",
3679 "phpzip",
3680 "pkzip",
3681 "stream",
3682 "zip"
3683 ],
d4aa1743 3684 "time": "2015-11-16 16:30:51"
03690d13 3685 },
e342acf7 3686 {
93fd4692
NL
3687 "name": "psr/log",
3688 "version": "1.0.0",
e342acf7
NL
3689 "source": {
3690 "type": "git",
93fd4692
NL
3691 "url": "https://github.com/php-fig/log.git",
3692 "reference": "fe0936ee26643249e916849d48e3a51d5f5e278b"
e342acf7
NL
3693 },
3694 "dist": {
3695 "type": "zip",
93fd4692
NL
3696 "url": "https://api.github.com/repos/php-fig/log/zipball/fe0936ee26643249e916849d48e3a51d5f5e278b",
3697 "reference": "fe0936ee26643249e916849d48e3a51d5f5e278b",
e342acf7
NL
3698 "shasum": ""
3699 },
e342acf7 3700 "type": "library",
e342acf7 3701 "autoload": {
f3052b45 3702 "psr-0": {
93fd4692 3703 "Psr\\Log\\": ""
f3052b45 3704 }
e342acf7
NL
3705 },
3706 "notification-url": "https://packagist.org/downloads/",
3707 "license": [
f3052b45 3708 "MIT"
e342acf7
NL
3709 ],
3710 "authors": [
3711 {
93fd4692
NL
3712 "name": "PHP-FIG",
3713 "homepage": "http://www.php-fig.org/"
e342acf7
NL
3714 }
3715 ],
93fd4692
NL
3716 "description": "Common interface for logging libraries",
3717 "keywords": [
3718 "log",
3719 "psr",
3720 "psr-3"
3721 ],
3722 "time": "2012-12-21 11:40:51"
e342acf7 3723 },
a1413a3d
JB
3724 {
3725 "name": "react/promise",
3726 "version": "v2.2.1",
3727 "source": {
3728 "type": "git",
3729 "url": "https://github.com/reactphp/promise.git",
3730 "reference": "3b6fca09c7d56321057fa8867c8dbe1abf648627"
3731 },
3732 "dist": {
3733 "type": "zip",
3734 "url": "https://api.github.com/repos/reactphp/promise/zipball/3b6fca09c7d56321057fa8867c8dbe1abf648627",
3735 "reference": "3b6fca09c7d56321057fa8867c8dbe1abf648627",
3736 "shasum": ""
3737 },
3738 "require": {
3739 "php": ">=5.4.0"
3740 },
3741 "type": "library",
3742 "extra": {
3743 "branch-alias": {
3744 "dev-master": "2.0-dev"
3745 }
3746 },
3747 "autoload": {
3748 "psr-4": {
3749 "React\\Promise\\": "src/"
3750 },
3751 "files": [
3752 "src/functions_include.php"
3753 ]
3754 },
3755 "notification-url": "https://packagist.org/downloads/",
3756 "license": [
3757 "MIT"
3758 ],
3759 "authors": [
3760 {
3761 "name": "Jan Sorgalla",
3762 "email": "jsorgalla@gmail.com"
3763 }
3764 ],
3765 "description": "A lightweight implementation of CommonJS Promises/A for PHP",
3766 "time": "2015-07-03 13:48:55"
3767 },
2db616b5
NL
3768 {
3769 "name": "scheb/two-factor-bundle",
1f4408de 3770 "version": "v1.5.0",
2db616b5
NL
3771 "source": {
3772 "type": "git",
3773 "url": "https://github.com/scheb/two-factor-bundle.git",
1f4408de 3774 "reference": "b0da3a85b181237c3bebde88c99b18745313360b"
2db616b5
NL
3775 },
3776 "dist": {
3777 "type": "zip",
1f4408de
NL
3778 "url": "https://api.github.com/repos/scheb/two-factor-bundle/zipball/b0da3a85b181237c3bebde88c99b18745313360b",
3779 "reference": "b0da3a85b181237c3bebde88c99b18745313360b",
2db616b5
NL
3780 "shasum": ""
3781 },
3782 "require": {
3783 "sonata-project/google-authenticator": "~1.0",
3784 "symfony/symfony": "~2.1"
3785 },
3786 "require-dev": {
3787 "satooshi/php-coveralls": "~0.6",
3788 "swiftmailer/swiftmailer": ">=4.3, <6.0",
3789 "symfony/phpunit-bridge": "~2.7"
3790 },
3791 "type": "symfony-bundle",
3792 "autoload": {
3793 "psr-4": {
3794 "Scheb\\TwoFactorBundle\\": ""
3795 }
3796 },
3797 "notification-url": "https://packagist.org/downloads/",
3798 "license": [
3799 "MIT"
3800 ],
3801 "authors": [
3802 {
3803 "name": "Christian Scheb",
3804 "email": "me@christianscheb.de"
3805 }
3806 ],
3807 "description": "Provides two-factor authenticaton for Symfony2",
3808 "homepage": "https://github.com/scheb/two-factor-bundle",
3809 "keywords": [
3810 "Authentication",
3811 "Symfony2",
3812 "two-factor",
3813 "two-step"
3814 ],
1f4408de 3815 "time": "2015-11-15 13:31:23"
2db616b5 3816 },
e342acf7 3817 {
93fd4692 3818 "name": "sensio/distribution-bundle",
d4aa1743 3819 "version": "v3.0.34",
93fd4692 3820 "target-dir": "Sensio/Bundle/DistributionBundle",
e342acf7
NL
3821 "source": {
3822 "type": "git",
93fd4692 3823 "url": "https://github.com/sensiolabs/SensioDistributionBundle.git",
d4aa1743 3824 "reference": "587f3cd08bf8856cfc888b255f34f18b85930657"
e342acf7
NL
3825 },
3826 "dist": {
3827 "type": "zip",
d4aa1743
BD
3828 "url": "https://api.github.com/repos/sensiolabs/SensioDistributionBundle/zipball/587f3cd08bf8856cfc888b255f34f18b85930657",
3829 "reference": "587f3cd08bf8856cfc888b255f34f18b85930657",
e342acf7
NL
3830 "shasum": ""
3831 },
3832 "require": {
93fd4692 3833 "php": ">=5.3.3",
26864574 3834 "sensiolabs/security-checker": "~3.0",
93fd4692 3835 "symfony/class-loader": "~2.2",
93fd4692 3836 "symfony/framework-bundle": "~2.3",
dcae2fc2
NL
3837 "symfony/process": "~2.2"
3838 },
3839 "require-dev": {
3840 "symfony/form": "~2.2",
93fd4692
NL
3841 "symfony/validator": "~2.2",
3842 "symfony/yaml": "~2.2"
e342acf7 3843 },
dcae2fc2
NL
3844 "suggest": {
3845 "symfony/form": "If you want to use the configurator",
3846 "symfony/validator": "If you want to use the configurator",
3847 "symfony/yaml": "If you want to use the configurator"
3848 },
93fd4692 3849 "type": "symfony-bundle",
e342acf7
NL
3850 "extra": {
3851 "branch-alias": {
93fd4692 3852 "dev-master": "3.0.x-dev"
e342acf7
NL
3853 }
3854 },
3855 "autoload": {
f3052b45 3856 "psr-0": {
93fd4692
NL
3857 "Sensio\\Bundle\\DistributionBundle": ""
3858 }
e342acf7
NL
3859 },
3860 "notification-url": "https://packagist.org/downloads/",
3861 "license": [
f3052b45 3862 "MIT"
e342acf7
NL
3863 ],
3864 "authors": [
3865 {
93fd4692
NL
3866 "name": "Fabien Potencier",
3867 "email": "fabien@symfony.com"
e342acf7
NL
3868 }
3869 ],
93fd4692 3870 "description": "Base bundle for Symfony Distributions",
e342acf7 3871 "keywords": [
93fd4692
NL
3872 "configuration",
3873 "distribution"
e342acf7 3874 ],
d4aa1743 3875 "time": "2015-11-26 18:10:17"
e342acf7
NL
3876 },
3877 {
93fd4692 3878 "name": "sensio/framework-extra-bundle",
d4aa1743 3879 "version": "v3.0.12",
e342acf7
NL
3880 "source": {
3881 "type": "git",
93fd4692 3882 "url": "https://github.com/sensiolabs/SensioFrameworkExtraBundle.git",
d4aa1743 3883 "reference": "3e8936fe13aa4086644977d334d8fcd275f50357"
e342acf7
NL
3884 },
3885 "dist": {
3886 "type": "zip",
d4aa1743
BD
3887 "url": "https://api.github.com/repos/sensiolabs/SensioFrameworkExtraBundle/zipball/3e8936fe13aa4086644977d334d8fcd275f50357",
3888 "reference": "3e8936fe13aa4086644977d334d8fcd275f50357",
e342acf7
NL
3889 "shasum": ""
3890 },
3891 "require": {
93fd4692 3892 "doctrine/common": "~2.2",
c3510620 3893 "symfony/framework-bundle": "~2.3|~3.0"
e342acf7 3894 },
93fd4692 3895 "require-dev": {
c3510620
KG
3896 "symfony/expression-language": "~2.4|~3.0",
3897 "symfony/security-bundle": "~2.4|~3.0"
93fd4692
NL
3898 },
3899 "suggest": {
3900 "symfony/expression-language": "",
399bd777 3901 "symfony/psr-http-message-bridge": "To use the PSR-7 converters",
93fd4692
NL
3902 "symfony/security-bundle": ""
3903 },
3904 "type": "symfony-bundle",
e342acf7
NL
3905 "extra": {
3906 "branch-alias": {
93fd4692 3907 "dev-master": "3.0.x-dev"
e342acf7
NL
3908 }
3909 },
3910 "autoload": {
399bd777
JB
3911 "psr-4": {
3912 "Sensio\\Bundle\\FrameworkExtraBundle\\": ""
f3052b45 3913 }
e342acf7
NL
3914 },
3915 "notification-url": "https://packagist.org/downloads/",
3916 "license": [
f3052b45 3917 "MIT"
e342acf7
NL
3918 ],
3919 "authors": [
e342acf7 3920 {
f3052b45
NL
3921 "name": "Fabien Potencier",
3922 "email": "fabien@symfony.com"
e342acf7
NL
3923 }
3924 ],
93fd4692 3925 "description": "This bundle provides a way to configure your controllers with annotations",
e342acf7 3926 "keywords": [
93fd4692
NL
3927 "annotations",
3928 "controllers"
e342acf7 3929 ],
d4aa1743 3930 "time": "2015-12-18 17:39:27"
e342acf7
NL
3931 },
3932 {
93fd4692 3933 "name": "sensiolabs/security-checker",
53cf5106 3934 "version": "v3.0.2",
e342acf7
NL
3935 "source": {
3936 "type": "git",
93fd4692 3937 "url": "https://github.com/sensiolabs/security-checker.git",
53cf5106 3938 "reference": "21696b0daa731064c23cfb694c60a2584a7b6e93"
e342acf7
NL
3939 },
3940 "dist": {
3941 "type": "zip",
53cf5106
JB
3942 "url": "https://api.github.com/repos/sensiolabs/security-checker/zipball/21696b0daa731064c23cfb694c60a2584a7b6e93",
3943 "reference": "21696b0daa731064c23cfb694c60a2584a7b6e93",
e342acf7
NL
3944 "shasum": ""
3945 },
3946 "require": {
53cf5106 3947 "symfony/console": "~2.0|~3.0"
e342acf7 3948 },
93fd4692
NL
3949 "bin": [
3950 "security-checker"
3951 ],
e342acf7
NL
3952 "type": "library",
3953 "extra": {
3954 "branch-alias": {
26864574 3955 "dev-master": "3.0-dev"
e342acf7
NL
3956 }
3957 },
3958 "autoload": {
f3052b45 3959 "psr-0": {
93fd4692 3960 "SensioLabs\\Security": ""
f3052b45 3961 }
e342acf7
NL
3962 },
3963 "notification-url": "https://packagist.org/downloads/",
3964 "license": [
f3052b45 3965 "MIT"
e342acf7
NL
3966 ],
3967 "authors": [
f3052b45
NL
3968 {
3969 "name": "Fabien Potencier",
93fd4692 3970 "email": "fabien.potencier@gmail.com"
e342acf7
NL
3971 }
3972 ],
93fd4692 3973 "description": "A security checker for your composer.lock",
53cf5106 3974 "time": "2015-11-07 08:07:40"
e342acf7
NL
3975 },
3976 {
93fd4692 3977 "name": "simplepie/simplepie",
daacffef 3978 "version": "1.3.1",
e342acf7
NL
3979 "source": {
3980 "type": "git",
93fd4692 3981 "url": "https://github.com/simplepie/simplepie.git",
daacffef 3982 "reference": "ce53709778bc1e2e4deda1651b66e5081398d5cc"
e342acf7
NL
3983 },
3984 "dist": {
3985 "type": "zip",
daacffef
J
3986 "url": "https://api.github.com/repos/simplepie/simplepie/zipball/ce53709778bc1e2e4deda1651b66e5081398d5cc",
3987 "reference": "ce53709778bc1e2e4deda1651b66e5081398d5cc",
e342acf7
NL
3988 "shasum": ""
3989 },
3990 "require": {
93fd4692 3991 "php": ">=5.2.0"
e342acf7
NL
3992 },
3993 "type": "library",
e342acf7 3994 "autoload": {
f3052b45 3995 "psr-0": {
93fd4692 3996 "SimplePie": "library"
f3052b45 3997 }
e342acf7
NL
3998 },
3999 "notification-url": "https://packagist.org/downloads/",
4000 "license": [
93fd4692 4001 "BSD-3-Clause"
e342acf7
NL
4002 ],
4003 "authors": [
4004 {
93fd4692
NL
4005 "name": "Ryan Parman",
4006 "homepage": "http://ryanparman.com/",
4007 "role": "Creator, alumnus developer"
e342acf7
NL
4008 },
4009 {
93fd4692
NL
4010 "name": "Geoffrey Sneddon",
4011 "homepage": "http://gsnedders.com/",
4012 "role": "Alumnus developer"
4013 },
4014 {
4015 "name": "Ryan McCue",
4016 "email": "me@ryanmccue.info",
4017 "homepage": "http://ryanmccue.info/",
4018 "role": "Developer"
e342acf7
NL
4019 }
4020 ],
93fd4692
NL
4021 "description": "A simple Atom/RSS parsing library for PHP",
4022 "homepage": "http://simplepie.org/",
e342acf7 4023 "keywords": [
93fd4692
NL
4024 "atom",
4025 "feeds",
4026 "rss"
e342acf7 4027 ],
daacffef 4028 "time": "2012-10-30 17:54:03"
e342acf7 4029 },
d4ebe5c5
JB
4030 {
4031 "name": "smalot/pdfparser",
4032 "version": "v0.9.25",
4033 "source": {
4034 "type": "git",
4035 "url": "https://github.com/smalot/pdfparser.git",
4036 "reference": "31590f7938a22f1c7fc4fb292611e3742a62ebaa"
4037 },
4038 "dist": {
4039 "type": "zip",
4040 "url": "https://api.github.com/repos/smalot/pdfparser/zipball/31590f7938a22f1c7fc4fb292611e3742a62ebaa",
4041 "reference": "31590f7938a22f1c7fc4fb292611e3742a62ebaa",
4042 "shasum": ""
4043 },
4044 "require": {
4045 "php": ">=5.3.0",
4046 "tecnickcom/tcpdf": ">=6.0.050"
4047 },
4048 "require-dev": {
4049 "atoum/atoum": "dev-master"
4050 },
4051 "type": "library",
4052 "autoload": {
4053 "psr-0": {
4054 "Smalot\\PdfParser\\": "src/"
4055 }
4056 },
4057 "notification-url": "https://packagist.org/downloads/",
4058 "license": [
4059 "GPL-3.0"
4060 ],
4061 "authors": [
4062 {
4063 "name": "Sebastien MALOT",
4064 "email": "sebastien@malot.fr",
4065 "homepage": "http://www.malot.fr",
4066 "role": "Developer"
4067 }
4068 ],
4069 "description": "Pdf parser library. Can read and extract information from pdf file.",
4070 "homepage": "http://www.pdfparser.org",
4071 "time": "2015-09-18 08:29:33"
4072 },
2db616b5
NL
4073 {
4074 "name": "sonata-project/google-authenticator",
4075 "version": "1.0.2",
4076 "source": {
4077 "type": "git",
4078 "url": "https://github.com/sonata-project/GoogleAuthenticator.git",
4079 "reference": "72f47caddd09d09c0d3c3e046f6b435e0c004cd4"
4080 },
4081 "dist": {
4082 "type": "zip",
4083 "url": "https://api.github.com/repos/sonata-project/GoogleAuthenticator/zipball/72f47caddd09d09c0d3c3e046f6b435e0c004cd4",
4084 "reference": "72f47caddd09d09c0d3c3e046f6b435e0c004cd4",
4085 "shasum": ""
4086 },
4087 "require": {
4088 "php": ">=5.3.0"
4089 },
4090 "type": "library",
4091 "autoload": {
4092 "psr-4": {
4093 "Google\\Authenticator\\": "lib/",
4094 "Google\\Authenticator\\Tests\\": "tests/"
4095 }
4096 },
4097 "notification-url": "https://packagist.org/downloads/",
4098 "license": [
4099 "MIT"
4100 ],
4101 "authors": [
4102 {
4103 "name": "Thomas Rabaix",
4104 "email": "thomas.rabaix@gmail.com",
4105 "homepage": "http://sonata-project.org/"
4106 },
4107 {
4108 "name": "Christian Stocker",
4109 "email": "me@chregu.tv"
4110 },
4111 {
4112 "name": "Andre DeMarre",
4113 "homepage": "http://www.devnetwork.net/viewtopic.php?f=50&t=94989"
4114 }
4115 ],
4116 "description": "Library to integrate Google Authenticator into a PHP project",
4117 "homepage": "https://github.com/sonata-project/GoogleAuthenticator",
4118 "keywords": [
4119 "google authenticator"
4120 ],
4121 "time": "2014-03-31 09:18:53"
4122 },
3c65dfb7
NL
4123 {
4124 "name": "stof/doctrine-extensions-bundle",
4125 "version": "v1.2.1",
4126 "source": {
4127 "type": "git",
4128 "url": "https://github.com/stof/StofDoctrineExtensionsBundle.git",
4129 "reference": "7b3144572617b0555f9a443317dbc2f9cf5b524e"
4130 },
4131 "dist": {
4132 "type": "zip",
4133 "url": "https://api.github.com/repos/stof/StofDoctrineExtensionsBundle/zipball/7b3144572617b0555f9a443317dbc2f9cf5b524e",
4134 "reference": "7b3144572617b0555f9a443317dbc2f9cf5b524e",
4135 "shasum": ""
4136 },
4137 "require": {
4138 "gedmo/doctrine-extensions": "^2.3.1",
4139 "php": ">=5.3.2",
4140 "symfony/framework-bundle": "~2.1"
4141 },
4142 "suggest": {
4143 "doctrine/doctrine-bundle": "to use the ORM extensions",
4144 "doctrine/mongodb-odm-bundle": "to use the MongoDB ODM extensions"
4145 },
4146 "type": "symfony-bundle",
4147 "extra": {
4148 "branch-alias": {
4149 "dev-master": "1.2.x-dev"
4150 }
4151 },
4152 "autoload": {
4153 "psr-4": {
4154 "Stof\\DoctrineExtensionsBundle\\": ""
4155 }
4156 },
4157 "notification-url": "https://packagist.org/downloads/",
4158 "license": [
4159 "MIT"
4160 ],
4161 "authors": [
4162 {
4163 "name": "Christophe Coevoet",
4164 "email": "stof@notk.org"
4165 }
4166 ],
4167 "description": "Integration of the gedmo/doctrine-extensions with Symfony2",
4168 "homepage": "https://github.com/stof/StofDoctrineExtensionsBundle",
4169 "keywords": [
4170 "behaviors",
4171 "doctrine2",
4172 "extensions",
4173 "gedmo",
4174 "loggable",
4175 "nestedset",
4176 "sluggable",
4177 "sortable",
4178 "timestampable",
4179 "translatable",
4180 "tree"
4181 ],
4182 "time": "2015-08-12 16:23:48"
4183 },
e342acf7 4184 {
93fd4692 4185 "name": "swiftmailer/swiftmailer",
26864574 4186 "version": "v5.4.1",
e342acf7
NL
4187 "source": {
4188 "type": "git",
93fd4692 4189 "url": "https://github.com/swiftmailer/swiftmailer.git",
26864574 4190 "reference": "0697e6aa65c83edf97bb0f23d8763f94e3f11421"
e342acf7
NL
4191 },
4192 "dist": {
4193 "type": "zip",
26864574
NL
4194 "url": "https://api.github.com/repos/swiftmailer/swiftmailer/zipball/0697e6aa65c83edf97bb0f23d8763f94e3f11421",
4195 "reference": "0697e6aa65c83edf97bb0f23d8763f94e3f11421",
e342acf7
NL
4196 "shasum": ""
4197 },
4198 "require": {
4199 "php": ">=5.3.3"
4200 },
4201 "require-dev": {
26864574 4202 "mockery/mockery": "~0.9.1,<0.9.4"
e342acf7
NL
4203 },
4204 "type": "library",
4205 "extra": {
4206 "branch-alias": {
399bd777 4207 "dev-master": "5.4-dev"
e342acf7
NL
4208 }
4209 },
4210 "autoload": {
93fd4692
NL
4211 "files": [
4212 "lib/swift_required.php"
4213 ]
e342acf7
NL
4214 },
4215 "notification-url": "https://packagist.org/downloads/",
4216 "license": [
f3052b45 4217 "MIT"
e342acf7
NL
4218 ],
4219 "authors": [
4220 {
93fd4692 4221 "name": "Chris Corbyn"
f3052b45
NL
4222 },
4223 {
4224 "name": "Fabien Potencier",
4225 "email": "fabien@symfony.com"
e342acf7
NL
4226 }
4227 ],
93fd4692
NL
4228 "description": "Swiftmailer, free feature-rich PHP mailer",
4229 "homepage": "http://swiftmailer.org",
4230 "keywords": [
26864574 4231 "email",
93fd4692
NL
4232 "mail",
4233 "mailer"
4234 ],
26864574 4235 "time": "2015-06-06 14:19:39"
e342acf7 4236 },
adf17b67 4237 {
93fd4692 4238 "name": "symfony/assetic-bundle",
d4aa1743 4239 "version": "v2.7.1",
adf17b67
NL
4240 "source": {
4241 "type": "git",
fcb1fba5 4242 "url": "https://github.com/symfony/assetic-bundle.git",
d4aa1743 4243 "reference": "d885ec8451d5a7b077bda81bb19ac9fbff9cdc76"
adf17b67
NL
4244 },
4245 "dist": {
4246 "type": "zip",
d4aa1743
BD
4247 "url": "https://api.github.com/repos/symfony/assetic-bundle/zipball/d885ec8451d5a7b077bda81bb19ac9fbff9cdc76",
4248 "reference": "d885ec8451d5a7b077bda81bb19ac9fbff9cdc76",
adf17b67
NL
4249 "shasum": ""
4250 },
4251 "require": {
463573bf 4252 "kriswallsmith/assetic": "~1.3",
93fd4692 4253 "php": ">=5.3.0",
d4aa1743
BD
4254 "symfony/console": "~2.3|~3.0",
4255 "symfony/dependency-injection": "~2.3|~3.0",
4256 "symfony/framework-bundle": "~2.3|~3.0",
4257 "symfony/yaml": "~2.3|~3.0"
adf17b67 4258 },
463573bf
JB
4259 "conflict": {
4260 "kriswallsmith/spork": "<=0.2",
4261 "twig/twig": "<1.20"
4262 },
adf17b67 4263 "require-dev": {
463573bf 4264 "kriswallsmith/spork": "~0.3",
93fd4692 4265 "patchwork/jsqueeze": "~1.0",
d4aa1743
BD
4266 "symfony/class-loader": "~2.3|~3.0",
4267 "symfony/css-selector": "~2.3|~3.0",
4268 "symfony/dom-crawler": "~2.3|~3.0",
4269 "symfony/phpunit-bridge": "~2.7|~3.0",
4270 "symfony/twig-bundle": "~2.3|~3.0"
adf17b67
NL
4271 },
4272 "suggest": {
93fd4692
NL
4273 "kriswallsmith/spork": "to be able to dump assets in parallel",
4274 "symfony/twig-bundle": "to use the Twig integration"
adf17b67 4275 },
93fd4692 4276 "type": "symfony-bundle",
adf17b67
NL
4277 "extra": {
4278 "branch-alias": {
463573bf 4279 "dev-master": "2.7-dev"
adf17b67
NL
4280 }
4281 },
4282 "autoload": {
93fd4692
NL
4283 "psr-4": {
4284 "Symfony\\Bundle\\AsseticBundle\\": ""
adf17b67
NL
4285 }
4286 },
4287 "notification-url": "https://packagist.org/downloads/",
4288 "license": [
4289 "MIT"
4290 ],
4291 "authors": [
7d2eb7a7 4292 {
93fd4692
NL
4293 "name": "Kris Wallsmith",
4294 "email": "kris.wallsmith@gmail.com",
4295 "homepage": "http://kriswallsmith.net/"
7d2eb7a7
NL
4296 }
4297 ],
93fd4692
NL
4298 "description": "Integrates Assetic into Symfony2",
4299 "homepage": "https://github.com/symfony/AsseticBundle",
4300 "keywords": [
4301 "assets",
4302 "compression",
4303 "minification"
4304 ],
d4aa1743 4305 "time": "2015-11-17 09:45:47"
7d2eb7a7
NL
4306 },
4307 {
93fd4692 4308 "name": "symfony/monolog-bundle",
d4aa1743 4309 "version": "v2.8.2",
7d2eb7a7
NL
4310 "source": {
4311 "type": "git",
fcb1fba5 4312 "url": "https://github.com/symfony/monolog-bundle.git",
d4aa1743 4313 "reference": "84785c4d44801c4dd82829fa2e1820cacfe2c46f"
7d2eb7a7
NL
4314 },
4315 "dist": {
4316 "type": "zip",
d4aa1743
BD
4317 "url": "https://api.github.com/repos/symfony/monolog-bundle/zipball/84785c4d44801c4dd82829fa2e1820cacfe2c46f",
4318 "reference": "84785c4d44801c4dd82829fa2e1820cacfe2c46f",
7d2eb7a7
NL
4319 "shasum": ""
4320 },
4321 "require": {
93fd4692
NL
4322 "monolog/monolog": "~1.8",
4323 "php": ">=5.3.2",
d4aa1743
BD
4324 "symfony/config": "~2.3|~3.0",
4325 "symfony/dependency-injection": "~2.3|~3.0",
4326 "symfony/http-kernel": "~2.3|~3.0",
4327 "symfony/monolog-bridge": "~2.3|~3.0"
7d2eb7a7 4328 },
f3052b45 4329 "require-dev": {
d4aa1743
BD
4330 "symfony/console": "~2.3|~3.0",
4331 "symfony/yaml": "~2.3|~3.0"
f3052b45 4332 },
93fd4692 4333 "type": "symfony-bundle",
7d2eb7a7
NL
4334 "extra": {
4335 "branch-alias": {
2db616b5 4336 "dev-master": "2.8.x-dev"
7d2eb7a7
NL
4337 }
4338 },
4339 "autoload": {
93fd4692
NL
4340 "psr-4": {
4341 "Symfony\\Bundle\\MonologBundle\\": ""
7d2eb7a7
NL
4342 }
4343 },
4344 "notification-url": "https://packagist.org/downloads/",
4345 "license": [
4346 "MIT"
4347 ],
4348 "authors": [
adf17b67
NL
4349 {
4350 "name": "Symfony Community",
4351 "homepage": "http://symfony.com/contributors"
4352 },
7d2eb7a7
NL
4353 {
4354 "name": "Fabien Potencier",
4355 "email": "fabien@symfony.com"
adf17b67
NL
4356 }
4357 ],
93fd4692 4358 "description": "Symfony MonologBundle",
adf17b67 4359 "homepage": "http://symfony.com",
93fd4692
NL
4360 "keywords": [
4361 "log",
4362 "logging"
4363 ],
d4aa1743 4364 "time": "2015-11-17 10:02:29"
adf17b67
NL
4365 },
4366 {
93fd4692 4367 "name": "symfony/swiftmailer-bundle",
d4aa1743 4368 "version": "v2.3.9",
adf17b67
NL
4369 "source": {
4370 "type": "git",
fcb1fba5 4371 "url": "https://github.com/symfony/swiftmailer-bundle.git",
d4aa1743 4372 "reference": "3d21ada19f23631f558ad6df653b168e35362e78"
adf17b67
NL
4373 },
4374 "dist": {
4375 "type": "zip",
d4aa1743
BD
4376 "url": "https://api.github.com/repos/symfony/swiftmailer-bundle/zipball/3d21ada19f23631f558ad6df653b168e35362e78",
4377 "reference": "3d21ada19f23631f558ad6df653b168e35362e78",
adf17b67
NL
4378 "shasum": ""
4379 },
4380 "require": {
93fd4692
NL
4381 "php": ">=5.3.2",
4382 "swiftmailer/swiftmailer": ">=4.2.0,~5.0",
d4aa1743
BD
4383 "symfony/config": "~2.3|~3.0",
4384 "symfony/dependency-injection": "~2.3|~3.0",
4385 "symfony/http-kernel": "~2.3|~3.0",
4386 "symfony/yaml": "~2.3|~3.0"
adf17b67
NL
4387 },
4388 "require-dev": {
d4aa1743 4389 "symfony/phpunit-bridge": "~2.7|~3.0"
adf17b67
NL
4390 },
4391 "suggest": {
93fd4692
NL
4392 "psr/log": "Allows logging"
4393 },
4394 "type": "symfony-bundle",
adf17b67
NL
4395 "extra": {
4396 "branch-alias": {
93fd4692 4397 "dev-master": "2.3-dev"
adf17b67
NL
4398 }
4399 },
4400 "autoload": {
93fd4692
NL
4401 "psr-4": {
4402 "Symfony\\Bundle\\SwiftmailerBundle\\": ""
adf17b67
NL
4403 }
4404 },
4405 "notification-url": "https://packagist.org/downloads/",
4406 "license": [
4407 "MIT"
4408 ],
4409 "authors": [
7d2eb7a7
NL
4410 {
4411 "name": "Symfony Community",
4412 "homepage": "http://symfony.com/contributors"
adf17b67
NL
4413 },
4414 {
4415 "name": "Fabien Potencier",
4416 "email": "fabien@symfony.com"
7d2eb7a7
NL
4417 }
4418 ],
93fd4692 4419 "description": "Symfony SwiftmailerBundle",
7d2eb7a7 4420 "homepage": "http://symfony.com",
d4aa1743 4421 "time": "2015-11-28 10:59:29"
7d2eb7a7 4422 },
1345a107 4423 {
93fd4692 4424 "name": "symfony/symfony",
3c65dfb7 4425 "version": "v2.7.8",
1345a107
NL
4426 "source": {
4427 "type": "git",
93fd4692 4428 "url": "https://github.com/symfony/symfony.git",
3c65dfb7 4429 "reference": "ad264021e44a5aaa132f16aef69f92e56795683e"
1345a107
NL
4430 },
4431 "dist": {
4432 "type": "zip",
3c65dfb7
NL
4433 "url": "https://api.github.com/repos/symfony/symfony/zipball/ad264021e44a5aaa132f16aef69f92e56795683e",
4434 "reference": "ad264021e44a5aaa132f16aef69f92e56795683e",
1345a107
NL
4435 "shasum": ""
4436 },
4437 "require": {
2db616b5 4438 "doctrine/common": "~2.4",
75e9d1df 4439 "php": ">=5.3.9",
93fd4692 4440 "psr/log": "~1.0",
d4aa1743 4441 "twig/twig": "~1.23|~2.0"
93fd4692
NL
4442 },
4443 "replace": {
75e9d1df 4444 "symfony/asset": "self.version",
93fd4692
NL
4445 "symfony/browser-kit": "self.version",
4446 "symfony/class-loader": "self.version",
4447 "symfony/config": "self.version",
4448 "symfony/console": "self.version",
4449 "symfony/css-selector": "self.version",
4450 "symfony/debug": "self.version",
4451 "symfony/debug-bundle": "self.version",
4452 "symfony/dependency-injection": "self.version",
4453 "symfony/doctrine-bridge": "self.version",
4454 "symfony/dom-crawler": "self.version",
4455 "symfony/event-dispatcher": "self.version",
4456 "symfony/expression-language": "self.version",
4457 "symfony/filesystem": "self.version",
4458 "symfony/finder": "self.version",
4459 "symfony/form": "self.version",
4460 "symfony/framework-bundle": "self.version",
4461 "symfony/http-foundation": "self.version",
4462 "symfony/http-kernel": "self.version",
4463 "symfony/intl": "self.version",
4464 "symfony/locale": "self.version",
4465 "symfony/monolog-bridge": "self.version",
4466 "symfony/options-resolver": "self.version",
4467 "symfony/process": "self.version",
93fd4692
NL
4468 "symfony/property-access": "self.version",
4469 "symfony/proxy-manager-bridge": "self.version",
4470 "symfony/routing": "self.version",
4471 "symfony/security": "self.version",
4472 "symfony/security-acl": "self.version",
4473 "symfony/security-bundle": "self.version",
4474 "symfony/security-core": "self.version",
4475 "symfony/security-csrf": "self.version",
4476 "symfony/security-http": "self.version",
4477 "symfony/serializer": "self.version",
4478 "symfony/stopwatch": "self.version",
4479 "symfony/swiftmailer-bridge": "self.version",
4480 "symfony/templating": "self.version",
4481 "symfony/translation": "self.version",
4482 "symfony/twig-bridge": "self.version",
4483 "symfony/twig-bundle": "self.version",
4484 "symfony/validator": "self.version",
4485 "symfony/var-dumper": "self.version",
4486 "symfony/web-profiler-bundle": "self.version",
4487 "symfony/yaml": "self.version"
4488 },
4489 "require-dev": {
4490 "doctrine/data-fixtures": "1.0.*",
2db616b5 4491 "doctrine/dbal": "~2.4",
93fd4692 4492 "doctrine/doctrine-bundle": "~1.2",
2db616b5 4493 "doctrine/orm": "~2.4,>=2.4.5",
93fd4692
NL
4494 "egulias/email-validator": "~1.2",
4495 "ircmaxell/password-compat": "~1.0",
4496 "monolog/monolog": "~1.11",
386cd246 4497 "ocramius/proxy-manager": "~0.4|~1.0"
1345a107
NL
4498 },
4499 "type": "library",
4500 "extra": {
4501 "branch-alias": {
75e9d1df 4502 "dev-master": "2.7-dev"
1345a107
NL
4503 }
4504 },
4505 "autoload": {
75e9d1df
JB
4506 "psr-4": {
4507 "Symfony\\Bridge\\Doctrine\\": "src/Symfony/Bridge/Doctrine/",
4508 "Symfony\\Bridge\\Monolog\\": "src/Symfony/Bridge/Monolog/",
4509 "Symfony\\Bridge\\ProxyManager\\": "src/Symfony/Bridge/ProxyManager/",
4510 "Symfony\\Bridge\\Swiftmailer\\": "src/Symfony/Bridge/Swiftmailer/",
4511 "Symfony\\Bridge\\Twig\\": "src/Symfony/Bridge/Twig/",
4512 "Symfony\\Bundle\\": "src/Symfony/Bundle/",
4513 "Symfony\\Component\\": "src/Symfony/Component/"
93fd4692
NL
4514 },
4515 "classmap": [
4516 "src/Symfony/Component/HttpFoundation/Resources/stubs",
4517 "src/Symfony/Component/Intl/Resources/stubs"
4518 ],
4519 "files": [
4520 "src/Symfony/Component/Intl/Resources/stubs/functions.php"
d4aa1743
BD
4521 ],
4522 "exclude-from-classmap": [
4523 "**/Tests/"
93fd4692 4524 ]
1345a107
NL
4525 },
4526 "notification-url": "https://packagist.org/downloads/",
4527 "license": [
4528 "MIT"
4529 ],
4530 "authors": [
1345a107
NL
4531 {
4532 "name": "Fabien Potencier",
4533 "email": "fabien@symfony.com"
399bd777
JB
4534 },
4535 {
4536 "name": "Symfony Community",
4537 "homepage": "https://symfony.com/contributors"
1345a107
NL
4538 }
4539 ],
93fd4692 4540 "description": "The Symfony PHP framework",
399bd777 4541 "homepage": "https://symfony.com",
93fd4692
NL
4542 "keywords": [
4543 "framework"
4544 ],
3c65dfb7 4545 "time": "2015-12-26 15:02:06"
1345a107 4546 },
d4ebe5c5
JB
4547 {
4548 "name": "tecnickcom/tcpdf",
4549 "version": "6.2.12",
4550 "source": {
4551 "type": "git",
4552 "url": "https://github.com/tecnickcom/TCPDF.git",
4553 "reference": "2f732eaa91b5665274689b1d40b285a7bacdc37f"
4554 },
4555 "dist": {
4556 "type": "zip",
4557 "url": "https://api.github.com/repos/tecnickcom/TCPDF/zipball/2f732eaa91b5665274689b1d40b285a7bacdc37f",
4558 "reference": "2f732eaa91b5665274689b1d40b285a7bacdc37f",
4559 "shasum": ""
4560 },
4561 "require": {
4562 "php": ">=5.3.0"
4563 },
4564 "type": "library",
4565 "autoload": {
4566 "classmap": [
4567 "fonts",
4568 "config",
4569 "include",
4570 "tcpdf.php",
4571 "tcpdf_parser.php",
4572 "tcpdf_import.php",
4573 "tcpdf_barcodes_1d.php",
4574 "tcpdf_barcodes_2d.php",
4575 "include/tcpdf_colors.php",
4576 "include/tcpdf_filters.php",
4577 "include/tcpdf_font_data.php",
4578 "include/tcpdf_fonts.php",
4579 "include/tcpdf_images.php",
4580 "include/tcpdf_static.php",
4581 "include/barcodes/datamatrix.php",
4582 "include/barcodes/pdf417.php",
4583 "include/barcodes/qrcode.php"
4584 ]
4585 },
4586 "notification-url": "https://packagist.org/downloads/",
4587 "license": [
4588 "LGPLv3"
4589 ],
4590 "authors": [
4591 {
4592 "name": "Nicola Asuni",
4593 "email": "info@tecnick.com",
4594 "homepage": "http://nicolaasuni.tecnick.com"
4595 }
4596 ],
4597 "description": "TCPDF is a PHP class for generating PDF documents and barcodes.",
4598 "homepage": "http://www.tcpdf.org/",
4599 "keywords": [
4600 "PDFD32000-2008",
4601 "TCPDF",
4602 "barcodes",
4603 "datamatrix",
4604 "pdf",
4605 "pdf417",
4606 "qrcode"
4607 ],
4608 "time": "2015-09-12 10:08:34"
4609 },
7d2eb7a7 4610 {
f3052b45 4611 "name": "twig/extensions",
463573bf 4612 "version": "v1.3.0",
7d2eb7a7
NL
4613 "source": {
4614 "type": "git",
f3052b45 4615 "url": "https://github.com/twigphp/Twig-extensions.git",
463573bf 4616 "reference": "449e3c8a9ffad7c2479c7864557275a32b037499"
7d2eb7a7
NL
4617 },
4618 "dist": {
4619 "type": "zip",
463573bf
JB
4620 "url": "https://api.github.com/repos/twigphp/Twig-extensions/zipball/449e3c8a9ffad7c2479c7864557275a32b037499",
4621 "reference": "449e3c8a9ffad7c2479c7864557275a32b037499",
7d2eb7a7
NL
4622 "shasum": ""
4623 },
4624 "require": {
463573bf 4625 "twig/twig": "~1.20|~2.0"
dcae2fc2
NL
4626 },
4627 "require-dev": {
4628 "symfony/translation": "~2.3"
4629 },
4630 "suggest": {
4631 "symfony/translation": "Allow the time_diff output to be translated"
7d2eb7a7
NL
4632 },
4633 "type": "library",
4634 "extra": {
4635 "branch-alias": {
463573bf 4636 "dev-master": "1.3-dev"
7d2eb7a7
NL
4637 }
4638 },
4639 "autoload": {
4640 "psr-0": {
f3052b45 4641 "Twig_Extensions_": "lib/"
7d2eb7a7
NL
4642 }
4643 },
4644 "notification-url": "https://packagist.org/downloads/",
4645 "license": [
4646 "MIT"
4647 ],
4648 "authors": [
4649 {
4650 "name": "Fabien Potencier",
4651 "email": "fabien@symfony.com"
adf17b67
NL
4652 }
4653 ],
f3052b45 4654 "description": "Common additional features for Twig that do not directly belong in core",
dcae2fc2 4655 "homepage": "http://twig.sensiolabs.org/doc/extensions/index.html",
f3052b45 4656 "keywords": [
f3052b45
NL
4657 "i18n",
4658 "text"
4659 ],
463573bf 4660 "time": "2015-08-22 16:38:35"
adf17b67
NL
4661 },
4662 {
f3052b45 4663 "name": "twig/twig",
872384b0 4664 "version": "v1.23.1",
adf17b67
NL
4665 "source": {
4666 "type": "git",
f3052b45 4667 "url": "https://github.com/twigphp/Twig.git",
872384b0 4668 "reference": "d9b6333ae8dd2c8e3fd256e127548def0bc614c6"
adf17b67
NL
4669 },
4670 "dist": {
4671 "type": "zip",
872384b0
JB
4672 "url": "https://api.github.com/repos/twigphp/Twig/zipball/d9b6333ae8dd2c8e3fd256e127548def0bc614c6",
4673 "reference": "d9b6333ae8dd2c8e3fd256e127548def0bc614c6",
adf17b67
NL
4674 "shasum": ""
4675 },
4676 "require": {
399bd777 4677 "php": ">=5.2.7"
adf17b67 4678 },
75c3478a
JB
4679 "require-dev": {
4680 "symfony/debug": "~2.7",
4681 "symfony/phpunit-bridge": "~2.7"
4682 },
adf17b67
NL
4683 "type": "library",
4684 "extra": {
4685 "branch-alias": {
386cd246 4686 "dev-master": "1.23-dev"
adf17b67
NL
4687 }
4688 },
4689 "autoload": {
4690 "psr-0": {
f3052b45 4691 "Twig_": "lib/"
adf17b67
NL
4692 }
4693 },
4694 "notification-url": "https://packagist.org/downloads/",
4695 "license": [
f3052b45 4696 "BSD-3-Clause"
adf17b67
NL
4697 ],
4698 "authors": [
7d2eb7a7 4699 {
f3052b45
NL
4700 "name": "Fabien Potencier",
4701 "email": "fabien@symfony.com",
4702 "homepage": "http://fabien.potencier.org",
4703 "role": "Lead Developer"
adf17b67
NL
4704 },
4705 {
f3052b45
NL
4706 "name": "Armin Ronacher",
4707 "email": "armin.ronacher@active-4.com",
4708 "role": "Project Founder"
4709 },
4710 {
4711 "name": "Twig Team",
4712 "homepage": "http://twig.sensiolabs.org/contributors",
4713 "role": "Contributors"
7d2eb7a7
NL
4714 }
4715 ],
f3052b45
NL
4716 "description": "Twig, the flexible, fast, and secure template language for PHP",
4717 "homepage": "http://twig.sensiolabs.org",
4718 "keywords": [
4719 "templating"
4720 ],
872384b0 4721 "time": "2015-11-05 12:49:06"
7d2eb7a7 4722 },
03690d13 4723 {
add597ba
JB
4724 "name": "wallabag/php-mobi",
4725 "version": "1.0.1",
03690d13
TC
4726 "source": {
4727 "type": "git",
16bbb4aa 4728 "url": "https://github.com/wallabag/php-mobi.git",
add597ba 4729 "reference": "1cd7d022fe6be838535d6bba917d19cc48dcf487"
03690d13
TC
4730 },
4731 "dist": {
4732 "type": "zip",
16bbb4aa 4733 "url": "https://api.github.com/repos/wallabag/php-mobi/zipball/1cd7d022fe6be838535d6bba917d19cc48dcf487",
add597ba 4734 "reference": "1cd7d022fe6be838535d6bba917d19cc48dcf487",
03690d13
TC
4735 "shasum": ""
4736 },
4737 "require": {
4738 "php": ">=5.3.0"
4739 },
add597ba
JB
4740 "replace": {
4741 "wallabag/phpmobi": "*"
4742 },
03690d13
TC
4743 "type": "library",
4744 "autoload": {
4745 "files": [
4746 "MOBIClass/MOBI.php"
4747 ]
4748 },
3c65dfb7 4749 "notification-url": "https://packagist.org/downloads/",
add597ba
JB
4750 "license": [
4751 "Apache-2.0"
4752 ],
03690d13
TC
4753 "authors": [
4754 {
4755 "name": "Nicolas Lœuillet",
4756 "email": "nicolas@loeuillet.org",
4757 "homepage": "http://www.cdetc.fr"
3c65dfb7
NL
4758 },
4759 {
4760 "name": "Sander Kromwijk",
4761 "email": "s.kromwijk@gmail.co",
4762 "role": "Original developer"
03690d13
TC
4763 }
4764 ],
add597ba 4765 "description": "A Mobipocket file (.mobi) creator in PHP.",
03690d13 4766 "homepage": "https://github.com/wallabag/phpMobi",
add597ba 4767 "time": "2015-10-16 08:42:42"
03690d13 4768 },
0f006880
NL
4769 {
4770 "name": "willdurand/hateoas",
399bd777 4771 "version": "v2.6.0",
0f006880
NL
4772 "source": {
4773 "type": "git",
4774 "url": "https://github.com/willdurand/Hateoas.git",
399bd777 4775 "reference": "fc0869381d6934e5d430084154584761297caa6c"
0f006880
NL
4776 },
4777 "dist": {
4778 "type": "zip",
399bd777
JB
4779 "url": "https://api.github.com/repos/willdurand/Hateoas/zipball/fc0869381d6934e5d430084154584761297caa6c",
4780 "reference": "fc0869381d6934e5d430084154584761297caa6c",
0f006880
NL
4781 "shasum": ""
4782 },
4783 "require": {
4784 "doctrine/annotations": "~1.0",
4785 "doctrine/common": "~2.0",
4786 "jms/metadata": "~1.1",
399bd777
JB
4787 "jms/serializer": "~0.13",
4788 "php": ">=5.3",
0f006880
NL
4789 "symfony/expression-language": "~2.4"
4790 },
4791 "require-dev": {
4792 "atoum/atoum": "*@dev",
4793 "hautelook/frankenstein": "~0.1",
4794 "pagerfanta/pagerfanta": "~1.0",
4795 "phpunit/phpunit": "~3.7",
4796 "symfony/dependency-injection": "~2.0",
4797 "symfony/routing": "~2.0",
4798 "symfony/yaml": "~2.0",
4799 "twig/twig": "~1.12"
4800 },
4801 "suggest": {
4802 "symfony/routing": "To use the SymfonyRouteFactory.",
4803 "symfony/yaml": "To use yaml based configuration.",
4804 "twig/twig": "To use the Twig extensions."
4805 },
4806 "type": "library",
4807 "extra": {
4808 "branch-alias": {
399bd777 4809 "dev-master": "2.6-dev"
0f006880
NL
4810 }
4811 },
4812 "autoload": {
4813 "psr-0": {
4814 "Hateoas": "src/"
4815 }
4816 },
4817 "notification-url": "https://packagist.org/downloads/",
4818 "license": [
4819 "MIT"
4820 ],
4821 "authors": [
4822 {
4823 "name": "Adrien Brault",
4824 "email": "adrien.brault@gmail.com"
4825 },
4826 {
4827 "name": "William Durand",
4828 "email": "william.durand1@gmail.com"
4829 }
4830 ],
4831 "description": "A PHP library to support implementing representations for HATEOAS REST web services",
399bd777 4832 "time": "2015-05-21 21:57:34"
0f006880
NL
4833 },
4834 {
4835 "name": "willdurand/hateoas-bundle",
75e9d1df 4836 "version": "0.5.0",
0f006880
NL
4837 "target-dir": "Bazinga/Bundle/HateoasBundle",
4838 "source": {
4839 "type": "git",
4840 "url": "https://github.com/willdurand/BazingaHateoasBundle.git",
75e9d1df 4841 "reference": "3c86e8080e8a229365a0ce91818da6fe6562376b"
0f006880
NL
4842 },
4843 "dist": {
4844 "type": "zip",
75e9d1df
JB
4845 "url": "https://api.github.com/repos/willdurand/BazingaHateoasBundle/zipball/3c86e8080e8a229365a0ce91818da6fe6562376b",
4846 "reference": "3c86e8080e8a229365a0ce91818da6fe6562376b",
0f006880
NL
4847 "shasum": ""
4848 },
4849 "require": {
4850 "jms/serializer-bundle": "~0.13",
4851 "symfony/framework-bundle": "~2.2",
4852 "willdurand/hateoas": "~2.0"
4853 },
4854 "require-dev": {
4855 "symfony/expression-language": "~2.4",
4856 "twig/twig": "~1.12"
4857 },
4858 "type": "symfony-bundle",
4859 "extra": {
4860 "branch-alias": {
4861 "dev-master": "1.0.x-dev"
4862 }
4863 },
4864 "autoload": {
4865 "psr-0": {
4866 "Bazinga\\Bundle\\HateoasBundle": ""
4867 }
4868 },
4869 "notification-url": "https://packagist.org/downloads/",
4870 "license": [
4871 "MIT"
4872 ],
4873 "authors": [
4874 {
3c65dfb7 4875 "name": "William Durand",
0f006880
NL
4876 "email": "william.durand1@gmail.com"
4877 }
4878 ],
4879 "description": "Integration of Hateoas into Symfony2.",
4880 "keywords": [
4881 "HATEOAS",
4882 "rest"
4883 ],
75e9d1df 4884 "time": "2015-02-19 16:27:51"
0f006880 4885 },
569f8d68
NL
4886 {
4887 "name": "willdurand/jsonp-callback-validator",
4888 "version": "v1.1.0",
4889 "source": {
4890 "type": "git",
4891 "url": "https://github.com/willdurand/JsonpCallbackValidator.git",
4892 "reference": "1a7d388bb521959e612ef50c5c7b1691b097e909"
4893 },
4894 "dist": {
4895 "type": "zip",
4896 "url": "https://api.github.com/repos/willdurand/JsonpCallbackValidator/zipball/1a7d388bb521959e612ef50c5c7b1691b097e909",
4897 "reference": "1a7d388bb521959e612ef50c5c7b1691b097e909",
4898 "shasum": ""
4899 },
4900 "require": {
4901 "php": ">=5.3.0"
4902 },
4903 "require-dev": {
4904 "phpunit/phpunit": "~3.7"
4905 },
4906 "type": "library",
4907 "autoload": {
4908 "psr-0": {
4909 "JsonpCallbackValidator": "src/"
4910 }
4911 },
4912 "notification-url": "https://packagist.org/downloads/",
4913 "license": [
4914 "MIT"
4915 ],
4916 "authors": [
4917 {
4918 "name": "William Durand",
4919 "email": "william.durand1@gmail.com",
4920 "homepage": "http://www.willdurand.fr"
4921 }
4922 ],
4923 "description": "JSONP callback validator.",
4924 "time": "2014-01-20 22:35:06"
4925 },
4926 {
4927 "name": "willdurand/negotiation",
2db616b5 4928 "version": "1.5.0",
569f8d68
NL
4929 "source": {
4930 "type": "git",
4931 "url": "https://github.com/willdurand/Negotiation.git",
2db616b5 4932 "reference": "2a59f2376557303e3fa91465ab691abb82945edf"
569f8d68
NL
4933 },
4934 "dist": {
4935 "type": "zip",
2db616b5
NL
4936 "url": "https://api.github.com/repos/willdurand/Negotiation/zipball/2a59f2376557303e3fa91465ab691abb82945edf",
4937 "reference": "2a59f2376557303e3fa91465ab691abb82945edf",
569f8d68
NL
4938 "shasum": ""
4939 },
4940 "require": {
4941 "php": ">=5.3.0"
4942 },
4943 "type": "library",
4944 "extra": {
4945 "branch-alias": {
2db616b5 4946 "dev-master": "1.5-dev"
569f8d68
NL
4947 }
4948 },
4949 "autoload": {
26864574
NL
4950 "psr-4": {
4951 "Negotiation\\": "src/Negotiation"
569f8d68
NL
4952 }
4953 },
4954 "notification-url": "https://packagist.org/downloads/",
4955 "license": [
4956 "MIT"
4957 ],
4958 "authors": [
4959 {
2db616b5 4960 "name": "William Durand",
569f8d68
NL
4961 "email": "william.durand1@gmail.com"
4962 }
4963 ],
4964 "description": "Content Negotiation tools for PHP provided as a standalone library.",
4965 "homepage": "http://williamdurand.fr/Negotiation/",
4966 "keywords": [
4967 "accept",
4968 "content",
4969 "format",
4970 "header",
4971 "negotiation"
4972 ],
2db616b5 4973 "time": "2015-10-01 07:42:40"
f3052b45
NL
4974 }
4975 ],
4976 "packages-dev": [
3b815d2d
J
4977 {
4978 "name": "doctrine/data-fixtures",
399bd777 4979 "version": "v1.1.1",
3b815d2d
J
4980 "source": {
4981 "type": "git",
4982 "url": "https://github.com/doctrine/data-fixtures.git",
399bd777 4983 "reference": "bd44f6b6e40247b6530bc8abe802e4e4d914976a"
3b815d2d
J
4984 },
4985 "dist": {
4986 "type": "zip",
399bd777
JB
4987 "url": "https://api.github.com/repos/doctrine/data-fixtures/zipball/bd44f6b6e40247b6530bc8abe802e4e4d914976a",
4988 "reference": "bd44f6b6e40247b6530bc8abe802e4e4d914976a",
3b815d2d
J
4989 "shasum": ""
4990 },
4991 "require": {
399bd777 4992 "doctrine/common": "~2.2",
3b815d2d
J
4993 "php": ">=5.3.2"
4994 },
399bd777
JB
4995 "conflict": {
4996 "doctrine/orm": "< 2.4"
4997 },
3b815d2d 4998 "require-dev": {
399bd777 4999 "doctrine/orm": "~2.4"
3b815d2d
J
5000 },
5001 "suggest": {
5002 "doctrine/mongodb-odm": "For loading MongoDB ODM fixtures",
5003 "doctrine/orm": "For loading ORM fixtures",
5004 "doctrine/phpcr-odm": "For loading PHPCR ODM fixtures"
5005 },
5006 "type": "library",
5007 "extra": {
5008 "branch-alias": {
399bd777 5009 "dev-master": "1.1.x-dev"
3b815d2d
J
5010 }
5011 },
5012 "autoload": {
5013 "psr-0": {
5014 "Doctrine\\Common\\DataFixtures": "lib/"
5015 }
5016 },
5017 "notification-url": "https://packagist.org/downloads/",
5018 "license": [
5019 "MIT"
5020 ],
5021 "authors": [
5022 {
5023 "name": "Jonathan Wage",
399bd777 5024 "email": "jonwage@gmail.com"
3b815d2d
J
5025 }
5026 ],
5027 "description": "Data Fixtures for all Doctrine Object Managers",
5028 "homepage": "http://www.doctrine-project.org",
5029 "keywords": [
5030 "database"
5031 ],
399bd777 5032 "time": "2015-03-30 12:14:13"
3b815d2d
J
5033 },
5034 {
5035 "name": "doctrine/doctrine-fixtures-bundle",
26864574 5036 "version": "v2.2.1",
3b815d2d
J
5037 "source": {
5038 "type": "git",
5039 "url": "https://github.com/doctrine/DoctrineFixturesBundle.git",
26864574 5040 "reference": "817c2d233fde0fe85cb7e4d25d43fbfcd028aef8"
3b815d2d
J
5041 },
5042 "dist": {
5043 "type": "zip",
26864574
NL
5044 "url": "https://api.github.com/repos/doctrine/DoctrineFixturesBundle/zipball/817c2d233fde0fe85cb7e4d25d43fbfcd028aef8",
5045 "reference": "817c2d233fde0fe85cb7e4d25d43fbfcd028aef8",
3b815d2d
J
5046 "shasum": ""
5047 },
5048 "require": {
5049 "doctrine/data-fixtures": "~1.0",
5050 "doctrine/doctrine-bundle": "~1.0",
5051 "php": ">=5.3.2",
5052 "symfony/doctrine-bridge": "~2.1"
5053 },
5054 "type": "symfony-bundle",
5055 "extra": {
5056 "branch-alias": {
26864574 5057 "dev-master": "2.2.x-dev"
3b815d2d
J
5058 }
5059 },
5060 "autoload": {
26864574
NL
5061 "psr-4": {
5062 "Doctrine\\Bundle\\FixturesBundle\\": ""
3b815d2d
J
5063 }
5064 },
5065 "notification-url": "https://packagist.org/downloads/",
5066 "license": [
5067 "MIT"
5068 ],
5069 "authors": [
5070 {
5071 "name": "Symfony Community",
5072 "homepage": "http://symfony.com/contributors"
5073 },
5074 {
5075 "name": "Doctrine Project",
5076 "homepage": "http://www.doctrine-project.org"
26864574
NL
5077 },
5078 {
5079 "name": "Fabien Potencier",
5080 "email": "fabien@symfony.com"
3b815d2d
J
5081 }
5082 ],
5083 "description": "Symfony DoctrineFixturesBundle",
5084 "homepage": "http://www.doctrine-project.org",
5085 "keywords": [
5086 "Fixture",
5087 "persistence"
5088 ],
26864574 5089 "time": "2015-08-04 22:43:14"
3b815d2d 5090 },
d01db0c7
J
5091 {
5092 "name": "phpdocumentor/reflection-docblock",
5093 "version": "2.0.4",
5094 "source": {
5095 "type": "git",
5096 "url": "https://github.com/phpDocumentor/ReflectionDocBlock.git",
5097 "reference": "d68dbdc53dc358a816f00b300704702b2eaff7b8"
5098 },
5099 "dist": {
5100 "type": "zip",
5101 "url": "https://api.github.com/repos/phpDocumentor/ReflectionDocBlock/zipball/d68dbdc53dc358a816f00b300704702b2eaff7b8",
5102 "reference": "d68dbdc53dc358a816f00b300704702b2eaff7b8",
5103 "shasum": ""
5104 },
5105 "require": {
5106 "php": ">=5.3.3"
5107 },
5108 "require-dev": {
5109 "phpunit/phpunit": "~4.0"
5110 },
5111 "suggest": {
5112 "dflydev/markdown": "~1.0",
5113 "erusev/parsedown": "~1.0"
5114 },
5115 "type": "library",
5116 "extra": {
5117 "branch-alias": {
5118 "dev-master": "2.0.x-dev"
5119 }
5120 },
5121 "autoload": {
5122 "psr-0": {
5123 "phpDocumentor": [
5124 "src/"
5125 ]
5126 }
5127 },
5128 "notification-url": "https://packagist.org/downloads/",
5129 "license": [
5130 "MIT"
5131 ],
5132 "authors": [
5133 {
5134 "name": "Mike van Riel",
5135 "email": "mike.vanriel@naenius.com"
5136 }
5137 ],
5138 "time": "2015-02-03 12:10:50"
5139 },
5140 {
5141 "name": "phpspec/prophecy",
68568bf0 5142 "version": "v1.5.0",
d01db0c7
J
5143 "source": {
5144 "type": "git",
5145 "url": "https://github.com/phpspec/prophecy.git",
68568bf0 5146 "reference": "4745ded9307786b730d7a60df5cb5a6c43cf95f7"
d01db0c7
J
5147 },
5148 "dist": {
5149 "type": "zip",
68568bf0
NL
5150 "url": "https://api.github.com/repos/phpspec/prophecy/zipball/4745ded9307786b730d7a60df5cb5a6c43cf95f7",
5151 "reference": "4745ded9307786b730d7a60df5cb5a6c43cf95f7",
d01db0c7
J
5152 "shasum": ""
5153 },
5154 "require": {
399bd777
JB
5155 "doctrine/instantiator": "^1.0.2",
5156 "phpdocumentor/reflection-docblock": "~2.0",
5157 "sebastian/comparator": "~1.1"
d01db0c7
J
5158 },
5159 "require-dev": {
5160 "phpspec/phpspec": "~2.0"
5161 },
5162 "type": "library",
5163 "extra": {
5164 "branch-alias": {
399bd777 5165 "dev-master": "1.4.x-dev"
d01db0c7
J
5166 }
5167 },
5168 "autoload": {
5169 "psr-0": {
5170 "Prophecy\\": "src/"
5171 }
5172 },
5173 "notification-url": "https://packagist.org/downloads/",
5174 "license": [
5175 "MIT"
5176 ],
5177 "authors": [
5178 {
5179 "name": "Konstantin Kudryashov",
5180 "email": "ever.zet@gmail.com",
5181 "homepage": "http://everzet.com"
5182 },
5183 {
5184 "name": "Marcello Duarte",
5185 "email": "marcello.duarte@gmail.com"
5186 }
5187 ],
5188 "description": "Highly opinionated mocking framework for PHP 5.3+",
399bd777 5189 "homepage": "https://github.com/phpspec/prophecy",
d01db0c7
J
5190 "keywords": [
5191 "Double",
5192 "Dummy",
5193 "fake",
5194 "mock",
5195 "spy",
5196 "stub"
5197 ],
68568bf0 5198 "time": "2015-08-13 10:07:40"
d01db0c7 5199 },
7d2eb7a7 5200 {
f3052b45 5201 "name": "phpunit/php-code-coverage",
2db616b5 5202 "version": "2.2.4",
7d2eb7a7
NL
5203 "source": {
5204 "type": "git",
f3052b45 5205 "url": "https://github.com/sebastianbergmann/php-code-coverage.git",
2db616b5 5206 "reference": "eabf68b476ac7d0f73793aada060f1c1a9bf8979"
7d2eb7a7
NL
5207 },
5208 "dist": {
5209 "type": "zip",
2db616b5
NL
5210 "url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/eabf68b476ac7d0f73793aada060f1c1a9bf8979",
5211 "reference": "eabf68b476ac7d0f73793aada060f1c1a9bf8979",
7d2eb7a7
NL
5212 "shasum": ""
5213 },
5214 "require": {
f3052b45 5215 "php": ">=5.3.3",
daacffef
J
5216 "phpunit/php-file-iterator": "~1.3",
5217 "phpunit/php-text-template": "~1.2",
5218 "phpunit/php-token-stream": "~1.3",
26864574 5219 "sebastian/environment": "^1.3.2",
daacffef 5220 "sebastian/version": "~1.0"
7d2eb7a7
NL
5221 },
5222 "require-dev": {
daacffef
J
5223 "ext-xdebug": ">=2.1.4",
5224 "phpunit/phpunit": "~4"
7d2eb7a7
NL
5225 },
5226 "suggest": {
f3052b45 5227 "ext-dom": "*",
daacffef
J
5228 "ext-xdebug": ">=2.2.1",
5229 "ext-xmlwriter": "*"
7d2eb7a7
NL
5230 },
5231 "type": "library",
5232 "extra": {
5233 "branch-alias": {
26864574 5234 "dev-master": "2.2.x-dev"
7d2eb7a7
NL
5235 }
5236 },
5237 "autoload": {
f3052b45 5238 "classmap": [
daacffef 5239 "src/"
f3052b45 5240 ]
7d2eb7a7
NL
5241 },
5242 "notification-url": "https://packagist.org/downloads/",
5243 "license": [
f3052b45 5244 "BSD-3-Clause"
7d2eb7a7
NL
5245 ],
5246 "authors": [
adf17b67 5247 {
f3052b45
NL
5248 "name": "Sebastian Bergmann",
5249 "email": "sb@sebastian-bergmann.de",
5250 "role": "lead"
adf17b67
NL
5251 }
5252 ],
f3052b45
NL
5253 "description": "Library that provides collection, processing, and rendering functionality for PHP code coverage information.",
5254 "homepage": "https://github.com/sebastianbergmann/php-code-coverage",
adf17b67 5255 "keywords": [
f3052b45
NL
5256 "coverage",
5257 "testing",
5258 "xunit"
adf17b67 5259 ],
2db616b5 5260 "time": "2015-10-06 15:47:00"
adf17b67
NL
5261 },
5262 {
f3052b45 5263 "name": "phpunit/php-file-iterator",
26864574 5264 "version": "1.4.1",
adf17b67
NL
5265 "source": {
5266 "type": "git",
f3052b45 5267 "url": "https://github.com/sebastianbergmann/php-file-iterator.git",
26864574 5268 "reference": "6150bf2c35d3fc379e50c7602b75caceaa39dbf0"
adf17b67
NL
5269 },
5270 "dist": {
5271 "type": "zip",
26864574
NL
5272 "url": "https://api.github.com/repos/sebastianbergmann/php-file-iterator/zipball/6150bf2c35d3fc379e50c7602b75caceaa39dbf0",
5273 "reference": "6150bf2c35d3fc379e50c7602b75caceaa39dbf0",
adf17b67
NL
5274 "shasum": ""
5275 },
5276 "require": {
5277 "php": ">=5.3.3"
5278 },
adf17b67 5279 "type": "library",
399bd777
JB
5280 "extra": {
5281 "branch-alias": {
5282 "dev-master": "1.4.x-dev"
5283 }
5284 },
adf17b67 5285 "autoload": {
f3052b45 5286 "classmap": [
399bd777 5287 "src/"
f3052b45 5288 ]
adf17b67
NL
5289 },
5290 "notification-url": "https://packagist.org/downloads/",
adf17b67 5291 "license": [
f3052b45 5292 "BSD-3-Clause"
adf17b67
NL
5293 ],
5294 "authors": [
7d2eb7a7 5295 {
f3052b45
NL
5296 "name": "Sebastian Bergmann",
5297 "email": "sb@sebastian-bergmann.de",
5298 "role": "lead"
7d2eb7a7
NL
5299 }
5300 ],
f3052b45
NL
5301 "description": "FilterIterator implementation that filters files based on a list of suffixes.",
5302 "homepage": "https://github.com/sebastianbergmann/php-file-iterator/",
5303 "keywords": [
5304 "filesystem",
5305 "iterator"
5306 ],
26864574 5307 "time": "2015-06-21 13:08:43"
7d2eb7a7
NL
5308 },
5309 {
f3052b45 5310 "name": "phpunit/php-text-template",
26864574 5311 "version": "1.2.1",
7d2eb7a7
NL
5312 "source": {
5313 "type": "git",
f3052b45 5314 "url": "https://github.com/sebastianbergmann/php-text-template.git",
26864574 5315 "reference": "31f8b717e51d9a2afca6c9f046f5d69fc27c8686"
7d2eb7a7
NL
5316 },
5317 "dist": {
5318 "type": "zip",
26864574
NL
5319 "url": "https://api.github.com/repos/sebastianbergmann/php-text-template/zipball/31f8b717e51d9a2afca6c9f046f5d69fc27c8686",
5320 "reference": "31f8b717e51d9a2afca6c9f046f5d69fc27c8686",
7d2eb7a7
NL
5321 "shasum": ""
5322 },
5323 "require": {
5324 "php": ">=5.3.3"
5325 },
7d2eb7a7 5326 "type": "library",
7d2eb7a7 5327 "autoload": {
f3052b45 5328 "classmap": [
26864574 5329 "src/"
f3052b45 5330 ]
7d2eb7a7
NL
5331 },
5332 "notification-url": "https://packagist.org/downloads/",
7d2eb7a7 5333 "license": [
f3052b45 5334 "BSD-3-Clause"
7d2eb7a7
NL
5335 ],
5336 "authors": [
7d2eb7a7 5337 {
f3052b45 5338 "name": "Sebastian Bergmann",
26864574 5339 "email": "sebastian@phpunit.de",
f3052b45 5340 "role": "lead"
e342acf7 5341 }
e342acf7 5342 ],
f3052b45
NL
5343 "description": "Simple template engine.",
5344 "homepage": "https://github.com/sebastianbergmann/php-text-template/",
5345 "keywords": [
5346 "template"
e342acf7 5347 ],
26864574 5348 "time": "2015-06-21 13:50:34"
e342acf7 5349 },
7d2eb7a7 5350 {
f3052b45 5351 "name": "phpunit/php-timer",
26864574 5352 "version": "1.0.7",
7d2eb7a7
NL
5353 "source": {
5354 "type": "git",
f3052b45 5355 "url": "https://github.com/sebastianbergmann/php-timer.git",
26864574 5356 "reference": "3e82f4e9fc92665fafd9157568e4dcb01d014e5b"
7d2eb7a7
NL
5357 },
5358 "dist": {
5359 "type": "zip",
26864574
NL
5360 "url": "https://api.github.com/repos/sebastianbergmann/php-timer/zipball/3e82f4e9fc92665fafd9157568e4dcb01d014e5b",
5361 "reference": "3e82f4e9fc92665fafd9157568e4dcb01d014e5b",
7d2eb7a7
NL
5362 "shasum": ""
5363 },
5364 "require": {
f3052b45 5365 "php": ">=5.3.3"
7d2eb7a7 5366 },
f3052b45 5367 "type": "library",
7d2eb7a7 5368 "autoload": {
f3052b45 5369 "classmap": [
26864574 5370 "src/"
f3052b45 5371 ]
7d2eb7a7
NL
5372 },
5373 "notification-url": "https://packagist.org/downloads/",
5374 "license": [
f3052b45 5375 "BSD-3-Clause"
7d2eb7a7
NL
5376 ],
5377 "authors": [
5378 {
f3052b45
NL
5379 "name": "Sebastian Bergmann",
5380 "email": "sb@sebastian-bergmann.de",
5381 "role": "lead"
7d2eb7a7
NL
5382 }
5383 ],
f3052b45
NL
5384 "description": "Utility class for timing",
5385 "homepage": "https://github.com/sebastianbergmann/php-timer/",
7d2eb7a7 5386 "keywords": [
f3052b45 5387 "timer"
7d2eb7a7 5388 ],
26864574 5389 "time": "2015-06-21 08:01:12"
7d2eb7a7
NL
5390 },
5391 {
f3052b45 5392 "name": "phpunit/php-token-stream",
d4ebe5c5 5393 "version": "1.4.8",
7d2eb7a7
NL
5394 "source": {
5395 "type": "git",
f3052b45 5396 "url": "https://github.com/sebastianbergmann/php-token-stream.git",
d4ebe5c5 5397 "reference": "3144ae21711fb6cac0b1ab4cbe63b75ce3d4e8da"
7d2eb7a7
NL
5398 },
5399 "dist": {
5400 "type": "zip",
d4ebe5c5
JB
5401 "url": "https://api.github.com/repos/sebastianbergmann/php-token-stream/zipball/3144ae21711fb6cac0b1ab4cbe63b75ce3d4e8da",
5402 "reference": "3144ae21711fb6cac0b1ab4cbe63b75ce3d4e8da",
7d2eb7a7
NL
5403 "shasum": ""
5404 },
5405 "require": {
f3052b45
NL
5406 "ext-tokenizer": "*",
5407 "php": ">=5.3.3"
7d2eb7a7 5408 },
daacffef
J
5409 "require-dev": {
5410 "phpunit/phpunit": "~4.2"
5411 },
7d2eb7a7
NL
5412 "type": "library",
5413 "extra": {
5414 "branch-alias": {
daacffef 5415 "dev-master": "1.4-dev"
7d2eb7a7
NL
5416 }
5417 },
5418 "autoload": {
f3052b45 5419 "classmap": [
daacffef 5420 "src/"
f3052b45 5421 ]
7d2eb7a7
NL
5422 },
5423 "notification-url": "https://packagist.org/downloads/",
5424 "license": [
5425 "BSD-3-Clause"
5426 ],
5427 "authors": [
5428 {
f3052b45 5429 "name": "Sebastian Bergmann",
daacffef 5430 "email": "sebastian@phpunit.de"
7d2eb7a7
NL
5431 }
5432 ],
f3052b45
NL
5433 "description": "Wrapper around PHP's tokenizer extension.",
5434 "homepage": "https://github.com/sebastianbergmann/php-token-stream/",
7d2eb7a7 5435 "keywords": [
f3052b45 5436 "tokenizer"
7d2eb7a7 5437 ],
d4ebe5c5 5438 "time": "2015-09-15 10:49:45"
7d2eb7a7
NL
5439 },
5440 {
f3052b45 5441 "name": "phpunit/phpunit",
1f4408de 5442 "version": "4.8.20",
7d2eb7a7
NL
5443 "source": {
5444 "type": "git",
f3052b45 5445 "url": "https://github.com/sebastianbergmann/phpunit.git",
1f4408de 5446 "reference": "7438c43bc2bbb2febe1723eb595b1c49283a26ad"
7d2eb7a7
NL
5447 },
5448 "dist": {
5449 "type": "zip",
1f4408de
NL
5450 "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/7438c43bc2bbb2febe1723eb595b1c49283a26ad",
5451 "reference": "7438c43bc2bbb2febe1723eb595b1c49283a26ad",
7d2eb7a7
NL
5452 "shasum": ""
5453 },
5454 "require": {
f3052b45
NL
5455 "ext-dom": "*",
5456 "ext-json": "*",
5457 "ext-pcre": "*",
5458 "ext-reflection": "*",
5459 "ext-spl": "*",
1f4408de 5460 "php": "~5.3.3|~5.4|~5.5|~5.6",
26864574
NL
5461 "phpspec/prophecy": "^1.3.1",
5462 "phpunit/php-code-coverage": "~2.1",
399bd777 5463 "phpunit/php-file-iterator": "~1.4",
daacffef 5464 "phpunit/php-text-template": "~1.2",
26864574 5465 "phpunit/php-timer": ">=1.0.6",
daacffef 5466 "phpunit/phpunit-mock-objects": "~2.3",
d01db0c7 5467 "sebastian/comparator": "~1.1",
399bd777 5468 "sebastian/diff": "~1.2",
26864574 5469 "sebastian/environment": "~1.3",
d01db0c7 5470 "sebastian/exporter": "~1.2",
daacffef 5471 "sebastian/global-state": "~1.0",
daacffef 5472 "sebastian/version": "~1.0",
399bd777 5473 "symfony/yaml": "~2.1|~3.0"
7d2eb7a7 5474 },
f3052b45
NL
5475 "suggest": {
5476 "phpunit/php-invoker": "~1.1"
7d2eb7a7
NL
5477 },
5478 "bin": [
daacffef 5479 "phpunit"
7d2eb7a7 5480 ],
f3052b45
NL
5481 "type": "library",
5482 "extra": {
5483 "branch-alias": {
26864574 5484 "dev-master": "4.8.x-dev"
7d2eb7a7
NL
5485 }
5486 },
f3052b45
NL
5487 "autoload": {
5488 "classmap": [
daacffef 5489 "src/"
f3052b45
NL
5490 ]
5491 },
7d2eb7a7
NL
5492 "notification-url": "https://packagist.org/downloads/",
5493 "license": [
f3052b45 5494 "BSD-3-Clause"
7d2eb7a7
NL
5495 ],
5496 "authors": [
5497 {
f3052b45
NL
5498 "name": "Sebastian Bergmann",
5499 "email": "sebastian@phpunit.de",
5500 "role": "lead"
7d2eb7a7
NL
5501 }
5502 ],
f3052b45 5503 "description": "The PHP Unit Testing framework.",
daacffef 5504 "homepage": "https://phpunit.de/",
f3052b45
NL
5505 "keywords": [
5506 "phpunit",
5507 "testing",
5508 "xunit"
5509 ],
1f4408de 5510 "time": "2015-12-10 07:48:52"
a20f96b7 5511 },
10939766 5512 {
f3052b45 5513 "name": "phpunit/phpunit-mock-objects",
2db616b5 5514 "version": "2.3.8",
10939766
NL
5515 "source": {
5516 "type": "git",
f3052b45 5517 "url": "https://github.com/sebastianbergmann/phpunit-mock-objects.git",
2db616b5 5518 "reference": "ac8e7a3db35738d56ee9a76e78a4e03d97628983"
10939766
NL
5519 },
5520 "dist": {
5521 "type": "zip",
2db616b5
NL
5522 "url": "https://api.github.com/repos/sebastianbergmann/phpunit-mock-objects/zipball/ac8e7a3db35738d56ee9a76e78a4e03d97628983",
5523 "reference": "ac8e7a3db35738d56ee9a76e78a4e03d97628983",
10939766
NL
5524 "shasum": ""
5525 },
5526 "require": {
a1413a3d 5527 "doctrine/instantiator": "^1.0.2",
f3052b45 5528 "php": ">=5.3.3",
26864574
NL
5529 "phpunit/php-text-template": "~1.2",
5530 "sebastian/exporter": "~1.2"
daacffef
J
5531 },
5532 "require-dev": {
399bd777 5533 "phpunit/phpunit": "~4.4"
f3052b45
NL
5534 },
5535 "suggest": {
5536 "ext-soap": "*"
10939766
NL
5537 },
5538 "type": "library",
daacffef
J
5539 "extra": {
5540 "branch-alias": {
5541 "dev-master": "2.3.x-dev"
5542 }
5543 },
10939766 5544 "autoload": {
f3052b45 5545 "classmap": [
daacffef 5546 "src/"
10939766
NL
5547 ]
5548 },
f3052b45 5549 "notification-url": "https://packagist.org/downloads/",
f3052b45
NL
5550 "license": [
5551 "BSD-3-Clause"
5552 ],
10939766
NL
5553 "authors": [
5554 {
f3052b45
NL
5555 "name": "Sebastian Bergmann",
5556 "email": "sb@sebastian-bergmann.de",
5557 "role": "lead"
10939766
NL
5558 }
5559 ],
f3052b45
NL
5560 "description": "Mock Object library for PHPUnit",
5561 "homepage": "https://github.com/sebastianbergmann/phpunit-mock-objects/",
5562 "keywords": [
5563 "mock",
5564 "xunit"
5565 ],
2db616b5 5566 "time": "2015-10-02 06:51:40"
daacffef
J
5567 },
5568 {
5569 "name": "sebastian/comparator",
26864574 5570 "version": "1.2.0",
daacffef
J
5571 "source": {
5572 "type": "git",
5573 "url": "https://github.com/sebastianbergmann/comparator.git",
26864574 5574 "reference": "937efb279bd37a375bcadf584dec0726f84dbf22"
daacffef
J
5575 },
5576 "dist": {
5577 "type": "zip",
26864574
NL
5578 "url": "https://api.github.com/repos/sebastianbergmann/comparator/zipball/937efb279bd37a375bcadf584dec0726f84dbf22",
5579 "reference": "937efb279bd37a375bcadf584dec0726f84dbf22",
daacffef
J
5580 "shasum": ""
5581 },
5582 "require": {
5583 "php": ">=5.3.3",
5584 "sebastian/diff": "~1.2",
5585 "sebastian/exporter": "~1.2"
5586 },
5587 "require-dev": {
5588 "phpunit/phpunit": "~4.4"
5589 },
5590 "type": "library",
5591 "extra": {
5592 "branch-alias": {
26864574 5593 "dev-master": "1.2.x-dev"
daacffef
J
5594 }
5595 },
5596 "autoload": {
5597 "classmap": [
5598 "src/"
5599 ]
5600 },
5601 "notification-url": "https://packagist.org/downloads/",
5602 "license": [
5603 "BSD-3-Clause"
5604 ],
5605 "authors": [
5606 {
5607 "name": "Jeff Welch",
5608 "email": "whatthejeff@gmail.com"
5609 },
5610 {
5611 "name": "Volker Dusch",
5612 "email": "github@wallbash.com"
5613 },
5614 {
5615 "name": "Bernhard Schussek",
5616 "email": "bschussek@2bepublished.at"
5617 },
5618 {
5619 "name": "Sebastian Bergmann",
5620 "email": "sebastian@phpunit.de"
5621 }
5622 ],
5623 "description": "Provides the functionality to compare PHP values for equality",
5624 "homepage": "http://www.github.com/sebastianbergmann/comparator",
5625 "keywords": [
5626 "comparator",
5627 "compare",
5628 "equality"
5629 ],
26864574 5630 "time": "2015-07-26 15:48:44"
daacffef
J
5631 },
5632 {
5633 "name": "sebastian/diff",
d4aa1743 5634 "version": "1.4.1",
daacffef
J
5635 "source": {
5636 "type": "git",
5637 "url": "https://github.com/sebastianbergmann/diff.git",
d4aa1743 5638 "reference": "13edfd8706462032c2f52b4b862974dd46b71c9e"
daacffef
J
5639 },
5640 "dist": {
5641 "type": "zip",
d4aa1743
BD
5642 "url": "https://api.github.com/repos/sebastianbergmann/diff/zipball/13edfd8706462032c2f52b4b862974dd46b71c9e",
5643 "reference": "13edfd8706462032c2f52b4b862974dd46b71c9e",
daacffef
J
5644 "shasum": ""
5645 },
5646 "require": {
5647 "php": ">=5.3.3"
5648 },
5649 "require-dev": {
d4aa1743 5650 "phpunit/phpunit": "~4.8"
daacffef
J
5651 },
5652 "type": "library",
5653 "extra": {
5654 "branch-alias": {
d4aa1743 5655 "dev-master": "1.4-dev"
daacffef
J
5656 }
5657 },
5658 "autoload": {
5659 "classmap": [
5660 "src/"
5661 ]
5662 },
5663 "notification-url": "https://packagist.org/downloads/",
5664 "license": [
5665 "BSD-3-Clause"
5666 ],
5667 "authors": [
5668 {
5669 "name": "Kore Nordmann",
5670 "email": "mail@kore-nordmann.de"
5671 },
5672 {
5673 "name": "Sebastian Bergmann",
5674 "email": "sebastian@phpunit.de"
5675 }
5676 ],
5677 "description": "Diff implementation",
d4aa1743 5678 "homepage": "https://github.com/sebastianbergmann/diff",
daacffef
J
5679 "keywords": [
5680 "diff"
5681 ],
d4aa1743 5682 "time": "2015-12-08 07:14:41"
daacffef
J
5683 },
5684 {
5685 "name": "sebastian/environment",
d4aa1743 5686 "version": "1.3.3",
daacffef
J
5687 "source": {
5688 "type": "git",
5689 "url": "https://github.com/sebastianbergmann/environment.git",
d4aa1743 5690 "reference": "6e7133793a8e5a5714a551a8324337374be209df"
daacffef
J
5691 },
5692 "dist": {
5693 "type": "zip",
d4aa1743
BD
5694 "url": "https://api.github.com/repos/sebastianbergmann/environment/zipball/6e7133793a8e5a5714a551a8324337374be209df",
5695 "reference": "6e7133793a8e5a5714a551a8324337374be209df",
daacffef
J
5696 "shasum": ""
5697 },
5698 "require": {
5699 "php": ">=5.3.3"
5700 },
5701 "require-dev": {
399bd777 5702 "phpunit/phpunit": "~4.4"
daacffef
J
5703 },
5704 "type": "library",
5705 "extra": {
5706 "branch-alias": {
399bd777 5707 "dev-master": "1.3.x-dev"
daacffef
J
5708 }
5709 },
5710 "autoload": {
5711 "classmap": [
5712 "src/"
5713 ]
5714 },
5715 "notification-url": "https://packagist.org/downloads/",
5716 "license": [
5717 "BSD-3-Clause"
5718 ],
5719 "authors": [
5720 {
5721 "name": "Sebastian Bergmann",
5722 "email": "sebastian@phpunit.de"
5723 }
5724 ],
5725 "description": "Provides functionality to handle HHVM/PHP environments",
5726 "homepage": "http://www.github.com/sebastianbergmann/environment",
5727 "keywords": [
5728 "Xdebug",
5729 "environment",
5730 "hhvm"
5731 ],
d4aa1743 5732 "time": "2015-12-02 08:37:27"
daacffef
J
5733 },
5734 {
5735 "name": "sebastian/exporter",
26864574 5736 "version": "1.2.1",
daacffef
J
5737 "source": {
5738 "type": "git",
5739 "url": "https://github.com/sebastianbergmann/exporter.git",
26864574 5740 "reference": "7ae5513327cb536431847bcc0c10edba2701064e"
daacffef
J
5741 },
5742 "dist": {
5743 "type": "zip",
26864574
NL
5744 "url": "https://api.github.com/repos/sebastianbergmann/exporter/zipball/7ae5513327cb536431847bcc0c10edba2701064e",
5745 "reference": "7ae5513327cb536431847bcc0c10edba2701064e",
daacffef
J
5746 "shasum": ""
5747 },
5748 "require": {
5749 "php": ">=5.3.3",
5750 "sebastian/recursion-context": "~1.0"
5751 },
5752 "require-dev": {
5753 "phpunit/phpunit": "~4.4"
5754 },
5755 "type": "library",
5756 "extra": {
5757 "branch-alias": {
5758 "dev-master": "1.2.x-dev"
5759 }
5760 },
5761 "autoload": {
5762 "classmap": [
5763 "src/"
5764 ]
5765 },
5766 "notification-url": "https://packagist.org/downloads/",
5767 "license": [
5768 "BSD-3-Clause"
5769 ],
5770 "authors": [
5771 {
5772 "name": "Jeff Welch",
5773 "email": "whatthejeff@gmail.com"
5774 },
5775 {
5776 "name": "Volker Dusch",
5777 "email": "github@wallbash.com"
5778 },
5779 {
5780 "name": "Bernhard Schussek",
5781 "email": "bschussek@2bepublished.at"
5782 },
5783 {
5784 "name": "Sebastian Bergmann",
5785 "email": "sebastian@phpunit.de"
5786 },
5787 {
5788 "name": "Adam Harvey",
5789 "email": "aharvey@php.net"
5790 }
5791 ],
5792 "description": "Provides the functionality to export PHP variables for visualization",
5793 "homepage": "http://www.github.com/sebastianbergmann/exporter",
5794 "keywords": [
5795 "export",
5796 "exporter"
5797 ],
26864574 5798 "time": "2015-06-21 07:55:53"
daacffef
J
5799 },
5800 {
5801 "name": "sebastian/global-state",
2db616b5 5802 "version": "1.1.1",
daacffef
J
5803 "source": {
5804 "type": "git",
5805 "url": "https://github.com/sebastianbergmann/global-state.git",
2db616b5 5806 "reference": "bc37d50fea7d017d3d340f230811c9f1d7280af4"
daacffef
J
5807 },
5808 "dist": {
5809 "type": "zip",
2db616b5
NL
5810 "url": "https://api.github.com/repos/sebastianbergmann/global-state/zipball/bc37d50fea7d017d3d340f230811c9f1d7280af4",
5811 "reference": "bc37d50fea7d017d3d340f230811c9f1d7280af4",
daacffef
J
5812 "shasum": ""
5813 },
5814 "require": {
5815 "php": ">=5.3.3"
5816 },
5817 "require-dev": {
5818 "phpunit/phpunit": "~4.2"
5819 },
5820 "suggest": {
5821 "ext-uopz": "*"
5822 },
5823 "type": "library",
5824 "extra": {
5825 "branch-alias": {
5826 "dev-master": "1.0-dev"
5827 }
5828 },
5829 "autoload": {
5830 "classmap": [
5831 "src/"
5832 ]
5833 },
5834 "notification-url": "https://packagist.org/downloads/",
5835 "license": [
5836 "BSD-3-Clause"
5837 ],
5838 "authors": [
5839 {
5840 "name": "Sebastian Bergmann",
5841 "email": "sebastian@phpunit.de"
5842 }
5843 ],
5844 "description": "Snapshotting of global state",
5845 "homepage": "http://www.github.com/sebastianbergmann/global-state",
5846 "keywords": [
5847 "global state"
5848 ],
2db616b5 5849 "time": "2015-10-12 03:26:01"
daacffef
J
5850 },
5851 {
5852 "name": "sebastian/recursion-context",
d4aa1743 5853 "version": "1.0.2",
daacffef
J
5854 "source": {
5855 "type": "git",
5856 "url": "https://github.com/sebastianbergmann/recursion-context.git",
d4aa1743 5857 "reference": "913401df809e99e4f47b27cdd781f4a258d58791"
daacffef
J
5858 },
5859 "dist": {
5860 "type": "zip",
d4aa1743
BD
5861 "url": "https://api.github.com/repos/sebastianbergmann/recursion-context/zipball/913401df809e99e4f47b27cdd781f4a258d58791",
5862 "reference": "913401df809e99e4f47b27cdd781f4a258d58791",
daacffef
J
5863 "shasum": ""
5864 },
5865 "require": {
5866 "php": ">=5.3.3"
5867 },
5868 "require-dev": {
5869 "phpunit/phpunit": "~4.4"
5870 },
5871 "type": "library",
5872 "extra": {
5873 "branch-alias": {
5874 "dev-master": "1.0.x-dev"
5875 }
5876 },
5877 "autoload": {
5878 "classmap": [
5879 "src/"
5880 ]
5881 },
5882 "notification-url": "https://packagist.org/downloads/",
5883 "license": [
5884 "BSD-3-Clause"
5885 ],
5886 "authors": [
5887 {
5888 "name": "Jeff Welch",
5889 "email": "whatthejeff@gmail.com"
5890 },
5891 {
5892 "name": "Sebastian Bergmann",
5893 "email": "sebastian@phpunit.de"
5894 },
5895 {
5896 "name": "Adam Harvey",
5897 "email": "aharvey@php.net"
5898 }
5899 ],
5900 "description": "Provides functionality to recursively process PHP variables",
5901 "homepage": "http://www.github.com/sebastianbergmann/recursion-context",
d4aa1743 5902 "time": "2015-11-11 19:50:13"
daacffef
J
5903 },
5904 {
5905 "name": "sebastian/version",
26864574 5906 "version": "1.0.6",
daacffef
J
5907 "source": {
5908 "type": "git",
5909 "url": "https://github.com/sebastianbergmann/version.git",
26864574 5910 "reference": "58b3a85e7999757d6ad81c787a1fbf5ff6c628c6"
daacffef
J
5911 },
5912 "dist": {
5913 "type": "zip",
26864574
NL
5914 "url": "https://api.github.com/repos/sebastianbergmann/version/zipball/58b3a85e7999757d6ad81c787a1fbf5ff6c628c6",
5915 "reference": "58b3a85e7999757d6ad81c787a1fbf5ff6c628c6",
daacffef
J
5916 "shasum": ""
5917 },
5918 "type": "library",
5919 "autoload": {
5920 "classmap": [
5921 "src/"
5922 ]
5923 },
5924 "notification-url": "https://packagist.org/downloads/",
5925 "license": [
5926 "BSD-3-Clause"
5927 ],
5928 "authors": [
5929 {
5930 "name": "Sebastian Bergmann",
5931 "email": "sebastian@phpunit.de",
5932 "role": "lead"
5933 }
5934 ],
5935 "description": "Library that helps with managing the version number of Git-hosted PHP projects",
5936 "homepage": "https://github.com/sebastianbergmann/version",
26864574 5937 "time": "2015-06-21 13:59:46"
93fd4692
NL
5938 },
5939 {
5940 "name": "sensio/generator-bundle",
399bd777 5941 "version": "v2.5.3",
93fd4692
NL
5942 "target-dir": "Sensio/Bundle/GeneratorBundle",
5943 "source": {
5944 "type": "git",
5945 "url": "https://github.com/sensiolabs/SensioGeneratorBundle.git",
399bd777 5946 "reference": "e50108c2133ee5c9c484555faed50c17a61221d3"
93fd4692
NL
5947 },
5948 "dist": {
5949 "type": "zip",
399bd777
JB
5950 "url": "https://api.github.com/repos/sensiolabs/SensioGeneratorBundle/zipball/e50108c2133ee5c9c484555faed50c17a61221d3",
5951 "reference": "e50108c2133ee5c9c484555faed50c17a61221d3",
93fd4692
NL
5952 "shasum": ""
5953 },
5954 "require": {
5955 "symfony/console": "~2.5",
5956 "symfony/framework-bundle": "~2.2"
5957 },
5958 "require-dev": {
5959 "doctrine/orm": "~2.2,>=2.2.3",
5960 "symfony/doctrine-bridge": "~2.2",
5961 "twig/twig": "~1.11"
5962 },
5963 "type": "symfony-bundle",
5964 "extra": {
5965 "branch-alias": {
5966 "dev-master": "2.5.x-dev"
5967 }
5968 },
5969 "autoload": {
5970 "psr-0": {
5971 "Sensio\\Bundle\\GeneratorBundle": ""
5972 }
5973 },
5974 "notification-url": "https://packagist.org/downloads/",
5975 "license": [
5976 "MIT"
5977 ],
5978 "authors": [
5979 {
5980 "name": "Fabien Potencier",
5981 "email": "fabien@symfony.com"
5982 }
5983 ],
5984 "description": "This bundle generates code for you",
399bd777 5985 "time": "2015-03-17 06:36:52"
872384b0
JB
5986 },
5987 {
5988 "name": "symfony/phpunit-bridge",
3c65dfb7 5989 "version": "v2.7.8",
872384b0
JB
5990 "source": {
5991 "type": "git",
5992 "url": "https://github.com/symfony/phpunit-bridge.git",
d4aa1743 5993 "reference": "e960e64acbed50e49818eb78840486c8d7fe1bed"
872384b0
JB
5994 },
5995 "dist": {
5996 "type": "zip",
d4aa1743
BD
5997 "url": "https://api.github.com/repos/symfony/phpunit-bridge/zipball/e960e64acbed50e49818eb78840486c8d7fe1bed",
5998 "reference": "e960e64acbed50e49818eb78840486c8d7fe1bed",
872384b0
JB
5999 "shasum": ""
6000 },
6001 "require": {
d4aa1743 6002 "php": ">=5.3.9"
872384b0
JB
6003 },
6004 "suggest": {
6005 "symfony/debug": "For tracking deprecated interfaces usages at runtime with DebugClassLoader"
6006 },
6007 "type": "symfony-bridge",
6008 "extra": {
6009 "branch-alias": {
6010 "dev-master": "2.7-dev"
6011 }
6012 },
6013 "autoload": {
6014 "files": [
6015 "bootstrap.php"
6016 ],
6017 "psr-4": {
6018 "Symfony\\Bridge\\PhpUnit\\": ""
d4aa1743
BD
6019 },
6020 "exclude-from-classmap": [
6021 "/Tests/"
6022 ]
872384b0
JB
6023 },
6024 "notification-url": "https://packagist.org/downloads/",
6025 "license": [
6026 "MIT"
6027 ],
6028 "authors": [
6029 {
6030 "name": "Nicolas Grekas",
6031 "email": "p@tchwork.com"
6032 },
6033 {
6034 "name": "Symfony Community",
6035 "homepage": "https://symfony.com/contributors"
6036 }
6037 ],
6038 "description": "Symfony PHPUnit Bridge",
6039 "homepage": "https://symfony.com",
d4aa1743 6040 "time": "2015-11-06 10:15:01"
7d2eb7a7
NL
6041 }
6042 ],
adf17b67 6043 "aliases": [],
daacffef 6044 "minimum-stability": "dev",
a1691859 6045 "stability-flags": {
fcb1fba5 6046 "friendsofsymfony/user-bundle": 20,
3c65dfb7
NL
6047 "friendsofsymfony/oauth-server-bundle": 20,
6048 "stof/doctrine-extensions-bundle": 20
a1691859 6049 },
daacffef 6050 "prefer-stable": true,
adf17b67 6051 "prefer-lowest": false,
93fd4692 6052 "platform": {
3c65dfb7 6053 "php": ">=5.5.0"
93fd4692 6054 },
adf17b67 6055 "platform-dev": []
7d2eb7a7 6056}