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