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