]> git.immae.eu Git - github/wallabag/wallabag.git/blame - composer.lock
Update bundle & stock file
[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 ],
5c895a7f
JB
7 "hash": "f9037d0e31ddc387133f603a5f1a2c8c",
8 "content-hash": "12c1a8f82eb6129b288629c4b56a448d",
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",
5c895a7f 2172 "version": "0.15.08.28",
c3510620
KG
2173 "source": {
2174 "type": "git",
2175 "url": "https://github.com/hoaproject/Stream.git",
5c895a7f 2176 "reference": "cbd0f4749e447f4d31001e7c898f5e794c5861cb"
c3510620
KG
2177 },
2178 "dist": {
2179 "type": "zip",
5c895a7f
JB
2180 "url": "https://api.github.com/repos/hoaproject/Stream/zipball/cbd0f4749e447f4d31001e7c898f5e794c5861cb",
2181 "reference": "cbd0f4749e447f4d31001e7c898f5e794c5861cb",
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 ],
5c895a7f 2226 "time": "2015-08-28 07:31: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",
5c895a7f 2826 "version": "1.1.0",
569f8d68
NL
2827 "source": {
2828 "type": "git",
2829 "url": "https://github.com/schmittjoh/serializer.git",
5c895a7f 2830 "reference": "fe13a1f993ea3456e195b7820692f2eb2b6bbb48"
569f8d68
NL
2831 },
2832 "dist": {
2833 "type": "zip",
5c895a7f
JB
2834 "url": "https://api.github.com/repos/schmittjoh/serializer/zipball/fe13a1f993ea3456e195b7820692f2eb2b6bbb48",
2835 "reference": "fe13a1f993ea3456e195b7820692f2eb2b6bbb48",
569f8d68
NL
2836 "shasum": ""
2837 },
2838 "require": {
2839 "doctrine/annotations": "1.*",
5c895a7f 2840 "doctrine/instantiator": "~1.0.3",
569f8d68
NL
2841 "jms/metadata": "~1.1",
2842 "jms/parser-lib": "1.*",
5c895a7f 2843 "php": ">=5.4.0",
569f8d68
NL
2844 "phpcollection/phpcollection": "~0.1"
2845 },
5c895a7f
JB
2846 "conflict": {
2847 "twig/twig": "<1.12"
2848 },
569f8d68
NL
2849 "require-dev": {
2850 "doctrine/orm": "~2.1",
2851 "doctrine/phpcr-odm": "~1.0.1",
2852 "jackalope/jackalope-doctrine-dbal": "1.0.*",
5c895a7f 2853 "phpunit/phpunit": "~4.0",
569f8d68
NL
2854 "propel/propel1": "~1.7",
2855 "symfony/filesystem": "2.*",
2856 "symfony/form": "~2.1",
2857 "symfony/translation": "~2.0",
2858 "symfony/validator": "~2.0",
2859 "symfony/yaml": "2.*",
5c895a7f 2860 "twig/twig": "~1.12|~2.0"
569f8d68
NL
2861 },
2862 "suggest": {
2863 "symfony/yaml": "Required if you'd like to serialize data to YAML format."
2864 },
2865 "type": "library",
2866 "extra": {
2867 "branch-alias": {
5c895a7f 2868 "dev-master": "1.1-dev"
569f8d68
NL
2869 }
2870 },
2871 "autoload": {
2872 "psr-0": {
2873 "JMS\\Serializer": "src/"
2874 }
2875 },
2876 "notification-url": "https://packagist.org/downloads/",
2877 "license": [
2878 "Apache2"
2879 ],
2880 "authors": [
2881 {
5c895a7f
JB
2882 "name": "Johannes M. Schmitt",
2883 "email": "schmittjoh@gmail.com"
569f8d68
NL
2884 }
2885 ],
2886 "description": "Library for (de-)serializing data of any complexity; supports XML, JSON, and YAML.",
2887 "homepage": "http://jmsyst.com/libs/serializer",
2888 "keywords": [
2889 "deserialization",
2890 "jaxb",
2891 "json",
2892 "serialization",
2893 "xml"
2894 ],
5c895a7f 2895 "time": "2015-10-27 09:24:41"
569f8d68
NL
2896 },
2897 {
2898 "name": "jms/serializer-bundle",
5c895a7f 2899 "version": "1.1.0",
569f8d68
NL
2900 "target-dir": "JMS/SerializerBundle",
2901 "source": {
2902 "type": "git",
2903 "url": "https://github.com/schmittjoh/JMSSerializerBundle.git",
5c895a7f 2904 "reference": "3e396c980545350c2efb65a50041d2a9f9d6562e"
569f8d68
NL
2905 },
2906 "dist": {
2907 "type": "zip",
5c895a7f
JB
2908 "url": "https://api.github.com/repos/schmittjoh/JMSSerializerBundle/zipball/3e396c980545350c2efb65a50041d2a9f9d6562e",
2909 "reference": "3e396c980545350c2efb65a50041d2a9f9d6562e",
569f8d68
NL
2910 "shasum": ""
2911 },
2912 "require": {
5c895a7f
JB
2913 "jms/serializer": "^1.0.0",
2914 "php": ">=5.4.0",
2915 "phpoption/phpoption": "^1.1.0",
2916 "symfony/framework-bundle": "~2.3|~3.0"
569f8d68
NL
2917 },
2918 "require-dev": {
2919 "doctrine/doctrine-bundle": "*",
2920 "doctrine/orm": "*",
2921 "symfony/browser-kit": "*",
2922 "symfony/class-loader": "*",
2923 "symfony/css-selector": "*",
2924 "symfony/finder": "*",
2925 "symfony/form": "*",
2926 "symfony/process": "*",
5c895a7f 2927 "symfony/stopwatch": "*",
569f8d68
NL
2928 "symfony/twig-bundle": "*",
2929 "symfony/validator": "*",
2930 "symfony/yaml": "*"
2931 },
2932 "suggest": {
2933 "jms/di-extra-bundle": "Required to get lazy loading (de)serialization visitors, ~1.3"
2934 },
2935 "type": "symfony-bundle",
2936 "extra": {
2937 "branch-alias": {
5c895a7f 2938 "dev-master": "1.1-dev"
569f8d68
NL
2939 }
2940 },
2941 "autoload": {
2942 "psr-0": {
2943 "JMS\\SerializerBundle": ""
2944 }
2945 },
2946 "notification-url": "https://packagist.org/downloads/",
2947 "license": [
2948 "Apache2"
2949 ],
2950 "authors": [
2951 {
5c895a7f
JB
2952 "name": "Johannes M. Schmitt",
2953 "email": "schmittjoh@gmail.com"
569f8d68
NL
2954 }
2955 ],
2956 "description": "Allows you to easily serialize, and deserialize data of any complexity",
2957 "homepage": "http://jmsyst.com/bundles/JMSSerializerBundle",
2958 "keywords": [
2959 "deserialization",
2960 "jaxb",
2961 "json",
2962 "serialization",
2963 "xml"
2964 ],
5c895a7f 2965 "time": "2015-11-10 12:26:42"
569f8d68 2966 },
c3510620
KG
2967 {
2968 "name": "kphoen/rulerz",
516022d6 2969 "version": "0.16.2",
c3510620
KG
2970 "source": {
2971 "type": "git",
2972 "url": "https://github.com/K-Phoen/rulerz.git",
516022d6 2973 "reference": "2b4fd796dadad204353e966b9f53040225ce6871"
c3510620
KG
2974 },
2975 "dist": {
2976 "type": "zip",
516022d6
JB
2977 "url": "https://api.github.com/repos/K-Phoen/rulerz/zipball/2b4fd796dadad204353e966b9f53040225ce6871",
2978 "reference": "2b4fd796dadad204353e966b9f53040225ce6871",
c3510620
KG
2979 "shasum": ""
2980 },
2981 "require": {
2982 "hoa/ruler": "~1.0",
d4aa1743 2983 "php": ">=5.5",
c3510620
KG
2984 "symfony/property-access": "~2.3"
2985 },
2986 "require-dev": {
2987 "behat/behat": "~3.0",
2988 "coduo/phpspec-data-provider-extension": "~1.0,!=1.0.2",
2989 "doctrine/orm": "~2.4",
2990 "elasticsearch/elasticsearch": "~1.0",
2991 "illuminate/database": "~5.0",
2992 "mikey179/vfsstream": "~1.4",
d4aa1743 2993 "phpspec/phpspec": "~2.0,>=2.4-dev",
c3510620
KG
2994 "pomm-project/cli": "~2.0@dev",
2995 "pomm-project/foundation": "~2.0@dev",
2996 "pomm-project/model-manager": "~2.0.@dev",
2997 "ruflin/elastica": "~1.0",
d4aa1743 2998 "solarium/solarium": "~3.0",
c3510620
KG
2999 "vlucas/phpdotenv": "~2.1"
3000 },
3001 "suggest": {
3002 "doctrine/orm": "To execute rules as Doctrine queries",
3003 "elasticsearch/elasticsearch": "To execute rules as Elasticsearch queries",
3004 "kphoen/rulerz-spec-builder": "If you want a specification builder",
d4aa1743
BD
3005 "pomm-project/model-manager": "To execute rules as Pomm queries",
3006 "solarium/solarium": "To execute rules as Solr queries"
c3510620
KG
3007 },
3008 "type": "library",
3009 "extra": {
3010 "branch-alias": {
3011 "dev-master": "1.0.x-dev"
3012 }
3013 },
3014 "autoload": {
3015 "psr-4": {
3016 "RulerZ\\": "src/"
3017 }
3018 },
3019 "notification-url": "https://packagist.org/downloads/",
3020 "license": [
3021 "MIT"
3022 ],
3023 "authors": [
3024 {
3025 "name": "Kévin Gomez",
3026 "email": "contact@kevingomez.fr"
3027 }
3028 ],
3029 "description": "Powerful implementation of the Specification pattern",
3030 "homepage": "https://github.com/K-Phoen/RulerZ",
3031 "keywords": [
3032 "doctrine",
3033 "specification"
3034 ],
516022d6 3035 "time": "2015-12-07 22:24:24"
c3510620
KG
3036 },
3037 {
3038 "name": "kphoen/rulerz-bundle",
a6e27f74 3039 "version": "0.11.0",
c3510620
KG
3040 "source": {
3041 "type": "git",
3042 "url": "https://github.com/K-Phoen/RulerZBundle.git",
a6e27f74 3043 "reference": "dcaaed69d8252fa1e3a25802f8cf697947570778"
c3510620
KG
3044 },
3045 "dist": {
3046 "type": "zip",
a6e27f74
KG
3047 "url": "https://api.github.com/repos/K-Phoen/RulerZBundle/zipball/dcaaed69d8252fa1e3a25802f8cf697947570778",
3048 "reference": "dcaaed69d8252fa1e3a25802f8cf697947570778",
c3510620
KG
3049 "shasum": ""
3050 },
3051 "require": {
3052 "kphoen/rulerz": "~0.1, >=0.13.0",
a6e27f74
KG
3053 "symfony/framework-bundle": "~2.3|~3.0",
3054 "symfony/validator": "~2.3|~3.0"
c3510620
KG
3055 },
3056 "require-dev": {
3057 "matthiasnoback/symfony-dependency-injection-test": "~0.7",
3058 "mikey179/vfsstream": "~1.0",
3059 "phpunit/phpunit": "~4.8"
3060 },
3061 "type": "symfony-bundle",
3062 "autoload": {
3063 "psr-4": {
3064 "KPhoen\\RulerZBundle\\": ""
3065 }
3066 },
3067 "notification-url": "https://packagist.org/downloads/",
3068 "license": [
3069 "MIT"
3070 ],
3071 "authors": [
3072 {
3073 "name": "Kévin Gomez",
3074 "email": "contact@kevingomez.fr"
3075 }
3076 ],
3077 "description": "Symfony2 Bundle for RulerZ",
3078 "homepage": "https://github.com/K-Phoen/RulerZBundle",
3079 "keywords": [
3080 "doctrine",
3081 "ruler",
3082 "rulerz",
3083 "specification"
3084 ],
a6e27f74 3085 "time": "2015-11-13 13:00:14"
c3510620 3086 },
e342acf7 3087 {
93fd4692 3088 "name": "kriswallsmith/assetic",
d4aa1743 3089 "version": "v1.3.2",
e342acf7
NL
3090 "source": {
3091 "type": "git",
93fd4692 3092 "url": "https://github.com/kriswallsmith/assetic.git",
d4aa1743 3093 "reference": "9928f7c4ad98b234e3559d1049abd13387f86db5"
e342acf7
NL
3094 },
3095 "dist": {
3096 "type": "zip",
d4aa1743
BD
3097 "url": "https://api.github.com/repos/kriswallsmith/assetic/zipball/9928f7c4ad98b234e3559d1049abd13387f86db5",
3098 "reference": "9928f7c4ad98b234e3559d1049abd13387f86db5",
e342acf7
NL
3099 "shasum": ""
3100 },
3101 "require": {
93fd4692 3102 "php": ">=5.3.1",
d4aa1743 3103 "symfony/process": "~2.1|~3.0"
e342acf7 3104 },
75c3478a 3105 "conflict": {
d4aa1743 3106 "twig/twig": "<1.23"
75c3478a 3107 },
f3052b45 3108 "require-dev": {
d4aa1743
BD
3109 "cssmin/cssmin": "3.0.1",
3110 "joliclic/javascript-packer": "1.1",
3111 "kamicane/packager": "1.0",
75c3478a 3112 "leafo/lessphp": "^0.3.7",
d4aa1743
BD
3113 "leafo/scssphp": "~0.1",
3114 "mrclay/minify": "~2.2",
75c3478a
JB
3115 "patchwork/jsqueeze": "~1.0|~2.0",
3116 "phpunit/phpunit": "~4.8",
93fd4692 3117 "psr/log": "~1.0",
d4aa1743
BD
3118 "ptachoire/cssembed": "~1.0",
3119 "symfony/phpunit-bridge": "~2.7|~3.0",
75c3478a 3120 "twig/twig": "~1.8|~2.0"
f3052b45
NL
3121 },
3122 "suggest": {
93fd4692
NL
3123 "leafo/lessphp": "Assetic provides the integration with the lessphp LESS compiler",
3124 "leafo/scssphp": "Assetic provides the integration with the scssphp SCSS compiler",
3125 "leafo/scssphp-compass": "Assetic provides the integration with the SCSS compass plugin",
3126 "patchwork/jsqueeze": "Assetic provides the integration with the JSqueeze JavaScript compressor",
3127 "ptachoire/cssembed": "Assetic provides the integration with phpcssembed to embed data uris",
3128 "twig/twig": "Assetic provides the integration with the Twig templating engine"
f3052b45 3129 },
e342acf7 3130 "type": "library",
f3052b45
NL
3131 "extra": {
3132 "branch-alias": {
386cd246 3133 "dev-master": "1.4-dev"
f3052b45
NL
3134 }
3135 },
e342acf7 3136 "autoload": {
f3052b45 3137 "psr-0": {
93fd4692
NL
3138 "Assetic": "src/"
3139 },
3140 "files": [
3141 "src/functions.php"
3142 ]
e342acf7
NL
3143 },
3144 "notification-url": "https://packagist.org/downloads/",
e342acf7 3145 "license": [
f3052b45 3146 "MIT"
e342acf7
NL
3147 ],
3148 "authors": [
3149 {
93fd4692
NL
3150 "name": "Kris Wallsmith",
3151 "email": "kris.wallsmith@gmail.com",
3152 "homepage": "http://kriswallsmith.net/"
3153 }
3154 ],
3155 "description": "Asset Management for PHP",
3156 "homepage": "https://github.com/kriswallsmith/assetic",
3157 "keywords": [
3158 "assets",
3159 "compression",
3160 "minification"
3161 ],
d4aa1743 3162 "time": "2015-11-12 13:51:40"
93fd4692 3163 },
26864574
NL
3164 {
3165 "name": "lexik/form-filter-bundle",
16bbb4aa 3166 "version": "v4.0.2",
26864574
NL
3167 "source": {
3168 "type": "git",
3169 "url": "https://github.com/lexik/LexikFormFilterBundle.git",
16bbb4aa 3170 "reference": "d6081d308b71e14509602722c78d28801e4ed78a"
26864574
NL
3171 },
3172 "dist": {
3173 "type": "zip",
16bbb4aa
JB
3174 "url": "https://api.github.com/repos/lexik/LexikFormFilterBundle/zipball/d6081d308b71e14509602722c78d28801e4ed78a",
3175 "reference": "d6081d308b71e14509602722c78d28801e4ed78a",
26864574
NL
3176 "shasum": ""
3177 },
3178 "require": {
3179 "doctrine/orm": "~2.2",
3180 "php": ">=5.3.2",
3181 "symfony/form": "~2.7",
3182 "symfony/framework-bundle": "~2.7"
3183 },
3184 "require-dev": {
3185 "phpunit/phpunit": "~3.7"
3186 },
3187 "type": "symfony-bundle",
3188 "extra": {
3189 "branch-alias": {
3190 "dev-master": "4.x.x-dev"
3191 }
3192 },
3193 "autoload": {
3194 "psr-4": {
3195 "Lexik\\Bundle\\FormFilterBundle\\": ""
3196 }
3197 },
3198 "notification-url": "https://packagist.org/downloads/",
3199 "license": [
3200 "MIT"
3201 ],
3202 "authors": [
3203 {
3204 "name": "Dev Lexik",
3205 "email": "dev@lexik.fr"
3206 },
3207 {
3208 "name": "Cedric Girard",
3209 "email": "c.girard@lexik.fr"
3210 }
3211 ],
3212 "description": "This bundle aim to provide classes to build some form filters and then build a doctrine query from this form filter.",
3213 "homepage": "https://github.com/lexik/LexikFormFilterBundle",
3214 "keywords": [
3215 "Symfony2",
3216 "bundle",
3217 "doctrine",
3218 "filter",
3219 "form"
3220 ],
386cd246 3221 "time": "2015-10-20 12:45:52"
26864574 3222 },
32da2a70
J
3223 {
3224 "name": "liip/theme-bundle",
5c895a7f 3225 "version": "1.4.0",
32da2a70
J
3226 "source": {
3227 "type": "git",
3228 "url": "https://github.com/liip/LiipThemeBundle.git",
5c895a7f 3229 "reference": "ae4f0f1b045689bed9150d5bd32d2f7f2f98b905"
32da2a70
J
3230 },
3231 "dist": {
3232 "type": "zip",
5c895a7f
JB
3233 "url": "https://api.github.com/repos/liip/LiipThemeBundle/zipball/ae4f0f1b045689bed9150d5bd32d2f7f2f98b905",
3234 "reference": "ae4f0f1b045689bed9150d5bd32d2f7f2f98b905",
32da2a70
J
3235 "shasum": ""
3236 },
3237 "require": {
5c895a7f
JB
3238 "php": "^5.3.9|^7.0",
3239 "psr/log": "~1.0",
3240 "symfony/framework-bundle": "~2.3|~3.0"
32da2a70
J
3241 },
3242 "require-dev": {
5c895a7f
JB
3243 "kriswallsmith/assetic": "~1.1",
3244 "phpunit/php-code-coverage": "~2.2@stable",
3245 "phpunit/phpunit": "~4.5@stable",
3246 "symfony/console": "~2.3|~3.0",
3247 "symfony/expression-language": "~2.6|~3.0",
3248 "twig/twig": "~1.4|~2.0@dev"
32da2a70
J
3249 },
3250 "type": "symfony-bundle",
3251 "extra": {
3252 "branch-alias": {
5c895a7f 3253 "dev-master": "1.4-dev"
32da2a70
J
3254 }
3255 },
3256 "autoload": {
5c895a7f
JB
3257 "psr-4": {
3258 "Liip\\ThemeBundle\\": ""
32da2a70
J
3259 }
3260 },
3261 "notification-url": "https://packagist.org/downloads/",
3262 "license": [
3263 "MIT"
3264 ],
3265 "authors": [
3266 {
3267 "name": "Community contributions",
3268 "homepage": "https://github.com/liip/LiipThemeBundle/contributors"
3269 },
3270 {
3271 "name": "Liip AG",
3272 "homepage": "http://www.liip.ch/"
3273 }
3274 ],
3275 "description": "Provides theming support for #Symfony2 Bundles",
3276 "keywords": [
3277 "themes",
3278 "theming"
3279 ],
5c895a7f 3280 "time": "2015-12-05 09:33:29"
32da2a70 3281 },
93fd4692
NL
3282 {
3283 "name": "mgargano/simplehtmldom",
daacffef 3284 "version": "1.5",
93fd4692
NL
3285 "source": {
3286 "type": "git",
75c3478a 3287 "url": "https://github.com/matgargano/simplehtmldom.git",
93fd4692
NL
3288 "reference": "37fb0d7c1bda45c5a4cf14fdef56c1edf6aa42be"
3289 },
3290 "dist": {
3291 "type": "zip",
75c3478a 3292 "url": "https://api.github.com/repos/matgargano/simplehtmldom/zipball/37fb0d7c1bda45c5a4cf14fdef56c1edf6aa42be",
93fd4692
NL
3293 "reference": "37fb0d7c1bda45c5a4cf14fdef56c1edf6aa42be",
3294 "shasum": ""
3295 },
3296 "require": {
3297 "php": ">=5.3.0"
3298 },
3299 "type": "library",
3300 "autoload": {
3301 "psr-0": {
3302 "SimpleHtmlDom": "src/"
f3052b45 3303 },
93fd4692
NL
3304 "files": [
3305 "src/simple_html_dom.php"
3306 ]
3307 },
3308 "notification-url": "https://packagist.org/downloads/",
3309 "license": [
3310 "The MIT License"
3311 ],
3312 "authors": [
f3052b45 3313 {
93fd4692 3314 "name": "S.C. Chen",
27a8708b 3315 "email": "me578022@gmail.com"
e342acf7
NL
3316 }
3317 ],
93fd4692
NL
3318 "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",
3319 "homepage": "http://simplehtmldom.sourceforge.net/",
3320 "keywords": [
3321 "Simple",
3322 "dom",
3323 "html"
3324 ],
3325 "time": "2014-01-05 18:17:34"
e342acf7 3326 },
569f8d68
NL
3327 {
3328 "name": "michelf/php-markdown",
3c65dfb7 3329 "version": "1.6.0",
569f8d68
NL
3330 "source": {
3331 "type": "git",
3332 "url": "https://github.com/michelf/php-markdown.git",
3c65dfb7 3333 "reference": "156e56ee036505ec637d761ee62dc425d807183c"
569f8d68
NL
3334 },
3335 "dist": {
3336 "type": "zip",
3c65dfb7
NL
3337 "url": "https://api.github.com/repos/michelf/php-markdown/zipball/156e56ee036505ec637d761ee62dc425d807183c",
3338 "reference": "156e56ee036505ec637d761ee62dc425d807183c",
569f8d68
NL
3339 "shasum": ""
3340 },
3341 "require": {
3342 "php": ">=5.3.0"
3343 },
3344 "type": "library",
3345 "extra": {
3346 "branch-alias": {
3347 "dev-lib": "1.4.x-dev"
3348 }
3349 },
3350 "autoload": {
3351 "psr-0": {
3352 "Michelf": ""
3353 }
3354 },
3355 "notification-url": "https://packagist.org/downloads/",
3356 "license": [
3357 "BSD-3-Clause"
3358 ],
3359 "authors": [
3360 {
3361 "name": "Michel Fortin",
3362 "email": "michel.fortin@michelf.ca",
0f006880 3363 "homepage": "https://michelf.ca/",
569f8d68 3364 "role": "Developer"
d4aa1743
BD
3365 },
3366 {
3367 "name": "John Gruber",
3368 "homepage": "https://daringfireball.net/"
569f8d68
NL
3369 }
3370 ],
3371 "description": "PHP Markdown",
0f006880 3372 "homepage": "https://michelf.ca/projects/php-markdown/",
569f8d68
NL
3373 "keywords": [
3374 "markdown"
3375 ],
3c65dfb7 3376 "time": "2015-12-24 01:37:31"
569f8d68 3377 },
e342acf7 3378 {
93fd4692 3379 "name": "monolog/monolog",
386cd246 3380 "version": "1.17.2",
e342acf7
NL
3381 "source": {
3382 "type": "git",
93fd4692 3383 "url": "https://github.com/Seldaek/monolog.git",
386cd246 3384 "reference": "bee7f0dc9c3e0b69a6039697533dca1e845c8c24"
e342acf7
NL
3385 },
3386 "dist": {
3387 "type": "zip",
386cd246
JB
3388 "url": "https://api.github.com/repos/Seldaek/monolog/zipball/bee7f0dc9c3e0b69a6039697533dca1e845c8c24",
3389 "reference": "bee7f0dc9c3e0b69a6039697533dca1e845c8c24",
e342acf7
NL
3390 "shasum": ""
3391 },
3392 "require": {
93fd4692
NL
3393 "php": ">=5.3.0",
3394 "psr/log": "~1.0"
3395 },
3396 "provide": {
3397 "psr/log-implementation": "1.0.0"
e342acf7
NL
3398 },
3399 "require-dev": {
26864574 3400 "aws/aws-sdk-php": "^2.4.9",
93fd4692
NL
3401 "doctrine/couchdb": "~1.0@dev",
3402 "graylog2/gelf-php": "~1.0",
386cd246 3403 "jakub-onderka/php-parallel-lint": "0.9",
26864574
NL
3404 "php-console/php-console": "^3.1.3",
3405 "phpunit/phpunit": "~4.5",
3406 "phpunit/phpunit-mock-objects": "2.3.0",
386cd246 3407 "raven/raven": "^0.13",
26864574 3408 "ruflin/elastica": ">=0.90 <3.0",
0f006880 3409 "swiftmailer/swiftmailer": "~5.3",
93fd4692 3410 "videlalvaro/php-amqplib": "~2.4"
e342acf7 3411 },
f3052b45 3412 "suggest": {
93fd4692
NL
3413 "aws/aws-sdk-php": "Allow sending log messages to AWS services like DynamoDB",
3414 "doctrine/couchdb": "Allow sending log messages to a CouchDB server",
3415 "ext-amqp": "Allow sending log messages to an AMQP server (1.0+ required)",
3416 "ext-mongo": "Allow sending log messages to a MongoDB server",
3417 "graylog2/gelf-php": "Allow sending log messages to a GrayLog2 server",
26864574 3418 "php-console/php-console": "Allow sending log messages to Google Chrome",
93fd4692
NL
3419 "raven/raven": "Allow sending log messages to a Sentry server",
3420 "rollbar/rollbar": "Allow sending log messages to Rollbar",
3421 "ruflin/elastica": "Allow sending log messages to an Elastic Search server",
3422 "videlalvaro/php-amqplib": "Allow sending log messages to an AMQP server using php-amqplib"
f3052b45
NL
3423 },
3424 "type": "library",
3425 "extra": {
3426 "branch-alias": {
26864574 3427 "dev-master": "1.16.x-dev"
e342acf7
NL
3428 }
3429 },
3430 "autoload": {
93fd4692
NL
3431 "psr-4": {
3432 "Monolog\\": "src/Monolog"
f3052b45 3433 }
e342acf7
NL
3434 },
3435 "notification-url": "https://packagist.org/downloads/",
3436 "license": [
f3052b45 3437 "MIT"
e342acf7
NL
3438 ],
3439 "authors": [
3440 {
93fd4692
NL
3441 "name": "Jordi Boggiano",
3442 "email": "j.boggiano@seld.be",
3443 "homepage": "http://seld.be"
e342acf7
NL
3444 }
3445 ],
93fd4692
NL
3446 "description": "Sends your logs to files, sockets, inboxes, databases and various web services",
3447 "homepage": "http://github.com/Seldaek/monolog",
3448 "keywords": [
3449 "log",
3450 "logging",
3451 "psr-3"
3452 ],
386cd246 3453 "time": "2015-10-14 12:51:02"
e342acf7 3454 },
a1413a3d
JB
3455 {
3456 "name": "neitanod/forceutf8",
d4aa1743 3457 "version": "v2.0",
a1413a3d
JB
3458 "source": {
3459 "type": "git",
3460 "url": "https://github.com/neitanod/forceutf8.git",
d4aa1743 3461 "reference": "2c1b21e00ed16b2b083ae4e27901cb5f2856db90"
a1413a3d
JB
3462 },
3463 "dist": {
3464 "type": "zip",
d4aa1743
BD
3465 "url": "https://api.github.com/repos/neitanod/forceutf8/zipball/2c1b21e00ed16b2b083ae4e27901cb5f2856db90",
3466 "reference": "2c1b21e00ed16b2b083ae4e27901cb5f2856db90",
a1413a3d
JB
3467 "shasum": ""
3468 },
3469 "require": {
d4ebe5c5 3470 "php": ">=5.3.0"
a1413a3d
JB
3471 },
3472 "type": "library",
3473 "autoload": {
3474 "psr-0": {
3475 "ForceUTF8\\": "src/"
3476 }
3477 },
3478 "notification-url": "https://packagist.org/downloads/",
3479 "authors": [
3480 {
3481 "name": "Sebastián Grignoli",
3482 "email": "grignoli@gmail.com"
3483 }
3484 ],
3485 "description": "PHP Class Encoding featuring popular Encoding::toUTF8() function --formerly known as forceUTF8()-- that fixes mixed encoded strings.",
3486 "homepage": "https://github.com/neitanod/forceutf8",
d4aa1743 3487 "time": "2015-05-07 16:37:23"
a1413a3d 3488 },
569f8d68
NL
3489 {
3490 "name": "nelmio/api-doc-bundle",
516022d6 3491 "version": "2.11.1",
569f8d68
NL
3492 "target-dir": "Nelmio/ApiDocBundle",
3493 "source": {
3494 "type": "git",
3495 "url": "https://github.com/nelmio/NelmioApiDocBundle.git",
516022d6 3496 "reference": "19d4e37365edd5104e31662a2d3b510d92a7e78a"
569f8d68
NL
3497 },
3498 "dist": {
3499 "type": "zip",
516022d6
JB
3500 "url": "https://api.github.com/repos/nelmio/NelmioApiDocBundle/zipball/19d4e37365edd5104e31662a2d3b510d92a7e78a",
3501 "reference": "19d4e37365edd5104e31662a2d3b510d92a7e78a",
569f8d68
NL
3502 "shasum": ""
3503 },
3504 "require": {
3505 "michelf/php-markdown": "~1.4",
386cd246 3506 "php": ">=5.3",
d4aa1743
BD
3507 "symfony/console": "~2.3|~3.0",
3508 "symfony/framework-bundle": "~2.3|~3.0",
3509 "symfony/twig-bundle": "~2.3|~3.0"
569f8d68
NL
3510 },
3511 "conflict": {
3512 "jms/serializer": "<0.12",
386cd246
JB
3513 "jms/serializer-bundle": "<0.11",
3514 "twig/twig": "<1.12"
569f8d68
NL
3515 },
3516 "require-dev": {
d4aa1743
BD
3517 "doctrine/doctrine-bundle": "~1.5",
3518 "doctrine/orm": "~2.3",
3519 "dunglas/api-bundle": "~1.0@dev",
3520 "friendsofsymfony/rest-bundle": "~1.0|~2.0",
569f8d68 3521 "jms/serializer-bundle": ">=0.11",
399bd777 3522 "sensio/framework-extra-bundle": "~3.0",
d4aa1743
BD
3523 "symfony/browser-kit": "~2.3|~3.0",
3524 "symfony/css-selector": "~2.3|~3.0",
3525 "symfony/finder": "~2.3|~3.0",
3526 "symfony/form": "~2.3|~3.0",
3527 "symfony/phpunit-bridge": "~2.7|~3.0",
3528 "symfony/serializer": "~2.7|~3.0",
3529 "symfony/validator": "~2.3|~3.0",
3530 "symfony/yaml": "~2.3|~3.0"
569f8d68
NL
3531 },
3532 "suggest": {
399bd777 3533 "dunglas/api-bundle": "For making use of resources definitions of DunglasApiBundle.",
569f8d68
NL
3534 "friendsofsymfony/rest-bundle": "For making use of REST information in the doc.",
3535 "jms/serializer": "For making use of serializer information in the doc.",
3536 "symfony/form": "For using form definitions as input.",
3537 "symfony/validator": "For making use of validator information in the doc."
3538 },
3539 "type": "symfony-bundle",
3540 "extra": {
3541 "branch-alias": {
d4aa1743 3542 "dev-master": "2.11-dev"
569f8d68
NL
3543 }
3544 },
3545 "autoload": {
3546 "psr-0": {
3547 "Nelmio\\ApiDocBundle": ""
3548 }
3549 },
3550 "notification-url": "https://packagist.org/downloads/",
3551 "license": [
3552 "MIT"
3553 ],
3554 "authors": [
3555 {
3556 "name": "Nelmio",
3557 "homepage": "http://nelm.io"
3558 },
3559 {
3560 "name": "Symfony Community",
3561 "homepage": "https://github.com/nelmio/NelmioApiDocBundle/contributors"
3562 }
3563 ],
3564 "description": "Generates documentation for your REST API from annotations",
3565 "keywords": [
3566 "api",
3567 "doc",
3568 "documentation",
3569 "rest"
3570 ],
516022d6 3571 "time": "2015-12-08 13:19:42"
569f8d68 3572 },
dcae2fc2
NL
3573 {
3574 "name": "nelmio/cors-bundle",
d4aa1743 3575 "version": "1.4.1",
dcae2fc2
NL
3576 "source": {
3577 "type": "git",
3578 "url": "https://github.com/nelmio/NelmioCorsBundle.git",
d4aa1743 3579 "reference": "fa14a81737c605bf4766054cdcb72a16a433d537"
dcae2fc2
NL
3580 },
3581 "dist": {
3582 "type": "zip",
d4aa1743
BD
3583 "url": "https://api.github.com/repos/nelmio/NelmioCorsBundle/zipball/fa14a81737c605bf4766054cdcb72a16a433d537",
3584 "reference": "fa14a81737c605bf4766054cdcb72a16a433d537",
dcae2fc2
NL
3585 "shasum": ""
3586 },
3587 "require": {
d4aa1743 3588 "symfony/framework-bundle": "^2.2 || ^3.0"
dcae2fc2
NL
3589 },
3590 "require-dev": {
d4aa1743
BD
3591 "matthiasnoback/symfony-dependency-injection-test": "^0.7.6",
3592 "mockery/mockery": "0.9.*"
dcae2fc2
NL
3593 },
3594 "type": "symfony-bundle",
3595 "extra": {
3596 "branch-alias": {
d4aa1743 3597 "dev-master": "1.4.x-dev"
dcae2fc2
NL
3598 }
3599 },
3600 "autoload": {
d4aa1743
BD
3601 "psr-4": {
3602 "Nelmio\\CorsBundle\\": ""
3603 },
3604 "exclude-from-classmap": [
3605 "/Tests/"
3606 ]
dcae2fc2
NL
3607 },
3608 "notification-url": "https://packagist.org/downloads/",
3609 "license": [
3610 "MIT"
3611 ],
3612 "authors": [
3613 {
3614 "name": "Nelmio",
3615 "homepage": "http://nelm.io"
3616 },
3617 {
3618 "name": "Symfony Community",
3619 "homepage": "https://github.com/nelmio/NelmioCorsBundle/contributors"
3620 }
3621 ],
3622 "description": "Adds CORS (Cross-Origin Resource Sharing) headers support in your Symfony2 application",
3623 "keywords": [
3624 "api",
3625 "cors",
3626 "crossdomain"
3627 ],
d4aa1743 3628 "time": "2015-12-09 17:26:34"
dcae2fc2 3629 },
a24f2c88
WD
3630 {
3631 "name": "pagerfanta/pagerfanta",
3632 "version": "v1.0.3",
3633 "source": {
3634 "type": "git",
3635 "url": "https://github.com/whiteoctober/Pagerfanta.git",
3636 "reference": "a874d3612d954dcbbb49e5ffe178890918fb76fb"
3637 },
3638 "dist": {
3639 "type": "zip",
3640 "url": "https://api.github.com/repos/whiteoctober/Pagerfanta/zipball/a874d3612d954dcbbb49e5ffe178890918fb76fb",
3641 "reference": "a874d3612d954dcbbb49e5ffe178890918fb76fb",
3642 "shasum": ""
3643 },
3644 "require": {
3645 "php": ">=5.3.0"
3646 },
3647 "require-dev": {
3648 "doctrine/orm": "~2.3",
3649 "doctrine/phpcr-odm": "1.*",
3650 "jackalope/jackalope-doctrine-dbal": "1.*",
3651 "jmikola/geojson": "~1.0",
3652 "mandango/mandango": "~1.0@dev",
3653 "mandango/mondator": "~1.0@dev",
3654 "phpunit/phpunit": "~4",
3655 "propel/propel1": "~1.6",
3656 "ruflin/elastica": "~1.3",
3657 "solarium/solarium": "~3.1"
3658 },
3659 "suggest": {
3660 "doctrine/mongodb-odm": "To use the DoctrineODMMongoDBAdapter.",
3661 "doctrine/orm": "To use the DoctrineORMAdapter.",
3662 "doctrine/phpcr-odm": "To use the DoctrineODMPhpcrAdapter. >= 1.1.0",
3663 "mandango/mandango": "To use the MandangoAdapter.",
3664 "propel/propel1": "To use the PropelAdapter",
3665 "solarium/solarium": "To use the SolariumAdapter."
3666 },
3667 "type": "library",
3668 "extra": {
3669 "branch-alias": {
3670 "dev-master": "1.0.x-dev"
3671 }
3672 },
3673 "autoload": {
3674 "psr-0": {
3675 "Pagerfanta\\": "src/"
3676 }
3677 },
3678 "notification-url": "https://packagist.org/downloads/",
3679 "license": [
3680 "MIT"
3681 ],
3682 "authors": [
3683 {
3684 "name": "Pablo Díez",
3685 "email": "pablodip@gmail.com"
3686 }
3687 ],
3688 "description": "Pagination for PHP 5.3",
3689 "keywords": [
3690 "page",
3691 "pagination",
3692 "paginator",
3693 "paging"
3694 ],
3695 "time": "2014-10-06 10:57:25"
3696 },
e23edfd2
JB
3697 {
3698 "name": "paragonie/random_compat",
516022d6 3699 "version": "1.1.4",
e23edfd2
JB
3700 "source": {
3701 "type": "git",
3702 "url": "https://github.com/paragonie/random_compat.git",
516022d6 3703 "reference": "d762ee5b099a29044603cd4649851e81aa66cb47"
e23edfd2
JB
3704 },
3705 "dist": {
3706 "type": "zip",
516022d6
JB
3707 "url": "https://api.github.com/repos/paragonie/random_compat/zipball/d762ee5b099a29044603cd4649851e81aa66cb47",
3708 "reference": "d762ee5b099a29044603cd4649851e81aa66cb47",
e23edfd2
JB
3709 "shasum": ""
3710 },
3711 "require": {
3712 "php": ">=5.2.0"
3713 },
3714 "require-dev": {
3715 "phpunit/phpunit": "4.*|5.*"
3716 },
3717 "suggest": {
3718 "ext-libsodium": "Provides a modern crypto API that can be used to generate random bytes."
3719 },
3720 "type": "library",
3721 "autoload": {
3722 "files": [
3723 "lib/random.php"
3724 ]
3725 },
3726 "notification-url": "https://packagist.org/downloads/",
3727 "license": [
3728 "MIT"
3729 ],
3730 "authors": [
3731 {
3732 "name": "Paragon Initiative Enterprises",
3733 "email": "security@paragonie.com",
3734 "homepage": "https://paragonie.com"
3735 }
3736 ],
3737 "description": "PHP 5.x polyfill for random_bytes() and random_int() from PHP 7",
3738 "keywords": [
3739 "csprng",
3740 "pseudorandom",
3741 "random"
3742 ],
516022d6 3743 "time": "2015-12-10 14:48:13"
e23edfd2 3744 },
569f8d68
NL
3745 {
3746 "name": "phpcollection/phpcollection",
3747 "version": "0.4.0",
3748 "source": {
3749 "type": "git",
3750 "url": "https://github.com/schmittjoh/php-collection.git",
3751 "reference": "b8bf55a0a929ca43b01232b36719f176f86c7e83"
3752 },
3753 "dist": {
3754 "type": "zip",
3755 "url": "https://api.github.com/repos/schmittjoh/php-collection/zipball/b8bf55a0a929ca43b01232b36719f176f86c7e83",
3756 "reference": "b8bf55a0a929ca43b01232b36719f176f86c7e83",
3757 "shasum": ""
3758 },
3759 "require": {
3760 "phpoption/phpoption": "1.*"
3761 },
3762 "type": "library",
3763 "extra": {
3764 "branch-alias": {
3765 "dev-master": "0.3-dev"
3766 }
3767 },
3768 "autoload": {
3769 "psr-0": {
3770 "PhpCollection": "src/"
3771 }
3772 },
3773 "notification-url": "https://packagist.org/downloads/",
3774 "license": [
3775 "Apache2"
3776 ],
3777 "authors": [
3778 {
3779 "name": "Johannes Schmitt",
3780 "email": "schmittjoh@gmail.com",
3781 "homepage": "https://github.com/schmittjoh",
3782 "role": "Developer of wrapped JMSSerializerBundle"
3783 }
3784 ],
3785 "description": "General-Purpose Collection Library for PHP",
3786 "keywords": [
3787 "collection",
3788 "list",
3789 "map",
3790 "sequence",
3791 "set"
3792 ],
3793 "time": "2014-03-11 13:46:42"
3794 },
3795 {
3796 "name": "phpoption/phpoption",
75c3478a 3797 "version": "1.5.0",
569f8d68
NL
3798 "source": {
3799 "type": "git",
3800 "url": "https://github.com/schmittjoh/php-option.git",
75c3478a 3801 "reference": "94e644f7d2051a5f0fcf77d81605f152eecff0ed"
569f8d68
NL
3802 },
3803 "dist": {
3804 "type": "zip",
75c3478a
JB
3805 "url": "https://api.github.com/repos/schmittjoh/php-option/zipball/94e644f7d2051a5f0fcf77d81605f152eecff0ed",
3806 "reference": "94e644f7d2051a5f0fcf77d81605f152eecff0ed",
569f8d68
NL
3807 "shasum": ""
3808 },
3809 "require": {
3810 "php": ">=5.3.0"
3811 },
75c3478a
JB
3812 "require-dev": {
3813 "phpunit/phpunit": "4.7.*"
3814 },
569f8d68
NL
3815 "type": "library",
3816 "extra": {
3817 "branch-alias": {
3818 "dev-master": "1.3-dev"
3819 }
3820 },
3821 "autoload": {
3822 "psr-0": {
3823 "PhpOption\\": "src/"
3824 }
3825 },
3826 "notification-url": "https://packagist.org/downloads/",
3827 "license": [
3828 "Apache2"
3829 ],
3830 "authors": [
3831 {
75c3478a
JB
3832 "name": "Johannes M. Schmitt",
3833 "email": "schmittjoh@gmail.com"
569f8d68
NL
3834 }
3835 ],
3836 "description": "Option Type for PHP",
3837 "keywords": [
3838 "language",
3839 "option",
3840 "php",
3841 "type"
3842 ],
75c3478a 3843 "time": "2015-07-25 16:39:46"
569f8d68 3844 },
03690d13
TC
3845 {
3846 "name": "phpzip/phpzip",
d4aa1743 3847 "version": "2.0.8",
03690d13
TC
3848 "source": {
3849 "type": "git",
3850 "url": "https://github.com/Grandt/PHPZip.git",
d4aa1743 3851 "reference": "936f93d656f68e29c231a39e19fd59a636fe7e47"
03690d13
TC
3852 },
3853 "dist": {
3854 "type": "zip",
d4aa1743
BD
3855 "url": "https://api.github.com/repos/Grandt/PHPZip/zipball/936f93d656f68e29c231a39e19fd59a636fe7e47",
3856 "reference": "936f93d656f68e29c231a39e19fd59a636fe7e47",
03690d13
TC
3857 "shasum": ""
3858 },
3859 "require": {
d4aa1743
BD
3860 "grandt/binstring": ">=1.0.0",
3861 "grandt/phpzipmerge": ">=1.0.4",
3862 "grandt/relativepath": ">=1.0.2",
03690d13
TC
3863 "php": ">=5.3.0"
3864 },
3865 "type": "library",
3866 "autoload": {
3867 "psr-4": {
3868 "PHPZip\\Zip\\": "src/Zip"
3869 }
3870 },
3871 "notification-url": "https://packagist.org/downloads/",
3872 "license": [
3873 "LGPL-2.1"
3874 ],
3875 "authors": [
3876 {
3877 "name": "Adam Schmalhofer",
3878 "email": "Adam.Schmalhofer@gmx.de",
3879 "role": "Developer"
3880 },
3881 {
3882 "name": "A. Grandt",
3883 "email": "php@grandt.com",
3884 "homepage": "http://grandt.com",
3885 "role": "Developer"
3886 },
3887 {
3888 "name": "Greg Kappatos",
3889 "homepage": "http://websiteconnect.com.au",
3890 "role": "Developer"
3891 }
3892 ],
3893 "description": "Package to create and stream archives of compressed files in ZIP format with PHP 5.3+",
3894 "homepage": "https://github.com/Grandt/PHPZip",
3895 "keywords": [
3896 "archive",
3897 "compressed",
3898 "compression",
3899 "phpzip",
3900 "pkzip",
3901 "stream",
3902 "zip"
3903 ],
d4aa1743 3904 "time": "2015-11-16 16:30:51"
03690d13 3905 },
e342acf7 3906 {
93fd4692
NL
3907 "name": "psr/log",
3908 "version": "1.0.0",
e342acf7
NL
3909 "source": {
3910 "type": "git",
93fd4692
NL
3911 "url": "https://github.com/php-fig/log.git",
3912 "reference": "fe0936ee26643249e916849d48e3a51d5f5e278b"
e342acf7
NL
3913 },
3914 "dist": {
3915 "type": "zip",
93fd4692
NL
3916 "url": "https://api.github.com/repos/php-fig/log/zipball/fe0936ee26643249e916849d48e3a51d5f5e278b",
3917 "reference": "fe0936ee26643249e916849d48e3a51d5f5e278b",
e342acf7
NL
3918 "shasum": ""
3919 },
e342acf7 3920 "type": "library",
e342acf7 3921 "autoload": {
f3052b45 3922 "psr-0": {
93fd4692 3923 "Psr\\Log\\": ""
f3052b45 3924 }
e342acf7
NL
3925 },
3926 "notification-url": "https://packagist.org/downloads/",
3927 "license": [
f3052b45 3928 "MIT"
e342acf7
NL
3929 ],
3930 "authors": [
3931 {
93fd4692
NL
3932 "name": "PHP-FIG",
3933 "homepage": "http://www.php-fig.org/"
e342acf7
NL
3934 }
3935 ],
93fd4692
NL
3936 "description": "Common interface for logging libraries",
3937 "keywords": [
3938 "log",
3939 "psr",
3940 "psr-3"
3941 ],
3942 "time": "2012-12-21 11:40:51"
e342acf7 3943 },
a1413a3d
JB
3944 {
3945 "name": "react/promise",
3946 "version": "v2.2.1",
3947 "source": {
3948 "type": "git",
3949 "url": "https://github.com/reactphp/promise.git",
3950 "reference": "3b6fca09c7d56321057fa8867c8dbe1abf648627"
3951 },
3952 "dist": {
3953 "type": "zip",
3954 "url": "https://api.github.com/repos/reactphp/promise/zipball/3b6fca09c7d56321057fa8867c8dbe1abf648627",
3955 "reference": "3b6fca09c7d56321057fa8867c8dbe1abf648627",
3956 "shasum": ""
3957 },
3958 "require": {
3959 "php": ">=5.4.0"
3960 },
3961 "type": "library",
3962 "extra": {
3963 "branch-alias": {
3964 "dev-master": "2.0-dev"
3965 }
3966 },
3967 "autoload": {
3968 "psr-4": {
3969 "React\\Promise\\": "src/"
3970 },
3971 "files": [
3972 "src/functions_include.php"
3973 ]
3974 },
3975 "notification-url": "https://packagist.org/downloads/",
3976 "license": [
3977 "MIT"
3978 ],
3979 "authors": [
3980 {
3981 "name": "Jan Sorgalla",
3982 "email": "jsorgalla@gmail.com"
3983 }
3984 ],
3985 "description": "A lightweight implementation of CommonJS Promises/A for PHP",
3986 "time": "2015-07-03 13:48:55"
3987 },
2db616b5
NL
3988 {
3989 "name": "scheb/two-factor-bundle",
e23edfd2 3990 "version": "v1.5.0",
2db616b5
NL
3991 "source": {
3992 "type": "git",
3993 "url": "https://github.com/scheb/two-factor-bundle.git",
e23edfd2 3994 "reference": "b0da3a85b181237c3bebde88c99b18745313360b"
2db616b5
NL
3995 },
3996 "dist": {
3997 "type": "zip",
e23edfd2
JB
3998 "url": "https://api.github.com/repos/scheb/two-factor-bundle/zipball/b0da3a85b181237c3bebde88c99b18745313360b",
3999 "reference": "b0da3a85b181237c3bebde88c99b18745313360b",
2db616b5
NL
4000 "shasum": ""
4001 },
4002 "require": {
4003 "sonata-project/google-authenticator": "~1.0",
4004 "symfony/symfony": "~2.1"
4005 },
4006 "require-dev": {
4007 "satooshi/php-coveralls": "~0.6",
4008 "swiftmailer/swiftmailer": ">=4.3, <6.0",
4009 "symfony/phpunit-bridge": "~2.7"
4010 },
4011 "type": "symfony-bundle",
4012 "autoload": {
4013 "psr-4": {
4014 "Scheb\\TwoFactorBundle\\": ""
4015 }
4016 },
4017 "notification-url": "https://packagist.org/downloads/",
4018 "license": [
4019 "MIT"
4020 ],
4021 "authors": [
4022 {
4023 "name": "Christian Scheb",
4024 "email": "me@christianscheb.de"
4025 }
4026 ],
4027 "description": "Provides two-factor authenticaton for Symfony2",
4028 "homepage": "https://github.com/scheb/two-factor-bundle",
4029 "keywords": [
4030 "Authentication",
4031 "Symfony2",
4032 "two-factor",
4033 "two-step"
4034 ],
e23edfd2 4035 "time": "2015-11-15 13:31:23"
2db616b5 4036 },
e342acf7 4037 {
93fd4692 4038 "name": "sensio/distribution-bundle",
5c895a7f 4039 "version": "v5.0.3",
e342acf7
NL
4040 "source": {
4041 "type": "git",
93fd4692 4042 "url": "https://github.com/sensiolabs/SensioDistributionBundle.git",
5c895a7f 4043 "reference": "419c1824af940e2be0f833aca2327e1181a6b503"
e342acf7
NL
4044 },
4045 "dist": {
4046 "type": "zip",
5c895a7f
JB
4047 "url": "https://api.github.com/repos/sensiolabs/SensioDistributionBundle/zipball/419c1824af940e2be0f833aca2327e1181a6b503",
4048 "reference": "419c1824af940e2be0f833aca2327e1181a6b503",
e342acf7
NL
4049 "shasum": ""
4050 },
4051 "require": {
5c895a7f 4052 "php": ">=5.3.9",
26864574 4053 "sensiolabs/security-checker": "~3.0",
5c895a7f
JB
4054 "symfony/class-loader": "~2.3|~3.0",
4055 "symfony/config": "~2.3|~3.0",
4056 "symfony/dependency-injection": "~2.3|~3.0",
4057 "symfony/filesystem": "~2.3|~3.0",
4058 "symfony/http-kernel": "~2.3|~3.0",
4059 "symfony/process": "~2.3|~3.0"
dcae2fc2 4060 },
93fd4692 4061 "type": "symfony-bundle",
e342acf7
NL
4062 "extra": {
4063 "branch-alias": {
5c895a7f 4064 "dev-master": "5.0.x-dev"
e342acf7
NL
4065 }
4066 },
4067 "autoload": {
5c895a7f
JB
4068 "psr-4": {
4069 "Sensio\\Bundle\\DistributionBundle\\": ""
93fd4692 4070 }
e342acf7
NL
4071 },
4072 "notification-url": "https://packagist.org/downloads/",
4073 "license": [
f3052b45 4074 "MIT"
e342acf7
NL
4075 ],
4076 "authors": [
4077 {
93fd4692
NL
4078 "name": "Fabien Potencier",
4079 "email": "fabien@symfony.com"
e342acf7
NL
4080 }
4081 ],
93fd4692 4082 "description": "Base bundle for Symfony Distributions",
e342acf7 4083 "keywords": [
93fd4692
NL
4084 "configuration",
4085 "distribution"
e342acf7 4086 ],
5c895a7f 4087 "time": "2015-12-18 17:44:11"
e342acf7
NL
4088 },
4089 {
93fd4692 4090 "name": "sensio/framework-extra-bundle",
d4aa1743 4091 "version": "v3.0.12",
e342acf7
NL
4092 "source": {
4093 "type": "git",
93fd4692 4094 "url": "https://github.com/sensiolabs/SensioFrameworkExtraBundle.git",
d4aa1743 4095 "reference": "3e8936fe13aa4086644977d334d8fcd275f50357"
e342acf7
NL
4096 },
4097 "dist": {
4098 "type": "zip",
d4aa1743
BD
4099 "url": "https://api.github.com/repos/sensiolabs/SensioFrameworkExtraBundle/zipball/3e8936fe13aa4086644977d334d8fcd275f50357",
4100 "reference": "3e8936fe13aa4086644977d334d8fcd275f50357",
e342acf7
NL
4101 "shasum": ""
4102 },
4103 "require": {
93fd4692 4104 "doctrine/common": "~2.2",
c3510620 4105 "symfony/framework-bundle": "~2.3|~3.0"
e342acf7 4106 },
93fd4692 4107 "require-dev": {
c3510620
KG
4108 "symfony/expression-language": "~2.4|~3.0",
4109 "symfony/security-bundle": "~2.4|~3.0"
93fd4692
NL
4110 },
4111 "suggest": {
4112 "symfony/expression-language": "",
399bd777 4113 "symfony/psr-http-message-bridge": "To use the PSR-7 converters",
93fd4692
NL
4114 "symfony/security-bundle": ""
4115 },
4116 "type": "symfony-bundle",
e342acf7
NL
4117 "extra": {
4118 "branch-alias": {
93fd4692 4119 "dev-master": "3.0.x-dev"
e342acf7
NL
4120 }
4121 },
4122 "autoload": {
399bd777
JB
4123 "psr-4": {
4124 "Sensio\\Bundle\\FrameworkExtraBundle\\": ""
f3052b45 4125 }
e342acf7
NL
4126 },
4127 "notification-url": "https://packagist.org/downloads/",
4128 "license": [
f3052b45 4129 "MIT"
e342acf7
NL
4130 ],
4131 "authors": [
e342acf7 4132 {
f3052b45
NL
4133 "name": "Fabien Potencier",
4134 "email": "fabien@symfony.com"
e342acf7
NL
4135 }
4136 ],
93fd4692 4137 "description": "This bundle provides a way to configure your controllers with annotations",
e342acf7 4138 "keywords": [
93fd4692
NL
4139 "annotations",
4140 "controllers"
e342acf7 4141 ],
d4aa1743 4142 "time": "2015-12-18 17:39:27"
e342acf7
NL
4143 },
4144 {
93fd4692 4145 "name": "sensiolabs/security-checker",
53cf5106 4146 "version": "v3.0.2",
e342acf7
NL
4147 "source": {
4148 "type": "git",
93fd4692 4149 "url": "https://github.com/sensiolabs/security-checker.git",
53cf5106 4150 "reference": "21696b0daa731064c23cfb694c60a2584a7b6e93"
e342acf7
NL
4151 },
4152 "dist": {
4153 "type": "zip",
53cf5106
JB
4154 "url": "https://api.github.com/repos/sensiolabs/security-checker/zipball/21696b0daa731064c23cfb694c60a2584a7b6e93",
4155 "reference": "21696b0daa731064c23cfb694c60a2584a7b6e93",
e342acf7
NL
4156 "shasum": ""
4157 },
4158 "require": {
53cf5106 4159 "symfony/console": "~2.0|~3.0"
e342acf7 4160 },
93fd4692
NL
4161 "bin": [
4162 "security-checker"
4163 ],
e342acf7
NL
4164 "type": "library",
4165 "extra": {
4166 "branch-alias": {
26864574 4167 "dev-master": "3.0-dev"
e342acf7
NL
4168 }
4169 },
4170 "autoload": {
f3052b45 4171 "psr-0": {
93fd4692 4172 "SensioLabs\\Security": ""
f3052b45 4173 }
e342acf7
NL
4174 },
4175 "notification-url": "https://packagist.org/downloads/",
4176 "license": [
f3052b45 4177 "MIT"
e342acf7
NL
4178 ],
4179 "authors": [
f3052b45
NL
4180 {
4181 "name": "Fabien Potencier",
93fd4692 4182 "email": "fabien.potencier@gmail.com"
e342acf7
NL
4183 }
4184 ],
93fd4692 4185 "description": "A security checker for your composer.lock",
53cf5106 4186 "time": "2015-11-07 08:07:40"
e342acf7
NL
4187 },
4188 {
93fd4692 4189 "name": "simplepie/simplepie",
daacffef 4190 "version": "1.3.1",
e342acf7
NL
4191 "source": {
4192 "type": "git",
93fd4692 4193 "url": "https://github.com/simplepie/simplepie.git",
daacffef 4194 "reference": "ce53709778bc1e2e4deda1651b66e5081398d5cc"
e342acf7
NL
4195 },
4196 "dist": {
4197 "type": "zip",
daacffef
J
4198 "url": "https://api.github.com/repos/simplepie/simplepie/zipball/ce53709778bc1e2e4deda1651b66e5081398d5cc",
4199 "reference": "ce53709778bc1e2e4deda1651b66e5081398d5cc",
e342acf7
NL
4200 "shasum": ""
4201 },
4202 "require": {
93fd4692 4203 "php": ">=5.2.0"
e342acf7
NL
4204 },
4205 "type": "library",
e342acf7 4206 "autoload": {
f3052b45 4207 "psr-0": {
93fd4692 4208 "SimplePie": "library"
f3052b45 4209 }
e342acf7
NL
4210 },
4211 "notification-url": "https://packagist.org/downloads/",
4212 "license": [
93fd4692 4213 "BSD-3-Clause"
e342acf7
NL
4214 ],
4215 "authors": [
4216 {
93fd4692
NL
4217 "name": "Ryan Parman",
4218 "homepage": "http://ryanparman.com/",
4219 "role": "Creator, alumnus developer"
e342acf7
NL
4220 },
4221 {
93fd4692
NL
4222 "name": "Geoffrey Sneddon",
4223 "homepage": "http://gsnedders.com/",
4224 "role": "Alumnus developer"
4225 },
4226 {
4227 "name": "Ryan McCue",
4228 "email": "me@ryanmccue.info",
4229 "homepage": "http://ryanmccue.info/",
4230 "role": "Developer"
e342acf7
NL
4231 }
4232 ],
93fd4692
NL
4233 "description": "A simple Atom/RSS parsing library for PHP",
4234 "homepage": "http://simplepie.org/",
e342acf7 4235 "keywords": [
93fd4692
NL
4236 "atom",
4237 "feeds",
4238 "rss"
e342acf7 4239 ],
daacffef 4240 "time": "2012-10-30 17:54:03"
e342acf7 4241 },
d4ebe5c5
JB
4242 {
4243 "name": "smalot/pdfparser",
4244 "version": "v0.9.25",
4245 "source": {
4246 "type": "git",
4247 "url": "https://github.com/smalot/pdfparser.git",
4248 "reference": "31590f7938a22f1c7fc4fb292611e3742a62ebaa"
4249 },
4250 "dist": {
4251 "type": "zip",
4252 "url": "https://api.github.com/repos/smalot/pdfparser/zipball/31590f7938a22f1c7fc4fb292611e3742a62ebaa",
4253 "reference": "31590f7938a22f1c7fc4fb292611e3742a62ebaa",
4254 "shasum": ""
4255 },
4256 "require": {
4257 "php": ">=5.3.0",
4258 "tecnickcom/tcpdf": ">=6.0.050"
4259 },
4260 "require-dev": {
4261 "atoum/atoum": "dev-master"
4262 },
4263 "type": "library",
4264 "autoload": {
4265 "psr-0": {
4266 "Smalot\\PdfParser\\": "src/"
4267 }
4268 },
4269 "notification-url": "https://packagist.org/downloads/",
4270 "license": [
4271 "GPL-3.0"
4272 ],
4273 "authors": [
4274 {
4275 "name": "Sebastien MALOT",
4276 "email": "sebastien@malot.fr",
4277 "homepage": "http://www.malot.fr",
4278 "role": "Developer"
4279 }
4280 ],
4281 "description": "Pdf parser library. Can read and extract information from pdf file.",
4282 "homepage": "http://www.pdfparser.org",
4283 "time": "2015-09-18 08:29:33"
4284 },
2db616b5
NL
4285 {
4286 "name": "sonata-project/google-authenticator",
4287 "version": "1.0.2",
4288 "source": {
4289 "type": "git",
4290 "url": "https://github.com/sonata-project/GoogleAuthenticator.git",
4291 "reference": "72f47caddd09d09c0d3c3e046f6b435e0c004cd4"
4292 },
4293 "dist": {
4294 "type": "zip",
4295 "url": "https://api.github.com/repos/sonata-project/GoogleAuthenticator/zipball/72f47caddd09d09c0d3c3e046f6b435e0c004cd4",
4296 "reference": "72f47caddd09d09c0d3c3e046f6b435e0c004cd4",
4297 "shasum": ""
4298 },
4299 "require": {
4300 "php": ">=5.3.0"
4301 },
4302 "type": "library",
4303 "autoload": {
4304 "psr-4": {
4305 "Google\\Authenticator\\": "lib/",
4306 "Google\\Authenticator\\Tests\\": "tests/"
4307 }
4308 },
4309 "notification-url": "https://packagist.org/downloads/",
4310 "license": [
4311 "MIT"
4312 ],
4313 "authors": [
4314 {
4315 "name": "Thomas Rabaix",
4316 "email": "thomas.rabaix@gmail.com",
4317 "homepage": "http://sonata-project.org/"
4318 },
4319 {
4320 "name": "Christian Stocker",
4321 "email": "me@chregu.tv"
4322 },
4323 {
4324 "name": "Andre DeMarre",
4325 "homepage": "http://www.devnetwork.net/viewtopic.php?f=50&t=94989"
4326 }
4327 ],
4328 "description": "Library to integrate Google Authenticator into a PHP project",
4329 "homepage": "https://github.com/sonata-project/GoogleAuthenticator",
4330 "keywords": [
4331 "google authenticator"
4332 ],
4333 "time": "2014-03-31 09:18:53"
4334 },
3c65dfb7
NL
4335 {
4336 "name": "stof/doctrine-extensions-bundle",
4337 "version": "v1.2.1",
4338 "source": {
4339 "type": "git",
4340 "url": "https://github.com/stof/StofDoctrineExtensionsBundle.git",
4341 "reference": "7b3144572617b0555f9a443317dbc2f9cf5b524e"
4342 },
4343 "dist": {
4344 "type": "zip",
4345 "url": "https://api.github.com/repos/stof/StofDoctrineExtensionsBundle/zipball/7b3144572617b0555f9a443317dbc2f9cf5b524e",
4346 "reference": "7b3144572617b0555f9a443317dbc2f9cf5b524e",
4347 "shasum": ""
4348 },
4349 "require": {
4350 "gedmo/doctrine-extensions": "^2.3.1",
4351 "php": ">=5.3.2",
4352 "symfony/framework-bundle": "~2.1"
4353 },
4354 "suggest": {
4355 "doctrine/doctrine-bundle": "to use the ORM extensions",
4356 "doctrine/mongodb-odm-bundle": "to use the MongoDB ODM extensions"
4357 },
4358 "type": "symfony-bundle",
4359 "extra": {
4360 "branch-alias": {
4361 "dev-master": "1.2.x-dev"
4362 }
4363 },
4364 "autoload": {
4365 "psr-4": {
4366 "Stof\\DoctrineExtensionsBundle\\": ""
4367 }
4368 },
4369 "notification-url": "https://packagist.org/downloads/",
4370 "license": [
4371 "MIT"
4372 ],
4373 "authors": [
4374 {
4375 "name": "Christophe Coevoet",
4376 "email": "stof@notk.org"
4377 }
4378 ],
4379 "description": "Integration of the gedmo/doctrine-extensions with Symfony2",
4380 "homepage": "https://github.com/stof/StofDoctrineExtensionsBundle",
4381 "keywords": [
4382 "behaviors",
4383 "doctrine2",
4384 "extensions",
4385 "gedmo",
4386 "loggable",
4387 "nestedset",
4388 "sluggable",
4389 "sortable",
4390 "timestampable",
4391 "translatable",
4392 "tree"
4393 ],
4394 "time": "2015-08-12 16:23:48"
4395 },
e342acf7 4396 {
93fd4692 4397 "name": "swiftmailer/swiftmailer",
26864574 4398 "version": "v5.4.1",
e342acf7
NL
4399 "source": {
4400 "type": "git",
93fd4692 4401 "url": "https://github.com/swiftmailer/swiftmailer.git",
26864574 4402 "reference": "0697e6aa65c83edf97bb0f23d8763f94e3f11421"
e342acf7
NL
4403 },
4404 "dist": {
4405 "type": "zip",
26864574
NL
4406 "url": "https://api.github.com/repos/swiftmailer/swiftmailer/zipball/0697e6aa65c83edf97bb0f23d8763f94e3f11421",
4407 "reference": "0697e6aa65c83edf97bb0f23d8763f94e3f11421",
e342acf7
NL
4408 "shasum": ""
4409 },
4410 "require": {
4411 "php": ">=5.3.3"
4412 },
4413 "require-dev": {
26864574 4414 "mockery/mockery": "~0.9.1,<0.9.4"
e342acf7
NL
4415 },
4416 "type": "library",
4417 "extra": {
4418 "branch-alias": {
399bd777 4419 "dev-master": "5.4-dev"
e342acf7
NL
4420 }
4421 },
4422 "autoload": {
93fd4692
NL
4423 "files": [
4424 "lib/swift_required.php"
4425 ]
e342acf7
NL
4426 },
4427 "notification-url": "https://packagist.org/downloads/",
4428 "license": [
f3052b45 4429 "MIT"
e342acf7
NL
4430 ],
4431 "authors": [
4432 {
93fd4692 4433 "name": "Chris Corbyn"
f3052b45
NL
4434 },
4435 {
4436 "name": "Fabien Potencier",
4437 "email": "fabien@symfony.com"
e342acf7
NL
4438 }
4439 ],
93fd4692
NL
4440 "description": "Swiftmailer, free feature-rich PHP mailer",
4441 "homepage": "http://swiftmailer.org",
4442 "keywords": [
26864574 4443 "email",
93fd4692
NL
4444 "mail",
4445 "mailer"
4446 ],
26864574 4447 "time": "2015-06-06 14:19:39"
e342acf7 4448 },
adf17b67 4449 {
93fd4692 4450 "name": "symfony/assetic-bundle",
d4aa1743 4451 "version": "v2.7.1",
adf17b67
NL
4452 "source": {
4453 "type": "git",
fcb1fba5 4454 "url": "https://github.com/symfony/assetic-bundle.git",
d4aa1743 4455 "reference": "d885ec8451d5a7b077bda81bb19ac9fbff9cdc76"
adf17b67
NL
4456 },
4457 "dist": {
4458 "type": "zip",
d4aa1743
BD
4459 "url": "https://api.github.com/repos/symfony/assetic-bundle/zipball/d885ec8451d5a7b077bda81bb19ac9fbff9cdc76",
4460 "reference": "d885ec8451d5a7b077bda81bb19ac9fbff9cdc76",
adf17b67
NL
4461 "shasum": ""
4462 },
4463 "require": {
463573bf 4464 "kriswallsmith/assetic": "~1.3",
93fd4692 4465 "php": ">=5.3.0",
d4aa1743
BD
4466 "symfony/console": "~2.3|~3.0",
4467 "symfony/dependency-injection": "~2.3|~3.0",
4468 "symfony/framework-bundle": "~2.3|~3.0",
4469 "symfony/yaml": "~2.3|~3.0"
adf17b67 4470 },
463573bf
JB
4471 "conflict": {
4472 "kriswallsmith/spork": "<=0.2",
4473 "twig/twig": "<1.20"
4474 },
adf17b67 4475 "require-dev": {
463573bf 4476 "kriswallsmith/spork": "~0.3",
93fd4692 4477 "patchwork/jsqueeze": "~1.0",
d4aa1743
BD
4478 "symfony/class-loader": "~2.3|~3.0",
4479 "symfony/css-selector": "~2.3|~3.0",
4480 "symfony/dom-crawler": "~2.3|~3.0",
4481 "symfony/phpunit-bridge": "~2.7|~3.0",
4482 "symfony/twig-bundle": "~2.3|~3.0"
adf17b67
NL
4483 },
4484 "suggest": {
93fd4692
NL
4485 "kriswallsmith/spork": "to be able to dump assets in parallel",
4486 "symfony/twig-bundle": "to use the Twig integration"
adf17b67 4487 },
93fd4692 4488 "type": "symfony-bundle",
adf17b67
NL
4489 "extra": {
4490 "branch-alias": {
463573bf 4491 "dev-master": "2.7-dev"
adf17b67
NL
4492 }
4493 },
4494 "autoload": {
93fd4692
NL
4495 "psr-4": {
4496 "Symfony\\Bundle\\AsseticBundle\\": ""
adf17b67
NL
4497 }
4498 },
4499 "notification-url": "https://packagist.org/downloads/",
4500 "license": [
4501 "MIT"
4502 ],
4503 "authors": [
7d2eb7a7 4504 {
93fd4692
NL
4505 "name": "Kris Wallsmith",
4506 "email": "kris.wallsmith@gmail.com",
4507 "homepage": "http://kriswallsmith.net/"
7d2eb7a7
NL
4508 }
4509 ],
93fd4692
NL
4510 "description": "Integrates Assetic into Symfony2",
4511 "homepage": "https://github.com/symfony/AsseticBundle",
4512 "keywords": [
4513 "assets",
4514 "compression",
4515 "minification"
4516 ],
d4aa1743 4517 "time": "2015-11-17 09:45:47"
7d2eb7a7
NL
4518 },
4519 {
93fd4692 4520 "name": "symfony/monolog-bundle",
d4aa1743 4521 "version": "v2.8.2",
7d2eb7a7
NL
4522 "source": {
4523 "type": "git",
fcb1fba5 4524 "url": "https://github.com/symfony/monolog-bundle.git",
d4aa1743 4525 "reference": "84785c4d44801c4dd82829fa2e1820cacfe2c46f"
7d2eb7a7
NL
4526 },
4527 "dist": {
4528 "type": "zip",
d4aa1743
BD
4529 "url": "https://api.github.com/repos/symfony/monolog-bundle/zipball/84785c4d44801c4dd82829fa2e1820cacfe2c46f",
4530 "reference": "84785c4d44801c4dd82829fa2e1820cacfe2c46f",
7d2eb7a7
NL
4531 "shasum": ""
4532 },
4533 "require": {
93fd4692
NL
4534 "monolog/monolog": "~1.8",
4535 "php": ">=5.3.2",
d4aa1743
BD
4536 "symfony/config": "~2.3|~3.0",
4537 "symfony/dependency-injection": "~2.3|~3.0",
4538 "symfony/http-kernel": "~2.3|~3.0",
4539 "symfony/monolog-bridge": "~2.3|~3.0"
7d2eb7a7 4540 },
f3052b45 4541 "require-dev": {
d4aa1743
BD
4542 "symfony/console": "~2.3|~3.0",
4543 "symfony/yaml": "~2.3|~3.0"
f3052b45 4544 },
93fd4692 4545 "type": "symfony-bundle",
7d2eb7a7
NL
4546 "extra": {
4547 "branch-alias": {
2db616b5 4548 "dev-master": "2.8.x-dev"
7d2eb7a7
NL
4549 }
4550 },
4551 "autoload": {
93fd4692
NL
4552 "psr-4": {
4553 "Symfony\\Bundle\\MonologBundle\\": ""
7d2eb7a7
NL
4554 }
4555 },
4556 "notification-url": "https://packagist.org/downloads/",
4557 "license": [
4558 "MIT"
4559 ],
4560 "authors": [
adf17b67
NL
4561 {
4562 "name": "Symfony Community",
4563 "homepage": "http://symfony.com/contributors"
4564 },
7d2eb7a7
NL
4565 {
4566 "name": "Fabien Potencier",
4567 "email": "fabien@symfony.com"
adf17b67
NL
4568 }
4569 ],
93fd4692 4570 "description": "Symfony MonologBundle",
adf17b67 4571 "homepage": "http://symfony.com",
93fd4692
NL
4572 "keywords": [
4573 "log",
4574 "logging"
4575 ],
d4aa1743 4576 "time": "2015-11-17 10:02:29"
adf17b67 4577 },
e23edfd2
JB
4578 {
4579 "name": "symfony/polyfill-intl-icu",
4580 "version": "v1.0.0",
4581 "source": {
4582 "type": "git",
4583 "url": "https://github.com/symfony/polyfill-intl-icu.git",
4584 "reference": "2deb44160e1c886241c06602b12b98779f728177"
4585 },
4586 "dist": {
4587 "type": "zip",
4588 "url": "https://api.github.com/repos/symfony/polyfill-intl-icu/zipball/2deb44160e1c886241c06602b12b98779f728177",
4589 "reference": "2deb44160e1c886241c06602b12b98779f728177",
4590 "shasum": ""
4591 },
4592 "require": {
4593 "php": ">=5.3.3",
4594 "symfony/intl": "~2.3|~3.0"
4595 },
4596 "type": "library",
4597 "extra": {
4598 "branch-alias": {
4599 "dev-master": "1.0-dev"
4600 }
4601 },
4602 "autoload": {
4603 "files": [
4604 "bootstrap.php"
4605 ]
4606 },
4607 "notification-url": "https://packagist.org/downloads/",
4608 "license": [
4609 "MIT"
4610 ],
4611 "authors": [
4612 {
4613 "name": "Nicolas Grekas",
4614 "email": "p@tchwork.com"
4615 },
4616 {
4617 "name": "Symfony Community",
4618 "homepage": "https://symfony.com/contributors"
4619 }
4620 ],
4621 "description": "Symfony polyfill for intl's ICU-related data and classes",
4622 "homepage": "https://symfony.com",
4623 "keywords": [
4624 "compatibility",
4625 "icu",
4626 "intl",
4627 "polyfill",
4628 "portable",
4629 "shim"
4630 ],
4631 "time": "2015-11-04 20:28:58"
4632 },
4633 {
4634 "name": "symfony/polyfill-mbstring",
4635 "version": "v1.0.0",
4636 "source": {
4637 "type": "git",
4638 "url": "https://github.com/symfony/polyfill-mbstring.git",
4639 "reference": "0b6a8940385311a24e060ec1fe35680e17c74497"
4640 },
4641 "dist": {
4642 "type": "zip",
4643 "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/0b6a8940385311a24e060ec1fe35680e17c74497",
4644 "reference": "0b6a8940385311a24e060ec1fe35680e17c74497",
4645 "shasum": ""
4646 },
4647 "require": {
4648 "php": ">=5.3.3"
4649 },
4650 "type": "library",
4651 "extra": {
4652 "branch-alias": {
4653 "dev-master": "1.0-dev"
4654 }
4655 },
4656 "autoload": {
4657 "psr-4": {
4658 "Symfony\\Polyfill\\Mbstring\\": ""
4659 },
4660 "files": [
4661 "bootstrap.php"
4662 ]
4663 },
4664 "notification-url": "https://packagist.org/downloads/",
4665 "license": [
4666 "MIT"
4667 ],
4668 "authors": [
4669 {
4670 "name": "Nicolas Grekas",
4671 "email": "p@tchwork.com"
4672 },
4673 {
4674 "name": "Symfony Community",
4675 "homepage": "https://symfony.com/contributors"
4676 }
4677 ],
4678 "description": "Symfony polyfill for the Mbstring extension",
4679 "homepage": "https://symfony.com",
4680 "keywords": [
4681 "compatibility",
4682 "mbstring",
4683 "polyfill",
4684 "portable",
4685 "shim"
4686 ],
4687 "time": "2015-11-04 20:28:58"
4688 },
4689 {
4690 "name": "symfony/polyfill-php54",
4691 "version": "v1.0.0",
4692 "source": {
4693 "type": "git",
4694 "url": "https://github.com/symfony/polyfill-php54.git",
4695 "reference": "2c9f6d98eb30dc04fe0b06f9cc92a55acea5bdcc"
4696 },
4697 "dist": {
4698 "type": "zip",
4699 "url": "https://api.github.com/repos/symfony/polyfill-php54/zipball/2c9f6d98eb30dc04fe0b06f9cc92a55acea5bdcc",
4700 "reference": "2c9f6d98eb30dc04fe0b06f9cc92a55acea5bdcc",
4701 "shasum": ""
4702 },
4703 "require": {
4704 "php": ">=5.3.3"
4705 },
4706 "type": "library",
4707 "extra": {
4708 "branch-alias": {
4709 "dev-master": "1.0-dev"
4710 }
4711 },
4712 "autoload": {
4713 "psr-4": {
4714 "Symfony\\Polyfill\\Php54\\": ""
4715 },
4716 "files": [
4717 "bootstrap.php"
4718 ],
4719 "classmap": [
4720 "Resources/stubs"
4721 ]
4722 },
4723 "notification-url": "https://packagist.org/downloads/",
4724 "license": [
4725 "MIT"
4726 ],
4727 "authors": [
4728 {
4729 "name": "Nicolas Grekas",
4730 "email": "p@tchwork.com"
4731 },
4732 {
4733 "name": "Symfony Community",
4734 "homepage": "https://symfony.com/contributors"
4735 }
4736 ],
4737 "description": "Symfony polyfill backporting some PHP 5.4+ features to lower PHP versions",
4738 "homepage": "https://symfony.com",
4739 "keywords": [
4740 "compatibility",
4741 "polyfill",
4742 "portable",
4743 "shim"
4744 ],
4745 "time": "2015-11-04 20:28:58"
4746 },
4747 {
4748 "name": "symfony/polyfill-php55",
4749 "version": "v1.0.0",
4750 "source": {
4751 "type": "git",
4752 "url": "https://github.com/symfony/polyfill-php55.git",
4753 "reference": "3adc962a6250c02adb508e85ecfa6fcfee9eec47"
4754 },
4755 "dist": {
4756 "type": "zip",
4757 "url": "https://api.github.com/repos/symfony/polyfill-php55/zipball/3adc962a6250c02adb508e85ecfa6fcfee9eec47",
4758 "reference": "3adc962a6250c02adb508e85ecfa6fcfee9eec47",
4759 "shasum": ""
4760 },
4761 "require": {
4762 "ircmaxell/password-compat": "~1.0",
4763 "php": ">=5.3.3"
4764 },
4765 "type": "library",
4766 "extra": {
4767 "branch-alias": {
4768 "dev-master": "1.0-dev"
4769 }
4770 },
4771 "autoload": {
4772 "psr-4": {
4773 "Symfony\\Polyfill\\Php55\\": ""
4774 },
4775 "files": [
4776 "bootstrap.php"
4777 ]
4778 },
4779 "notification-url": "https://packagist.org/downloads/",
4780 "license": [
4781 "MIT"
4782 ],
4783 "authors": [
4784 {
4785 "name": "Nicolas Grekas",
4786 "email": "p@tchwork.com"
4787 },
4788 {
4789 "name": "Symfony Community",
4790 "homepage": "https://symfony.com/contributors"
4791 }
4792 ],
4793 "description": "Symfony polyfill backporting some PHP 5.5+ features to lower PHP versions",
4794 "homepage": "https://symfony.com",
4795 "keywords": [
4796 "compatibility",
4797 "polyfill",
4798 "portable",
4799 "shim"
4800 ],
4801 "time": "2015-11-04 20:28:58"
4802 },
4803 {
4804 "name": "symfony/polyfill-php56",
4805 "version": "v1.0.0",
4806 "source": {
4807 "type": "git",
4808 "url": "https://github.com/symfony/polyfill-php56.git",
4809 "reference": "a6bd4770a6967517e6610529e14afaa3111094a3"
4810 },
4811 "dist": {
4812 "type": "zip",
4813 "url": "https://api.github.com/repos/symfony/polyfill-php56/zipball/a6bd4770a6967517e6610529e14afaa3111094a3",
4814 "reference": "a6bd4770a6967517e6610529e14afaa3111094a3",
4815 "shasum": ""
4816 },
4817 "require": {
4818 "php": ">=5.3.3",
4819 "symfony/polyfill-util": "~1.0"
4820 },
4821 "type": "library",
4822 "extra": {
4823 "branch-alias": {
4824 "dev-master": "1.0-dev"
4825 }
4826 },
4827 "autoload": {
4828 "psr-4": {
4829 "Symfony\\Polyfill\\Php56\\": ""
4830 },
4831 "files": [
4832 "bootstrap.php"
4833 ]
4834 },
4835 "notification-url": "https://packagist.org/downloads/",
4836 "license": [
4837 "MIT"
4838 ],
4839 "authors": [
4840 {
4841 "name": "Nicolas Grekas",
4842 "email": "p@tchwork.com"
4843 },
4844 {
4845 "name": "Symfony Community",
4846 "homepage": "https://symfony.com/contributors"
4847 }
4848 ],
4849 "description": "Symfony polyfill backporting some PHP 5.6+ features to lower PHP versions",
4850 "homepage": "https://symfony.com",
4851 "keywords": [
4852 "compatibility",
4853 "polyfill",
4854 "portable",
4855 "shim"
4856 ],
4857 "time": "2015-11-04 20:28:58"
4858 },
4859 {
4860 "name": "symfony/polyfill-php70",
4861 "version": "v1.0.0",
4862 "source": {
4863 "type": "git",
4864 "url": "https://github.com/symfony/polyfill-php70.git",
4865 "reference": "7f7f3c9c2b9f17722e0cd64fdb4f957330c53146"
4866 },
4867 "dist": {
4868 "type": "zip",
4869 "url": "https://api.github.com/repos/symfony/polyfill-php70/zipball/7f7f3c9c2b9f17722e0cd64fdb4f957330c53146",
4870 "reference": "7f7f3c9c2b9f17722e0cd64fdb4f957330c53146",
4871 "shasum": ""
4872 },
4873 "require": {
4874 "paragonie/random_compat": "~1.0",
4875 "php": ">=5.3.3"
4876 },
4877 "type": "library",
4878 "extra": {
4879 "branch-alias": {
4880 "dev-master": "1.0-dev"
4881 }
4882 },
4883 "autoload": {
4884 "psr-4": {
4885 "Symfony\\Polyfill\\Php70\\": ""
4886 },
4887 "files": [
4888 "bootstrap.php"
4889 ],
4890 "classmap": [
4891 "Resources/stubs"
4892 ]
4893 },
4894 "notification-url": "https://packagist.org/downloads/",
4895 "license": [
4896 "MIT"
4897 ],
4898 "authors": [
4899 {
4900 "name": "Nicolas Grekas",
4901 "email": "p@tchwork.com"
4902 },
4903 {
4904 "name": "Symfony Community",
4905 "homepage": "https://symfony.com/contributors"
4906 }
4907 ],
4908 "description": "Symfony polyfill backporting some PHP 7.0+ features to lower PHP versions",
4909 "homepage": "https://symfony.com",
4910 "keywords": [
4911 "compatibility",
4912 "polyfill",
4913 "portable",
4914 "shim"
4915 ],
4916 "time": "2015-11-04 20:28:58"
4917 },
4918 {
4919 "name": "symfony/polyfill-util",
4920 "version": "v1.0.0",
4921 "source": {
4922 "type": "git",
4923 "url": "https://github.com/symfony/polyfill-util.git",
4924 "reference": "4271c55cbc0a77b2641f861b978123e46b3da969"
4925 },
4926 "dist": {
4927 "type": "zip",
4928 "url": "https://api.github.com/repos/symfony/polyfill-util/zipball/4271c55cbc0a77b2641f861b978123e46b3da969",
4929 "reference": "4271c55cbc0a77b2641f861b978123e46b3da969",
4930 "shasum": ""
4931 },
4932 "require": {
4933 "php": ">=5.3.3"
4934 },
4935 "type": "library",
4936 "extra": {
4937 "branch-alias": {
4938 "dev-master": "1.0-dev"
4939 }
4940 },
4941 "autoload": {
4942 "psr-4": {
4943 "Symfony\\Polyfill\\Util\\": ""
4944 }
4945 },
4946 "notification-url": "https://packagist.org/downloads/",
4947 "license": [
4948 "MIT"
4949 ],
4950 "authors": [
4951 {
4952 "name": "Nicolas Grekas",
4953 "email": "p@tchwork.com"
4954 },
4955 {
4956 "name": "Symfony Community",
4957 "homepage": "https://symfony.com/contributors"
4958 }
4959 ],
4960 "description": "Symfony utilities for portability of PHP codes",
4961 "homepage": "https://symfony.com",
4962 "keywords": [
4963 "compat",
4964 "compatibility",
4965 "polyfill",
4966 "shim"
4967 ],
4968 "time": "2015-11-04 20:28:58"
4969 },
4970 {
4971 "name": "symfony/security-acl",
4972 "version": "v2.7.7",
4973 "source": {
4974 "type": "git",
4975 "url": "https://github.com/symfony/security-acl.git",
4976 "reference": "9aec8062e33fca5e08d2a78669b2222252e8c3b6"
4977 },
4978 "dist": {
4979 "type": "zip",
4980 "url": "https://api.github.com/repos/symfony/security-acl/zipball/9aec8062e33fca5e08d2a78669b2222252e8c3b6",
4981 "reference": "9aec8062e33fca5e08d2a78669b2222252e8c3b6",
4982 "shasum": ""
4983 },
4984 "require": {
4985 "php": ">=5.3.9",
4986 "symfony/security-core": "~2.4"
4987 },
4988 "require-dev": {
4989 "doctrine/common": "~2.2",
4990 "doctrine/dbal": "~2.2",
4991 "psr/log": "~1.0"
4992 },
4993 "suggest": {
4994 "doctrine/dbal": "For using the built-in ACL implementation",
4995 "symfony/class-loader": "For using the ACL generateSql script",
4996 "symfony/finder": "For using the ACL generateSql script"
4997 },
4998 "type": "library",
4999 "extra": {
5000 "branch-alias": {
5001 "dev-master": "2.7-dev"
5002 }
5003 },
5004 "autoload": {
5005 "psr-4": {
5006 "Symfony\\Component\\Security\\Acl\\": ""
5007 },
5008 "exclude-from-classmap": [
5009 "/Tests/"
5010 ]
5011 },
5012 "notification-url": "https://packagist.org/downloads/",
5013 "license": [
5014 "MIT"
5015 ],
5016 "authors": [
5017 {
5018 "name": "Fabien Potencier",
5019 "email": "fabien@symfony.com"
5020 },
5021 {
5022 "name": "Symfony Community",
5023 "homepage": "https://symfony.com/contributors"
5024 }
5025 ],
5026 "description": "Symfony Security Component - ACL (Access Control List)",
5027 "homepage": "https://symfony.com",
5028 "time": "2015-11-18 13:41:01"
5029>>>>>>> Update deps
5030 },
adf17b67 5031 {
93fd4692 5032 "name": "symfony/swiftmailer-bundle",
d4aa1743 5033 "version": "v2.3.9",
adf17b67
NL
5034 "source": {
5035 "type": "git",
fcb1fba5 5036 "url": "https://github.com/symfony/swiftmailer-bundle.git",
d4aa1743 5037 "reference": "3d21ada19f23631f558ad6df653b168e35362e78"
adf17b67
NL
5038 },
5039 "dist": {
5040 "type": "zip",
d4aa1743
BD
5041 "url": "https://api.github.com/repos/symfony/swiftmailer-bundle/zipball/3d21ada19f23631f558ad6df653b168e35362e78",
5042 "reference": "3d21ada19f23631f558ad6df653b168e35362e78",
adf17b67
NL
5043 "shasum": ""
5044 },
5045 "require": {
93fd4692
NL
5046 "php": ">=5.3.2",
5047 "swiftmailer/swiftmailer": ">=4.2.0,~5.0",
d4aa1743
BD
5048 "symfony/config": "~2.3|~3.0",
5049 "symfony/dependency-injection": "~2.3|~3.0",
5050 "symfony/http-kernel": "~2.3|~3.0",
5051 "symfony/yaml": "~2.3|~3.0"
adf17b67
NL
5052 },
5053 "require-dev": {
d4aa1743 5054 "symfony/phpunit-bridge": "~2.7|~3.0"
adf17b67
NL
5055 },
5056 "suggest": {
93fd4692
NL
5057 "psr/log": "Allows logging"
5058 },
5059 "type": "symfony-bundle",
adf17b67
NL
5060 "extra": {
5061 "branch-alias": {
93fd4692 5062 "dev-master": "2.3-dev"
adf17b67
NL
5063 }
5064 },
5065 "autoload": {
93fd4692
NL
5066 "psr-4": {
5067 "Symfony\\Bundle\\SwiftmailerBundle\\": ""
adf17b67
NL
5068 }
5069 },
5070 "notification-url": "https://packagist.org/downloads/",
5071 "license": [
5072 "MIT"
5073 ],
5074 "authors": [
7d2eb7a7
NL
5075 {
5076 "name": "Symfony Community",
5077 "homepage": "http://symfony.com/contributors"
adf17b67
NL
5078 },
5079 {
5080 "name": "Fabien Potencier",
5081 "email": "fabien@symfony.com"
7d2eb7a7
NL
5082 }
5083 ],
93fd4692 5084 "description": "Symfony SwiftmailerBundle",
7d2eb7a7 5085 "homepage": "http://symfony.com",
d4aa1743 5086 "time": "2015-11-28 10:59:29"
7d2eb7a7 5087 },
1345a107 5088 {
93fd4692 5089 "name": "symfony/symfony",
e23edfd2 5090 "version": "v2.8.0",
1345a107
NL
5091 "source": {
5092 "type": "git",
93fd4692 5093 "url": "https://github.com/symfony/symfony.git",
e23edfd2 5094 "reference": "5615b92cd452cd54f1433a3f53de87c096a1107f"
1345a107
NL
5095 },
5096 "dist": {
5097 "type": "zip",
e23edfd2
JB
5098 "url": "https://api.github.com/repos/symfony/symfony/zipball/5615b92cd452cd54f1433a3f53de87c096a1107f",
5099 "reference": "5615b92cd452cd54f1433a3f53de87c096a1107f",
1345a107
NL
5100 "shasum": ""
5101 },
5102 "require": {
2db616b5 5103 "doctrine/common": "~2.4",
75e9d1df 5104 "php": ">=5.3.9",
93fd4692 5105 "psr/log": "~1.0",
e23edfd2
JB
5106 "symfony/polyfill-intl-icu": "~1.0",
5107 "symfony/polyfill-mbstring": "~1.0",
5108 "symfony/polyfill-php54": "~1.0",
5109 "symfony/polyfill-php55": "~1.0",
5110 "symfony/polyfill-php56": "~1.0",
5111 "symfony/polyfill-php70": "~1.0",
5112 "symfony/polyfill-util": "~1.0",
5113 "symfony/security-acl": "~2.7",
d4aa1743 5114 "twig/twig": "~1.23|~2.0"
93fd4692 5115 },
e23edfd2
JB
5116 "conflict": {
5117 "phpdocumentor/reflection": "<1.0.7"
5118 },
93fd4692 5119 "replace": {
75e9d1df 5120 "symfony/asset": "self.version",
93fd4692
NL
5121 "symfony/browser-kit": "self.version",
5122 "symfony/class-loader": "self.version",
5123 "symfony/config": "self.version",
5124 "symfony/console": "self.version",
5125 "symfony/css-selector": "self.version",
5126 "symfony/debug": "self.version",
5127 "symfony/debug-bundle": "self.version",
5128 "symfony/dependency-injection": "self.version",
5129 "symfony/doctrine-bridge": "self.version",
5130 "symfony/dom-crawler": "self.version",
5131 "symfony/event-dispatcher": "self.version",
5132 "symfony/expression-language": "self.version",
5133 "symfony/filesystem": "self.version",
5134 "symfony/finder": "self.version",
5135 "symfony/form": "self.version",
5136 "symfony/framework-bundle": "self.version",
5137 "symfony/http-foundation": "self.version",
5138 "symfony/http-kernel": "self.version",
5139 "symfony/intl": "self.version",
e23edfd2 5140 "symfony/ldap": "self.version",
93fd4692
NL
5141 "symfony/locale": "self.version",
5142 "symfony/monolog-bridge": "self.version",
5143 "symfony/options-resolver": "self.version",
5144 "symfony/process": "self.version",
93fd4692 5145 "symfony/property-access": "self.version",
e23edfd2 5146 "symfony/property-info": "self.version",
93fd4692
NL
5147 "symfony/proxy-manager-bridge": "self.version",
5148 "symfony/routing": "self.version",
5149 "symfony/security": "self.version",
93fd4692
NL
5150 "symfony/security-bundle": "self.version",
5151 "symfony/security-core": "self.version",
5152 "symfony/security-csrf": "self.version",
e23edfd2 5153 "symfony/security-guard": "self.version",
93fd4692
NL
5154 "symfony/security-http": "self.version",
5155 "symfony/serializer": "self.version",
5156 "symfony/stopwatch": "self.version",
5157 "symfony/swiftmailer-bridge": "self.version",
5158 "symfony/templating": "self.version",
5159 "symfony/translation": "self.version",
5160 "symfony/twig-bridge": "self.version",
5161 "symfony/twig-bundle": "self.version",
5162 "symfony/validator": "self.version",
5163 "symfony/var-dumper": "self.version",
5164 "symfony/web-profiler-bundle": "self.version",
5165 "symfony/yaml": "self.version"
5166 },
5167 "require-dev": {
5168 "doctrine/data-fixtures": "1.0.*",
2db616b5 5169 "doctrine/dbal": "~2.4",
93fd4692 5170 "doctrine/doctrine-bundle": "~1.2",
2db616b5 5171 "doctrine/orm": "~2.4,>=2.4.5",
93fd4692 5172 "egulias/email-validator": "~1.2",
93fd4692 5173 "monolog/monolog": "~1.11",
e23edfd2
JB
5174 "ocramius/proxy-manager": "~0.4|~1.0",
5175 "phpdocumentor/reflection": "^1.0.7"
1345a107
NL
5176 },
5177 "type": "library",
5178 "extra": {
5179 "branch-alias": {
e23edfd2 5180 "dev-master": "2.8-dev"
1345a107
NL
5181 }
5182 },
5183 "autoload": {
75e9d1df
JB
5184 "psr-4": {
5185 "Symfony\\Bridge\\Doctrine\\": "src/Symfony/Bridge/Doctrine/",
5186 "Symfony\\Bridge\\Monolog\\": "src/Symfony/Bridge/Monolog/",
5187 "Symfony\\Bridge\\ProxyManager\\": "src/Symfony/Bridge/ProxyManager/",
5188 "Symfony\\Bridge\\Swiftmailer\\": "src/Symfony/Bridge/Swiftmailer/",
5189 "Symfony\\Bridge\\Twig\\": "src/Symfony/Bridge/Twig/",
5190 "Symfony\\Bundle\\": "src/Symfony/Bundle/",
5191 "Symfony\\Component\\": "src/Symfony/Component/"
93fd4692
NL
5192 },
5193 "classmap": [
93fd4692
NL
5194 "src/Symfony/Component/Intl/Resources/stubs"
5195 ],
d4aa1743
BD
5196 "exclude-from-classmap": [
5197 "**/Tests/"
93fd4692 5198 ]
1345a107
NL
5199 },
5200 "notification-url": "https://packagist.org/downloads/",
5201 "license": [
5202 "MIT"
5203 ],
5204 "authors": [
1345a107
NL
5205 {
5206 "name": "Fabien Potencier",
5207 "email": "fabien@symfony.com"
399bd777
JB
5208 },
5209 {
5210 "name": "Symfony Community",
5211 "homepage": "https://symfony.com/contributors"
1345a107
NL
5212 }
5213 ],
93fd4692 5214 "description": "The Symfony PHP framework",
399bd777 5215 "homepage": "https://symfony.com",
93fd4692
NL
5216 "keywords": [
5217 "framework"
5218 ],
e23edfd2 5219 "time": "2015-11-30 17:26:10"
1345a107 5220 },
d4ebe5c5
JB
5221 {
5222 "name": "tecnickcom/tcpdf",
5223 "version": "6.2.12",
5224 "source": {
5225 "type": "git",
5226 "url": "https://github.com/tecnickcom/TCPDF.git",
5227 "reference": "2f732eaa91b5665274689b1d40b285a7bacdc37f"
5228 },
5229 "dist": {
5230 "type": "zip",
5231 "url": "https://api.github.com/repos/tecnickcom/TCPDF/zipball/2f732eaa91b5665274689b1d40b285a7bacdc37f",
5232 "reference": "2f732eaa91b5665274689b1d40b285a7bacdc37f",
5233 "shasum": ""
5234 },
5235 "require": {
5236 "php": ">=5.3.0"
5237 },
5238 "type": "library",
5239 "autoload": {
5240 "classmap": [
5241 "fonts",
5242 "config",
5243 "include",
5244 "tcpdf.php",
5245 "tcpdf_parser.php",
5246 "tcpdf_import.php",
5247 "tcpdf_barcodes_1d.php",
5248 "tcpdf_barcodes_2d.php",
5249 "include/tcpdf_colors.php",
5250 "include/tcpdf_filters.php",
5251 "include/tcpdf_font_data.php",
5252 "include/tcpdf_fonts.php",
5253 "include/tcpdf_images.php",
5254 "include/tcpdf_static.php",
5255 "include/barcodes/datamatrix.php",
5256 "include/barcodes/pdf417.php",
5257 "include/barcodes/qrcode.php"
5258 ]
5259 },
5260 "notification-url": "https://packagist.org/downloads/",
5261 "license": [
5262 "LGPLv3"
5263 ],
5264 "authors": [
5265 {
5266 "name": "Nicola Asuni",
5267 "email": "info@tecnick.com",
5268 "homepage": "http://nicolaasuni.tecnick.com"
5269 }
5270 ],
5271 "description": "TCPDF is a PHP class for generating PDF documents and barcodes.",
5272 "homepage": "http://www.tcpdf.org/",
5273 "keywords": [
5274 "PDFD32000-2008",
5275 "TCPDF",
5276 "barcodes",
5277 "datamatrix",
5278 "pdf",
5279 "pdf417",
5280 "qrcode"
5281 ],
5282 "time": "2015-09-12 10:08:34"
5283 },
7d2eb7a7 5284 {
f3052b45 5285 "name": "twig/extensions",
463573bf 5286 "version": "v1.3.0",
7d2eb7a7
NL
5287 "source": {
5288 "type": "git",
f3052b45 5289 "url": "https://github.com/twigphp/Twig-extensions.git",
463573bf 5290 "reference": "449e3c8a9ffad7c2479c7864557275a32b037499"
7d2eb7a7
NL
5291 },
5292 "dist": {
5293 "type": "zip",
463573bf
JB
5294 "url": "https://api.github.com/repos/twigphp/Twig-extensions/zipball/449e3c8a9ffad7c2479c7864557275a32b037499",
5295 "reference": "449e3c8a9ffad7c2479c7864557275a32b037499",
7d2eb7a7
NL
5296 "shasum": ""
5297 },
5298 "require": {
463573bf 5299 "twig/twig": "~1.20|~2.0"
dcae2fc2
NL
5300 },
5301 "require-dev": {
5302 "symfony/translation": "~2.3"
5303 },
5304 "suggest": {
5305 "symfony/translation": "Allow the time_diff output to be translated"
7d2eb7a7
NL
5306 },
5307 "type": "library",
5308 "extra": {
5309 "branch-alias": {
463573bf 5310 "dev-master": "1.3-dev"
7d2eb7a7
NL
5311 }
5312 },
5313 "autoload": {
5314 "psr-0": {
f3052b45 5315 "Twig_Extensions_": "lib/"
7d2eb7a7
NL
5316 }
5317 },
5318 "notification-url": "https://packagist.org/downloads/",
5319 "license": [
5320 "MIT"
5321 ],
5322 "authors": [
5323 {
5324 "name": "Fabien Potencier",
5325 "email": "fabien@symfony.com"
adf17b67
NL
5326 }
5327 ],
f3052b45 5328 "description": "Common additional features for Twig that do not directly belong in core",
dcae2fc2 5329 "homepage": "http://twig.sensiolabs.org/doc/extensions/index.html",
f3052b45 5330 "keywords": [
f3052b45
NL
5331 "i18n",
5332 "text"
5333 ],
463573bf 5334 "time": "2015-08-22 16:38:35"
adf17b67
NL
5335 },
5336 {
f3052b45 5337 "name": "twig/twig",
872384b0 5338 "version": "v1.23.1",
adf17b67
NL
5339 "source": {
5340 "type": "git",
f3052b45 5341 "url": "https://github.com/twigphp/Twig.git",
872384b0 5342 "reference": "d9b6333ae8dd2c8e3fd256e127548def0bc614c6"
adf17b67
NL
5343 },
5344 "dist": {
5345 "type": "zip",
872384b0
JB
5346 "url": "https://api.github.com/repos/twigphp/Twig/zipball/d9b6333ae8dd2c8e3fd256e127548def0bc614c6",
5347 "reference": "d9b6333ae8dd2c8e3fd256e127548def0bc614c6",
adf17b67
NL
5348 "shasum": ""
5349 },
5350 "require": {
399bd777 5351 "php": ">=5.2.7"
adf17b67 5352 },
75c3478a
JB
5353 "require-dev": {
5354 "symfony/debug": "~2.7",
5355 "symfony/phpunit-bridge": "~2.7"
5356 },
adf17b67
NL
5357 "type": "library",
5358 "extra": {
5359 "branch-alias": {
386cd246 5360 "dev-master": "1.23-dev"
adf17b67
NL
5361 }
5362 },
5363 "autoload": {
5364 "psr-0": {
f3052b45 5365 "Twig_": "lib/"
adf17b67
NL
5366 }
5367 },
5368 "notification-url": "https://packagist.org/downloads/",
5369 "license": [
f3052b45 5370 "BSD-3-Clause"
adf17b67
NL
5371 ],
5372 "authors": [
7d2eb7a7 5373 {
f3052b45
NL
5374 "name": "Fabien Potencier",
5375 "email": "fabien@symfony.com",
5376 "homepage": "http://fabien.potencier.org",
5377 "role": "Lead Developer"
adf17b67
NL
5378 },
5379 {
f3052b45
NL
5380 "name": "Armin Ronacher",
5381 "email": "armin.ronacher@active-4.com",
5382 "role": "Project Founder"
5383 },
5384 {
5385 "name": "Twig Team",
5386 "homepage": "http://twig.sensiolabs.org/contributors",
5387 "role": "Contributors"
7d2eb7a7
NL
5388 }
5389 ],
f3052b45
NL
5390 "description": "Twig, the flexible, fast, and secure template language for PHP",
5391 "homepage": "http://twig.sensiolabs.org",
5392 "keywords": [
5393 "templating"
5394 ],
872384b0 5395 "time": "2015-11-05 12:49:06"
7d2eb7a7 5396 },
03690d13 5397 {
add597ba
JB
5398 "name": "wallabag/php-mobi",
5399 "version": "1.0.1",
03690d13
TC
5400 "source": {
5401 "type": "git",
16bbb4aa 5402 "url": "https://github.com/wallabag/php-mobi.git",
add597ba 5403 "reference": "1cd7d022fe6be838535d6bba917d19cc48dcf487"
03690d13
TC
5404 },
5405 "dist": {
5406 "type": "zip",
16bbb4aa 5407 "url": "https://api.github.com/repos/wallabag/php-mobi/zipball/1cd7d022fe6be838535d6bba917d19cc48dcf487",
add597ba 5408 "reference": "1cd7d022fe6be838535d6bba917d19cc48dcf487",
03690d13
TC
5409 "shasum": ""
5410 },
5411 "require": {
5412 "php": ">=5.3.0"
5413 },
add597ba
JB
5414 "replace": {
5415 "wallabag/phpmobi": "*"
5416 },
03690d13
TC
5417 "type": "library",
5418 "autoload": {
5419 "files": [
5420 "MOBIClass/MOBI.php"
5421 ]
5422 },
3c65dfb7 5423 "notification-url": "https://packagist.org/downloads/",
add597ba
JB
5424 "license": [
5425 "Apache-2.0"
5426 ],
03690d13
TC
5427 "authors": [
5428 {
5429 "name": "Nicolas Lœuillet",
5430 "email": "nicolas@loeuillet.org",
5431 "homepage": "http://www.cdetc.fr"
3c65dfb7
NL
5432 },
5433 {
5434 "name": "Sander Kromwijk",
5435 "email": "s.kromwijk@gmail.co",
5436 "role": "Original developer"
03690d13
TC
5437 }
5438 ],
add597ba 5439 "description": "A Mobipocket file (.mobi) creator in PHP.",
03690d13 5440 "homepage": "https://github.com/wallabag/phpMobi",
add597ba 5441 "time": "2015-10-16 08:42:42"
03690d13 5442 },
0f006880
NL
5443 {
5444 "name": "willdurand/hateoas",
5c895a7f 5445 "version": "v2.9.0",
0f006880
NL
5446 "source": {
5447 "type": "git",
5448 "url": "https://github.com/willdurand/Hateoas.git",
5c895a7f 5449 "reference": "6e6ee945100bef3534c9276f0cf1c70d0115670c"
0f006880
NL
5450 },
5451 "dist": {
5452 "type": "zip",
5c895a7f
JB
5453 "url": "https://api.github.com/repos/willdurand/Hateoas/zipball/6e6ee945100bef3534c9276f0cf1c70d0115670c",
5454 "reference": "6e6ee945100bef3534c9276f0cf1c70d0115670c",
0f006880
NL
5455 "shasum": ""
5456 },
5457 "require": {
5458 "doctrine/annotations": "~1.0",
5459 "doctrine/common": "~2.0",
5460 "jms/metadata": "~1.1",
5c895a7f
JB
5461 "jms/serializer": "~1.0",
5462 "php": ">=5.4",
5463 "symfony/expression-language": "~2.4 || ~3.0"
0f006880
NL
5464 },
5465 "require-dev": {
5466 "atoum/atoum": "*@dev",
5467 "hautelook/frankenstein": "~0.1",
5468 "pagerfanta/pagerfanta": "~1.0",
5469 "phpunit/phpunit": "~3.7",
5c895a7f
JB
5470 "symfony/dependency-injection": "~2.0 || ~3.0",
5471 "symfony/routing": "~2.0 || ~3.0",
5472 "symfony/yaml": "~2.0 || ~3.0",
0f006880
NL
5473 "twig/twig": "~1.12"
5474 },
5475 "suggest": {
5476 "symfony/routing": "To use the SymfonyRouteFactory.",
5477 "symfony/yaml": "To use yaml based configuration.",
5478 "twig/twig": "To use the Twig extensions."
5479 },
5480 "type": "library",
5481 "extra": {
5482 "branch-alias": {
5c895a7f 5483 "dev-master": "2.9-dev"
0f006880
NL
5484 }
5485 },
5486 "autoload": {
5487 "psr-0": {
5488 "Hateoas": "src/"
5489 }
5490 },
5491 "notification-url": "https://packagist.org/downloads/",
5492 "license": [
5493 "MIT"
5494 ],
5495 "authors": [
5496 {
5497 "name": "Adrien Brault",
5498 "email": "adrien.brault@gmail.com"
5499 },
5500 {
5501 "name": "William Durand",
5502 "email": "william.durand1@gmail.com"
5503 }
5504 ],
5505 "description": "A PHP library to support implementing representations for HATEOAS REST web services",
5c895a7f 5506 "time": "2015-12-04 15:31:02"
0f006880
NL
5507 },
5508 {
5509 "name": "willdurand/hateoas-bundle",
5c895a7f 5510 "version": "1.1.0",
0f006880
NL
5511 "target-dir": "Bazinga/Bundle/HateoasBundle",
5512 "source": {
5513 "type": "git",
5514 "url": "https://github.com/willdurand/BazingaHateoasBundle.git",
5c895a7f 5515 "reference": "205a5a16899716f33edfb7a5afc4d451d0d2d0b2"
0f006880
NL
5516 },
5517 "dist": {
5518 "type": "zip",
5c895a7f
JB
5519 "url": "https://api.github.com/repos/willdurand/BazingaHateoasBundle/zipball/205a5a16899716f33edfb7a5afc4d451d0d2d0b2",
5520 "reference": "205a5a16899716f33edfb7a5afc4d451d0d2d0b2",
0f006880
NL
5521 "shasum": ""
5522 },
5523 "require": {
5c895a7f
JB
5524 "jms/serializer-bundle": "~1.0",
5525 "symfony/framework-bundle": "~2.2 || ~3.0",
5526 "willdurand/hateoas": "~2.9"
0f006880
NL
5527 },
5528 "require-dev": {
5c895a7f 5529 "symfony/expression-language": "~2.4 || ~3.0",
0f006880
NL
5530 "twig/twig": "~1.12"
5531 },
5532 "type": "symfony-bundle",
5533 "extra": {
5534 "branch-alias": {
5c895a7f 5535 "dev-master": "1.2-dev"
0f006880
NL
5536 }
5537 },
5538 "autoload": {
5539 "psr-0": {
5540 "Bazinga\\Bundle\\HateoasBundle": ""
5541 }
5542 },
5543 "notification-url": "https://packagist.org/downloads/",
5544 "license": [
5545 "MIT"
5546 ],
5547 "authors": [
5548 {
3c65dfb7 5549 "name": "William Durand",
0f006880
NL
5550 "email": "william.durand1@gmail.com"
5551 }
5552 ],
5553 "description": "Integration of Hateoas into Symfony2.",
5554 "keywords": [
5555 "HATEOAS",
5556 "rest"
5557 ],
5c895a7f 5558 "time": "2015-12-07 08:25:05"
0f006880 5559 },
569f8d68
NL
5560 {
5561 "name": "willdurand/jsonp-callback-validator",
5562 "version": "v1.1.0",
5563 "source": {
5564 "type": "git",
5565 "url": "https://github.com/willdurand/JsonpCallbackValidator.git",
5566 "reference": "1a7d388bb521959e612ef50c5c7b1691b097e909"
5567 },
5568 "dist": {
5569 "type": "zip",
5570 "url": "https://api.github.com/repos/willdurand/JsonpCallbackValidator/zipball/1a7d388bb521959e612ef50c5c7b1691b097e909",
5571 "reference": "1a7d388bb521959e612ef50c5c7b1691b097e909",
5572 "shasum": ""
5573 },
5574 "require": {
5575 "php": ">=5.3.0"
5576 },
5577 "require-dev": {
5578 "phpunit/phpunit": "~3.7"
5579 },
5580 "type": "library",
5581 "autoload": {
5582 "psr-0": {
5583 "JsonpCallbackValidator": "src/"
5584 }
5585 },
5586 "notification-url": "https://packagist.org/downloads/",
5587 "license": [
5588 "MIT"
5589 ],
5590 "authors": [
5591 {
5592 "name": "William Durand",
5593 "email": "william.durand1@gmail.com",
5594 "homepage": "http://www.willdurand.fr"
5595 }
5596 ],
5597 "description": "JSONP callback validator.",
5598 "time": "2014-01-20 22:35:06"
5599 },
5600 {
5601 "name": "willdurand/negotiation",
2db616b5 5602 "version": "1.5.0",
569f8d68
NL
5603 "source": {
5604 "type": "git",
5605 "url": "https://github.com/willdurand/Negotiation.git",
2db616b5 5606 "reference": "2a59f2376557303e3fa91465ab691abb82945edf"
569f8d68
NL
5607 },
5608 "dist": {
5609 "type": "zip",
2db616b5
NL
5610 "url": "https://api.github.com/repos/willdurand/Negotiation/zipball/2a59f2376557303e3fa91465ab691abb82945edf",
5611 "reference": "2a59f2376557303e3fa91465ab691abb82945edf",
569f8d68
NL
5612 "shasum": ""
5613 },
5614 "require": {
5615 "php": ">=5.3.0"
5616 },
5617 "type": "library",
5618 "extra": {
5619 "branch-alias": {
2db616b5 5620 "dev-master": "1.5-dev"
569f8d68
NL
5621 }
5622 },
5623 "autoload": {
26864574
NL
5624 "psr-4": {
5625 "Negotiation\\": "src/Negotiation"
569f8d68
NL
5626 }
5627 },
5628 "notification-url": "https://packagist.org/downloads/",
5629 "license": [
5630 "MIT"
5631 ],
5632 "authors": [
5633 {
2db616b5 5634 "name": "William Durand",
569f8d68
NL
5635 "email": "william.durand1@gmail.com"
5636 }
5637 ],
5638 "description": "Content Negotiation tools for PHP provided as a standalone library.",
5639 "homepage": "http://williamdurand.fr/Negotiation/",
5640 "keywords": [
5641 "accept",
5642 "content",
5643 "format",
5644 "header",
5645 "negotiation"
5646 ],
2db616b5 5647 "time": "2015-10-01 07:42:40"
f3052b45
NL
5648 }
5649 ],
5650 "packages-dev": [
3b815d2d
J
5651 {
5652 "name": "doctrine/data-fixtures",
399bd777 5653 "version": "v1.1.1",
3b815d2d
J
5654 "source": {
5655 "type": "git",
5656 "url": "https://github.com/doctrine/data-fixtures.git",
399bd777 5657 "reference": "bd44f6b6e40247b6530bc8abe802e4e4d914976a"
3b815d2d
J
5658 },
5659 "dist": {
5660 "type": "zip",
399bd777
JB
5661 "url": "https://api.github.com/repos/doctrine/data-fixtures/zipball/bd44f6b6e40247b6530bc8abe802e4e4d914976a",
5662 "reference": "bd44f6b6e40247b6530bc8abe802e4e4d914976a",
3b815d2d
J
5663 "shasum": ""
5664 },
5665 "require": {
399bd777 5666 "doctrine/common": "~2.2",
3b815d2d
J
5667 "php": ">=5.3.2"
5668 },
399bd777
JB
5669 "conflict": {
5670 "doctrine/orm": "< 2.4"
5671 },
3b815d2d 5672 "require-dev": {
399bd777 5673 "doctrine/orm": "~2.4"
3b815d2d
J
5674 },
5675 "suggest": {
5676 "doctrine/mongodb-odm": "For loading MongoDB ODM fixtures",
5677 "doctrine/orm": "For loading ORM fixtures",
5678 "doctrine/phpcr-odm": "For loading PHPCR ODM fixtures"
5679 },
5680 "type": "library",
5681 "extra": {
5682 "branch-alias": {
399bd777 5683 "dev-master": "1.1.x-dev"
3b815d2d
J
5684 }
5685 },
5686 "autoload": {
5687 "psr-0": {
5688 "Doctrine\\Common\\DataFixtures": "lib/"
5689 }
5690 },
5691 "notification-url": "https://packagist.org/downloads/",
5692 "license": [
5693 "MIT"
5694 ],
5695 "authors": [
5696 {
5697 "name": "Jonathan Wage",
399bd777 5698 "email": "jonwage@gmail.com"
3b815d2d
J
5699 }
5700 ],
5701 "description": "Data Fixtures for all Doctrine Object Managers",
5702 "homepage": "http://www.doctrine-project.org",
5703 "keywords": [
5704 "database"
5705 ],
399bd777 5706 "time": "2015-03-30 12:14:13"
3b815d2d
J
5707 },
5708 {
5709 "name": "doctrine/doctrine-fixtures-bundle",
5c895a7f 5710 "version": "2.3.0",
3b815d2d
J
5711 "source": {
5712 "type": "git",
5713 "url": "https://github.com/doctrine/DoctrineFixturesBundle.git",
5c895a7f 5714 "reference": "0f1a2f91b349e10f5c343f75ab71d23aace5b029"
3b815d2d
J
5715 },
5716 "dist": {
5717 "type": "zip",
5c895a7f
JB
5718 "url": "https://api.github.com/repos/doctrine/DoctrineFixturesBundle/zipball/0f1a2f91b349e10f5c343f75ab71d23aace5b029",
5719 "reference": "0f1a2f91b349e10f5c343f75ab71d23aace5b029",
3b815d2d
J
5720 "shasum": ""
5721 },
5722 "require": {
5723 "doctrine/data-fixtures": "~1.0",
5724 "doctrine/doctrine-bundle": "~1.0",
5725 "php": ">=5.3.2",
5c895a7f 5726 "symfony/doctrine-bridge": "~2.3|~3.0"
3b815d2d
J
5727 },
5728 "type": "symfony-bundle",
5729 "extra": {
5730 "branch-alias": {
26864574 5731 "dev-master": "2.2.x-dev"
3b815d2d
J
5732 }
5733 },
5734 "autoload": {
26864574
NL
5735 "psr-4": {
5736 "Doctrine\\Bundle\\FixturesBundle\\": ""
3b815d2d
J
5737 }
5738 },
5739 "notification-url": "https://packagist.org/downloads/",
5740 "license": [
5741 "MIT"
5742 ],
5743 "authors": [
5744 {
5745 "name": "Symfony Community",
5746 "homepage": "http://symfony.com/contributors"
5747 },
5748 {
5749 "name": "Doctrine Project",
5750 "homepage": "http://www.doctrine-project.org"
26864574
NL
5751 },
5752 {
5753 "name": "Fabien Potencier",
5754 "email": "fabien@symfony.com"
3b815d2d
J
5755 }
5756 ],
5757 "description": "Symfony DoctrineFixturesBundle",
5758 "homepage": "http://www.doctrine-project.org",
5759 "keywords": [
5760 "Fixture",
5761 "persistence"
5762 ],
5c895a7f 5763 "time": "2015-11-04 21:23:23"
3b815d2d 5764 },
d01db0c7
J
5765 {
5766 "name": "phpdocumentor/reflection-docblock",
5767 "version": "2.0.4",
5768 "source": {
5769 "type": "git",
5770 "url": "https://github.com/phpDocumentor/ReflectionDocBlock.git",
5771 "reference": "d68dbdc53dc358a816f00b300704702b2eaff7b8"
5772 },
5773 "dist": {
5774 "type": "zip",
5775 "url": "https://api.github.com/repos/phpDocumentor/ReflectionDocBlock/zipball/d68dbdc53dc358a816f00b300704702b2eaff7b8",
5776 "reference": "d68dbdc53dc358a816f00b300704702b2eaff7b8",
5777 "shasum": ""
5778 },
5779 "require": {
5780 "php": ">=5.3.3"
5781 },
5782 "require-dev": {
5783 "phpunit/phpunit": "~4.0"
5784 },
5785 "suggest": {
5786 "dflydev/markdown": "~1.0",
5787 "erusev/parsedown": "~1.0"
5788 },
5789 "type": "library",
5790 "extra": {
5791 "branch-alias": {
5792 "dev-master": "2.0.x-dev"
5793 }
5794 },
5795 "autoload": {
5796 "psr-0": {
5797 "phpDocumentor": [
5798 "src/"
5799 ]
5800 }
5801 },
5802 "notification-url": "https://packagist.org/downloads/",
5803 "license": [
5804 "MIT"
5805 ],
5806 "authors": [
5807 {
5808 "name": "Mike van Riel",
5809 "email": "mike.vanriel@naenius.com"
5810 }
5811 ],
5812 "time": "2015-02-03 12:10:50"
5813 },
5814 {
5815 "name": "phpspec/prophecy",
68568bf0 5816 "version": "v1.5.0",
d01db0c7
J
5817 "source": {
5818 "type": "git",
5819 "url": "https://github.com/phpspec/prophecy.git",
68568bf0 5820 "reference": "4745ded9307786b730d7a60df5cb5a6c43cf95f7"
d01db0c7
J
5821 },
5822 "dist": {
5823 "type": "zip",
68568bf0
NL
5824 "url": "https://api.github.com/repos/phpspec/prophecy/zipball/4745ded9307786b730d7a60df5cb5a6c43cf95f7",
5825 "reference": "4745ded9307786b730d7a60df5cb5a6c43cf95f7",
d01db0c7
J
5826 "shasum": ""
5827 },
5828 "require": {
399bd777
JB
5829 "doctrine/instantiator": "^1.0.2",
5830 "phpdocumentor/reflection-docblock": "~2.0",
5831 "sebastian/comparator": "~1.1"
d01db0c7
J
5832 },
5833 "require-dev": {
5834 "phpspec/phpspec": "~2.0"
5835 },
5836 "type": "library",
5837 "extra": {
5838 "branch-alias": {
399bd777 5839 "dev-master": "1.4.x-dev"
d01db0c7
J
5840 }
5841 },
5842 "autoload": {
5843 "psr-0": {
5844 "Prophecy\\": "src/"
5845 }
5846 },
5847 "notification-url": "https://packagist.org/downloads/",
5848 "license": [
5849 "MIT"
5850 ],
5851 "authors": [
5852 {
5853 "name": "Konstantin Kudryashov",
5854 "email": "ever.zet@gmail.com",
5855 "homepage": "http://everzet.com"
5856 },
5857 {
5858 "name": "Marcello Duarte",
5859 "email": "marcello.duarte@gmail.com"
5860 }
5861 ],
5862 "description": "Highly opinionated mocking framework for PHP 5.3+",
399bd777 5863 "homepage": "https://github.com/phpspec/prophecy",
d01db0c7
J
5864 "keywords": [
5865 "Double",
5866 "Dummy",
5867 "fake",
5868 "mock",
5869 "spy",
5870 "stub"
5871 ],
68568bf0 5872 "time": "2015-08-13 10:07:40"
d01db0c7 5873 },
7d2eb7a7 5874 {
f3052b45 5875 "name": "phpunit/php-code-coverage",
2db616b5 5876 "version": "2.2.4",
7d2eb7a7
NL
5877 "source": {
5878 "type": "git",
f3052b45 5879 "url": "https://github.com/sebastianbergmann/php-code-coverage.git",
2db616b5 5880 "reference": "eabf68b476ac7d0f73793aada060f1c1a9bf8979"
7d2eb7a7
NL
5881 },
5882 "dist": {
5883 "type": "zip",
2db616b5
NL
5884 "url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/eabf68b476ac7d0f73793aada060f1c1a9bf8979",
5885 "reference": "eabf68b476ac7d0f73793aada060f1c1a9bf8979",
7d2eb7a7
NL
5886 "shasum": ""
5887 },
5888 "require": {
f3052b45 5889 "php": ">=5.3.3",
daacffef
J
5890 "phpunit/php-file-iterator": "~1.3",
5891 "phpunit/php-text-template": "~1.2",
5892 "phpunit/php-token-stream": "~1.3",
26864574 5893 "sebastian/environment": "^1.3.2",
daacffef 5894 "sebastian/version": "~1.0"
7d2eb7a7
NL
5895 },
5896 "require-dev": {
daacffef
J
5897 "ext-xdebug": ">=2.1.4",
5898 "phpunit/phpunit": "~4"
7d2eb7a7
NL
5899 },
5900 "suggest": {
f3052b45 5901 "ext-dom": "*",
daacffef
J
5902 "ext-xdebug": ">=2.2.1",
5903 "ext-xmlwriter": "*"
7d2eb7a7
NL
5904 },
5905 "type": "library",
5906 "extra": {
5907 "branch-alias": {
26864574 5908 "dev-master": "2.2.x-dev"
7d2eb7a7
NL
5909 }
5910 },
5911 "autoload": {
f3052b45 5912 "classmap": [
daacffef 5913 "src/"
f3052b45 5914 ]
7d2eb7a7
NL
5915 },
5916 "notification-url": "https://packagist.org/downloads/",
5917 "license": [
f3052b45 5918 "BSD-3-Clause"
7d2eb7a7
NL
5919 ],
5920 "authors": [
adf17b67 5921 {
f3052b45
NL
5922 "name": "Sebastian Bergmann",
5923 "email": "sb@sebastian-bergmann.de",
5924 "role": "lead"
adf17b67
NL
5925 }
5926 ],
f3052b45
NL
5927 "description": "Library that provides collection, processing, and rendering functionality for PHP code coverage information.",
5928 "homepage": "https://github.com/sebastianbergmann/php-code-coverage",
adf17b67 5929 "keywords": [
f3052b45
NL
5930 "coverage",
5931 "testing",
5932 "xunit"
adf17b67 5933 ],
2db616b5 5934 "time": "2015-10-06 15:47:00"
adf17b67
NL
5935 },
5936 {
f3052b45 5937 "name": "phpunit/php-file-iterator",
26864574 5938 "version": "1.4.1",
adf17b67
NL
5939 "source": {
5940 "type": "git",
f3052b45 5941 "url": "https://github.com/sebastianbergmann/php-file-iterator.git",
26864574 5942 "reference": "6150bf2c35d3fc379e50c7602b75caceaa39dbf0"
adf17b67
NL
5943 },
5944 "dist": {
5945 "type": "zip",
26864574
NL
5946 "url": "https://api.github.com/repos/sebastianbergmann/php-file-iterator/zipball/6150bf2c35d3fc379e50c7602b75caceaa39dbf0",
5947 "reference": "6150bf2c35d3fc379e50c7602b75caceaa39dbf0",
adf17b67
NL
5948 "shasum": ""
5949 },
5950 "require": {
5951 "php": ">=5.3.3"
5952 },
adf17b67 5953 "type": "library",
399bd777
JB
5954 "extra": {
5955 "branch-alias": {
5956 "dev-master": "1.4.x-dev"
5957 }
5958 },
adf17b67 5959 "autoload": {
f3052b45 5960 "classmap": [
399bd777 5961 "src/"
f3052b45 5962 ]
adf17b67
NL
5963 },
5964 "notification-url": "https://packagist.org/downloads/",
adf17b67 5965 "license": [
f3052b45 5966 "BSD-3-Clause"
adf17b67
NL
5967 ],
5968 "authors": [
7d2eb7a7 5969 {
f3052b45
NL
5970 "name": "Sebastian Bergmann",
5971 "email": "sb@sebastian-bergmann.de",
5972 "role": "lead"
7d2eb7a7
NL
5973 }
5974 ],
f3052b45
NL
5975 "description": "FilterIterator implementation that filters files based on a list of suffixes.",
5976 "homepage": "https://github.com/sebastianbergmann/php-file-iterator/",
5977 "keywords": [
5978 "filesystem",
5979 "iterator"
5980 ],
26864574 5981 "time": "2015-06-21 13:08:43"
7d2eb7a7
NL
5982 },
5983 {
f3052b45 5984 "name": "phpunit/php-text-template",
26864574 5985 "version": "1.2.1",
7d2eb7a7
NL
5986 "source": {
5987 "type": "git",
f3052b45 5988 "url": "https://github.com/sebastianbergmann/php-text-template.git",
26864574 5989 "reference": "31f8b717e51d9a2afca6c9f046f5d69fc27c8686"
7d2eb7a7
NL
5990 },
5991 "dist": {
5992 "type": "zip",
26864574
NL
5993 "url": "https://api.github.com/repos/sebastianbergmann/php-text-template/zipball/31f8b717e51d9a2afca6c9f046f5d69fc27c8686",
5994 "reference": "31f8b717e51d9a2afca6c9f046f5d69fc27c8686",
7d2eb7a7
NL
5995 "shasum": ""
5996 },
5997 "require": {
5998 "php": ">=5.3.3"
5999 },
7d2eb7a7 6000 "type": "library",
7d2eb7a7 6001 "autoload": {
f3052b45 6002 "classmap": [
26864574 6003 "src/"
f3052b45 6004 ]
7d2eb7a7
NL
6005 },
6006 "notification-url": "https://packagist.org/downloads/",
7d2eb7a7 6007 "license": [
f3052b45 6008 "BSD-3-Clause"
7d2eb7a7
NL
6009 ],
6010 "authors": [
7d2eb7a7 6011 {
f3052b45 6012 "name": "Sebastian Bergmann",
26864574 6013 "email": "sebastian@phpunit.de",
f3052b45 6014 "role": "lead"
e342acf7 6015 }
e342acf7 6016 ],
f3052b45
NL
6017 "description": "Simple template engine.",
6018 "homepage": "https://github.com/sebastianbergmann/php-text-template/",
6019 "keywords": [
6020 "template"
e342acf7 6021 ],
26864574 6022 "time": "2015-06-21 13:50:34"
e342acf7 6023 },
7d2eb7a7 6024 {
f3052b45 6025 "name": "phpunit/php-timer",
26864574 6026 "version": "1.0.7",
7d2eb7a7
NL
6027 "source": {
6028 "type": "git",
f3052b45 6029 "url": "https://github.com/sebastianbergmann/php-timer.git",
26864574 6030 "reference": "3e82f4e9fc92665fafd9157568e4dcb01d014e5b"
7d2eb7a7
NL
6031 },
6032 "dist": {
6033 "type": "zip",
26864574
NL
6034 "url": "https://api.github.com/repos/sebastianbergmann/php-timer/zipball/3e82f4e9fc92665fafd9157568e4dcb01d014e5b",
6035 "reference": "3e82f4e9fc92665fafd9157568e4dcb01d014e5b",
7d2eb7a7
NL
6036 "shasum": ""
6037 },
6038 "require": {
f3052b45 6039 "php": ">=5.3.3"
7d2eb7a7 6040 },
f3052b45 6041 "type": "library",
7d2eb7a7 6042 "autoload": {
f3052b45 6043 "classmap": [
26864574 6044 "src/"
f3052b45 6045 ]
7d2eb7a7
NL
6046 },
6047 "notification-url": "https://packagist.org/downloads/",
6048 "license": [
f3052b45 6049 "BSD-3-Clause"
7d2eb7a7
NL
6050 ],
6051 "authors": [
6052 {
f3052b45
NL
6053 "name": "Sebastian Bergmann",
6054 "email": "sb@sebastian-bergmann.de",
6055 "role": "lead"
7d2eb7a7
NL
6056 }
6057 ],
f3052b45
NL
6058 "description": "Utility class for timing",
6059 "homepage": "https://github.com/sebastianbergmann/php-timer/",
7d2eb7a7 6060 "keywords": [
f3052b45 6061 "timer"
7d2eb7a7 6062 ],
26864574 6063 "time": "2015-06-21 08:01:12"
7d2eb7a7
NL
6064 },
6065 {
f3052b45 6066 "name": "phpunit/php-token-stream",
d4ebe5c5 6067 "version": "1.4.8",
7d2eb7a7
NL
6068 "source": {
6069 "type": "git",
f3052b45 6070 "url": "https://github.com/sebastianbergmann/php-token-stream.git",
d4ebe5c5 6071 "reference": "3144ae21711fb6cac0b1ab4cbe63b75ce3d4e8da"
7d2eb7a7
NL
6072 },
6073 "dist": {
6074 "type": "zip",
d4ebe5c5
JB
6075 "url": "https://api.github.com/repos/sebastianbergmann/php-token-stream/zipball/3144ae21711fb6cac0b1ab4cbe63b75ce3d4e8da",
6076 "reference": "3144ae21711fb6cac0b1ab4cbe63b75ce3d4e8da",
7d2eb7a7
NL
6077 "shasum": ""
6078 },
6079 "require": {
f3052b45
NL
6080 "ext-tokenizer": "*",
6081 "php": ">=5.3.3"
7d2eb7a7 6082 },
daacffef
J
6083 "require-dev": {
6084 "phpunit/phpunit": "~4.2"
6085 },
7d2eb7a7
NL
6086 "type": "library",
6087 "extra": {
6088 "branch-alias": {
daacffef 6089 "dev-master": "1.4-dev"
7d2eb7a7
NL
6090 }
6091 },
6092 "autoload": {
f3052b45 6093 "classmap": [
daacffef 6094 "src/"
f3052b45 6095 ]
7d2eb7a7
NL
6096 },
6097 "notification-url": "https://packagist.org/downloads/",
6098 "license": [
6099 "BSD-3-Clause"
6100 ],
6101 "authors": [
6102 {
f3052b45 6103 "name": "Sebastian Bergmann",
daacffef 6104 "email": "sebastian@phpunit.de"
7d2eb7a7
NL
6105 }
6106 ],
f3052b45
NL
6107 "description": "Wrapper around PHP's tokenizer extension.",
6108 "homepage": "https://github.com/sebastianbergmann/php-token-stream/",
7d2eb7a7 6109 "keywords": [
f3052b45 6110 "tokenizer"
7d2eb7a7 6111 ],
d4ebe5c5 6112 "time": "2015-09-15 10:49:45"
7d2eb7a7
NL
6113 },
6114 {
f3052b45 6115 "name": "phpunit/phpunit",
516022d6 6116 "version": "4.8.21",
7d2eb7a7
NL
6117 "source": {
6118 "type": "git",
f3052b45 6119 "url": "https://github.com/sebastianbergmann/phpunit.git",
516022d6 6120 "reference": "ea76b17bced0500a28098626b84eda12dbcf119c"
7d2eb7a7
NL
6121 },
6122 "dist": {
6123 "type": "zip",
516022d6
JB
6124 "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/ea76b17bced0500a28098626b84eda12dbcf119c",
6125 "reference": "ea76b17bced0500a28098626b84eda12dbcf119c",
7d2eb7a7
NL
6126 "shasum": ""
6127 },
6128 "require": {
f3052b45
NL
6129 "ext-dom": "*",
6130 "ext-json": "*",
6131 "ext-pcre": "*",
6132 "ext-reflection": "*",
6133 "ext-spl": "*",
27a8708b 6134 "php": ">=5.3.3",
26864574
NL
6135 "phpspec/prophecy": "^1.3.1",
6136 "phpunit/php-code-coverage": "~2.1",
399bd777 6137 "phpunit/php-file-iterator": "~1.4",
daacffef 6138 "phpunit/php-text-template": "~1.2",
26864574 6139 "phpunit/php-timer": ">=1.0.6",
daacffef 6140 "phpunit/phpunit-mock-objects": "~2.3",
d01db0c7 6141 "sebastian/comparator": "~1.1",
399bd777 6142 "sebastian/diff": "~1.2",
26864574 6143 "sebastian/environment": "~1.3",
d01db0c7 6144 "sebastian/exporter": "~1.2",
daacffef 6145 "sebastian/global-state": "~1.0",
daacffef 6146 "sebastian/version": "~1.0",
399bd777 6147 "symfony/yaml": "~2.1|~3.0"
7d2eb7a7 6148 },
f3052b45
NL
6149 "suggest": {
6150 "phpunit/php-invoker": "~1.1"
7d2eb7a7
NL
6151 },
6152 "bin": [
daacffef 6153 "phpunit"
7d2eb7a7 6154 ],
f3052b45
NL
6155 "type": "library",
6156 "extra": {
6157 "branch-alias": {
26864574 6158 "dev-master": "4.8.x-dev"
7d2eb7a7
NL
6159 }
6160 },
f3052b45
NL
6161 "autoload": {
6162 "classmap": [
daacffef 6163 "src/"
f3052b45
NL
6164 ]
6165 },
7d2eb7a7
NL
6166 "notification-url": "https://packagist.org/downloads/",
6167 "license": [
f3052b45 6168 "BSD-3-Clause"
7d2eb7a7
NL
6169 ],
6170 "authors": [
6171 {
f3052b45
NL
6172 "name": "Sebastian Bergmann",
6173 "email": "sebastian@phpunit.de",
6174 "role": "lead"
7d2eb7a7
NL
6175 }
6176 ],
f3052b45 6177 "description": "The PHP Unit Testing framework.",
daacffef 6178 "homepage": "https://phpunit.de/",
f3052b45
NL
6179 "keywords": [
6180 "phpunit",
6181 "testing",
6182 "xunit"
6183 ],
516022d6 6184 "time": "2015-12-12 07:45:58"
a20f96b7 6185 },
10939766 6186 {
f3052b45 6187 "name": "phpunit/phpunit-mock-objects",
2db616b5 6188 "version": "2.3.8",
10939766
NL
6189 "source": {
6190 "type": "git",
f3052b45 6191 "url": "https://github.com/sebastianbergmann/phpunit-mock-objects.git",
2db616b5 6192 "reference": "ac8e7a3db35738d56ee9a76e78a4e03d97628983"
10939766
NL
6193 },
6194 "dist": {
6195 "type": "zip",
2db616b5
NL
6196 "url": "https://api.github.com/repos/sebastianbergmann/phpunit-mock-objects/zipball/ac8e7a3db35738d56ee9a76e78a4e03d97628983",
6197 "reference": "ac8e7a3db35738d56ee9a76e78a4e03d97628983",
10939766
NL
6198 "shasum": ""
6199 },
6200 "require": {
a1413a3d 6201 "doctrine/instantiator": "^1.0.2",
f3052b45 6202 "php": ">=5.3.3",
26864574
NL
6203 "phpunit/php-text-template": "~1.2",
6204 "sebastian/exporter": "~1.2"
daacffef
J
6205 },
6206 "require-dev": {
399bd777 6207 "phpunit/phpunit": "~4.4"
f3052b45
NL
6208 },
6209 "suggest": {
6210 "ext-soap": "*"
10939766
NL
6211 },
6212 "type": "library",
daacffef
J
6213 "extra": {
6214 "branch-alias": {
6215 "dev-master": "2.3.x-dev"
6216 }
6217 },
10939766 6218 "autoload": {
f3052b45 6219 "classmap": [
daacffef 6220 "src/"
10939766
NL
6221 ]
6222 },
f3052b45 6223 "notification-url": "https://packagist.org/downloads/",
f3052b45
NL
6224 "license": [
6225 "BSD-3-Clause"
6226 ],
10939766
NL
6227 "authors": [
6228 {
f3052b45
NL
6229 "name": "Sebastian Bergmann",
6230 "email": "sb@sebastian-bergmann.de",
6231 "role": "lead"
10939766
NL
6232 }
6233 ],
f3052b45
NL
6234 "description": "Mock Object library for PHPUnit",
6235 "homepage": "https://github.com/sebastianbergmann/phpunit-mock-objects/",
6236 "keywords": [
6237 "mock",
6238 "xunit"
6239 ],
2db616b5 6240 "time": "2015-10-02 06:51:40"
daacffef
J
6241 },
6242 {
6243 "name": "sebastian/comparator",
26864574 6244 "version": "1.2.0",
daacffef
J
6245 "source": {
6246 "type": "git",
6247 "url": "https://github.com/sebastianbergmann/comparator.git",
26864574 6248 "reference": "937efb279bd37a375bcadf584dec0726f84dbf22"
daacffef
J
6249 },
6250 "dist": {
6251 "type": "zip",
26864574
NL
6252 "url": "https://api.github.com/repos/sebastianbergmann/comparator/zipball/937efb279bd37a375bcadf584dec0726f84dbf22",
6253 "reference": "937efb279bd37a375bcadf584dec0726f84dbf22",
daacffef
J
6254 "shasum": ""
6255 },
6256 "require": {
6257 "php": ">=5.3.3",
6258 "sebastian/diff": "~1.2",
6259 "sebastian/exporter": "~1.2"
6260 },
6261 "require-dev": {
6262 "phpunit/phpunit": "~4.4"
6263 },
6264 "type": "library",
6265 "extra": {
6266 "branch-alias": {
26864574 6267 "dev-master": "1.2.x-dev"
daacffef
J
6268 }
6269 },
6270 "autoload": {
6271 "classmap": [
6272 "src/"
6273 ]
6274 },
6275 "notification-url": "https://packagist.org/downloads/",
6276 "license": [
6277 "BSD-3-Clause"
6278 ],
6279 "authors": [
6280 {
6281 "name": "Jeff Welch",
6282 "email": "whatthejeff@gmail.com"
6283 },
6284 {
6285 "name": "Volker Dusch",
6286 "email": "github@wallbash.com"
6287 },
6288 {
6289 "name": "Bernhard Schussek",
6290 "email": "bschussek@2bepublished.at"
6291 },
6292 {
6293 "name": "Sebastian Bergmann",
6294 "email": "sebastian@phpunit.de"
6295 }
6296 ],
6297 "description": "Provides the functionality to compare PHP values for equality",
6298 "homepage": "http://www.github.com/sebastianbergmann/comparator",
6299 "keywords": [
6300 "comparator",
6301 "compare",
6302 "equality"
6303 ],
26864574 6304 "time": "2015-07-26 15:48:44"
daacffef
J
6305 },
6306 {
6307 "name": "sebastian/diff",
516022d6 6308 "version": "1.4.1",
daacffef
J
6309 "source": {
6310 "type": "git",
6311 "url": "https://github.com/sebastianbergmann/diff.git",
516022d6 6312 "reference": "13edfd8706462032c2f52b4b862974dd46b71c9e"
daacffef
J
6313 },
6314 "dist": {
6315 "type": "zip",
516022d6
JB
6316 "url": "https://api.github.com/repos/sebastianbergmann/diff/zipball/13edfd8706462032c2f52b4b862974dd46b71c9e",
6317 "reference": "13edfd8706462032c2f52b4b862974dd46b71c9e",
daacffef
J
6318 "shasum": ""
6319 },
6320 "require": {
6321 "php": ">=5.3.3"
6322 },
6323 "require-dev": {
516022d6 6324 "phpunit/phpunit": "~4.8"
daacffef
J
6325 },
6326 "type": "library",
6327 "extra": {
6328 "branch-alias": {
d4aa1743 6329 "dev-master": "1.4-dev"
daacffef
J
6330 }
6331 },
6332 "autoload": {
6333 "classmap": [
6334 "src/"
6335 ]
6336 },
6337 "notification-url": "https://packagist.org/downloads/",
6338 "license": [
6339 "BSD-3-Clause"
6340 ],
6341 "authors": [
6342 {
6343 "name": "Kore Nordmann",
6344 "email": "mail@kore-nordmann.de"
6345 },
6346 {
6347 "name": "Sebastian Bergmann",
6348 "email": "sebastian@phpunit.de"
6349 }
6350 ],
6351 "description": "Diff implementation",
d4aa1743 6352 "homepage": "https://github.com/sebastianbergmann/diff",
daacffef
J
6353 "keywords": [
6354 "diff"
6355 ],
516022d6 6356 "time": "2015-12-08 07:14:41"
daacffef
J
6357 },
6358 {
6359 "name": "sebastian/environment",
d4aa1743 6360 "version": "1.3.3",
daacffef
J
6361 "source": {
6362 "type": "git",
6363 "url": "https://github.com/sebastianbergmann/environment.git",
d4aa1743 6364 "reference": "6e7133793a8e5a5714a551a8324337374be209df"
daacffef
J
6365 },
6366 "dist": {
6367 "type": "zip",
d4aa1743
BD
6368 "url": "https://api.github.com/repos/sebastianbergmann/environment/zipball/6e7133793a8e5a5714a551a8324337374be209df",
6369 "reference": "6e7133793a8e5a5714a551a8324337374be209df",
daacffef
J
6370 "shasum": ""
6371 },
6372 "require": {
6373 "php": ">=5.3.3"
6374 },
6375 "require-dev": {
399bd777 6376 "phpunit/phpunit": "~4.4"
daacffef
J
6377 },
6378 "type": "library",
6379 "extra": {
6380 "branch-alias": {
399bd777 6381 "dev-master": "1.3.x-dev"
daacffef
J
6382 }
6383 },
6384 "autoload": {
6385 "classmap": [
6386 "src/"
6387 ]
6388 },
6389 "notification-url": "https://packagist.org/downloads/",
6390 "license": [
6391 "BSD-3-Clause"
6392 ],
6393 "authors": [
6394 {
6395 "name": "Sebastian Bergmann",
6396 "email": "sebastian@phpunit.de"
6397 }
6398 ],
6399 "description": "Provides functionality to handle HHVM/PHP environments",
6400 "homepage": "http://www.github.com/sebastianbergmann/environment",
6401 "keywords": [
6402 "Xdebug",
6403 "environment",
6404 "hhvm"
6405 ],
d4aa1743 6406 "time": "2015-12-02 08:37:27"
daacffef
J
6407 },
6408 {
6409 "name": "sebastian/exporter",
26864574 6410 "version": "1.2.1",
daacffef
J
6411 "source": {
6412 "type": "git",
6413 "url": "https://github.com/sebastianbergmann/exporter.git",
26864574 6414 "reference": "7ae5513327cb536431847bcc0c10edba2701064e"
daacffef
J
6415 },
6416 "dist": {
6417 "type": "zip",
26864574
NL
6418 "url": "https://api.github.com/repos/sebastianbergmann/exporter/zipball/7ae5513327cb536431847bcc0c10edba2701064e",
6419 "reference": "7ae5513327cb536431847bcc0c10edba2701064e",
daacffef
J
6420 "shasum": ""
6421 },
6422 "require": {
6423 "php": ">=5.3.3",
6424 "sebastian/recursion-context": "~1.0"
6425 },
6426 "require-dev": {
6427 "phpunit/phpunit": "~4.4"
6428 },
6429 "type": "library",
6430 "extra": {
6431 "branch-alias": {
6432 "dev-master": "1.2.x-dev"
6433 }
6434 },
6435 "autoload": {
6436 "classmap": [
6437 "src/"
6438 ]
6439 },
6440 "notification-url": "https://packagist.org/downloads/",
6441 "license": [
6442 "BSD-3-Clause"
6443 ],
6444 "authors": [
6445 {
6446 "name": "Jeff Welch",
6447 "email": "whatthejeff@gmail.com"
6448 },
6449 {
6450 "name": "Volker Dusch",
6451 "email": "github@wallbash.com"
6452 },
6453 {
6454 "name": "Bernhard Schussek",
6455 "email": "bschussek@2bepublished.at"
6456 },
6457 {
6458 "name": "Sebastian Bergmann",
6459 "email": "sebastian@phpunit.de"
6460 },
6461 {
6462 "name": "Adam Harvey",
6463 "email": "aharvey@php.net"
6464 }
6465 ],
6466 "description": "Provides the functionality to export PHP variables for visualization",
6467 "homepage": "http://www.github.com/sebastianbergmann/exporter",
6468 "keywords": [
6469 "export",
6470 "exporter"
6471 ],
26864574 6472 "time": "2015-06-21 07:55:53"
daacffef
J
6473 },
6474 {
6475 "name": "sebastian/global-state",
2db616b5 6476 "version": "1.1.1",
daacffef
J
6477 "source": {
6478 "type": "git",
6479 "url": "https://github.com/sebastianbergmann/global-state.git",
2db616b5 6480 "reference": "bc37d50fea7d017d3d340f230811c9f1d7280af4"
daacffef
J
6481 },
6482 "dist": {
6483 "type": "zip",
2db616b5
NL
6484 "url": "https://api.github.com/repos/sebastianbergmann/global-state/zipball/bc37d50fea7d017d3d340f230811c9f1d7280af4",
6485 "reference": "bc37d50fea7d017d3d340f230811c9f1d7280af4",
daacffef
J
6486 "shasum": ""
6487 },
6488 "require": {
6489 "php": ">=5.3.3"
6490 },
6491 "require-dev": {
6492 "phpunit/phpunit": "~4.2"
6493 },
6494 "suggest": {
6495 "ext-uopz": "*"
6496 },
6497 "type": "library",
6498 "extra": {
6499 "branch-alias": {
6500 "dev-master": "1.0-dev"
6501 }
6502 },
6503 "autoload": {
6504 "classmap": [
6505 "src/"
6506 ]
6507 },
6508 "notification-url": "https://packagist.org/downloads/",
6509 "license": [
6510 "BSD-3-Clause"
6511 ],
6512 "authors": [
6513 {
6514 "name": "Sebastian Bergmann",
6515 "email": "sebastian@phpunit.de"
6516 }
6517 ],
6518 "description": "Snapshotting of global state",
6519 "homepage": "http://www.github.com/sebastianbergmann/global-state",
6520 "keywords": [
6521 "global state"
6522 ],
2db616b5 6523 "time": "2015-10-12 03:26:01"
daacffef
J
6524 },
6525 {
6526 "name": "sebastian/recursion-context",
d4aa1743 6527 "version": "1.0.2",
daacffef
J
6528 "source": {
6529 "type": "git",
6530 "url": "https://github.com/sebastianbergmann/recursion-context.git",
d4aa1743 6531 "reference": "913401df809e99e4f47b27cdd781f4a258d58791"
daacffef
J
6532 },
6533 "dist": {
6534 "type": "zip",
d4aa1743
BD
6535 "url": "https://api.github.com/repos/sebastianbergmann/recursion-context/zipball/913401df809e99e4f47b27cdd781f4a258d58791",
6536 "reference": "913401df809e99e4f47b27cdd781f4a258d58791",
daacffef
J
6537 "shasum": ""
6538 },
6539 "require": {
6540 "php": ">=5.3.3"
6541 },
6542 "require-dev": {
6543 "phpunit/phpunit": "~4.4"
6544 },
6545 "type": "library",
6546 "extra": {
6547 "branch-alias": {
6548 "dev-master": "1.0.x-dev"
6549 }
6550 },
6551 "autoload": {
6552 "classmap": [
6553 "src/"
6554 ]
6555 },
6556 "notification-url": "https://packagist.org/downloads/",
6557 "license": [
6558 "BSD-3-Clause"
6559 ],
6560 "authors": [
6561 {
6562 "name": "Jeff Welch",
6563 "email": "whatthejeff@gmail.com"
6564 },
6565 {
6566 "name": "Sebastian Bergmann",
6567 "email": "sebastian@phpunit.de"
6568 },
6569 {
6570 "name": "Adam Harvey",
6571 "email": "aharvey@php.net"
6572 }
6573 ],
6574 "description": "Provides functionality to recursively process PHP variables",
6575 "homepage": "http://www.github.com/sebastianbergmann/recursion-context",
d4aa1743 6576 "time": "2015-11-11 19:50:13"
daacffef
J
6577 },
6578 {
6579 "name": "sebastian/version",
26864574 6580 "version": "1.0.6",
daacffef
J
6581 "source": {
6582 "type": "git",
6583 "url": "https://github.com/sebastianbergmann/version.git",
26864574 6584 "reference": "58b3a85e7999757d6ad81c787a1fbf5ff6c628c6"
daacffef
J
6585 },
6586 "dist": {
6587 "type": "zip",
26864574
NL
6588 "url": "https://api.github.com/repos/sebastianbergmann/version/zipball/58b3a85e7999757d6ad81c787a1fbf5ff6c628c6",
6589 "reference": "58b3a85e7999757d6ad81c787a1fbf5ff6c628c6",
daacffef
J
6590 "shasum": ""
6591 },
6592 "type": "library",
6593 "autoload": {
6594 "classmap": [
6595 "src/"
6596 ]
6597 },
6598 "notification-url": "https://packagist.org/downloads/",
6599 "license": [
6600 "BSD-3-Clause"
6601 ],
6602 "authors": [
6603 {
6604 "name": "Sebastian Bergmann",
6605 "email": "sebastian@phpunit.de",
6606 "role": "lead"
6607 }
6608 ],
6609 "description": "Library that helps with managing the version number of Git-hosted PHP projects",
6610 "homepage": "https://github.com/sebastianbergmann/version",
26864574 6611 "time": "2015-06-21 13:59:46"
93fd4692
NL
6612 },
6613 {
6614 "name": "sensio/generator-bundle",
5c895a7f 6615 "version": "v3.0.3",
93fd4692
NL
6616 "source": {
6617 "type": "git",
6618 "url": "https://github.com/sensiolabs/SensioGeneratorBundle.git",
5c895a7f 6619 "reference": "525e078ff7d5e9f19b0ef912bb6d6753673b3c66"
93fd4692
NL
6620 },
6621 "dist": {
6622 "type": "zip",
5c895a7f
JB
6623 "url": "https://api.github.com/repos/sensiolabs/SensioGeneratorBundle/zipball/525e078ff7d5e9f19b0ef912bb6d6753673b3c66",
6624 "reference": "525e078ff7d5e9f19b0ef912bb6d6753673b3c66",
93fd4692
NL
6625 "shasum": ""
6626 },
6627 "require": {
5c895a7f
JB
6628 "symfony/console": "~2.7|~3.0",
6629 "symfony/framework-bundle": "~2.7|~3.0",
6630 "symfony/process": "~2.7|~3.0",
6631 "symfony/yaml": "~2.7|~3.0"
93fd4692
NL
6632 },
6633 "require-dev": {
5c895a7f
JB
6634 "doctrine/orm": "~2.4",
6635 "symfony/doctrine-bridge": "~2.7|~3.0",
6636 "twig/twig": "~1.18"
93fd4692
NL
6637 },
6638 "type": "symfony-bundle",
6639 "extra": {
6640 "branch-alias": {
5c895a7f 6641 "dev-master": "3.0.x-dev"
93fd4692
NL
6642 }
6643 },
6644 "autoload": {
5c895a7f
JB
6645 "psr-4": {
6646 "Sensio\\Bundle\\GeneratorBundle\\": ""
6647 },
6648 "exclude-from-classmap": [
6649 "/Tests/"
6650 ]
93fd4692
NL
6651 },
6652 "notification-url": "https://packagist.org/downloads/",
6653 "license": [
6654 "MIT"
6655 ],
6656 "authors": [
6657 {
6658 "name": "Fabien Potencier",
6659 "email": "fabien@symfony.com"
6660 }
6661 ],
6662 "description": "This bundle generates code for you",
5c895a7f 6663 "time": "2015-12-20 20:01:41"
872384b0
JB
6664 },
6665 {
6666 "name": "symfony/phpunit-bridge",
e23edfd2 6667 "version": "v2.8.0",
872384b0
JB
6668 "source": {
6669 "type": "git",
6670 "url": "https://github.com/symfony/phpunit-bridge.git",
e23edfd2 6671 "reference": "fb79ac646c342fdff19864619943a6c58bb28893"
872384b0
JB
6672 },
6673 "dist": {
6674 "type": "zip",
e23edfd2
JB
6675 "url": "https://api.github.com/repos/symfony/phpunit-bridge/zipball/fb79ac646c342fdff19864619943a6c58bb28893",
6676 "reference": "fb79ac646c342fdff19864619943a6c58bb28893",
872384b0
JB
6677 "shasum": ""
6678 },
6679 "require": {
d4aa1743 6680 "php": ">=5.3.9"
872384b0
JB
6681 },
6682 "suggest": {
6683 "symfony/debug": "For tracking deprecated interfaces usages at runtime with DebugClassLoader"
6684 },
6685 "type": "symfony-bridge",
6686 "extra": {
6687 "branch-alias": {
e23edfd2 6688 "dev-master": "2.8-dev"
872384b0
JB
6689 }
6690 },
6691 "autoload": {
6692 "files": [
6693 "bootstrap.php"
6694 ],
6695 "psr-4": {
6696 "Symfony\\Bridge\\PhpUnit\\": ""
d4aa1743
BD
6697 },
6698 "exclude-from-classmap": [
6699 "/Tests/"
6700 ]
872384b0
JB
6701 },
6702 "notification-url": "https://packagist.org/downloads/",
6703 "license": [
6704 "MIT"
6705 ],
6706 "authors": [
6707 {
6708 "name": "Nicolas Grekas",
6709 "email": "p@tchwork.com"
6710 },
6711 {
6712 "name": "Symfony Community",
6713 "homepage": "https://symfony.com/contributors"
6714 }
6715 ],
6716 "description": "Symfony PHPUnit Bridge",
6717 "homepage": "https://symfony.com",
e23edfd2 6718 "time": "2015-11-27 22:51:43"
7d2eb7a7
NL
6719 }
6720 ],
adf17b67 6721 "aliases": [],
daacffef 6722 "minimum-stability": "dev",
a1691859 6723 "stability-flags": {
fcb1fba5 6724 "friendsofsymfony/user-bundle": 20,
3c65dfb7
NL
6725 "friendsofsymfony/oauth-server-bundle": 20,
6726 "stof/doctrine-extensions-bundle": 20
a1691859 6727 },
daacffef 6728 "prefer-stable": true,
adf17b67 6729 "prefer-lowest": false,
93fd4692 6730 "platform": {
bd2c8b46 6731 "php": ">=5.5"
93fd4692 6732 },
adf17b67 6733 "platform-dev": []
7d2eb7a7 6734}