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