]> git.immae.eu Git - github/wallabag/wallabag.git/blame - composer.lock
Switch to psr-4
[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 ],
b4faefc0
JB
7 "hash": "42bbd48a9c971aee0011808edfb08915",
8 "content-hash": "6e0d8bfeb719303796b0f13b28eadb86",
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",
b4faefc0 3990 "version": "v1.4.7",
2db616b5
NL
3991 "source": {
3992 "type": "git",
3993 "url": "https://github.com/scheb/two-factor-bundle.git",
b4faefc0 3994 "reference": "ef6830dbbf62b22efd335db8f64bf0f51d4284a2"
2db616b5
NL
3995 },
3996 "dist": {
3997 "type": "zip",
b4faefc0
JB
3998 "url": "https://api.github.com/repos/scheb/two-factor-bundle/zipball/ef6830dbbf62b22efd335db8f64bf0f51d4284a2",
3999 "reference": "ef6830dbbf62b22efd335db8f64bf0f51d4284a2",
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 ],
b4faefc0 4035 "time": "2015-08-25 19:58:00"
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"
e23edfd2 5029 },
adf17b67 5030 {
93fd4692 5031 "name": "symfony/swiftmailer-bundle",
d4aa1743 5032 "version": "v2.3.9",
adf17b67
NL
5033 "source": {
5034 "type": "git",
fcb1fba5 5035 "url": "https://github.com/symfony/swiftmailer-bundle.git",
d4aa1743 5036 "reference": "3d21ada19f23631f558ad6df653b168e35362e78"
adf17b67
NL
5037 },
5038 "dist": {
5039 "type": "zip",
d4aa1743
BD
5040 "url": "https://api.github.com/repos/symfony/swiftmailer-bundle/zipball/3d21ada19f23631f558ad6df653b168e35362e78",
5041 "reference": "3d21ada19f23631f558ad6df653b168e35362e78",
adf17b67
NL
5042 "shasum": ""
5043 },
5044 "require": {
93fd4692
NL
5045 "php": ">=5.3.2",
5046 "swiftmailer/swiftmailer": ">=4.2.0,~5.0",
d4aa1743
BD
5047 "symfony/config": "~2.3|~3.0",
5048 "symfony/dependency-injection": "~2.3|~3.0",
5049 "symfony/http-kernel": "~2.3|~3.0",
5050 "symfony/yaml": "~2.3|~3.0"
adf17b67
NL
5051 },
5052 "require-dev": {
d4aa1743 5053 "symfony/phpunit-bridge": "~2.7|~3.0"
adf17b67
NL
5054 },
5055 "suggest": {
93fd4692
NL
5056 "psr/log": "Allows logging"
5057 },
5058 "type": "symfony-bundle",
adf17b67
NL
5059 "extra": {
5060 "branch-alias": {
93fd4692 5061 "dev-master": "2.3-dev"
adf17b67
NL
5062 }
5063 },
5064 "autoload": {
93fd4692
NL
5065 "psr-4": {
5066 "Symfony\\Bundle\\SwiftmailerBundle\\": ""
adf17b67
NL
5067 }
5068 },
5069 "notification-url": "https://packagist.org/downloads/",
5070 "license": [
5071 "MIT"
5072 ],
5073 "authors": [
7d2eb7a7
NL
5074 {
5075 "name": "Symfony Community",
5076 "homepage": "http://symfony.com/contributors"
adf17b67
NL
5077 },
5078 {
5079 "name": "Fabien Potencier",
5080 "email": "fabien@symfony.com"
7d2eb7a7
NL
5081 }
5082 ],
93fd4692 5083 "description": "Symfony SwiftmailerBundle",
7d2eb7a7 5084 "homepage": "http://symfony.com",
d4aa1743 5085 "time": "2015-11-28 10:59:29"
7d2eb7a7 5086 },
1345a107 5087 {
93fd4692 5088 "name": "symfony/symfony",
e23edfd2 5089 "version": "v2.8.0",
1345a107
NL
5090 "source": {
5091 "type": "git",
93fd4692 5092 "url": "https://github.com/symfony/symfony.git",
e23edfd2 5093 "reference": "5615b92cd452cd54f1433a3f53de87c096a1107f"
1345a107
NL
5094 },
5095 "dist": {
5096 "type": "zip",
e23edfd2
JB
5097 "url": "https://api.github.com/repos/symfony/symfony/zipball/5615b92cd452cd54f1433a3f53de87c096a1107f",
5098 "reference": "5615b92cd452cd54f1433a3f53de87c096a1107f",
1345a107
NL
5099 "shasum": ""
5100 },
5101 "require": {
2db616b5 5102 "doctrine/common": "~2.4",
75e9d1df 5103 "php": ">=5.3.9",
93fd4692 5104 "psr/log": "~1.0",
e23edfd2
JB
5105 "symfony/polyfill-intl-icu": "~1.0",
5106 "symfony/polyfill-mbstring": "~1.0",
5107 "symfony/polyfill-php54": "~1.0",
5108 "symfony/polyfill-php55": "~1.0",
5109 "symfony/polyfill-php56": "~1.0",
5110 "symfony/polyfill-php70": "~1.0",
5111 "symfony/polyfill-util": "~1.0",
5112 "symfony/security-acl": "~2.7",
d4aa1743 5113 "twig/twig": "~1.23|~2.0"
93fd4692 5114 },
e23edfd2
JB
5115 "conflict": {
5116 "phpdocumentor/reflection": "<1.0.7"
5117 },
93fd4692 5118 "replace": {
75e9d1df 5119 "symfony/asset": "self.version",
93fd4692
NL
5120 "symfony/browser-kit": "self.version",
5121 "symfony/class-loader": "self.version",
5122 "symfony/config": "self.version",
5123 "symfony/console": "self.version",
5124 "symfony/css-selector": "self.version",
5125 "symfony/debug": "self.version",
5126 "symfony/debug-bundle": "self.version",
5127 "symfony/dependency-injection": "self.version",
5128 "symfony/doctrine-bridge": "self.version",
5129 "symfony/dom-crawler": "self.version",
5130 "symfony/event-dispatcher": "self.version",
5131 "symfony/expression-language": "self.version",
5132 "symfony/filesystem": "self.version",
5133 "symfony/finder": "self.version",
5134 "symfony/form": "self.version",
5135 "symfony/framework-bundle": "self.version",
5136 "symfony/http-foundation": "self.version",
5137 "symfony/http-kernel": "self.version",
5138 "symfony/intl": "self.version",
e23edfd2 5139 "symfony/ldap": "self.version",
93fd4692
NL
5140 "symfony/locale": "self.version",
5141 "symfony/monolog-bridge": "self.version",
5142 "symfony/options-resolver": "self.version",
5143 "symfony/process": "self.version",
93fd4692 5144 "symfony/property-access": "self.version",
e23edfd2 5145 "symfony/property-info": "self.version",
93fd4692
NL
5146 "symfony/proxy-manager-bridge": "self.version",
5147 "symfony/routing": "self.version",
5148 "symfony/security": "self.version",
93fd4692
NL
5149 "symfony/security-bundle": "self.version",
5150 "symfony/security-core": "self.version",
5151 "symfony/security-csrf": "self.version",
e23edfd2 5152 "symfony/security-guard": "self.version",
93fd4692
NL
5153 "symfony/security-http": "self.version",
5154 "symfony/serializer": "self.version",
5155 "symfony/stopwatch": "self.version",
5156 "symfony/swiftmailer-bridge": "self.version",
5157 "symfony/templating": "self.version",
5158 "symfony/translation": "self.version",
5159 "symfony/twig-bridge": "self.version",
5160 "symfony/twig-bundle": "self.version",
5161 "symfony/validator": "self.version",
5162 "symfony/var-dumper": "self.version",
5163 "symfony/web-profiler-bundle": "self.version",
5164 "symfony/yaml": "self.version"
5165 },
5166 "require-dev": {
5167 "doctrine/data-fixtures": "1.0.*",
2db616b5 5168 "doctrine/dbal": "~2.4",
93fd4692 5169 "doctrine/doctrine-bundle": "~1.2",
2db616b5 5170 "doctrine/orm": "~2.4,>=2.4.5",
93fd4692 5171 "egulias/email-validator": "~1.2",
93fd4692 5172 "monolog/monolog": "~1.11",
e23edfd2
JB
5173 "ocramius/proxy-manager": "~0.4|~1.0",
5174 "phpdocumentor/reflection": "^1.0.7"
1345a107
NL
5175 },
5176 "type": "library",
5177 "extra": {
5178 "branch-alias": {
e23edfd2 5179 "dev-master": "2.8-dev"
1345a107
NL
5180 }
5181 },
5182 "autoload": {
75e9d1df
JB
5183 "psr-4": {
5184 "Symfony\\Bridge\\Doctrine\\": "src/Symfony/Bridge/Doctrine/",
5185 "Symfony\\Bridge\\Monolog\\": "src/Symfony/Bridge/Monolog/",
5186 "Symfony\\Bridge\\ProxyManager\\": "src/Symfony/Bridge/ProxyManager/",
5187 "Symfony\\Bridge\\Swiftmailer\\": "src/Symfony/Bridge/Swiftmailer/",
5188 "Symfony\\Bridge\\Twig\\": "src/Symfony/Bridge/Twig/",
5189 "Symfony\\Bundle\\": "src/Symfony/Bundle/",
5190 "Symfony\\Component\\": "src/Symfony/Component/"
93fd4692
NL
5191 },
5192 "classmap": [
93fd4692
NL
5193 "src/Symfony/Component/Intl/Resources/stubs"
5194 ],
d4aa1743
BD
5195 "exclude-from-classmap": [
5196 "**/Tests/"
93fd4692 5197 ]
1345a107
NL
5198 },
5199 "notification-url": "https://packagist.org/downloads/",
5200 "license": [
5201 "MIT"
5202 ],
5203 "authors": [
1345a107
NL
5204 {
5205 "name": "Fabien Potencier",
5206 "email": "fabien@symfony.com"
399bd777
JB
5207 },
5208 {
5209 "name": "Symfony Community",
5210 "homepage": "https://symfony.com/contributors"
1345a107
NL
5211 }
5212 ],
93fd4692 5213 "description": "The Symfony PHP framework",
399bd777 5214 "homepage": "https://symfony.com",
93fd4692
NL
5215 "keywords": [
5216 "framework"
5217 ],
e23edfd2 5218 "time": "2015-11-30 17:26:10"
1345a107 5219 },
d4ebe5c5
JB
5220 {
5221 "name": "tecnickcom/tcpdf",
5222 "version": "6.2.12",
5223 "source": {
5224 "type": "git",
5225 "url": "https://github.com/tecnickcom/TCPDF.git",
5226 "reference": "2f732eaa91b5665274689b1d40b285a7bacdc37f"
5227 },
5228 "dist": {
5229 "type": "zip",
5230 "url": "https://api.github.com/repos/tecnickcom/TCPDF/zipball/2f732eaa91b5665274689b1d40b285a7bacdc37f",
5231 "reference": "2f732eaa91b5665274689b1d40b285a7bacdc37f",
5232 "shasum": ""
5233 },
5234 "require": {
5235 "php": ">=5.3.0"
5236 },
5237 "type": "library",
5238 "autoload": {
5239 "classmap": [
5240 "fonts",
5241 "config",
5242 "include",
5243 "tcpdf.php",
5244 "tcpdf_parser.php",
5245 "tcpdf_import.php",
5246 "tcpdf_barcodes_1d.php",
5247 "tcpdf_barcodes_2d.php",
5248 "include/tcpdf_colors.php",
5249 "include/tcpdf_filters.php",
5250 "include/tcpdf_font_data.php",
5251 "include/tcpdf_fonts.php",
5252 "include/tcpdf_images.php",
5253 "include/tcpdf_static.php",
5254 "include/barcodes/datamatrix.php",
5255 "include/barcodes/pdf417.php",
5256 "include/barcodes/qrcode.php"
5257 ]
5258 },
5259 "notification-url": "https://packagist.org/downloads/",
5260 "license": [
5261 "LGPLv3"
5262 ],
5263 "authors": [
5264 {
5265 "name": "Nicola Asuni",
5266 "email": "info@tecnick.com",
5267 "homepage": "http://nicolaasuni.tecnick.com"
5268 }
5269 ],
5270 "description": "TCPDF is a PHP class for generating PDF documents and barcodes.",
5271 "homepage": "http://www.tcpdf.org/",
5272 "keywords": [
5273 "PDFD32000-2008",
5274 "TCPDF",
5275 "barcodes",
5276 "datamatrix",
5277 "pdf",
5278 "pdf417",
5279 "qrcode"
5280 ],
5281 "time": "2015-09-12 10:08:34"
5282 },
7d2eb7a7 5283 {
f3052b45 5284 "name": "twig/extensions",
463573bf 5285 "version": "v1.3.0",
7d2eb7a7
NL
5286 "source": {
5287 "type": "git",
f3052b45 5288 "url": "https://github.com/twigphp/Twig-extensions.git",
463573bf 5289 "reference": "449e3c8a9ffad7c2479c7864557275a32b037499"
7d2eb7a7
NL
5290 },
5291 "dist": {
5292 "type": "zip",
463573bf
JB
5293 "url": "https://api.github.com/repos/twigphp/Twig-extensions/zipball/449e3c8a9ffad7c2479c7864557275a32b037499",
5294 "reference": "449e3c8a9ffad7c2479c7864557275a32b037499",
7d2eb7a7
NL
5295 "shasum": ""
5296 },
5297 "require": {
463573bf 5298 "twig/twig": "~1.20|~2.0"
dcae2fc2
NL
5299 },
5300 "require-dev": {
5301 "symfony/translation": "~2.3"
5302 },
5303 "suggest": {
5304 "symfony/translation": "Allow the time_diff output to be translated"
7d2eb7a7
NL
5305 },
5306 "type": "library",
5307 "extra": {
5308 "branch-alias": {
463573bf 5309 "dev-master": "1.3-dev"
7d2eb7a7
NL
5310 }
5311 },
5312 "autoload": {
5313 "psr-0": {
f3052b45 5314 "Twig_Extensions_": "lib/"
7d2eb7a7
NL
5315 }
5316 },
5317 "notification-url": "https://packagist.org/downloads/",
5318 "license": [
5319 "MIT"
5320 ],
5321 "authors": [
5322 {
5323 "name": "Fabien Potencier",
5324 "email": "fabien@symfony.com"
adf17b67
NL
5325 }
5326 ],
f3052b45 5327 "description": "Common additional features for Twig that do not directly belong in core",
dcae2fc2 5328 "homepage": "http://twig.sensiolabs.org/doc/extensions/index.html",
f3052b45 5329 "keywords": [
f3052b45
NL
5330 "i18n",
5331 "text"
5332 ],
463573bf 5333 "time": "2015-08-22 16:38:35"
adf17b67
NL
5334 },
5335 {
f3052b45 5336 "name": "twig/twig",
872384b0 5337 "version": "v1.23.1",
adf17b67
NL
5338 "source": {
5339 "type": "git",
f3052b45 5340 "url": "https://github.com/twigphp/Twig.git",
872384b0 5341 "reference": "d9b6333ae8dd2c8e3fd256e127548def0bc614c6"
adf17b67
NL
5342 },
5343 "dist": {
5344 "type": "zip",
872384b0
JB
5345 "url": "https://api.github.com/repos/twigphp/Twig/zipball/d9b6333ae8dd2c8e3fd256e127548def0bc614c6",
5346 "reference": "d9b6333ae8dd2c8e3fd256e127548def0bc614c6",
adf17b67
NL
5347 "shasum": ""
5348 },
5349 "require": {
399bd777 5350 "php": ">=5.2.7"
adf17b67 5351 },
75c3478a
JB
5352 "require-dev": {
5353 "symfony/debug": "~2.7",
5354 "symfony/phpunit-bridge": "~2.7"
5355 },
adf17b67
NL
5356 "type": "library",
5357 "extra": {
5358 "branch-alias": {
386cd246 5359 "dev-master": "1.23-dev"
adf17b67
NL
5360 }
5361 },
5362 "autoload": {
5363 "psr-0": {
f3052b45 5364 "Twig_": "lib/"
adf17b67
NL
5365 }
5366 },
5367 "notification-url": "https://packagist.org/downloads/",
5368 "license": [
f3052b45 5369 "BSD-3-Clause"
adf17b67
NL
5370 ],
5371 "authors": [
7d2eb7a7 5372 {
f3052b45
NL
5373 "name": "Fabien Potencier",
5374 "email": "fabien@symfony.com",
5375 "homepage": "http://fabien.potencier.org",
5376 "role": "Lead Developer"
adf17b67
NL
5377 },
5378 {
f3052b45
NL
5379 "name": "Armin Ronacher",
5380 "email": "armin.ronacher@active-4.com",
5381 "role": "Project Founder"
5382 },
5383 {
5384 "name": "Twig Team",
5385 "homepage": "http://twig.sensiolabs.org/contributors",
5386 "role": "Contributors"
7d2eb7a7
NL
5387 }
5388 ],
f3052b45
NL
5389 "description": "Twig, the flexible, fast, and secure template language for PHP",
5390 "homepage": "http://twig.sensiolabs.org",
5391 "keywords": [
5392 "templating"
5393 ],
872384b0 5394 "time": "2015-11-05 12:49:06"
7d2eb7a7 5395 },
03690d13 5396 {
add597ba
JB
5397 "name": "wallabag/php-mobi",
5398 "version": "1.0.1",
03690d13
TC
5399 "source": {
5400 "type": "git",
16bbb4aa 5401 "url": "https://github.com/wallabag/php-mobi.git",
add597ba 5402 "reference": "1cd7d022fe6be838535d6bba917d19cc48dcf487"
03690d13
TC
5403 },
5404 "dist": {
5405 "type": "zip",
16bbb4aa 5406 "url": "https://api.github.com/repos/wallabag/php-mobi/zipball/1cd7d022fe6be838535d6bba917d19cc48dcf487",
add597ba 5407 "reference": "1cd7d022fe6be838535d6bba917d19cc48dcf487",
03690d13
TC
5408 "shasum": ""
5409 },
5410 "require": {
5411 "php": ">=5.3.0"
5412 },
add597ba
JB
5413 "replace": {
5414 "wallabag/phpmobi": "*"
5415 },
03690d13
TC
5416 "type": "library",
5417 "autoload": {
5418 "files": [
5419 "MOBIClass/MOBI.php"
5420 ]
5421 },
3c65dfb7 5422 "notification-url": "https://packagist.org/downloads/",
add597ba
JB
5423 "license": [
5424 "Apache-2.0"
5425 ],
03690d13
TC
5426 "authors": [
5427 {
5428 "name": "Nicolas Lœuillet",
5429 "email": "nicolas@loeuillet.org",
5430 "homepage": "http://www.cdetc.fr"
3c65dfb7
NL
5431 },
5432 {
5433 "name": "Sander Kromwijk",
5434 "email": "s.kromwijk@gmail.co",
5435 "role": "Original developer"
03690d13
TC
5436 }
5437 ],
add597ba 5438 "description": "A Mobipocket file (.mobi) creator in PHP.",
03690d13 5439 "homepage": "https://github.com/wallabag/phpMobi",
add597ba 5440 "time": "2015-10-16 08:42:42"
03690d13 5441 },
0f006880
NL
5442 {
5443 "name": "willdurand/hateoas",
5c895a7f 5444 "version": "v2.9.0",
0f006880
NL
5445 "source": {
5446 "type": "git",
5447 "url": "https://github.com/willdurand/Hateoas.git",
5c895a7f 5448 "reference": "6e6ee945100bef3534c9276f0cf1c70d0115670c"
0f006880
NL
5449 },
5450 "dist": {
5451 "type": "zip",
5c895a7f
JB
5452 "url": "https://api.github.com/repos/willdurand/Hateoas/zipball/6e6ee945100bef3534c9276f0cf1c70d0115670c",
5453 "reference": "6e6ee945100bef3534c9276f0cf1c70d0115670c",
0f006880
NL
5454 "shasum": ""
5455 },
5456 "require": {
5457 "doctrine/annotations": "~1.0",
5458 "doctrine/common": "~2.0",
5459 "jms/metadata": "~1.1",
5c895a7f
JB
5460 "jms/serializer": "~1.0",
5461 "php": ">=5.4",
5462 "symfony/expression-language": "~2.4 || ~3.0"
0f006880
NL
5463 },
5464 "require-dev": {
5465 "atoum/atoum": "*@dev",
5466 "hautelook/frankenstein": "~0.1",
5467 "pagerfanta/pagerfanta": "~1.0",
5468 "phpunit/phpunit": "~3.7",
5c895a7f
JB
5469 "symfony/dependency-injection": "~2.0 || ~3.0",
5470 "symfony/routing": "~2.0 || ~3.0",
5471 "symfony/yaml": "~2.0 || ~3.0",
0f006880
NL
5472 "twig/twig": "~1.12"
5473 },
5474 "suggest": {
5475 "symfony/routing": "To use the SymfonyRouteFactory.",
5476 "symfony/yaml": "To use yaml based configuration.",
5477 "twig/twig": "To use the Twig extensions."
5478 },
5479 "type": "library",
5480 "extra": {
5481 "branch-alias": {
5c895a7f 5482 "dev-master": "2.9-dev"
0f006880
NL
5483 }
5484 },
5485 "autoload": {
5486 "psr-0": {
5487 "Hateoas": "src/"
5488 }
5489 },
5490 "notification-url": "https://packagist.org/downloads/",
5491 "license": [
5492 "MIT"
5493 ],
5494 "authors": [
5495 {
5496 "name": "Adrien Brault",
5497 "email": "adrien.brault@gmail.com"
5498 },
5499 {
5500 "name": "William Durand",
5501 "email": "william.durand1@gmail.com"
5502 }
5503 ],
5504 "description": "A PHP library to support implementing representations for HATEOAS REST web services",
5c895a7f 5505 "time": "2015-12-04 15:31:02"
0f006880
NL
5506 },
5507 {
5508 "name": "willdurand/hateoas-bundle",
5c895a7f 5509 "version": "1.1.0",
0f006880
NL
5510 "target-dir": "Bazinga/Bundle/HateoasBundle",
5511 "source": {
5512 "type": "git",
5513 "url": "https://github.com/willdurand/BazingaHateoasBundle.git",
5c895a7f 5514 "reference": "205a5a16899716f33edfb7a5afc4d451d0d2d0b2"
0f006880
NL
5515 },
5516 "dist": {
5517 "type": "zip",
5c895a7f
JB
5518 "url": "https://api.github.com/repos/willdurand/BazingaHateoasBundle/zipball/205a5a16899716f33edfb7a5afc4d451d0d2d0b2",
5519 "reference": "205a5a16899716f33edfb7a5afc4d451d0d2d0b2",
0f006880
NL
5520 "shasum": ""
5521 },
5522 "require": {
5c895a7f
JB
5523 "jms/serializer-bundle": "~1.0",
5524 "symfony/framework-bundle": "~2.2 || ~3.0",
5525 "willdurand/hateoas": "~2.9"
0f006880
NL
5526 },
5527 "require-dev": {
5c895a7f 5528 "symfony/expression-language": "~2.4 || ~3.0",
0f006880
NL
5529 "twig/twig": "~1.12"
5530 },
5531 "type": "symfony-bundle",
5532 "extra": {
5533 "branch-alias": {
5c895a7f 5534 "dev-master": "1.2-dev"
0f006880
NL
5535 }
5536 },
5537 "autoload": {
5538 "psr-0": {
5539 "Bazinga\\Bundle\\HateoasBundle": ""
5540 }
5541 },
5542 "notification-url": "https://packagist.org/downloads/",
5543 "license": [
5544 "MIT"
5545 ],
5546 "authors": [
5547 {
3c65dfb7 5548 "name": "William Durand",
0f006880
NL
5549 "email": "william.durand1@gmail.com"
5550 }
5551 ],
5552 "description": "Integration of Hateoas into Symfony2.",
5553 "keywords": [
5554 "HATEOAS",
5555 "rest"
5556 ],
5c895a7f 5557 "time": "2015-12-07 08:25:05"
0f006880 5558 },
569f8d68
NL
5559 {
5560 "name": "willdurand/jsonp-callback-validator",
5561 "version": "v1.1.0",
5562 "source": {
5563 "type": "git",
5564 "url": "https://github.com/willdurand/JsonpCallbackValidator.git",
5565 "reference": "1a7d388bb521959e612ef50c5c7b1691b097e909"
5566 },
5567 "dist": {
5568 "type": "zip",
5569 "url": "https://api.github.com/repos/willdurand/JsonpCallbackValidator/zipball/1a7d388bb521959e612ef50c5c7b1691b097e909",
5570 "reference": "1a7d388bb521959e612ef50c5c7b1691b097e909",
5571 "shasum": ""
5572 },
5573 "require": {
5574 "php": ">=5.3.0"
5575 },
5576 "require-dev": {
5577 "phpunit/phpunit": "~3.7"
5578 },
5579 "type": "library",
5580 "autoload": {
5581 "psr-0": {
5582 "JsonpCallbackValidator": "src/"
5583 }
5584 },
5585 "notification-url": "https://packagist.org/downloads/",
5586 "license": [
5587 "MIT"
5588 ],
5589 "authors": [
5590 {
5591 "name": "William Durand",
5592 "email": "william.durand1@gmail.com",
5593 "homepage": "http://www.willdurand.fr"
5594 }
5595 ],
5596 "description": "JSONP callback validator.",
5597 "time": "2014-01-20 22:35:06"
5598 },
5599 {
5600 "name": "willdurand/negotiation",
2db616b5 5601 "version": "1.5.0",
569f8d68
NL
5602 "source": {
5603 "type": "git",
5604 "url": "https://github.com/willdurand/Negotiation.git",
2db616b5 5605 "reference": "2a59f2376557303e3fa91465ab691abb82945edf"
569f8d68
NL
5606 },
5607 "dist": {
5608 "type": "zip",
2db616b5
NL
5609 "url": "https://api.github.com/repos/willdurand/Negotiation/zipball/2a59f2376557303e3fa91465ab691abb82945edf",
5610 "reference": "2a59f2376557303e3fa91465ab691abb82945edf",
569f8d68
NL
5611 "shasum": ""
5612 },
5613 "require": {
5614 "php": ">=5.3.0"
5615 },
5616 "type": "library",
5617 "extra": {
5618 "branch-alias": {
2db616b5 5619 "dev-master": "1.5-dev"
569f8d68
NL
5620 }
5621 },
5622 "autoload": {
26864574
NL
5623 "psr-4": {
5624 "Negotiation\\": "src/Negotiation"
569f8d68
NL
5625 }
5626 },
5627 "notification-url": "https://packagist.org/downloads/",
5628 "license": [
5629 "MIT"
5630 ],
5631 "authors": [
5632 {
2db616b5 5633 "name": "William Durand",
569f8d68
NL
5634 "email": "william.durand1@gmail.com"
5635 }
5636 ],
5637 "description": "Content Negotiation tools for PHP provided as a standalone library.",
5638 "homepage": "http://williamdurand.fr/Negotiation/",
5639 "keywords": [
5640 "accept",
5641 "content",
5642 "format",
5643 "header",
5644 "negotiation"
5645 ],
2db616b5 5646 "time": "2015-10-01 07:42:40"
f3052b45
NL
5647 }
5648 ],
5649 "packages-dev": [
3b815d2d
J
5650 {
5651 "name": "doctrine/data-fixtures",
399bd777 5652 "version": "v1.1.1",
3b815d2d
J
5653 "source": {
5654 "type": "git",
5655 "url": "https://github.com/doctrine/data-fixtures.git",
399bd777 5656 "reference": "bd44f6b6e40247b6530bc8abe802e4e4d914976a"
3b815d2d
J
5657 },
5658 "dist": {
5659 "type": "zip",
399bd777
JB
5660 "url": "https://api.github.com/repos/doctrine/data-fixtures/zipball/bd44f6b6e40247b6530bc8abe802e4e4d914976a",
5661 "reference": "bd44f6b6e40247b6530bc8abe802e4e4d914976a",
3b815d2d
J
5662 "shasum": ""
5663 },
5664 "require": {
399bd777 5665 "doctrine/common": "~2.2",
3b815d2d
J
5666 "php": ">=5.3.2"
5667 },
399bd777
JB
5668 "conflict": {
5669 "doctrine/orm": "< 2.4"
5670 },
3b815d2d 5671 "require-dev": {
399bd777 5672 "doctrine/orm": "~2.4"
3b815d2d
J
5673 },
5674 "suggest": {
5675 "doctrine/mongodb-odm": "For loading MongoDB ODM fixtures",
5676 "doctrine/orm": "For loading ORM fixtures",
5677 "doctrine/phpcr-odm": "For loading PHPCR ODM fixtures"
5678 },
5679 "type": "library",
5680 "extra": {
5681 "branch-alias": {
399bd777 5682 "dev-master": "1.1.x-dev"
3b815d2d
J
5683 }
5684 },
5685 "autoload": {
5686 "psr-0": {
5687 "Doctrine\\Common\\DataFixtures": "lib/"
5688 }
5689 },
5690 "notification-url": "https://packagist.org/downloads/",
5691 "license": [
5692 "MIT"
5693 ],
5694 "authors": [
5695 {
5696 "name": "Jonathan Wage",
399bd777 5697 "email": "jonwage@gmail.com"
3b815d2d
J
5698 }
5699 ],
5700 "description": "Data Fixtures for all Doctrine Object Managers",
5701 "homepage": "http://www.doctrine-project.org",
5702 "keywords": [
5703 "database"
5704 ],
399bd777 5705 "time": "2015-03-30 12:14:13"
3b815d2d
J
5706 },
5707 {
5708 "name": "doctrine/doctrine-fixtures-bundle",
5c895a7f 5709 "version": "2.3.0",
3b815d2d
J
5710 "source": {
5711 "type": "git",
5712 "url": "https://github.com/doctrine/DoctrineFixturesBundle.git",
5c895a7f 5713 "reference": "0f1a2f91b349e10f5c343f75ab71d23aace5b029"
3b815d2d
J
5714 },
5715 "dist": {
5716 "type": "zip",
5c895a7f
JB
5717 "url": "https://api.github.com/repos/doctrine/DoctrineFixturesBundle/zipball/0f1a2f91b349e10f5c343f75ab71d23aace5b029",
5718 "reference": "0f1a2f91b349e10f5c343f75ab71d23aace5b029",
3b815d2d
J
5719 "shasum": ""
5720 },
5721 "require": {
5722 "doctrine/data-fixtures": "~1.0",
5723 "doctrine/doctrine-bundle": "~1.0",
5724 "php": ">=5.3.2",
5c895a7f 5725 "symfony/doctrine-bridge": "~2.3|~3.0"
3b815d2d
J
5726 },
5727 "type": "symfony-bundle",
5728 "extra": {
5729 "branch-alias": {
26864574 5730 "dev-master": "2.2.x-dev"
3b815d2d
J
5731 }
5732 },
5733 "autoload": {
26864574
NL
5734 "psr-4": {
5735 "Doctrine\\Bundle\\FixturesBundle\\": ""
3b815d2d
J
5736 }
5737 },
5738 "notification-url": "https://packagist.org/downloads/",
5739 "license": [
5740 "MIT"
5741 ],
5742 "authors": [
5743 {
5744 "name": "Symfony Community",
5745 "homepage": "http://symfony.com/contributors"
5746 },
5747 {
5748 "name": "Doctrine Project",
5749 "homepage": "http://www.doctrine-project.org"
26864574
NL
5750 },
5751 {
5752 "name": "Fabien Potencier",
5753 "email": "fabien@symfony.com"
3b815d2d
J
5754 }
5755 ],
5756 "description": "Symfony DoctrineFixturesBundle",
5757 "homepage": "http://www.doctrine-project.org",
5758 "keywords": [
5759 "Fixture",
5760 "persistence"
5761 ],
5c895a7f 5762 "time": "2015-11-04 21:23:23"
3b815d2d 5763 },
d01db0c7
J
5764 {
5765 "name": "phpdocumentor/reflection-docblock",
5766 "version": "2.0.4",
5767 "source": {
5768 "type": "git",
5769 "url": "https://github.com/phpDocumentor/ReflectionDocBlock.git",
5770 "reference": "d68dbdc53dc358a816f00b300704702b2eaff7b8"
5771 },
5772 "dist": {
5773 "type": "zip",
5774 "url": "https://api.github.com/repos/phpDocumentor/ReflectionDocBlock/zipball/d68dbdc53dc358a816f00b300704702b2eaff7b8",
5775 "reference": "d68dbdc53dc358a816f00b300704702b2eaff7b8",
5776 "shasum": ""
5777 },
5778 "require": {
5779 "php": ">=5.3.3"
5780 },
5781 "require-dev": {
5782 "phpunit/phpunit": "~4.0"
5783 },
5784 "suggest": {
5785 "dflydev/markdown": "~1.0",
5786 "erusev/parsedown": "~1.0"
5787 },
5788 "type": "library",
5789 "extra": {
5790 "branch-alias": {
5791 "dev-master": "2.0.x-dev"
5792 }
5793 },
5794 "autoload": {
5795 "psr-0": {
5796 "phpDocumentor": [
5797 "src/"
5798 ]
5799 }
5800 },
5801 "notification-url": "https://packagist.org/downloads/",
5802 "license": [
5803 "MIT"
5804 ],
5805 "authors": [
5806 {
5807 "name": "Mike van Riel",
5808 "email": "mike.vanriel@naenius.com"
5809 }
5810 ],
5811 "time": "2015-02-03 12:10:50"
5812 },
5813 {
5814 "name": "phpspec/prophecy",
68568bf0 5815 "version": "v1.5.0",
d01db0c7
J
5816 "source": {
5817 "type": "git",
5818 "url": "https://github.com/phpspec/prophecy.git",
68568bf0 5819 "reference": "4745ded9307786b730d7a60df5cb5a6c43cf95f7"
d01db0c7
J
5820 },
5821 "dist": {
5822 "type": "zip",
68568bf0
NL
5823 "url": "https://api.github.com/repos/phpspec/prophecy/zipball/4745ded9307786b730d7a60df5cb5a6c43cf95f7",
5824 "reference": "4745ded9307786b730d7a60df5cb5a6c43cf95f7",
d01db0c7
J
5825 "shasum": ""
5826 },
5827 "require": {
399bd777
JB
5828 "doctrine/instantiator": "^1.0.2",
5829 "phpdocumentor/reflection-docblock": "~2.0",
5830 "sebastian/comparator": "~1.1"
d01db0c7
J
5831 },
5832 "require-dev": {
5833 "phpspec/phpspec": "~2.0"
5834 },
5835 "type": "library",
5836 "extra": {
5837 "branch-alias": {
399bd777 5838 "dev-master": "1.4.x-dev"
d01db0c7
J
5839 }
5840 },
5841 "autoload": {
5842 "psr-0": {
5843 "Prophecy\\": "src/"
5844 }
5845 },
5846 "notification-url": "https://packagist.org/downloads/",
5847 "license": [
5848 "MIT"
5849 ],
5850 "authors": [
5851 {
5852 "name": "Konstantin Kudryashov",
5853 "email": "ever.zet@gmail.com",
5854 "homepage": "http://everzet.com"
5855 },
5856 {
5857 "name": "Marcello Duarte",
5858 "email": "marcello.duarte@gmail.com"
5859 }
5860 ],
5861 "description": "Highly opinionated mocking framework for PHP 5.3+",
399bd777 5862 "homepage": "https://github.com/phpspec/prophecy",
d01db0c7
J
5863 "keywords": [
5864 "Double",
5865 "Dummy",
5866 "fake",
5867 "mock",
5868 "spy",
5869 "stub"
5870 ],
68568bf0 5871 "time": "2015-08-13 10:07:40"
d01db0c7 5872 },
7d2eb7a7 5873 {
f3052b45 5874 "name": "phpunit/php-code-coverage",
2db616b5 5875 "version": "2.2.4",
7d2eb7a7
NL
5876 "source": {
5877 "type": "git",
f3052b45 5878 "url": "https://github.com/sebastianbergmann/php-code-coverage.git",
2db616b5 5879 "reference": "eabf68b476ac7d0f73793aada060f1c1a9bf8979"
7d2eb7a7
NL
5880 },
5881 "dist": {
5882 "type": "zip",
2db616b5
NL
5883 "url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/eabf68b476ac7d0f73793aada060f1c1a9bf8979",
5884 "reference": "eabf68b476ac7d0f73793aada060f1c1a9bf8979",
7d2eb7a7
NL
5885 "shasum": ""
5886 },
5887 "require": {
f3052b45 5888 "php": ">=5.3.3",
daacffef
J
5889 "phpunit/php-file-iterator": "~1.3",
5890 "phpunit/php-text-template": "~1.2",
5891 "phpunit/php-token-stream": "~1.3",
26864574 5892 "sebastian/environment": "^1.3.2",
daacffef 5893 "sebastian/version": "~1.0"
7d2eb7a7
NL
5894 },
5895 "require-dev": {
daacffef
J
5896 "ext-xdebug": ">=2.1.4",
5897 "phpunit/phpunit": "~4"
7d2eb7a7
NL
5898 },
5899 "suggest": {
f3052b45 5900 "ext-dom": "*",
daacffef
J
5901 "ext-xdebug": ">=2.2.1",
5902 "ext-xmlwriter": "*"
7d2eb7a7
NL
5903 },
5904 "type": "library",
5905 "extra": {
5906 "branch-alias": {
26864574 5907 "dev-master": "2.2.x-dev"
7d2eb7a7
NL
5908 }
5909 },
5910 "autoload": {
f3052b45 5911 "classmap": [
daacffef 5912 "src/"
f3052b45 5913 ]
7d2eb7a7
NL
5914 },
5915 "notification-url": "https://packagist.org/downloads/",
5916 "license": [
f3052b45 5917 "BSD-3-Clause"
7d2eb7a7
NL
5918 ],
5919 "authors": [
adf17b67 5920 {
f3052b45
NL
5921 "name": "Sebastian Bergmann",
5922 "email": "sb@sebastian-bergmann.de",
5923 "role": "lead"
adf17b67
NL
5924 }
5925 ],
f3052b45
NL
5926 "description": "Library that provides collection, processing, and rendering functionality for PHP code coverage information.",
5927 "homepage": "https://github.com/sebastianbergmann/php-code-coverage",
adf17b67 5928 "keywords": [
f3052b45
NL
5929 "coverage",
5930 "testing",
5931 "xunit"
adf17b67 5932 ],
2db616b5 5933 "time": "2015-10-06 15:47:00"
adf17b67
NL
5934 },
5935 {
f3052b45 5936 "name": "phpunit/php-file-iterator",
26864574 5937 "version": "1.4.1",
adf17b67
NL
5938 "source": {
5939 "type": "git",
f3052b45 5940 "url": "https://github.com/sebastianbergmann/php-file-iterator.git",
26864574 5941 "reference": "6150bf2c35d3fc379e50c7602b75caceaa39dbf0"
adf17b67
NL
5942 },
5943 "dist": {
5944 "type": "zip",
26864574
NL
5945 "url": "https://api.github.com/repos/sebastianbergmann/php-file-iterator/zipball/6150bf2c35d3fc379e50c7602b75caceaa39dbf0",
5946 "reference": "6150bf2c35d3fc379e50c7602b75caceaa39dbf0",
adf17b67
NL
5947 "shasum": ""
5948 },
5949 "require": {
5950 "php": ">=5.3.3"
5951 },
adf17b67 5952 "type": "library",
399bd777
JB
5953 "extra": {
5954 "branch-alias": {
5955 "dev-master": "1.4.x-dev"
5956 }
5957 },
adf17b67 5958 "autoload": {
f3052b45 5959 "classmap": [
399bd777 5960 "src/"
f3052b45 5961 ]
adf17b67
NL
5962 },
5963 "notification-url": "https://packagist.org/downloads/",
adf17b67 5964 "license": [
f3052b45 5965 "BSD-3-Clause"
adf17b67
NL
5966 ],
5967 "authors": [
7d2eb7a7 5968 {
f3052b45
NL
5969 "name": "Sebastian Bergmann",
5970 "email": "sb@sebastian-bergmann.de",
5971 "role": "lead"
7d2eb7a7
NL
5972 }
5973 ],
f3052b45
NL
5974 "description": "FilterIterator implementation that filters files based on a list of suffixes.",
5975 "homepage": "https://github.com/sebastianbergmann/php-file-iterator/",
5976 "keywords": [
5977 "filesystem",
5978 "iterator"
5979 ],
26864574 5980 "time": "2015-06-21 13:08:43"
7d2eb7a7
NL
5981 },
5982 {
f3052b45 5983 "name": "phpunit/php-text-template",
26864574 5984 "version": "1.2.1",
7d2eb7a7
NL
5985 "source": {
5986 "type": "git",
f3052b45 5987 "url": "https://github.com/sebastianbergmann/php-text-template.git",
26864574 5988 "reference": "31f8b717e51d9a2afca6c9f046f5d69fc27c8686"
7d2eb7a7
NL
5989 },
5990 "dist": {
5991 "type": "zip",
26864574
NL
5992 "url": "https://api.github.com/repos/sebastianbergmann/php-text-template/zipball/31f8b717e51d9a2afca6c9f046f5d69fc27c8686",
5993 "reference": "31f8b717e51d9a2afca6c9f046f5d69fc27c8686",
7d2eb7a7
NL
5994 "shasum": ""
5995 },
5996 "require": {
5997 "php": ">=5.3.3"
5998 },
7d2eb7a7 5999 "type": "library",
7d2eb7a7 6000 "autoload": {
f3052b45 6001 "classmap": [
26864574 6002 "src/"
f3052b45 6003 ]
7d2eb7a7
NL
6004 },
6005 "notification-url": "https://packagist.org/downloads/",
7d2eb7a7 6006 "license": [
f3052b45 6007 "BSD-3-Clause"
7d2eb7a7
NL
6008 ],
6009 "authors": [
7d2eb7a7 6010 {
f3052b45 6011 "name": "Sebastian Bergmann",
26864574 6012 "email": "sebastian@phpunit.de",
f3052b45 6013 "role": "lead"
e342acf7 6014 }
e342acf7 6015 ],
f3052b45
NL
6016 "description": "Simple template engine.",
6017 "homepage": "https://github.com/sebastianbergmann/php-text-template/",
6018 "keywords": [
6019 "template"
e342acf7 6020 ],
26864574 6021 "time": "2015-06-21 13:50:34"
e342acf7 6022 },
7d2eb7a7 6023 {
f3052b45 6024 "name": "phpunit/php-timer",
26864574 6025 "version": "1.0.7",
7d2eb7a7
NL
6026 "source": {
6027 "type": "git",
f3052b45 6028 "url": "https://github.com/sebastianbergmann/php-timer.git",
26864574 6029 "reference": "3e82f4e9fc92665fafd9157568e4dcb01d014e5b"
7d2eb7a7
NL
6030 },
6031 "dist": {
6032 "type": "zip",
26864574
NL
6033 "url": "https://api.github.com/repos/sebastianbergmann/php-timer/zipball/3e82f4e9fc92665fafd9157568e4dcb01d014e5b",
6034 "reference": "3e82f4e9fc92665fafd9157568e4dcb01d014e5b",
7d2eb7a7
NL
6035 "shasum": ""
6036 },
6037 "require": {
f3052b45 6038 "php": ">=5.3.3"
7d2eb7a7 6039 },
f3052b45 6040 "type": "library",
7d2eb7a7 6041 "autoload": {
f3052b45 6042 "classmap": [
26864574 6043 "src/"
f3052b45 6044 ]
7d2eb7a7
NL
6045 },
6046 "notification-url": "https://packagist.org/downloads/",
6047 "license": [
f3052b45 6048 "BSD-3-Clause"
7d2eb7a7
NL
6049 ],
6050 "authors": [
6051 {
f3052b45
NL
6052 "name": "Sebastian Bergmann",
6053 "email": "sb@sebastian-bergmann.de",
6054 "role": "lead"
7d2eb7a7
NL
6055 }
6056 ],
f3052b45
NL
6057 "description": "Utility class for timing",
6058 "homepage": "https://github.com/sebastianbergmann/php-timer/",
7d2eb7a7 6059 "keywords": [
f3052b45 6060 "timer"
7d2eb7a7 6061 ],
26864574 6062 "time": "2015-06-21 08:01:12"
7d2eb7a7
NL
6063 },
6064 {
f3052b45 6065 "name": "phpunit/php-token-stream",
d4ebe5c5 6066 "version": "1.4.8",
7d2eb7a7
NL
6067 "source": {
6068 "type": "git",
f3052b45 6069 "url": "https://github.com/sebastianbergmann/php-token-stream.git",
d4ebe5c5 6070 "reference": "3144ae21711fb6cac0b1ab4cbe63b75ce3d4e8da"
7d2eb7a7
NL
6071 },
6072 "dist": {
6073 "type": "zip",
d4ebe5c5
JB
6074 "url": "https://api.github.com/repos/sebastianbergmann/php-token-stream/zipball/3144ae21711fb6cac0b1ab4cbe63b75ce3d4e8da",
6075 "reference": "3144ae21711fb6cac0b1ab4cbe63b75ce3d4e8da",
7d2eb7a7
NL
6076 "shasum": ""
6077 },
6078 "require": {
f3052b45
NL
6079 "ext-tokenizer": "*",
6080 "php": ">=5.3.3"
7d2eb7a7 6081 },
daacffef
J
6082 "require-dev": {
6083 "phpunit/phpunit": "~4.2"
6084 },
7d2eb7a7
NL
6085 "type": "library",
6086 "extra": {
6087 "branch-alias": {
daacffef 6088 "dev-master": "1.4-dev"
7d2eb7a7
NL
6089 }
6090 },
6091 "autoload": {
f3052b45 6092 "classmap": [
daacffef 6093 "src/"
f3052b45 6094 ]
7d2eb7a7
NL
6095 },
6096 "notification-url": "https://packagist.org/downloads/",
6097 "license": [
6098 "BSD-3-Clause"
6099 ],
6100 "authors": [
6101 {
f3052b45 6102 "name": "Sebastian Bergmann",
daacffef 6103 "email": "sebastian@phpunit.de"
7d2eb7a7
NL
6104 }
6105 ],
f3052b45
NL
6106 "description": "Wrapper around PHP's tokenizer extension.",
6107 "homepage": "https://github.com/sebastianbergmann/php-token-stream/",
7d2eb7a7 6108 "keywords": [
f3052b45 6109 "tokenizer"
7d2eb7a7 6110 ],
d4ebe5c5 6111 "time": "2015-09-15 10:49:45"
7d2eb7a7
NL
6112 },
6113 {
f3052b45 6114 "name": "phpunit/phpunit",
516022d6 6115 "version": "4.8.21",
7d2eb7a7
NL
6116 "source": {
6117 "type": "git",
f3052b45 6118 "url": "https://github.com/sebastianbergmann/phpunit.git",
516022d6 6119 "reference": "ea76b17bced0500a28098626b84eda12dbcf119c"
7d2eb7a7
NL
6120 },
6121 "dist": {
6122 "type": "zip",
516022d6
JB
6123 "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/ea76b17bced0500a28098626b84eda12dbcf119c",
6124 "reference": "ea76b17bced0500a28098626b84eda12dbcf119c",
7d2eb7a7
NL
6125 "shasum": ""
6126 },
6127 "require": {
f3052b45
NL
6128 "ext-dom": "*",
6129 "ext-json": "*",
6130 "ext-pcre": "*",
6131 "ext-reflection": "*",
6132 "ext-spl": "*",
27a8708b 6133 "php": ">=5.3.3",
26864574
NL
6134 "phpspec/prophecy": "^1.3.1",
6135 "phpunit/php-code-coverage": "~2.1",
399bd777 6136 "phpunit/php-file-iterator": "~1.4",
daacffef 6137 "phpunit/php-text-template": "~1.2",
26864574 6138 "phpunit/php-timer": ">=1.0.6",
daacffef 6139 "phpunit/phpunit-mock-objects": "~2.3",
d01db0c7 6140 "sebastian/comparator": "~1.1",
399bd777 6141 "sebastian/diff": "~1.2",
26864574 6142 "sebastian/environment": "~1.3",
d01db0c7 6143 "sebastian/exporter": "~1.2",
daacffef 6144 "sebastian/global-state": "~1.0",
daacffef 6145 "sebastian/version": "~1.0",
399bd777 6146 "symfony/yaml": "~2.1|~3.0"
7d2eb7a7 6147 },
f3052b45
NL
6148 "suggest": {
6149 "phpunit/php-invoker": "~1.1"
7d2eb7a7
NL
6150 },
6151 "bin": [
daacffef 6152 "phpunit"
7d2eb7a7 6153 ],
f3052b45
NL
6154 "type": "library",
6155 "extra": {
6156 "branch-alias": {
26864574 6157 "dev-master": "4.8.x-dev"
7d2eb7a7
NL
6158 }
6159 },
f3052b45
NL
6160 "autoload": {
6161 "classmap": [
daacffef 6162 "src/"
f3052b45
NL
6163 ]
6164 },
7d2eb7a7
NL
6165 "notification-url": "https://packagist.org/downloads/",
6166 "license": [
f3052b45 6167 "BSD-3-Clause"
7d2eb7a7
NL
6168 ],
6169 "authors": [
6170 {
f3052b45
NL
6171 "name": "Sebastian Bergmann",
6172 "email": "sebastian@phpunit.de",
6173 "role": "lead"
7d2eb7a7
NL
6174 }
6175 ],
f3052b45 6176 "description": "The PHP Unit Testing framework.",
daacffef 6177 "homepage": "https://phpunit.de/",
f3052b45
NL
6178 "keywords": [
6179 "phpunit",
6180 "testing",
6181 "xunit"
6182 ],
516022d6 6183 "time": "2015-12-12 07:45:58"
a20f96b7 6184 },
10939766 6185 {
f3052b45 6186 "name": "phpunit/phpunit-mock-objects",
2db616b5 6187 "version": "2.3.8",
10939766
NL
6188 "source": {
6189 "type": "git",
f3052b45 6190 "url": "https://github.com/sebastianbergmann/phpunit-mock-objects.git",
2db616b5 6191 "reference": "ac8e7a3db35738d56ee9a76e78a4e03d97628983"
10939766
NL
6192 },
6193 "dist": {
6194 "type": "zip",
2db616b5
NL
6195 "url": "https://api.github.com/repos/sebastianbergmann/phpunit-mock-objects/zipball/ac8e7a3db35738d56ee9a76e78a4e03d97628983",
6196 "reference": "ac8e7a3db35738d56ee9a76e78a4e03d97628983",
10939766
NL
6197 "shasum": ""
6198 },
6199 "require": {
a1413a3d 6200 "doctrine/instantiator": "^1.0.2",
f3052b45 6201 "php": ">=5.3.3",
26864574
NL
6202 "phpunit/php-text-template": "~1.2",
6203 "sebastian/exporter": "~1.2"
daacffef
J
6204 },
6205 "require-dev": {
399bd777 6206 "phpunit/phpunit": "~4.4"
f3052b45
NL
6207 },
6208 "suggest": {
6209 "ext-soap": "*"
10939766
NL
6210 },
6211 "type": "library",
daacffef
J
6212 "extra": {
6213 "branch-alias": {
6214 "dev-master": "2.3.x-dev"
6215 }
6216 },
10939766 6217 "autoload": {
f3052b45 6218 "classmap": [
daacffef 6219 "src/"
10939766
NL
6220 ]
6221 },
f3052b45 6222 "notification-url": "https://packagist.org/downloads/",
f3052b45
NL
6223 "license": [
6224 "BSD-3-Clause"
6225 ],
10939766
NL
6226 "authors": [
6227 {
f3052b45
NL
6228 "name": "Sebastian Bergmann",
6229 "email": "sb@sebastian-bergmann.de",
6230 "role": "lead"
10939766
NL
6231 }
6232 ],
f3052b45
NL
6233 "description": "Mock Object library for PHPUnit",
6234 "homepage": "https://github.com/sebastianbergmann/phpunit-mock-objects/",
6235 "keywords": [
6236 "mock",
6237 "xunit"
6238 ],
2db616b5 6239 "time": "2015-10-02 06:51:40"
daacffef
J
6240 },
6241 {
6242 "name": "sebastian/comparator",
26864574 6243 "version": "1.2.0",
daacffef
J
6244 "source": {
6245 "type": "git",
6246 "url": "https://github.com/sebastianbergmann/comparator.git",
26864574 6247 "reference": "937efb279bd37a375bcadf584dec0726f84dbf22"
daacffef
J
6248 },
6249 "dist": {
6250 "type": "zip",
26864574
NL
6251 "url": "https://api.github.com/repos/sebastianbergmann/comparator/zipball/937efb279bd37a375bcadf584dec0726f84dbf22",
6252 "reference": "937efb279bd37a375bcadf584dec0726f84dbf22",
daacffef
J
6253 "shasum": ""
6254 },
6255 "require": {
6256 "php": ">=5.3.3",
6257 "sebastian/diff": "~1.2",
6258 "sebastian/exporter": "~1.2"
6259 },
6260 "require-dev": {
6261 "phpunit/phpunit": "~4.4"
6262 },
6263 "type": "library",
6264 "extra": {
6265 "branch-alias": {
26864574 6266 "dev-master": "1.2.x-dev"
daacffef
J
6267 }
6268 },
6269 "autoload": {
6270 "classmap": [
6271 "src/"
6272 ]
6273 },
6274 "notification-url": "https://packagist.org/downloads/",
6275 "license": [
6276 "BSD-3-Clause"
6277 ],
6278 "authors": [
6279 {
6280 "name": "Jeff Welch",
6281 "email": "whatthejeff@gmail.com"
6282 },
6283 {
6284 "name": "Volker Dusch",
6285 "email": "github@wallbash.com"
6286 },
6287 {
6288 "name": "Bernhard Schussek",
6289 "email": "bschussek@2bepublished.at"
6290 },
6291 {
6292 "name": "Sebastian Bergmann",
6293 "email": "sebastian@phpunit.de"
6294 }
6295 ],
6296 "description": "Provides the functionality to compare PHP values for equality",
6297 "homepage": "http://www.github.com/sebastianbergmann/comparator",
6298 "keywords": [
6299 "comparator",
6300 "compare",
6301 "equality"
6302 ],
26864574 6303 "time": "2015-07-26 15:48:44"
daacffef
J
6304 },
6305 {
6306 "name": "sebastian/diff",
516022d6 6307 "version": "1.4.1",
daacffef
J
6308 "source": {
6309 "type": "git",
6310 "url": "https://github.com/sebastianbergmann/diff.git",
516022d6 6311 "reference": "13edfd8706462032c2f52b4b862974dd46b71c9e"
daacffef
J
6312 },
6313 "dist": {
6314 "type": "zip",
516022d6
JB
6315 "url": "https://api.github.com/repos/sebastianbergmann/diff/zipball/13edfd8706462032c2f52b4b862974dd46b71c9e",
6316 "reference": "13edfd8706462032c2f52b4b862974dd46b71c9e",
daacffef
J
6317 "shasum": ""
6318 },
6319 "require": {
6320 "php": ">=5.3.3"
6321 },
6322 "require-dev": {
516022d6 6323 "phpunit/phpunit": "~4.8"
daacffef
J
6324 },
6325 "type": "library",
6326 "extra": {
6327 "branch-alias": {
d4aa1743 6328 "dev-master": "1.4-dev"
daacffef
J
6329 }
6330 },
6331 "autoload": {
6332 "classmap": [
6333 "src/"
6334 ]
6335 },
6336 "notification-url": "https://packagist.org/downloads/",
6337 "license": [
6338 "BSD-3-Clause"
6339 ],
6340 "authors": [
6341 {
6342 "name": "Kore Nordmann",
6343 "email": "mail@kore-nordmann.de"
6344 },
6345 {
6346 "name": "Sebastian Bergmann",
6347 "email": "sebastian@phpunit.de"
6348 }
6349 ],
6350 "description": "Diff implementation",
d4aa1743 6351 "homepage": "https://github.com/sebastianbergmann/diff",
daacffef
J
6352 "keywords": [
6353 "diff"
6354 ],
516022d6 6355 "time": "2015-12-08 07:14:41"
daacffef
J
6356 },
6357 {
6358 "name": "sebastian/environment",
d4aa1743 6359 "version": "1.3.3",
daacffef
J
6360 "source": {
6361 "type": "git",
6362 "url": "https://github.com/sebastianbergmann/environment.git",
d4aa1743 6363 "reference": "6e7133793a8e5a5714a551a8324337374be209df"
daacffef
J
6364 },
6365 "dist": {
6366 "type": "zip",
d4aa1743
BD
6367 "url": "https://api.github.com/repos/sebastianbergmann/environment/zipball/6e7133793a8e5a5714a551a8324337374be209df",
6368 "reference": "6e7133793a8e5a5714a551a8324337374be209df",
daacffef
J
6369 "shasum": ""
6370 },
6371 "require": {
6372 "php": ">=5.3.3"
6373 },
6374 "require-dev": {
399bd777 6375 "phpunit/phpunit": "~4.4"
daacffef
J
6376 },
6377 "type": "library",
6378 "extra": {
6379 "branch-alias": {
399bd777 6380 "dev-master": "1.3.x-dev"
daacffef
J
6381 }
6382 },
6383 "autoload": {
6384 "classmap": [
6385 "src/"
6386 ]
6387 },
6388 "notification-url": "https://packagist.org/downloads/",
6389 "license": [
6390 "BSD-3-Clause"
6391 ],
6392 "authors": [
6393 {
6394 "name": "Sebastian Bergmann",
6395 "email": "sebastian@phpunit.de"
6396 }
6397 ],
6398 "description": "Provides functionality to handle HHVM/PHP environments",
6399 "homepage": "http://www.github.com/sebastianbergmann/environment",
6400 "keywords": [
6401 "Xdebug",
6402 "environment",
6403 "hhvm"
6404 ],
d4aa1743 6405 "time": "2015-12-02 08:37:27"
daacffef
J
6406 },
6407 {
6408 "name": "sebastian/exporter",
26864574 6409 "version": "1.2.1",
daacffef
J
6410 "source": {
6411 "type": "git",
6412 "url": "https://github.com/sebastianbergmann/exporter.git",
26864574 6413 "reference": "7ae5513327cb536431847bcc0c10edba2701064e"
daacffef
J
6414 },
6415 "dist": {
6416 "type": "zip",
26864574
NL
6417 "url": "https://api.github.com/repos/sebastianbergmann/exporter/zipball/7ae5513327cb536431847bcc0c10edba2701064e",
6418 "reference": "7ae5513327cb536431847bcc0c10edba2701064e",
daacffef
J
6419 "shasum": ""
6420 },
6421 "require": {
6422 "php": ">=5.3.3",
6423 "sebastian/recursion-context": "~1.0"
6424 },
6425 "require-dev": {
6426 "phpunit/phpunit": "~4.4"
6427 },
6428 "type": "library",
6429 "extra": {
6430 "branch-alias": {
6431 "dev-master": "1.2.x-dev"
6432 }
6433 },
6434 "autoload": {
6435 "classmap": [
6436 "src/"
6437 ]
6438 },
6439 "notification-url": "https://packagist.org/downloads/",
6440 "license": [
6441 "BSD-3-Clause"
6442 ],
6443 "authors": [
6444 {
6445 "name": "Jeff Welch",
6446 "email": "whatthejeff@gmail.com"
6447 },
6448 {
6449 "name": "Volker Dusch",
6450 "email": "github@wallbash.com"
6451 },
6452 {
6453 "name": "Bernhard Schussek",
6454 "email": "bschussek@2bepublished.at"
6455 },
6456 {
6457 "name": "Sebastian Bergmann",
6458 "email": "sebastian@phpunit.de"
6459 },
6460 {
6461 "name": "Adam Harvey",
6462 "email": "aharvey@php.net"
6463 }
6464 ],
6465 "description": "Provides the functionality to export PHP variables for visualization",
6466 "homepage": "http://www.github.com/sebastianbergmann/exporter",
6467 "keywords": [
6468 "export",
6469 "exporter"
6470 ],
26864574 6471 "time": "2015-06-21 07:55:53"
daacffef
J
6472 },
6473 {
6474 "name": "sebastian/global-state",
2db616b5 6475 "version": "1.1.1",
daacffef
J
6476 "source": {
6477 "type": "git",
6478 "url": "https://github.com/sebastianbergmann/global-state.git",
2db616b5 6479 "reference": "bc37d50fea7d017d3d340f230811c9f1d7280af4"
daacffef
J
6480 },
6481 "dist": {
6482 "type": "zip",
2db616b5
NL
6483 "url": "https://api.github.com/repos/sebastianbergmann/global-state/zipball/bc37d50fea7d017d3d340f230811c9f1d7280af4",
6484 "reference": "bc37d50fea7d017d3d340f230811c9f1d7280af4",
daacffef
J
6485 "shasum": ""
6486 },
6487 "require": {
6488 "php": ">=5.3.3"
6489 },
6490 "require-dev": {
6491 "phpunit/phpunit": "~4.2"
6492 },
6493 "suggest": {
6494 "ext-uopz": "*"
6495 },
6496 "type": "library",
6497 "extra": {
6498 "branch-alias": {
6499 "dev-master": "1.0-dev"
6500 }
6501 },
6502 "autoload": {
6503 "classmap": [
6504 "src/"
6505 ]
6506 },
6507 "notification-url": "https://packagist.org/downloads/",
6508 "license": [
6509 "BSD-3-Clause"
6510 ],
6511 "authors": [
6512 {
6513 "name": "Sebastian Bergmann",
6514 "email": "sebastian@phpunit.de"
6515 }
6516 ],
6517 "description": "Snapshotting of global state",
6518 "homepage": "http://www.github.com/sebastianbergmann/global-state",
6519 "keywords": [
6520 "global state"
6521 ],
2db616b5 6522 "time": "2015-10-12 03:26:01"
daacffef
J
6523 },
6524 {
6525 "name": "sebastian/recursion-context",
d4aa1743 6526 "version": "1.0.2",
daacffef
J
6527 "source": {
6528 "type": "git",
6529 "url": "https://github.com/sebastianbergmann/recursion-context.git",
d4aa1743 6530 "reference": "913401df809e99e4f47b27cdd781f4a258d58791"
daacffef
J
6531 },
6532 "dist": {
6533 "type": "zip",
d4aa1743
BD
6534 "url": "https://api.github.com/repos/sebastianbergmann/recursion-context/zipball/913401df809e99e4f47b27cdd781f4a258d58791",
6535 "reference": "913401df809e99e4f47b27cdd781f4a258d58791",
daacffef
J
6536 "shasum": ""
6537 },
6538 "require": {
6539 "php": ">=5.3.3"
6540 },
6541 "require-dev": {
6542 "phpunit/phpunit": "~4.4"
6543 },
6544 "type": "library",
6545 "extra": {
6546 "branch-alias": {
6547 "dev-master": "1.0.x-dev"
6548 }
6549 },
6550 "autoload": {
6551 "classmap": [
6552 "src/"
6553 ]
6554 },
6555 "notification-url": "https://packagist.org/downloads/",
6556 "license": [
6557 "BSD-3-Clause"
6558 ],
6559 "authors": [
6560 {
6561 "name": "Jeff Welch",
6562 "email": "whatthejeff@gmail.com"
6563 },
6564 {
6565 "name": "Sebastian Bergmann",
6566 "email": "sebastian@phpunit.de"
6567 },
6568 {
6569 "name": "Adam Harvey",
6570 "email": "aharvey@php.net"
6571 }
6572 ],
6573 "description": "Provides functionality to recursively process PHP variables",
6574 "homepage": "http://www.github.com/sebastianbergmann/recursion-context",
d4aa1743 6575 "time": "2015-11-11 19:50:13"
daacffef
J
6576 },
6577 {
6578 "name": "sebastian/version",
26864574 6579 "version": "1.0.6",
daacffef
J
6580 "source": {
6581 "type": "git",
6582 "url": "https://github.com/sebastianbergmann/version.git",
26864574 6583 "reference": "58b3a85e7999757d6ad81c787a1fbf5ff6c628c6"
daacffef
J
6584 },
6585 "dist": {
6586 "type": "zip",
26864574
NL
6587 "url": "https://api.github.com/repos/sebastianbergmann/version/zipball/58b3a85e7999757d6ad81c787a1fbf5ff6c628c6",
6588 "reference": "58b3a85e7999757d6ad81c787a1fbf5ff6c628c6",
daacffef
J
6589 "shasum": ""
6590 },
6591 "type": "library",
6592 "autoload": {
6593 "classmap": [
6594 "src/"
6595 ]
6596 },
6597 "notification-url": "https://packagist.org/downloads/",
6598 "license": [
6599 "BSD-3-Clause"
6600 ],
6601 "authors": [
6602 {
6603 "name": "Sebastian Bergmann",
6604 "email": "sebastian@phpunit.de",
6605 "role": "lead"
6606 }
6607 ],
6608 "description": "Library that helps with managing the version number of Git-hosted PHP projects",
6609 "homepage": "https://github.com/sebastianbergmann/version",
26864574 6610 "time": "2015-06-21 13:59:46"
93fd4692
NL
6611 },
6612 {
6613 "name": "sensio/generator-bundle",
5c895a7f 6614 "version": "v3.0.3",
93fd4692
NL
6615 "source": {
6616 "type": "git",
6617 "url": "https://github.com/sensiolabs/SensioGeneratorBundle.git",
5c895a7f 6618 "reference": "525e078ff7d5e9f19b0ef912bb6d6753673b3c66"
93fd4692
NL
6619 },
6620 "dist": {
6621 "type": "zip",
5c895a7f
JB
6622 "url": "https://api.github.com/repos/sensiolabs/SensioGeneratorBundle/zipball/525e078ff7d5e9f19b0ef912bb6d6753673b3c66",
6623 "reference": "525e078ff7d5e9f19b0ef912bb6d6753673b3c66",
93fd4692
NL
6624 "shasum": ""
6625 },
6626 "require": {
5c895a7f
JB
6627 "symfony/console": "~2.7|~3.0",
6628 "symfony/framework-bundle": "~2.7|~3.0",
6629 "symfony/process": "~2.7|~3.0",
6630 "symfony/yaml": "~2.7|~3.0"
93fd4692
NL
6631 },
6632 "require-dev": {
5c895a7f
JB
6633 "doctrine/orm": "~2.4",
6634 "symfony/doctrine-bridge": "~2.7|~3.0",
6635 "twig/twig": "~1.18"
93fd4692
NL
6636 },
6637 "type": "symfony-bundle",
6638 "extra": {
6639 "branch-alias": {
5c895a7f 6640 "dev-master": "3.0.x-dev"
93fd4692
NL
6641 }
6642 },
6643 "autoload": {
5c895a7f
JB
6644 "psr-4": {
6645 "Sensio\\Bundle\\GeneratorBundle\\": ""
6646 },
6647 "exclude-from-classmap": [
6648 "/Tests/"
6649 ]
93fd4692
NL
6650 },
6651 "notification-url": "https://packagist.org/downloads/",
6652 "license": [
6653 "MIT"
6654 ],
6655 "authors": [
6656 {
6657 "name": "Fabien Potencier",
6658 "email": "fabien@symfony.com"
6659 }
6660 ],
6661 "description": "This bundle generates code for you",
5c895a7f 6662 "time": "2015-12-20 20:01:41"
872384b0
JB
6663 },
6664 {
6665 "name": "symfony/phpunit-bridge",
e23edfd2 6666 "version": "v2.8.0",
872384b0
JB
6667 "source": {
6668 "type": "git",
6669 "url": "https://github.com/symfony/phpunit-bridge.git",
e23edfd2 6670 "reference": "fb79ac646c342fdff19864619943a6c58bb28893"
872384b0
JB
6671 },
6672 "dist": {
6673 "type": "zip",
e23edfd2
JB
6674 "url": "https://api.github.com/repos/symfony/phpunit-bridge/zipball/fb79ac646c342fdff19864619943a6c58bb28893",
6675 "reference": "fb79ac646c342fdff19864619943a6c58bb28893",
872384b0
JB
6676 "shasum": ""
6677 },
6678 "require": {
b4faefc0 6679 "php": ">=5.3.3"
872384b0
JB
6680 },
6681 "suggest": {
6682 "symfony/debug": "For tracking deprecated interfaces usages at runtime with DebugClassLoader"
6683 },
6684 "type": "symfony-bridge",
6685 "extra": {
6686 "branch-alias": {
e23edfd2 6687 "dev-master": "2.8-dev"
872384b0
JB
6688 }
6689 },
6690 "autoload": {
6691 "files": [
6692 "bootstrap.php"
6693 ],
6694 "psr-4": {
6695 "Symfony\\Bridge\\PhpUnit\\": ""
d4aa1743
BD
6696 },
6697 "exclude-from-classmap": [
6698 "/Tests/"
6699 ]
872384b0
JB
6700 },
6701 "notification-url": "https://packagist.org/downloads/",
6702 "license": [
6703 "MIT"
6704 ],
6705 "authors": [
6706 {
6707 "name": "Nicolas Grekas",
6708 "email": "p@tchwork.com"
6709 },
6710 {
6711 "name": "Symfony Community",
6712 "homepage": "https://symfony.com/contributors"
6713 }
6714 ],
6715 "description": "Symfony PHPUnit Bridge",
6716 "homepage": "https://symfony.com",
e23edfd2 6717 "time": "2015-11-27 22:51:43"
7d2eb7a7
NL
6718 }
6719 ],
adf17b67 6720 "aliases": [],
daacffef 6721 "minimum-stability": "dev",
a1691859 6722 "stability-flags": {
fcb1fba5 6723 "friendsofsymfony/user-bundle": 20,
3c65dfb7
NL
6724 "friendsofsymfony/oauth-server-bundle": 20,
6725 "stof/doctrine-extensions-bundle": 20
a1691859 6726 },
daacffef 6727 "prefer-stable": true,
adf17b67 6728 "prefer-lowest": false,
93fd4692 6729 "platform": {
b4faefc0 6730 "php": ">=5.5.0"
93fd4692 6731 },
adf17b67 6732 "platform-dev": []
7d2eb7a7 6733}