testing
[namibia] / composer.lock
1 {
2     "_readme": [
3         "This file locks the dependencies of your project to a known state",
4         "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file",
5         "This file is @generated automatically"
6     ],
7     "hash": "20ec66c8fa2be99d5ee2526f981f003b",
8     "packages": [
9         {
10             "name": "cboden/ratchet",
11             "version": "v0.3.3",
12             "source": {
13                 "type": "git",
14                 "url": "https://github.com/ratchetphp/Ratchet.git",
15                 "reference": "6b247c05251b4b5cbd14243366b649f99a0e5681"
16             },
17             "dist": {
18                 "type": "zip",
19                 "url": "https://api.github.com/repos/ratchetphp/Ratchet/zipball/6b247c05251b4b5cbd14243366b649f99a0e5681",
20                 "reference": "6b247c05251b4b5cbd14243366b649f99a0e5681",
21                 "shasum": ""
22             },
23             "require": {
24                 "guzzle/http": "^3.6",
25                 "php": ">=5.3.9",
26                 "react/socket": "^0.3 || ^0.4",
27                 "symfony/http-foundation": "^2.2",
28                 "symfony/routing": "^2.2"
29             },
30             "type": "library",
31             "autoload": {
32                 "psr-4": {
33                     "Ratchet\\": "src/Ratchet"
34                 }
35             },
36             "notification-url": "https://packagist.org/downloads/",
37             "license": [
38                 "MIT"
39             ],
40             "authors": [
41                 {
42                     "name": "Chris Boden",
43                     "email": "cboden@gmail.com",
44                     "role": "Developer"
45                 }
46             ],
47             "description": "PHP WebSocket library",
48             "homepage": "http://socketo.me",
49             "keywords": [
50                 "Ratchet",
51                 "WebSockets",
52                 "server",
53                 "sockets"
54             ],
55             "time": "2015-05-27 12:51:05"
56         },
57         {
58             "name": "codeplex/phpexcel",
59             "version": "1.7.8",
60             "source": {
61                 "type": "git",
62                 "url": "https://github.com/markushausammann/PHPExcel.git",
63                 "reference": "1.7.8"
64             },
65             "dist": {
66                 "type": "zip",
67                 "url": "https://api.github.com/repos/markushausammann/PHPExcel/zipball/6236b1e1513dda38a68a5ac22bbab5fc2b7942fd",
68                 "reference": "1.7.8",
69                 "shasum": ""
70             },
71             "require": {
72                 "ext-xml": "*",
73                 "php": ">=5.2.0"
74             },
75             "type": "library",
76             "autoload": {
77                 "psr-0": {
78                     "PHPExcel": ""
79                 }
80             },
81             "notification-url": "https://packagist.org/downloads/",
82             "license": [
83                 "LGPL"
84             ],
85             "authors": [
86                 {
87                     "name": "Maarten Balliauw",
88                     "homepage": "http://blog.maartenballiauw.be"
89                 },
90                 {
91                     "name": "Mark Baker"
92                 },
93                 {
94                     "name": "Erit Tilt"
95                 }
96             ],
97             "description": "PHPExcel - OpenXML - Create Excel2007 documents in PHP - Spreadsheet engine",
98             "homepage": "http://phpexcel.codeplex.com",
99             "keywords": [
100                 "OpenXML",
101                 "excel",
102                 "php",
103                 "spreadsheet"
104             ],
105             "time": "2012-11-21 10:55:52"
106         },
107         {
108             "name": "doctrine/annotations",
109             "version": "v1.2.7",
110             "source": {
111                 "type": "git",
112                 "url": "https://github.com/doctrine/annotations.git",
113                 "reference": "f25c8aab83e0c3e976fd7d19875f198ccf2f7535"
114             },
115             "dist": {
116                 "type": "zip",
117                 "url": "https://api.github.com/repos/doctrine/annotations/zipball/f25c8aab83e0c3e976fd7d19875f198ccf2f7535",
118                 "reference": "f25c8aab83e0c3e976fd7d19875f198ccf2f7535",
119                 "shasum": ""
120             },
121             "require": {
122                 "doctrine/lexer": "1.*",
123                 "php": ">=5.3.2"
124             },
125             "require-dev": {
126                 "doctrine/cache": "1.*",
127                 "phpunit/phpunit": "4.*"
128             },
129             "type": "library",
130             "extra": {
131                 "branch-alias": {
132                     "dev-master": "1.3.x-dev"
133                 }
134             },
135             "autoload": {
136                 "psr-0": {
137                     "Doctrine\\Common\\Annotations\\": "lib/"
138                 }
139             },
140             "notification-url": "https://packagist.org/downloads/",
141             "license": [
142                 "MIT"
143             ],
144             "authors": [
145                 {
146                     "name": "Roman Borschel",
147                     "email": "roman@code-factory.org"
148                 },
149                 {
150                     "name": "Benjamin Eberlei",
151                     "email": "kontakt@beberlei.de"
152                 },
153                 {
154                     "name": "Guilherme Blanco",
155                     "email": "guilhermeblanco@gmail.com"
156                 },
157                 {
158                     "name": "Jonathan Wage",
159                     "email": "jonwage@gmail.com"
160                 },
161                 {
162                     "name": "Johannes Schmitt",
163                     "email": "schmittjoh@gmail.com"
164                 }
165             ],
166             "description": "Docblock Annotations Parser",
167             "homepage": "http://www.doctrine-project.org",
168             "keywords": [
169                 "annotations",
170                 "docblock",
171                 "parser"
172             ],
173             "time": "2015-08-31 12:32:49"
174         },
175         {
176             "name": "doctrine/cache",
177             "version": "v1.5.0",
178             "source": {
179                 "type": "git",
180                 "url": "https://github.com/doctrine/cache.git",
181                 "reference": "eb8a73619af4f1c8711e2ce482f5de3643258a1f"
182             },
183             "dist": {
184                 "type": "zip",
185                 "url": "https://api.github.com/repos/doctrine/cache/zipball/eb8a73619af4f1c8711e2ce482f5de3643258a1f",
186                 "reference": "eb8a73619af4f1c8711e2ce482f5de3643258a1f",
187                 "shasum": ""
188             },
189             "require": {
190                 "php": ">=5.3.2"
191             },
192             "conflict": {
193                 "doctrine/common": ">2.2,<2.4"
194             },
195             "require-dev": {
196                 "phpunit/phpunit": ">=3.7",
197                 "predis/predis": "~1.0",
198                 "satooshi/php-coveralls": "~0.6"
199             },
200             "type": "library",
201             "extra": {
202                 "branch-alias": {
203                     "dev-master": "1.5.x-dev"
204                 }
205             },
206             "autoload": {
207                 "psr-4": {
208                     "Doctrine\\Common\\Cache\\": "lib/Doctrine/Common/Cache"
209                 }
210             },
211             "notification-url": "https://packagist.org/downloads/",
212             "license": [
213                 "MIT"
214             ],
215             "authors": [
216                 {
217                     "name": "Roman Borschel",
218                     "email": "roman@code-factory.org"
219                 },
220                 {
221                     "name": "Benjamin Eberlei",
222                     "email": "kontakt@beberlei.de"
223                 },
224                 {
225                     "name": "Guilherme Blanco",
226                     "email": "guilhermeblanco@gmail.com"
227                 },
228                 {
229                     "name": "Jonathan Wage",
230                     "email": "jonwage@gmail.com"
231                 },
232                 {
233                     "name": "Johannes Schmitt",
234                     "email": "schmittjoh@gmail.com"
235                 }
236             ],
237             "description": "Caching library offering an object-oriented API for many cache backends",
238             "homepage": "http://www.doctrine-project.org",
239             "keywords": [
240                 "cache",
241                 "caching"
242             ],
243             "time": "2015-10-28 11:27:45"
244         },
245         {
246             "name": "doctrine/collections",
247             "version": "v1.3.0",
248             "source": {
249                 "type": "git",
250                 "url": "https://github.com/doctrine/collections.git",
251                 "reference": "6c1e4eef75f310ea1b3e30945e9f06e652128b8a"
252             },
253             "dist": {
254                 "type": "zip",
255                 "url": "https://api.github.com/repos/doctrine/collections/zipball/6c1e4eef75f310ea1b3e30945e9f06e652128b8a",
256                 "reference": "6c1e4eef75f310ea1b3e30945e9f06e652128b8a",
257                 "shasum": ""
258             },
259             "require": {
260                 "php": ">=5.3.2"
261             },
262             "require-dev": {
263                 "phpunit/phpunit": "~4.0"
264             },
265             "type": "library",
266             "extra": {
267                 "branch-alias": {
268                     "dev-master": "1.2.x-dev"
269                 }
270             },
271             "autoload": {
272                 "psr-0": {
273                     "Doctrine\\Common\\Collections\\": "lib/"
274                 }
275             },
276             "notification-url": "https://packagist.org/downloads/",
277             "license": [
278                 "MIT"
279             ],
280             "authors": [
281                 {
282                     "name": "Roman Borschel",
283                     "email": "roman@code-factory.org"
284                 },
285                 {
286                     "name": "Benjamin Eberlei",
287                     "email": "kontakt@beberlei.de"
288                 },
289                 {
290                     "name": "Guilherme Blanco",
291                     "email": "guilhermeblanco@gmail.com"
292                 },
293                 {
294                     "name": "Jonathan Wage",
295                     "email": "jonwage@gmail.com"
296                 },
297                 {
298                     "name": "Johannes Schmitt",
299                     "email": "schmittjoh@gmail.com"
300                 }
301             ],
302             "description": "Collections Abstraction library",
303             "homepage": "http://www.doctrine-project.org",
304             "keywords": [
305                 "array",
306                 "collections",
307                 "iterator"
308             ],
309             "time": "2015-04-14 22:21:58"
310         },
311         {
312             "name": "doctrine/common",
313             "version": "v2.4.3",
314             "source": {
315                 "type": "git",
316                 "url": "https://github.com/doctrine/common.git",
317                 "reference": "4824569127daa9784bf35219a1cd49306c795389"
318             },
319             "dist": {
320                 "type": "zip",
321                 "url": "https://api.github.com/repos/doctrine/common/zipball/4824569127daa9784bf35219a1cd49306c795389",
322                 "reference": "4824569127daa9784bf35219a1cd49306c795389",
323                 "shasum": ""
324             },
325             "require": {
326                 "doctrine/annotations": "1.*",
327                 "doctrine/cache": "1.*",
328                 "doctrine/collections": "1.*",
329                 "doctrine/inflector": "1.*",
330                 "doctrine/lexer": "1.*",
331                 "php": ">=5.3.2"
332             },
333             "require-dev": {
334                 "phpunit/phpunit": "~3.7"
335             },
336             "type": "library",
337             "extra": {
338                 "branch-alias": {
339                     "dev-master": "2.4.x-dev"
340                 }
341             },
342             "autoload": {
343                 "psr-0": {
344                     "Doctrine\\Common\\": "lib/"
345                 }
346             },
347             "notification-url": "https://packagist.org/downloads/",
348             "license": [
349                 "MIT"
350             ],
351             "authors": [
352                 {
353                     "name": "Roman Borschel",
354                     "email": "roman@code-factory.org"
355                 },
356                 {
357                     "name": "Benjamin Eberlei",
358                     "email": "kontakt@beberlei.de"
359                 },
360                 {
361                     "name": "Guilherme Blanco",
362                     "email": "guilhermeblanco@gmail.com"
363                 },
364                 {
365                     "name": "Jonathan Wage",
366                     "email": "jonwage@gmail.com"
367                 },
368                 {
369                     "name": "Johannes Schmitt",
370                     "email": "schmittjoh@gmail.com"
371                 }
372             ],
373             "description": "Common Library for Doctrine projects",
374             "homepage": "http://www.doctrine-project.org",
375             "keywords": [
376                 "annotations",
377                 "collections",
378                 "eventmanager",
379                 "persistence",
380                 "spl"
381             ],
382             "time": "2015-08-31 14:38:45"
383         },
384         {
385             "name": "doctrine/dbal",
386             "version": "v2.4.4",
387             "source": {
388                 "type": "git",
389                 "url": "https://github.com/doctrine/dbal.git",
390                 "reference": "a370e5b95e509a7809d11f3d280acfc9310d464b"
391             },
392             "dist": {
393                 "type": "zip",
394                 "url": "https://api.github.com/repos/doctrine/dbal/zipball/a370e5b95e509a7809d11f3d280acfc9310d464b",
395                 "reference": "a370e5b95e509a7809d11f3d280acfc9310d464b",
396                 "shasum": ""
397             },
398             "require": {
399                 "doctrine/common": "~2.4",
400                 "php": ">=5.3.2"
401             },
402             "require-dev": {
403                 "phpunit/phpunit": "3.7.*",
404                 "symfony/console": "~2.0"
405             },
406             "suggest": {
407                 "symfony/console": "For helpful console commands such as SQL execution and import of files."
408             },
409             "type": "library",
410             "autoload": {
411                 "psr-0": {
412                     "Doctrine\\DBAL\\": "lib/"
413                 }
414             },
415             "notification-url": "https://packagist.org/downloads/",
416             "license": [
417                 "MIT"
418             ],
419             "authors": [
420                 {
421                     "name": "Roman Borschel",
422                     "email": "roman@code-factory.org"
423                 },
424                 {
425                     "name": "Benjamin Eberlei",
426                     "email": "kontakt@beberlei.de"
427                 },
428                 {
429                     "name": "Guilherme Blanco",
430                     "email": "guilhermeblanco@gmail.com"
431                 },
432                 {
433                     "name": "Jonathan Wage",
434                     "email": "jonwage@gmail.com"
435                 }
436             ],
437             "description": "Database Abstraction Layer",
438             "homepage": "http://www.doctrine-project.org",
439             "keywords": [
440                 "database",
441                 "dbal",
442                 "persistence",
443                 "queryobject"
444             ],
445             "time": "2015-01-12 21:57:01"
446         },
447         {
448             "name": "doctrine/doctrine-module",
449             "version": "0.7.2",
450             "source": {
451                 "type": "git",
452                 "url": "https://github.com/doctrine/DoctrineModule.git",
453                 "reference": "78018ef568c52e65a0b17e7bd5a4c90fe6673e84"
454             },
455             "dist": {
456                 "type": "zip",
457                 "url": "https://api.github.com/repos/doctrine/DoctrineModule/zipball/78018ef568c52e65a0b17e7bd5a4c90fe6673e84",
458                 "reference": "78018ef568c52e65a0b17e7bd5a4c90fe6673e84",
459                 "shasum": ""
460             },
461             "require": {
462                 "doctrine/common": ">=2.3-dev,<2.5-dev",
463                 "php": ">=5.3.3",
464                 "symfony/console": ">=2.0.13",
465                 "zendframework/zend-authentication": "2.*",
466                 "zendframework/zend-cache": "2.*",
467                 "zendframework/zend-mvc": "2.*",
468                 "zendframework/zend-paginator": "2.*",
469                 "zendframework/zend-servicemanager": "2.*",
470                 "zendframework/zend-stdlib": "2.*",
471                 "zendframework/zend-validator": "2.*"
472             },
473             "suggest": {
474                 "doctrine/data-fixtures": "Data Fixtures if you want to generate test data or bootstrap data for your deployments"
475             },
476             "bin": [
477                 "bin/doctrine-module"
478             ],
479             "type": "library",
480             "extra": {
481                 "branch-alias": {
482                     "dev-master": "0.8.x-dev"
483                 }
484             },
485             "autoload": {
486                 "psr-0": {
487                     "DoctrineModule\\": "src/",
488                     "DoctrineModuleTest\\": "tests/"
489                 }
490             },
491             "notification-url": "https://packagist.org/downloads/",
492             "license": [
493                 "MIT"
494             ],
495             "authors": [
496                 {
497                     "name": "Kyle Spraggs",
498                     "email": "theman@spiffyjr.me",
499                     "homepage": "http://www.spiffyjr.me/"
500                 },
501                 {
502                     "name": "Marco Pivetta",
503                     "email": "ocramius@gmail.com",
504                     "homepage": "http://ocramius.github.com/",
505                     "role": "Developer"
506                 },
507                 {
508                     "name": "Evan Coury",
509                     "email": "me@evancoury.com",
510                     "homepage": "http://blog.evan.pro/"
511                 },
512                 {
513                     "name": "Guilherme Blanco",
514                     "email": "guilhermeblanco@hotmail.com"
515                 },
516                 {
517                     "name": "Michaël Gallego",
518                     "email": "mic.gallego@gmail.com",
519                     "homepage": "http://michaelgallego.fr"
520                 }
521             ],
522             "description": "Zend Framework 2 Module that provides Doctrine basic functionality required for ORM and ODM modules",
523             "homepage": "http://www.doctrine-project.org/",
524             "keywords": [
525                 "doctrine",
526                 "module",
527                 "zf2"
528             ],
529             "time": "2013-05-16 18:27:30"
530         },
531         {
532             "name": "doctrine/doctrine-orm-module",
533             "version": "0.7.0",
534             "source": {
535                 "type": "git",
536                 "url": "https://github.com/doctrine/DoctrineORMModule.git",
537                 "reference": "7d8ce6adc9e13edf08fbe3d002f22efbca83e9bc"
538             },
539             "dist": {
540                 "type": "zip",
541                 "url": "https://api.github.com/repos/doctrine/DoctrineORMModule/zipball/7d8ce6adc9e13edf08fbe3d002f22efbca83e9bc",
542                 "reference": "7d8ce6adc9e13edf08fbe3d002f22efbca83e9bc",
543                 "shasum": ""
544             },
545             "require": {
546                 "doctrine/dbal": ">=2.3-dev,<2.5-dev",
547                 "doctrine/doctrine-module": "0.7.*",
548                 "doctrine/orm": ">=2.3-dev,<2.5-dev",
549                 "php": ">=5.3.3",
550                 "zendframework/zend-form": "2.*",
551                 "zendframework/zend-mvc": "2.*",
552                 "zendframework/zend-servicemanager": "2.*",
553                 "zendframework/zend-stdlib": "2.*"
554             },
555             "require-dev": {
556                 "doctrine/migrations": "1.*",
557                 "zendframework/zend-developer-tools": "dev-master"
558             },
559             "suggest": {
560                 "doctrine/migrations": "doctrine migrations if you want to keep your schema definitions versioned",
561                 "zendframework/zend-developer-tools": "zend-developer-tools if you want to profile operations executed by the ORM during development"
562             },
563             "type": "library",
564             "extra": {
565                 "branch-alias": {
566                     "dev-master": "0.8.x-dev"
567                 }
568             },
569             "autoload": {
570                 "psr-0": {
571                     "DoctrineORMModule\\": "src/",
572                     "DoctrineORMModuleTest\\": "tests/"
573                 }
574             },
575             "notification-url": "https://packagist.org/downloads/",
576             "license": [
577                 "MIT"
578             ],
579             "authors": [
580                 {
581                     "name": "Kyle Spraggs",
582                     "email": "theman@spiffyjr.me",
583                     "homepage": "http://www.spiffyjr.me/"
584                 },
585                 {
586                     "name": "Marco Pivetta",
587                     "email": "ocramius@gmail.com",
588                     "homepage": "http://ocramius.github.com/",
589                     "role": "Developer"
590                 },
591                 {
592                     "name": "Evan Coury",
593                     "email": "me@evancoury.com",
594                     "homepage": "http://blog.evan.pro/"
595                 },
596                 {
597                     "name": "Guilherme Blanco",
598                     "email": "guilhermeblanco@hotmail.com"
599                 }
600             ],
601             "description": "Zend Framework 2 Module that provides Doctrine ORM functionality",
602             "homepage": "http://www.doctrine-project.org/",
603             "keywords": [
604                 "doctrine",
605                 "module",
606                 "orm",
607                 "zf2"
608             ],
609             "time": "2013-01-13 19:47:34"
610         },
611         {
612             "name": "doctrine/inflector",
613             "version": "v1.0.1",
614             "source": {
615                 "type": "git",
616                 "url": "https://github.com/doctrine/inflector.git",
617                 "reference": "0bcb2e79d8571787f18b7eb036ed3d004908e604"
618             },
619             "dist": {
620                 "type": "zip",
621                 "url": "https://api.github.com/repos/doctrine/inflector/zipball/0bcb2e79d8571787f18b7eb036ed3d004908e604",
622                 "reference": "0bcb2e79d8571787f18b7eb036ed3d004908e604",
623                 "shasum": ""
624             },
625             "require": {
626                 "php": ">=5.3.2"
627             },
628             "require-dev": {
629                 "phpunit/phpunit": "4.*"
630             },
631             "type": "library",
632             "extra": {
633                 "branch-alias": {
634                     "dev-master": "1.0.x-dev"
635                 }
636             },
637             "autoload": {
638                 "psr-0": {
639                     "Doctrine\\Common\\Inflector\\": "lib/"
640                 }
641             },
642             "notification-url": "https://packagist.org/downloads/",
643             "license": [
644                 "MIT"
645             ],
646             "authors": [
647                 {
648                     "name": "Roman Borschel",
649                     "email": "roman@code-factory.org"
650                 },
651                 {
652                     "name": "Benjamin Eberlei",
653                     "email": "kontakt@beberlei.de"
654                 },
655                 {
656                     "name": "Guilherme Blanco",
657                     "email": "guilhermeblanco@gmail.com"
658                 },
659                 {
660                     "name": "Jonathan Wage",
661                     "email": "jonwage@gmail.com"
662                 },
663                 {
664                     "name": "Johannes Schmitt",
665                     "email": "schmittjoh@gmail.com"
666                 }
667             ],
668             "description": "Common String Manipulations with regard to casing and singular/plural rules.",
669             "homepage": "http://www.doctrine-project.org",
670             "keywords": [
671                 "inflection",
672                 "pluralize",
673                 "singularize",
674                 "string"
675             ],
676             "time": "2014-12-20 21:24:13"
677         },
678         {
679             "name": "doctrine/lexer",
680             "version": "v1.0.1",
681             "source": {
682                 "type": "git",
683                 "url": "https://github.com/doctrine/lexer.git",
684                 "reference": "83893c552fd2045dd78aef794c31e694c37c0b8c"
685             },
686             "dist": {
687                 "type": "zip",
688                 "url": "https://api.github.com/repos/doctrine/lexer/zipball/83893c552fd2045dd78aef794c31e694c37c0b8c",
689                 "reference": "83893c552fd2045dd78aef794c31e694c37c0b8c",
690                 "shasum": ""
691             },
692             "require": {
693                 "php": ">=5.3.2"
694             },
695             "type": "library",
696             "extra": {
697                 "branch-alias": {
698                     "dev-master": "1.0.x-dev"
699                 }
700             },
701             "autoload": {
702                 "psr-0": {
703                     "Doctrine\\Common\\Lexer\\": "lib/"
704                 }
705             },
706             "notification-url": "https://packagist.org/downloads/",
707             "license": [
708                 "MIT"
709             ],
710             "authors": [
711                 {
712                     "name": "Roman Borschel",
713                     "email": "roman@code-factory.org"
714                 },
715                 {
716                     "name": "Guilherme Blanco",
717                     "email": "guilhermeblanco@gmail.com"
718                 },
719                 {
720                     "name": "Johannes Schmitt",
721                     "email": "schmittjoh@gmail.com"
722                 }
723             ],
724             "description": "Base library for a lexer that can be used in Top-Down, Recursive Descent Parsers.",
725             "homepage": "http://www.doctrine-project.org",
726             "keywords": [
727                 "lexer",
728                 "parser"
729             ],
730             "time": "2014-09-09 13:34:57"
731         },
732         {
733             "name": "doctrine/orm",
734             "version": "v2.4.8",
735             "source": {
736                 "type": "git",
737                 "url": "https://github.com/doctrine/doctrine2.git",
738                 "reference": "5aedac1e5c5caaeac14798822c70325dc242d467"
739             },
740             "dist": {
741                 "type": "zip",
742                 "url": "https://api.github.com/repos/doctrine/doctrine2/zipball/5aedac1e5c5caaeac14798822c70325dc242d467",
743                 "reference": "5aedac1e5c5caaeac14798822c70325dc242d467",
744                 "shasum": ""
745             },
746             "require": {
747                 "doctrine/collections": "~1.1",
748                 "doctrine/dbal": "~2.4",
749                 "ext-pdo": "*",
750                 "php": ">=5.3.2",
751                 "symfony/console": "~2.0"
752             },
753             "require-dev": {
754                 "satooshi/php-coveralls": "dev-master",
755                 "symfony/yaml": "~2.1"
756             },
757             "suggest": {
758                 "symfony/yaml": "If you want to use YAML Metadata Mapping Driver"
759             },
760             "bin": [
761                 "bin/doctrine",
762                 "bin/doctrine.php"
763             ],
764             "type": "library",
765             "extra": {
766                 "branch-alias": {
767                     "dev-master": "2.4.x-dev"
768                 }
769             },
770             "autoload": {
771                 "psr-0": {
772                     "Doctrine\\ORM\\": "lib/"
773                 }
774             },
775             "notification-url": "https://packagist.org/downloads/",
776             "license": [
777                 "MIT"
778             ],
779             "authors": [
780                 {
781                     "name": "Roman Borschel",
782                     "email": "roman@code-factory.org"
783                 },
784                 {
785                     "name": "Benjamin Eberlei",
786                     "email": "kontakt@beberlei.de"
787                 },
788                 {
789                     "name": "Guilherme Blanco",
790                     "email": "guilhermeblanco@gmail.com"
791                 },
792                 {
793                     "name": "Jonathan Wage",
794                     "email": "jonwage@gmail.com"
795                 }
796             ],
797             "description": "Object-Relational-Mapper for PHP",
798             "homepage": "http://www.doctrine-project.org",
799             "keywords": [
800                 "database",
801                 "orm"
802             ],
803             "time": "2015-08-31 13:19:01"
804         },
805         {
806             "name": "ensepar/html2pdf",
807             "version": "dev-master",
808             "source": {
809                 "type": "git",
810                 "url": "https://github.com/OwlyCode/html2pdf.git",
811                 "reference": "4acdffda18372cca63a8867ffb683cc7d16d37b8"
812             },
813             "dist": {
814                 "type": "zip",
815                 "url": "https://api.github.com/repos/OwlyCode/html2pdf/zipball/4acdffda18372cca63a8867ffb683cc7d16d37b8",
816                 "reference": "4acdffda18372cca63a8867ffb683cc7d16d37b8",
817                 "shasum": ""
818             },
819             "require": {
820                 "php": ">=5.2",
821                 "tecnickcom/tcpdf": "~6.2"
822             },
823             "type": "library",
824             "autoload": {
825                 "psr-0": {
826                     "HTML2PDF": "."
827                 }
828             },
829             "notification-url": "https://packagist.org/downloads/",
830             "license": [
831                 "LGPL"
832             ],
833             "authors": [
834                 {
835                     "name": "Spipu",
836                     "homepage": "http://sourceforge.net/users/spipu",
837                     "role": "Developer"
838                 },
839                 {
840                     "name": "OwlyCode",
841                     "homepage": "http://www.github.com/OwlyCode",
842                     "role": "Developer"
843                 }
844             ],
845             "description": "Unofficial fork of 'html2pdf' with Composer support. (Fixed composer dependency problem)",
846             "homepage": "https://github.com/jwronsky/html2pdf",
847             "keywords": [
848                 "html",
849                 "html2pdf",
850                 "pdf"
851             ],
852             "time": "2015-09-24 00:16:16"
853         },
854         {
855             "name": "evenement/evenement",
856             "version": "v2.0.0",
857             "source": {
858                 "type": "git",
859                 "url": "https://github.com/igorw/evenement.git",
860                 "reference": "f6e843799fd4f4184d54d8fc7b5b3551c9fa803e"
861             },
862             "dist": {
863                 "type": "zip",
864                 "url": "https://api.github.com/repos/igorw/evenement/zipball/f6e843799fd4f4184d54d8fc7b5b3551c9fa803e",
865                 "reference": "f6e843799fd4f4184d54d8fc7b5b3551c9fa803e",
866                 "shasum": ""
867             },
868             "require": {
869                 "php": ">=5.4.0"
870             },
871             "type": "library",
872             "extra": {
873                 "branch-alias": {
874                     "dev-master": "2.0-dev"
875                 }
876             },
877             "autoload": {
878                 "psr-0": {
879                     "Evenement": "src"
880                 }
881             },
882             "notification-url": "https://packagist.org/downloads/",
883             "license": [
884                 "MIT"
885             ],
886             "authors": [
887                 {
888                     "name": "Igor Wiedler",
889                     "email": "igor@wiedler.ch",
890                     "homepage": "http://wiedler.ch/igor/"
891                 }
892             ],
893             "description": "Événement is a very simple event dispatching library for PHP",
894             "keywords": [
895                 "event-dispatcher",
896                 "event-emitter"
897             ],
898             "time": "2012-11-02 14:49:47"
899         },
900         {
901             "name": "guzzle/common",
902             "version": "v3.9.2",
903             "target-dir": "Guzzle/Common",
904             "source": {
905                 "type": "git",
906                 "url": "https://github.com/Guzzle3/common.git",
907                 "reference": "2e36af7cf2ce3ea1f2d7c2831843b883a8e7b7dc"
908             },
909             "dist": {
910                 "type": "zip",
911                 "url": "https://api.github.com/repos/Guzzle3/common/zipball/2e36af7cf2ce3ea1f2d7c2831843b883a8e7b7dc",
912                 "reference": "2e36af7cf2ce3ea1f2d7c2831843b883a8e7b7dc",
913                 "shasum": ""
914             },
915             "require": {
916                 "php": ">=5.3.2",
917                 "symfony/event-dispatcher": ">=2.1"
918             },
919             "type": "library",
920             "extra": {
921                 "branch-alias": {
922                     "dev-master": "3.7-dev"
923                 }
924             },
925             "autoload": {
926                 "psr-0": {
927                     "Guzzle\\Common": ""
928                 }
929             },
930             "notification-url": "https://packagist.org/downloads/",
931             "license": [
932                 "MIT"
933             ],
934             "description": "Common libraries used by Guzzle",
935             "homepage": "http://guzzlephp.org/",
936             "keywords": [
937                 "collection",
938                 "common",
939                 "event",
940                 "exception"
941             ],
942             "abandoned": "guzzle/guzzle",
943             "time": "2014-08-11 04:32:36"
944         },
945         {
946             "name": "guzzle/http",
947             "version": "v3.9.2",
948             "target-dir": "Guzzle/Http",
949             "source": {
950                 "type": "git",
951                 "url": "https://github.com/Guzzle3/http.git",
952                 "reference": "1e8dd1e2ba9dc42332396f39fbfab950b2301dc5"
953             },
954             "dist": {
955                 "type": "zip",
956                 "url": "https://api.github.com/repos/Guzzle3/http/zipball/1e8dd1e2ba9dc42332396f39fbfab950b2301dc5",
957                 "reference": "1e8dd1e2ba9dc42332396f39fbfab950b2301dc5",
958                 "shasum": ""
959             },
960             "require": {
961                 "guzzle/common": "self.version",
962                 "guzzle/parser": "self.version",
963                 "guzzle/stream": "self.version",
964                 "php": ">=5.3.2"
965             },
966             "suggest": {
967                 "ext-curl": "*"
968             },
969             "type": "library",
970             "extra": {
971                 "branch-alias": {
972                     "dev-master": "3.7-dev"
973                 }
974             },
975             "autoload": {
976                 "psr-0": {
977                     "Guzzle\\Http": ""
978                 }
979             },
980             "notification-url": "https://packagist.org/downloads/",
981             "license": [
982                 "MIT"
983             ],
984             "authors": [
985                 {
986                     "name": "Michael Dowling",
987                     "email": "mtdowling@gmail.com",
988                     "homepage": "https://github.com/mtdowling"
989                 }
990             ],
991             "description": "HTTP libraries used by Guzzle",
992             "homepage": "http://guzzlephp.org/",
993             "keywords": [
994                 "Guzzle",
995                 "client",
996                 "curl",
997                 "http",
998                 "http client"
999             ],
1000             "abandoned": "guzzle/guzzle",
1001             "time": "2014-08-11 04:32:36"
1002         },
1003         {
1004             "name": "guzzle/parser",
1005             "version": "v3.9.2",
1006             "target-dir": "Guzzle/Parser",
1007             "source": {
1008                 "type": "git",
1009                 "url": "https://github.com/Guzzle3/parser.git",
1010                 "reference": "6874d171318a8e93eb6d224cf85e4678490b625c"
1011             },
1012             "dist": {
1013                 "type": "zip",
1014                 "url": "https://api.github.com/repos/Guzzle3/parser/zipball/6874d171318a8e93eb6d224cf85e4678490b625c",
1015                 "reference": "6874d171318a8e93eb6d224cf85e4678490b625c",
1016                 "shasum": ""
1017             },
1018             "require": {
1019                 "php": ">=5.3.2"
1020             },
1021             "type": "library",
1022             "extra": {
1023                 "branch-alias": {
1024                     "dev-master": "3.7-dev"
1025                 }
1026             },
1027             "autoload": {
1028                 "psr-0": {
1029                     "Guzzle\\Parser": ""
1030                 }
1031             },
1032             "notification-url": "https://packagist.org/downloads/",
1033             "license": [
1034                 "MIT"
1035             ],
1036             "description": "Interchangeable parsers used by Guzzle",
1037             "homepage": "http://guzzlephp.org/",
1038             "keywords": [
1039                 "URI Template",
1040                 "cookie",
1041                 "http",
1042                 "message",
1043                 "url"
1044             ],
1045             "abandoned": "guzzle/guzzle",
1046             "time": "2014-02-05 18:29:46"
1047         },
1048         {
1049             "name": "guzzle/stream",
1050             "version": "v3.9.2",
1051             "target-dir": "Guzzle/Stream",
1052             "source": {
1053                 "type": "git",
1054                 "url": "https://github.com/Guzzle3/stream.git",
1055                 "reference": "60c7fed02e98d2c518dae8f97874c8f4622100f0"
1056             },
1057             "dist": {
1058                 "type": "zip",
1059                 "url": "https://api.github.com/repos/Guzzle3/stream/zipball/60c7fed02e98d2c518dae8f97874c8f4622100f0",
1060                 "reference": "60c7fed02e98d2c518dae8f97874c8f4622100f0",
1061                 "shasum": ""
1062             },
1063             "require": {
1064                 "guzzle/common": "self.version",
1065                 "php": ">=5.3.2"
1066             },
1067             "suggest": {
1068                 "guzzle/http": "To convert Guzzle request objects to PHP streams"
1069             },
1070             "type": "library",
1071             "extra": {
1072                 "branch-alias": {
1073                     "dev-master": "3.7-dev"
1074                 }
1075             },
1076             "autoload": {
1077                 "psr-0": {
1078                     "Guzzle\\Stream": ""
1079                 }
1080             },
1081             "notification-url": "https://packagist.org/downloads/",
1082             "license": [
1083                 "MIT"
1084             ],
1085             "authors": [
1086                 {
1087                     "name": "Michael Dowling",
1088                     "email": "mtdowling@gmail.com",
1089                     "homepage": "https://github.com/mtdowling"
1090                 }
1091             ],
1092             "description": "Guzzle stream wrapper component",
1093             "homepage": "http://guzzlephp.org/",
1094             "keywords": [
1095                 "Guzzle",
1096                 "component",
1097                 "stream"
1098             ],
1099             "abandoned": "guzzle/guzzle",
1100             "time": "2014-05-01 21:36:02"
1101         },
1102         {
1103             "name": "react/event-loop",
1104             "version": "v0.4.1",
1105             "source": {
1106                 "type": "git",
1107                 "url": "https://github.com/reactphp/event-loop.git",
1108                 "reference": "18c5297087ca01de85518e2b55078f444144aa1b"
1109             },
1110             "dist": {
1111                 "type": "zip",
1112                 "url": "https://api.github.com/repos/reactphp/event-loop/zipball/18c5297087ca01de85518e2b55078f444144aa1b",
1113                 "reference": "18c5297087ca01de85518e2b55078f444144aa1b",
1114                 "shasum": ""
1115             },
1116             "require": {
1117                 "php": ">=5.4.0"
1118             },
1119             "suggest": {
1120                 "ext-event": "~1.0",
1121                 "ext-libev": "*",
1122                 "ext-libevent": ">=0.1.0"
1123             },
1124             "type": "library",
1125             "extra": {
1126                 "branch-alias": {
1127                     "dev-master": "0.4-dev"
1128                 }
1129             },
1130             "autoload": {
1131                 "psr-4": {
1132                     "React\\EventLoop\\": ""
1133                 }
1134             },
1135             "notification-url": "https://packagist.org/downloads/",
1136             "license": [
1137                 "MIT"
1138             ],
1139             "description": "Event loop abstraction layer that libraries can use for evented I/O.",
1140             "keywords": [
1141                 "event-loop"
1142             ],
1143             "time": "2014-02-26 17:36:58"
1144         },
1145         {
1146             "name": "react/socket",
1147             "version": "v0.4.2",
1148             "source": {
1149                 "type": "git",
1150                 "url": "https://github.com/reactphp/socket.git",
1151                 "reference": "a6acf405ca53fc6cfbfe7c77778ededff46aa7cc"
1152             },
1153             "dist": {
1154                 "type": "zip",
1155                 "url": "https://api.github.com/repos/reactphp/socket/zipball/a6acf405ca53fc6cfbfe7c77778ededff46aa7cc",
1156                 "reference": "a6acf405ca53fc6cfbfe7c77778ededff46aa7cc",
1157                 "shasum": ""
1158             },
1159             "require": {
1160                 "evenement/evenement": "~2.0",
1161                 "php": ">=5.4.0",
1162                 "react/event-loop": "0.4.*",
1163                 "react/stream": "0.4.*"
1164             },
1165             "type": "library",
1166             "extra": {
1167                 "branch-alias": {
1168                     "dev-master": "0.4-dev"
1169                 }
1170             },
1171             "autoload": {
1172                 "psr-4": {
1173                     "React\\Socket\\": "src"
1174                 }
1175             },
1176             "notification-url": "https://packagist.org/downloads/",
1177             "license": [
1178                 "MIT"
1179             ],
1180             "description": "Library for building an evented socket server.",
1181             "keywords": [
1182                 "Socket"
1183             ],
1184             "time": "2014-05-25 17:02:16"
1185         },
1186         {
1187             "name": "react/stream",
1188             "version": "v0.4.3",
1189             "source": {
1190                 "type": "git",
1191                 "url": "https://github.com/reactphp/stream.git",
1192                 "reference": "305b2328d2a2e157bc13b61a0f5c6e41b666b188"
1193             },
1194             "dist": {
1195                 "type": "zip",
1196                 "url": "https://api.github.com/repos/reactphp/stream/zipball/305b2328d2a2e157bc13b61a0f5c6e41b666b188",
1197                 "reference": "305b2328d2a2e157bc13b61a0f5c6e41b666b188",
1198                 "shasum": ""
1199             },
1200             "require": {
1201                 "evenement/evenement": "^2.0|^1.0",
1202                 "php": ">=5.3.8"
1203             },
1204             "require-dev": {
1205                 "react/event-loop": "^0.4|^0.3",
1206                 "react/promise": "^2.0|^1.0"
1207             },
1208             "suggest": {
1209                 "react/event-loop": "^0.4",
1210                 "react/promise": "^2.0"
1211             },
1212             "type": "library",
1213             "extra": {
1214                 "branch-alias": {
1215                     "dev-master": "0.5-dev"
1216                 }
1217             },
1218             "autoload": {
1219                 "psr-4": {
1220                     "React\\Stream\\": "src"
1221                 }
1222             },
1223             "notification-url": "https://packagist.org/downloads/",
1224             "license": [
1225                 "MIT"
1226             ],
1227             "description": "Basic readable and writable stream interfaces that support piping.",
1228             "keywords": [
1229                 "pipe",
1230                 "stream"
1231             ],
1232             "time": "2015-10-07 18:32:58"
1233         },
1234         {
1235             "name": "react/zmq",
1236             "version": "v0.3.0",
1237             "source": {
1238                 "type": "git",
1239                 "url": "https://github.com/reactphp/zmq.git",
1240                 "reference": "2865e3b23000751ed443d3f108da2735abf80716"
1241             },
1242             "dist": {
1243                 "type": "zip",
1244                 "url": "https://api.github.com/repos/reactphp/zmq/zipball/2865e3b23000751ed443d3f108da2735abf80716",
1245                 "reference": "2865e3b23000751ed443d3f108da2735abf80716",
1246                 "shasum": ""
1247             },
1248             "require": {
1249                 "evenement/evenement": "~2.0",
1250                 "ext-zmq": "*",
1251                 "php": ">=5.4.0",
1252                 "react/event-loop": "0.4.*"
1253             },
1254             "require-dev": {
1255                 "ext-pcntl": "*"
1256             },
1257             "type": "library",
1258             "extra": {
1259                 "branch-alias": {
1260                     "dev-master": "0.4-dev"
1261                 }
1262             },
1263             "autoload": {
1264                 "psr-0": {
1265                     "React\\ZMQ": "src"
1266                 }
1267             },
1268             "notification-url": "https://packagist.org/downloads/",
1269             "license": [
1270                 "MIT"
1271             ],
1272             "description": "ZeroMQ bindings for React.",
1273             "keywords": [
1274                 "zeromq",
1275                 "zmq"
1276             ],
1277             "time": "2014-05-25 17:54:51"
1278         },
1279         {
1280             "name": "symfony/console",
1281             "version": "v2.7.6",
1282             "source": {
1283                 "type": "git",
1284                 "url": "https://github.com/symfony/console.git",
1285                 "reference": "5efd632294c8320ea52492db22292ff853a43766"
1286             },
1287             "dist": {
1288                 "type": "zip",
1289                 "url": "https://api.github.com/repos/symfony/console/zipball/5efd632294c8320ea52492db22292ff853a43766",
1290                 "reference": "5efd632294c8320ea52492db22292ff853a43766",
1291                 "shasum": ""
1292             },
1293             "require": {
1294                 "php": ">=5.3.9"
1295             },
1296             "require-dev": {
1297                 "psr/log": "~1.0",
1298                 "symfony/event-dispatcher": "~2.1",
1299                 "symfony/process": "~2.1"
1300             },
1301             "suggest": {
1302                 "psr/log": "For using the console logger",
1303                 "symfony/event-dispatcher": "",
1304                 "symfony/process": ""
1305             },
1306             "type": "library",
1307             "extra": {
1308                 "branch-alias": {
1309                     "dev-master": "2.7-dev"
1310                 }
1311             },
1312             "autoload": {
1313                 "psr-4": {
1314                     "Symfony\\Component\\Console\\": ""
1315                 }
1316             },
1317             "notification-url": "https://packagist.org/downloads/",
1318             "license": [
1319                 "MIT"
1320             ],
1321             "authors": [
1322                 {
1323                     "name": "Fabien Potencier",
1324                     "email": "fabien@symfony.com"
1325                 },
1326                 {
1327                     "name": "Symfony Community",
1328                     "homepage": "https://symfony.com/contributors"
1329                 }
1330             ],
1331             "description": "Symfony Console Component",
1332             "homepage": "https://symfony.com",
1333             "time": "2015-10-20 14:38:46"
1334         },
1335         {
1336             "name": "symfony/event-dispatcher",
1337             "version": "v2.7.6",
1338             "source": {
1339                 "type": "git",
1340                 "url": "https://github.com/symfony/event-dispatcher.git",
1341                 "reference": "87a5db5ea887763fa3a31a5471b512ff1596d9b8"
1342             },
1343             "dist": {
1344                 "type": "zip",
1345                 "url": "https://api.github.com/repos/symfony/event-dispatcher/zipball/87a5db5ea887763fa3a31a5471b512ff1596d9b8",
1346                 "reference": "87a5db5ea887763fa3a31a5471b512ff1596d9b8",
1347                 "shasum": ""
1348             },
1349             "require": {
1350                 "php": ">=5.3.9"
1351             },
1352             "require-dev": {
1353                 "psr/log": "~1.0",
1354                 "symfony/config": "~2.0,>=2.0.5",
1355                 "symfony/dependency-injection": "~2.6",
1356                 "symfony/expression-language": "~2.6",
1357                 "symfony/stopwatch": "~2.3"
1358             },
1359             "suggest": {
1360                 "symfony/dependency-injection": "",
1361                 "symfony/http-kernel": ""
1362             },
1363             "type": "library",
1364             "extra": {
1365                 "branch-alias": {
1366                     "dev-master": "2.7-dev"
1367                 }
1368             },
1369             "autoload": {
1370                 "psr-4": {
1371                     "Symfony\\Component\\EventDispatcher\\": ""
1372                 }
1373             },
1374             "notification-url": "https://packagist.org/downloads/",
1375             "license": [
1376                 "MIT"
1377             ],
1378             "authors": [
1379                 {
1380                     "name": "Fabien Potencier",
1381                     "email": "fabien@symfony.com"
1382                 },
1383                 {
1384                     "name": "Symfony Community",
1385                     "homepage": "https://symfony.com/contributors"
1386                 }
1387             ],
1388             "description": "Symfony EventDispatcher Component",
1389             "homepage": "https://symfony.com",
1390             "time": "2015-10-11 09:39:48"
1391         },
1392         {
1393             "name": "symfony/http-foundation",
1394             "version": "v2.7.6",
1395             "source": {
1396                 "type": "git",
1397                 "url": "https://github.com/symfony/http-foundation.git",
1398                 "reference": "7598eea151ae3d4134df1f9957364b17809eea75"
1399             },
1400             "dist": {
1401                 "type": "zip",
1402                 "url": "https://api.github.com/repos/symfony/http-foundation/zipball/7598eea151ae3d4134df1f9957364b17809eea75",
1403                 "reference": "7598eea151ae3d4134df1f9957364b17809eea75",
1404                 "shasum": ""
1405             },
1406             "require": {
1407                 "php": ">=5.3.9"
1408             },
1409             "require-dev": {
1410                 "symfony/expression-language": "~2.4"
1411             },
1412             "type": "library",
1413             "extra": {
1414                 "branch-alias": {
1415                     "dev-master": "2.7-dev"
1416                 }
1417             },
1418             "autoload": {
1419                 "psr-4": {
1420                     "Symfony\\Component\\HttpFoundation\\": ""
1421                 },
1422                 "classmap": [
1423                     "Resources/stubs"
1424                 ]
1425             },
1426             "notification-url": "https://packagist.org/downloads/",
1427             "license": [
1428                 "MIT"
1429             ],
1430             "authors": [
1431                 {
1432                     "name": "Fabien Potencier",
1433                     "email": "fabien@symfony.com"
1434                 },
1435                 {
1436                     "name": "Symfony Community",
1437                     "homepage": "https://symfony.com/contributors"
1438                 }
1439             ],
1440             "description": "Symfony HttpFoundation Component",
1441             "homepage": "https://symfony.com",
1442             "time": "2015-10-23 14:47:27"
1443         },
1444         {
1445             "name": "symfony/routing",
1446             "version": "v2.7.6",
1447             "source": {
1448                 "type": "git",
1449                 "url": "https://github.com/symfony/routing.git",
1450                 "reference": "f353e1f588679c3ec987624e6c617646bd01ba38"
1451             },
1452             "dist": {
1453                 "type": "zip",
1454                 "url": "https://api.github.com/repos/symfony/routing/zipball/f353e1f588679c3ec987624e6c617646bd01ba38",
1455                 "reference": "f353e1f588679c3ec987624e6c617646bd01ba38",
1456                 "shasum": ""
1457             },
1458             "require": {
1459                 "php": ">=5.3.9"
1460             },
1461             "conflict": {
1462                 "symfony/config": "<2.7"
1463             },
1464             "require-dev": {
1465                 "doctrine/annotations": "~1.0",
1466                 "doctrine/common": "~2.2",
1467                 "psr/log": "~1.0",
1468                 "symfony/config": "~2.7",
1469                 "symfony/expression-language": "~2.4",
1470                 "symfony/http-foundation": "~2.3",
1471                 "symfony/yaml": "~2.0,>=2.0.5"
1472             },
1473             "suggest": {
1474                 "doctrine/annotations": "For using the annotation loader",
1475                 "symfony/config": "For using the all-in-one router or any loader",
1476                 "symfony/expression-language": "For using expression matching",
1477                 "symfony/yaml": "For using the YAML loader"
1478             },
1479             "type": "library",
1480             "extra": {
1481                 "branch-alias": {
1482                     "dev-master": "2.7-dev"
1483                 }
1484             },
1485             "autoload": {
1486                 "psr-4": {
1487                     "Symfony\\Component\\Routing\\": ""
1488                 }
1489             },
1490             "notification-url": "https://packagist.org/downloads/",
1491             "license": [
1492                 "MIT"
1493             ],
1494             "authors": [
1495                 {
1496                     "name": "Fabien Potencier",
1497                     "email": "fabien@symfony.com"
1498                 },
1499                 {
1500                     "name": "Symfony Community",
1501                     "homepage": "https://symfony.com/contributors"
1502                 }
1503             ],
1504             "description": "Symfony Routing Component",
1505             "homepage": "https://symfony.com",
1506             "keywords": [
1507                 "router",
1508                 "routing",
1509                 "uri",
1510                 "url"
1511             ],
1512             "time": "2015-10-27 15:38:06"
1513         },
1514         {
1515             "name": "tecnickcom/tcpdf",
1516             "version": "6.2.12",
1517             "source": {
1518                 "type": "git",
1519                 "url": "https://github.com/tecnickcom/TCPDF.git",
1520                 "reference": "2f732eaa91b5665274689b1d40b285a7bacdc37f"
1521             },
1522             "dist": {
1523                 "type": "zip",
1524                 "url": "https://api.github.com/repos/tecnickcom/TCPDF/zipball/2f732eaa91b5665274689b1d40b285a7bacdc37f",
1525                 "reference": "2f732eaa91b5665274689b1d40b285a7bacdc37f",
1526                 "shasum": ""
1527             },
1528             "require": {
1529                 "php": ">=5.3.0"
1530             },
1531             "type": "library",
1532             "autoload": {
1533                 "classmap": [
1534                     "fonts",
1535                     "config",
1536                     "include",
1537                     "tcpdf.php",
1538                     "tcpdf_parser.php",
1539                     "tcpdf_import.php",
1540                     "tcpdf_barcodes_1d.php",
1541                     "tcpdf_barcodes_2d.php",
1542                     "include/tcpdf_colors.php",
1543                     "include/tcpdf_filters.php",
1544                     "include/tcpdf_font_data.php",
1545                     "include/tcpdf_fonts.php",
1546                     "include/tcpdf_images.php",
1547                     "include/tcpdf_static.php",
1548                     "include/barcodes/datamatrix.php",
1549                     "include/barcodes/pdf417.php",
1550                     "include/barcodes/qrcode.php"
1551                 ]
1552             },
1553             "notification-url": "https://packagist.org/downloads/",
1554             "license": [
1555                 "LGPLv3"
1556             ],
1557             "authors": [
1558                 {
1559                     "name": "Nicola Asuni",
1560                     "email": "info@tecnick.com",
1561                     "homepage": "http://nicolaasuni.tecnick.com"
1562                 }
1563             ],
1564             "description": "TCPDF is a PHP class for generating PDF documents and barcodes.",
1565             "homepage": "http://www.tcpdf.org/",
1566             "keywords": [
1567                 "PDFD32000-2008",
1568                 "TCPDF",
1569                 "barcodes",
1570                 "datamatrix",
1571                 "pdf",
1572                 "pdf417",
1573                 "qrcode"
1574             ],
1575             "time": "2015-09-12 10:08:34"
1576         },
1577         {
1578             "name": "textalk/websocket",
1579             "version": "1.0.3",
1580             "source": {
1581                 "type": "git",
1582                 "url": "https://github.com/Textalk/websocket-php.git",
1583                 "reference": "ba2e5f9ef7cf24d536d1c864ae74b2a9599b86eb"
1584             },
1585             "dist": {
1586                 "type": "zip",
1587                 "url": "https://api.github.com/repos/Textalk/websocket-php/zipball/ba2e5f9ef7cf24d536d1c864ae74b2a9599b86eb",
1588                 "reference": "ba2e5f9ef7cf24d536d1c864ae74b2a9599b86eb",
1589                 "shasum": ""
1590             },
1591             "require-dev": {
1592                 "phpunit/phpunit": "4.1.*",
1593                 "phpunit/phpunit-selenium": "1.3.3",
1594                 "satooshi/php-coveralls": "dev-master"
1595             },
1596             "type": "library",
1597             "autoload": {
1598                 "psr-4": {
1599                     "WebSocket\\": "lib"
1600                 }
1601             },
1602             "notification-url": "https://packagist.org/downloads/",
1603             "license": [
1604                 "MIT"
1605             ],
1606             "authors": [
1607                 {
1608                     "name": "Fredrik Liljegren",
1609                     "email": "fredrik.liljegren@textalk.se"
1610                 }
1611             ],
1612             "description": "WebSocket client and server",
1613             "time": "2015-04-11 05:45:54"
1614         },
1615         {
1616             "name": "zendframework/zendframework",
1617             "version": "2.4.7",
1618             "source": {
1619                 "type": "git",
1620                 "url": "https://github.com/zendframework/zf2.git",
1621                 "reference": "b13b45e0baa609321ca6544abc7615414fcbf073"
1622             },
1623             "dist": {
1624                 "type": "zip",
1625                 "url": "https://api.github.com/repos/zendframework/zf2/zipball/b13b45e0baa609321ca6544abc7615414fcbf073",
1626                 "reference": "b13b45e0baa609321ca6544abc7615414fcbf073",
1627                 "shasum": ""
1628             },
1629             "require": {
1630                 "php": ">=5.3.23",
1631                 "zendframework/zendxml": "^1.0.1"
1632             },
1633             "replace": {
1634                 "zendframework/zend-authentication": "self.version",
1635                 "zendframework/zend-barcode": "self.version",
1636                 "zendframework/zend-cache": "self.version",
1637                 "zendframework/zend-captcha": "self.version",
1638                 "zendframework/zend-code": "self.version",
1639                 "zendframework/zend-config": "self.version",
1640                 "zendframework/zend-console": "self.version",
1641                 "zendframework/zend-crypt": "self.version",
1642                 "zendframework/zend-db": "self.version",
1643                 "zendframework/zend-debug": "self.version",
1644                 "zendframework/zend-di": "self.version",
1645                 "zendframework/zend-dom": "self.version",
1646                 "zendframework/zend-escaper": "self.version",
1647                 "zendframework/zend-eventmanager": "self.version",
1648                 "zendframework/zend-feed": "self.version",
1649                 "zendframework/zend-file": "self.version",
1650                 "zendframework/zend-filter": "self.version",
1651                 "zendframework/zend-form": "self.version",
1652                 "zendframework/zend-http": "self.version",
1653                 "zendframework/zend-i18n": "self.version",
1654                 "zendframework/zend-inputfilter": "self.version",
1655                 "zendframework/zend-json": "self.version",
1656                 "zendframework/zend-ldap": "self.version",
1657                 "zendframework/zend-loader": "self.version",
1658                 "zendframework/zend-log": "self.version",
1659                 "zendframework/zend-mail": "self.version",
1660                 "zendframework/zend-math": "self.version",
1661                 "zendframework/zend-memory": "self.version",
1662                 "zendframework/zend-mime": "self.version",
1663                 "zendframework/zend-modulemanager": "self.version",
1664                 "zendframework/zend-mvc": "self.version",
1665                 "zendframework/zend-navigation": "self.version",
1666                 "zendframework/zend-paginator": "self.version",
1667                 "zendframework/zend-permissions-acl": "self.version",
1668                 "zendframework/zend-permissions-rbac": "self.version",
1669                 "zendframework/zend-progressbar": "self.version",
1670                 "zendframework/zend-resources": "self.version",
1671                 "zendframework/zend-serializer": "self.version",
1672                 "zendframework/zend-server": "self.version",
1673                 "zendframework/zend-servicemanager": "self.version",
1674                 "zendframework/zend-session": "self.version",
1675                 "zendframework/zend-soap": "self.version",
1676                 "zendframework/zend-stdlib": "self.version",
1677                 "zendframework/zend-tag": "self.version",
1678                 "zendframework/zend-test": "self.version",
1679                 "zendframework/zend-text": "self.version",
1680                 "zendframework/zend-uri": "self.version",
1681                 "zendframework/zend-validator": "self.version",
1682                 "zendframework/zend-version": "self.version",
1683                 "zendframework/zend-view": "self.version",
1684                 "zendframework/zend-xmlrpc": "self.version"
1685             },
1686             "require-dev": {
1687                 "doctrine/annotations": "~1.0",
1688                 "fabpot/php-cs-fixer": "~1.0",
1689                 "ircmaxell/random-lib": "~1.1",
1690                 "mikey179/vfsstream": "~1.2",
1691                 "phpunit/phpcov": "~2.0",
1692                 "phpunit/phpunit": "~4.6",
1693                 "satooshi/php-coveralls": "dev-master"
1694             },
1695             "suggest": {
1696                 "doctrine/annotations": "Doctrine Annotations >=1.0 for annotation features",
1697                 "ext-intl": "ext/intl for i18n features (included in default builds of PHP)",
1698                 "ircmaxell/random-lib": "Fallback random byte generator for Zend\\Math\\Rand if OpenSSL/Mcrypt extensions are unavailable",
1699                 "ocramius/proxy-manager": "ProxyManager 0.5.* to handle lazy initialization of services",
1700                 "zendframework/zendpdf": "ZendPdf for creating PDF representations of barcodes",
1701                 "zendframework/zendservice-recaptcha": "ZendService\\ReCaptcha for rendering ReCaptchas in Zend\\Captcha and/or Zend\\Form"
1702             },
1703             "bin": [
1704                 "bin/classmap_generator.php",
1705                 "bin/pluginmap_generator.php",
1706                 "bin/templatemap_generator.php"
1707             ],
1708             "type": "library",
1709             "extra": {
1710                 "branch-alias": {
1711                     "dev-master": "2.4-dev",
1712                     "dev-develop": "2.5-dev"
1713                 }
1714             },
1715             "autoload": {
1716                 "psr-4": {
1717                     "Zend\\": "library/Zend/"
1718                 }
1719             },
1720             "notification-url": "https://packagist.org/downloads/",
1721             "license": [
1722                 "BSD-3-Clause"
1723             ],
1724             "description": "Zend Framework 2",
1725             "homepage": "http://framework.zend.com/",
1726             "keywords": [
1727                 "framework",
1728                 "zf2"
1729             ],
1730             "time": "2015-08-11 16:22:28"
1731         },
1732         {
1733             "name": "zendframework/zendservice-google-gcm",
1734             "version": "1.0.2",
1735             "source": {
1736                 "type": "git",
1737                 "url": "https://github.com/zendframework/ZendService_Google_Gcm.git",
1738                 "reference": "4a42ecccc9495cd442574a11ce09865da5203d35"
1739             },
1740             "dist": {
1741                 "type": "zip",
1742                 "url": "https://api.github.com/repos/zendframework/ZendService_Google_Gcm/zipball/4a42ecccc9495cd442574a11ce09865da5203d35",
1743                 "reference": "4a42ecccc9495cd442574a11ce09865da5203d35",
1744                 "shasum": ""
1745             },
1746             "require": {
1747                 "php": ">=5.3.3",
1748                 "zendframework/zend-http": ">=2.0.0",
1749                 "zendframework/zend-json": ">=2.0.0"
1750             },
1751             "require-dev": {
1752                 "phpunit/phpunit": "3.7.*"
1753             },
1754             "type": "library",
1755             "autoload": {
1756                 "psr-0": {
1757                     "ZendService\\Google\\Gcm\\": "library/",
1758                     "ZendService\\Google\\Exception\\": "library/"
1759                 }
1760             },
1761             "notification-url": "https://packagist.org/downloads/",
1762             "license": [
1763                 "BSD-3-Clause"
1764             ],
1765             "description": "OOP wrapper for Google Cloud Messaging",
1766             "homepage": "http://packages.zendframework.com/",
1767             "keywords": [
1768                 "gcm",
1769                 "google",
1770                 "notification",
1771                 "push",
1772                 "zf2"
1773             ],
1774             "time": "2015-03-21 00:57:48"
1775         },
1776         {
1777             "name": "zendframework/zendxml",
1778             "version": "1.0.1",
1779             "source": {
1780                 "type": "git",
1781                 "url": "https://github.com/zendframework/ZendXml.git",
1782                 "reference": "54edb3875aba5b45f02824f65f311c9fb2743a38"
1783             },
1784             "dist": {
1785                 "type": "zip",
1786                 "url": "https://api.github.com/repos/zendframework/ZendXml/zipball/54edb3875aba5b45f02824f65f311c9fb2743a38",
1787                 "reference": "54edb3875aba5b45f02824f65f311c9fb2743a38",
1788                 "shasum": ""
1789             },
1790             "require": {
1791                 "php": ">=5.3.3"
1792             },
1793             "require-dev": {
1794                 "phpunit/phpunit": "~3.7",
1795                 "squizlabs/php_codesniffer": "~1.5"
1796             },
1797             "type": "library",
1798             "extra": {
1799                 "branch-alias": {
1800                     "dev-master": "1.0-dev"
1801                 }
1802             },
1803             "autoload": {
1804                 "psr-0": {
1805                     "ZendXml\\": "library/"
1806                 }
1807             },
1808             "notification-url": "https://packagist.org/downloads/",
1809             "license": [
1810                 "BSD-3-Clause"
1811             ],
1812             "description": "Utility library for XML usage, best practices, and security in PHP",
1813             "homepage": "http://packages.zendframework.com/",
1814             "keywords": [
1815                 "security",
1816                 "xml",
1817                 "zf2"
1818             ],
1819             "time": "2015-08-03 14:50:10"
1820         }
1821     ],
1822     "packages-dev": [],
1823     "aliases": [],
1824     "minimum-stability": "stable",
1825     "stability-flags": {
1826         "ensepar/html2pdf": 20
1827     },
1828     "prefer-stable": false,
1829     "prefer-lowest": false,
1830     "platform": {
1831         "php": ">=5.3.3"
1832     },
1833     "platform-dev": []
1834 }