composer package updates
[openemr.git] / vendor / rospdf / pdf-php / composer.lock
blobdb91dcc5d167fec6b525ea2b68a043d98c746599
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     "content-hash": "5d72ed788ee772804f7c0c31699a2fde",
8     "packages": [],
9     "packages-dev": [
10         {
11             "name": "phpunit/php-code-coverage",
12             "version": "1.2.18",
13             "source": {
14                 "type": "git",
15                 "url": "https://github.com/sebastianbergmann/php-code-coverage.git",
16                 "reference": "fe2466802556d3fe4e4d1d58ffd3ccfd0a19be0b"
17             },
18             "dist": {
19                 "type": "zip",
20                 "url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/fe2466802556d3fe4e4d1d58ffd3ccfd0a19be0b",
21                 "reference": "fe2466802556d3fe4e4d1d58ffd3ccfd0a19be0b",
22                 "shasum": ""
23             },
24             "require": {
25                 "php": ">=5.3.3",
26                 "phpunit/php-file-iterator": ">=1.3.0@stable",
27                 "phpunit/php-text-template": ">=1.2.0@stable",
28                 "phpunit/php-token-stream": ">=1.1.3,<1.3.0"
29             },
30             "require-dev": {
31                 "phpunit/phpunit": "3.7.*@dev"
32             },
33             "suggest": {
34                 "ext-dom": "*",
35                 "ext-xdebug": ">=2.0.5"
36             },
37             "type": "library",
38             "extra": {
39                 "branch-alias": {
40                     "dev-master": "1.2.x-dev"
41                 }
42             },
43             "autoload": {
44                 "classmap": [
45                     "PHP/"
46                 ]
47             },
48             "notification-url": "https://packagist.org/downloads/",
49             "include-path": [
50                 ""
51             ],
52             "license": [
53                 "BSD-3-Clause"
54             ],
55             "authors": [
56                 {
57                     "name": "Sebastian Bergmann",
58                     "email": "sb@sebastian-bergmann.de",
59                     "role": "lead"
60                 }
61             ],
62             "description": "Library that provides collection, processing, and rendering functionality for PHP code coverage information.",
63             "homepage": "https://github.com/sebastianbergmann/php-code-coverage",
64             "keywords": [
65                 "coverage",
66                 "testing",
67                 "xunit"
68             ],
69             "time": "2014-09-02T10:13:14+00:00"
70         },
71         {
72             "name": "phpunit/php-file-iterator",
73             "version": "1.4.5",
74             "source": {
75                 "type": "git",
76                 "url": "https://github.com/sebastianbergmann/php-file-iterator.git",
77                 "reference": "730b01bc3e867237eaac355e06a36b85dd93a8b4"
78             },
79             "dist": {
80                 "type": "zip",
81                 "url": "https://api.github.com/repos/sebastianbergmann/php-file-iterator/zipball/730b01bc3e867237eaac355e06a36b85dd93a8b4",
82                 "reference": "730b01bc3e867237eaac355e06a36b85dd93a8b4",
83                 "shasum": ""
84             },
85             "require": {
86                 "php": ">=5.3.3"
87             },
88             "type": "library",
89             "extra": {
90                 "branch-alias": {
91                     "dev-master": "1.4.x-dev"
92                 }
93             },
94             "autoload": {
95                 "classmap": [
96                     "src/"
97                 ]
98             },
99             "notification-url": "https://packagist.org/downloads/",
100             "license": [
101                 "BSD-3-Clause"
102             ],
103             "authors": [
104                 {
105                     "name": "Sebastian Bergmann",
106                     "email": "sb@sebastian-bergmann.de",
107                     "role": "lead"
108                 }
109             ],
110             "description": "FilterIterator implementation that filters files based on a list of suffixes.",
111             "homepage": "https://github.com/sebastianbergmann/php-file-iterator/",
112             "keywords": [
113                 "filesystem",
114                 "iterator"
115             ],
116             "time": "2017-11-27T13:52:08+00:00"
117         },
118         {
119             "name": "phpunit/php-text-template",
120             "version": "1.2.1",
121             "source": {
122                 "type": "git",
123                 "url": "https://github.com/sebastianbergmann/php-text-template.git",
124                 "reference": "31f8b717e51d9a2afca6c9f046f5d69fc27c8686"
125             },
126             "dist": {
127                 "type": "zip",
128                 "url": "https://api.github.com/repos/sebastianbergmann/php-text-template/zipball/31f8b717e51d9a2afca6c9f046f5d69fc27c8686",
129                 "reference": "31f8b717e51d9a2afca6c9f046f5d69fc27c8686",
130                 "shasum": ""
131             },
132             "require": {
133                 "php": ">=5.3.3"
134             },
135             "type": "library",
136             "autoload": {
137                 "classmap": [
138                     "src/"
139                 ]
140             },
141             "notification-url": "https://packagist.org/downloads/",
142             "license": [
143                 "BSD-3-Clause"
144             ],
145             "authors": [
146                 {
147                     "name": "Sebastian Bergmann",
148                     "email": "sebastian@phpunit.de",
149                     "role": "lead"
150                 }
151             ],
152             "description": "Simple template engine.",
153             "homepage": "https://github.com/sebastianbergmann/php-text-template/",
154             "keywords": [
155                 "template"
156             ],
157             "time": "2015-06-21T13:50:34+00:00"
158         },
159         {
160             "name": "phpunit/php-timer",
161             "version": "1.0.9",
162             "source": {
163                 "type": "git",
164                 "url": "https://github.com/sebastianbergmann/php-timer.git",
165                 "reference": "3dcf38ca72b158baf0bc245e9184d3fdffa9c46f"
166             },
167             "dist": {
168                 "type": "zip",
169                 "url": "https://api.github.com/repos/sebastianbergmann/php-timer/zipball/3dcf38ca72b158baf0bc245e9184d3fdffa9c46f",
170                 "reference": "3dcf38ca72b158baf0bc245e9184d3fdffa9c46f",
171                 "shasum": ""
172             },
173             "require": {
174                 "php": "^5.3.3 || ^7.0"
175             },
176             "require-dev": {
177                 "phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.0"
178             },
179             "type": "library",
180             "extra": {
181                 "branch-alias": {
182                     "dev-master": "1.0-dev"
183                 }
184             },
185             "autoload": {
186                 "classmap": [
187                     "src/"
188                 ]
189             },
190             "notification-url": "https://packagist.org/downloads/",
191             "license": [
192                 "BSD-3-Clause"
193             ],
194             "authors": [
195                 {
196                     "name": "Sebastian Bergmann",
197                     "email": "sb@sebastian-bergmann.de",
198                     "role": "lead"
199                 }
200             ],
201             "description": "Utility class for timing",
202             "homepage": "https://github.com/sebastianbergmann/php-timer/",
203             "keywords": [
204                 "timer"
205             ],
206             "time": "2017-02-26T11:10:40+00:00"
207         },
208         {
209             "name": "phpunit/php-token-stream",
210             "version": "1.2.2",
211             "source": {
212                 "type": "git",
213                 "url": "https://github.com/sebastianbergmann/php-token-stream.git",
214                 "reference": "ad4e1e23ae01b483c16f600ff1bebec184588e32"
215             },
216             "dist": {
217                 "type": "zip",
218                 "url": "https://api.github.com/repos/sebastianbergmann/php-token-stream/zipball/ad4e1e23ae01b483c16f600ff1bebec184588e32",
219                 "reference": "ad4e1e23ae01b483c16f600ff1bebec184588e32",
220                 "shasum": ""
221             },
222             "require": {
223                 "ext-tokenizer": "*",
224                 "php": ">=5.3.3"
225             },
226             "type": "library",
227             "extra": {
228                 "branch-alias": {
229                     "dev-master": "1.2-dev"
230                 }
231             },
232             "autoload": {
233                 "classmap": [
234                     "PHP/"
235                 ]
236             },
237             "notification-url": "https://packagist.org/downloads/",
238             "include-path": [
239                 ""
240             ],
241             "license": [
242                 "BSD-3-Clause"
243             ],
244             "authors": [
245                 {
246                     "name": "Sebastian Bergmann",
247                     "email": "sb@sebastian-bergmann.de",
248                     "role": "lead"
249                 }
250             ],
251             "description": "Wrapper around PHP's tokenizer extension.",
252             "homepage": "https://github.com/sebastianbergmann/php-token-stream/",
253             "keywords": [
254                 "tokenizer"
255             ],
256             "time": "2014-03-03T05:10:30+00:00"
257         },
258         {
259             "name": "phpunit/phpunit",
260             "version": "3.7.38",
261             "source": {
262                 "type": "git",
263                 "url": "https://github.com/sebastianbergmann/phpunit.git",
264                 "reference": "38709dc22d519a3d1be46849868aa2ddf822bcf6"
265             },
266             "dist": {
267                 "type": "zip",
268                 "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/38709dc22d519a3d1be46849868aa2ddf822bcf6",
269                 "reference": "38709dc22d519a3d1be46849868aa2ddf822bcf6",
270                 "shasum": ""
271             },
272             "require": {
273                 "ext-ctype": "*",
274                 "ext-dom": "*",
275                 "ext-json": "*",
276                 "ext-pcre": "*",
277                 "ext-reflection": "*",
278                 "ext-spl": "*",
279                 "php": ">=5.3.3",
280                 "phpunit/php-code-coverage": "~1.2",
281                 "phpunit/php-file-iterator": "~1.3",
282                 "phpunit/php-text-template": "~1.1",
283                 "phpunit/php-timer": "~1.0",
284                 "phpunit/phpunit-mock-objects": "~1.2",
285                 "symfony/yaml": "~2.0"
286             },
287             "require-dev": {
288                 "pear-pear.php.net/pear": "1.9.4"
289             },
290             "suggest": {
291                 "phpunit/php-invoker": "~1.1"
292             },
293             "bin": [
294                 "composer/bin/phpunit"
295             ],
296             "type": "library",
297             "extra": {
298                 "branch-alias": {
299                     "dev-master": "3.7.x-dev"
300                 }
301             },
302             "autoload": {
303                 "classmap": [
304                     "PHPUnit/"
305                 ]
306             },
307             "notification-url": "https://packagist.org/downloads/",
308             "include-path": [
309                 "",
310                 "../../symfony/yaml/"
311             ],
312             "license": [
313                 "BSD-3-Clause"
314             ],
315             "authors": [
316                 {
317                     "name": "Sebastian Bergmann",
318                     "email": "sebastian@phpunit.de",
319                     "role": "lead"
320                 }
321             ],
322             "description": "The PHP Unit Testing framework.",
323             "homepage": "http://www.phpunit.de/",
324             "keywords": [
325                 "phpunit",
326                 "testing",
327                 "xunit"
328             ],
329             "time": "2014-10-17T09:04:17+00:00"
330         },
331         {
332             "name": "phpunit/phpunit-mock-objects",
333             "version": "1.2.3",
334             "source": {
335                 "type": "git",
336                 "url": "https://github.com/sebastianbergmann/phpunit-mock-objects.git",
337                 "reference": "5794e3c5c5ba0fb037b11d8151add2a07fa82875"
338             },
339             "dist": {
340                 "type": "zip",
341                 "url": "https://api.github.com/repos/sebastianbergmann/phpunit-mock-objects/zipball/5794e3c5c5ba0fb037b11d8151add2a07fa82875",
342                 "reference": "5794e3c5c5ba0fb037b11d8151add2a07fa82875",
343                 "shasum": ""
344             },
345             "require": {
346                 "php": ">=5.3.3",
347                 "phpunit/php-text-template": ">=1.1.1@stable"
348             },
349             "suggest": {
350                 "ext-soap": "*"
351             },
352             "type": "library",
353             "autoload": {
354                 "classmap": [
355                     "PHPUnit/"
356                 ]
357             },
358             "notification-url": "https://packagist.org/downloads/",
359             "include-path": [
360                 ""
361             ],
362             "license": [
363                 "BSD-3-Clause"
364             ],
365             "authors": [
366                 {
367                     "name": "Sebastian Bergmann",
368                     "email": "sb@sebastian-bergmann.de",
369                     "role": "lead"
370                 }
371             ],
372             "description": "Mock Object library for PHPUnit",
373             "homepage": "https://github.com/sebastianbergmann/phpunit-mock-objects/",
374             "keywords": [
375                 "mock",
376                 "xunit"
377             ],
378             "time": "2013-01-13T10:24:48+00:00"
379         },
380         {
381             "name": "squizlabs/php_codesniffer",
382             "version": "2.8.1",
383             "source": {
384                 "type": "git",
385                 "url": "https://github.com/squizlabs/PHP_CodeSniffer.git",
386                 "reference": "d7cf0d894e8aa4c73712ee4a331cc1eaa37cdc7d"
387             },
388             "dist": {
389                 "type": "zip",
390                 "url": "https://api.github.com/repos/squizlabs/PHP_CodeSniffer/zipball/d7cf0d894e8aa4c73712ee4a331cc1eaa37cdc7d",
391                 "reference": "d7cf0d894e8aa4c73712ee4a331cc1eaa37cdc7d",
392                 "shasum": ""
393             },
394             "require": {
395                 "ext-simplexml": "*",
396                 "ext-tokenizer": "*",
397                 "ext-xmlwriter": "*",
398                 "php": ">=5.1.2"
399             },
400             "require-dev": {
401                 "phpunit/phpunit": "~4.0"
402             },
403             "bin": [
404                 "scripts/phpcs",
405                 "scripts/phpcbf"
406             ],
407             "type": "library",
408             "extra": {
409                 "branch-alias": {
410                     "dev-master": "2.x-dev"
411                 }
412             },
413             "autoload": {
414                 "classmap": [
415                     "CodeSniffer.php",
416                     "CodeSniffer/CLI.php",
417                     "CodeSniffer/Exception.php",
418                     "CodeSniffer/File.php",
419                     "CodeSniffer/Fixer.php",
420                     "CodeSniffer/Report.php",
421                     "CodeSniffer/Reporting.php",
422                     "CodeSniffer/Sniff.php",
423                     "CodeSniffer/Tokens.php",
424                     "CodeSniffer/Reports/",
425                     "CodeSniffer/Tokenizers/",
426                     "CodeSniffer/DocGenerators/",
427                     "CodeSniffer/Standards/AbstractPatternSniff.php",
428                     "CodeSniffer/Standards/AbstractScopeSniff.php",
429                     "CodeSniffer/Standards/AbstractVariableSniff.php",
430                     "CodeSniffer/Standards/IncorrectPatternException.php",
431                     "CodeSniffer/Standards/Generic/Sniffs/",
432                     "CodeSniffer/Standards/MySource/Sniffs/",
433                     "CodeSniffer/Standards/PEAR/Sniffs/",
434                     "CodeSniffer/Standards/PSR1/Sniffs/",
435                     "CodeSniffer/Standards/PSR2/Sniffs/",
436                     "CodeSniffer/Standards/Squiz/Sniffs/",
437                     "CodeSniffer/Standards/Zend/Sniffs/"
438                 ]
439             },
440             "notification-url": "https://packagist.org/downloads/",
441             "license": [
442                 "BSD-3-Clause"
443             ],
444             "authors": [
445                 {
446                     "name": "Greg Sherwood",
447                     "role": "lead"
448                 }
449             ],
450             "description": "PHP_CodeSniffer tokenizes PHP, JavaScript and CSS files and detects violations of a defined set of coding standards.",
451             "homepage": "http://www.squizlabs.com/php-codesniffer",
452             "keywords": [
453                 "phpcs",
454                 "standards"
455             ],
456             "time": "2017-03-01T22:17:45+00:00"
457         },
458         {
459             "name": "symfony/yaml",
460             "version": "v2.8.39",
461             "source": {
462                 "type": "git",
463                 "url": "https://github.com/symfony/yaml.git",
464                 "reference": "d20bd2bdee063863e426297af41eda45ccad6f7e"
465             },
466             "dist": {
467                 "type": "zip",
468                 "url": "https://api.github.com/repos/symfony/yaml/zipball/d20bd2bdee063863e426297af41eda45ccad6f7e",
469                 "reference": "d20bd2bdee063863e426297af41eda45ccad6f7e",
470                 "shasum": ""
471             },
472             "require": {
473                 "php": ">=5.3.9"
474             },
475             "type": "library",
476             "extra": {
477                 "branch-alias": {
478                     "dev-master": "2.8-dev"
479                 }
480             },
481             "autoload": {
482                 "psr-4": {
483                     "Symfony\\Component\\Yaml\\": ""
484                 },
485                 "exclude-from-classmap": [
486                     "/Tests/"
487                 ]
488             },
489             "notification-url": "https://packagist.org/downloads/",
490             "license": [
491                 "MIT"
492             ],
493             "authors": [
494                 {
495                     "name": "Fabien Potencier",
496                     "email": "fabien@symfony.com"
497                 },
498                 {
499                     "name": "Symfony Community",
500                     "homepage": "https://symfony.com/contributors"
501                 }
502             ],
503             "description": "Symfony Yaml Component",
504             "homepage": "https://symfony.com",
505             "time": "2018-04-08T07:53:13+00:00"
506         }
507     ],
508     "aliases": [],
509     "minimum-stability": "stable",
510     "stability-flags": [],
511     "prefer-stable": false,
512     "prefer-lowest": false,
513     "platform": {
514         "php": ">=5.4.0"
515     },
516     "platform-dev": []