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