PluginProbe ʕ •ᴥ•ʔ
Matomo Analytics – Powerful, Privacy-First Insights for WordPress / 1.3.1
Matomo Analytics – Powerful, Privacy-First Insights for WordPress v1.3.1
5.11.1 5.11.0 5.10.2 5.10.1 trunk 1.0.2 1.0.3 1.0.4 1.0.5 1.0.6 1.1.0 1.1.1 1.1.2 1.1.3 1.2.0 1.3.0 1.3.1 1.3.2 4.0.0 4.0.1 4.0.2 4.0.3 4.0.4 4.1.0 4.1.1 4.1.2 4.1.3 4.10.0 4.11.0 4.12.0 4.13.0 4.13.2 4.13.3 4.13.4 4.13.5 4.14.0 4.14.1 4.14.2 4.15.0 4.15.1 4.15.2 4.15.3 4.2.0 4.3.0 4.3.1 4.4.1 4.4.2 4.5.0 4.6.0 5.0.1 5.0.2 5.0.3 5.0.4 5.0.5 5.0.6 5.0.7 5.0.8 5.1.0 5.1.1 5.1.2 5.1.3 5.1.4 5.1.5 5.1.6 5.1.7 5.10.0 5.2.0 5.2.1 5.2.2 5.3.0 5.3.1 5.3.2 5.3.3 5.6.0 5.6.1 5.7.0 5.7.1 5.8.0 5.8.1 5.8.2
matomo / app / vendor / composer / installed.json
matomo / app / vendor / composer Last commit date
ca-bundle 6 years ago semver 6 years ago ClassLoader.php 6 years ago LICENSE 6 years ago autoload_classmap.php 6 years ago autoload_files.php 5 years ago autoload_namespaces.php 6 years ago autoload_psr4.php 6 years ago autoload_real.php 6 years ago autoload_static.php 5 years ago include_paths.php 6 years ago installed.json 6 years ago
installed.json
1877 lines
1 [
2 {
3 "name": "composer/ca-bundle",
4 "version": "1.2.4",
5 "version_normalized": "1.2.4.0",
6 "source": {
7 "type": "git",
8 "url": "https://github.com/composer/ca-bundle.git",
9 "reference": "10bb96592168a0f8e8f6dcde3532d9fa50b0b527"
10 },
11 "dist": {
12 "type": "zip",
13 "url": "https://api.github.com/repos/composer/ca-bundle/zipball/10bb96592168a0f8e8f6dcde3532d9fa50b0b527",
14 "reference": "10bb96592168a0f8e8f6dcde3532d9fa50b0b527",
15 "shasum": ""
16 },
17 "require": {
18 "ext-openssl": "*",
19 "ext-pcre": "*",
20 "php": "^5.3.2 || ^7.0 || ^8.0"
21 },
22 "require-dev": {
23 "phpunit/phpunit": "^4.8.35 || ^5.7 || 6.5 - 8",
24 "psr/log": "^1.0",
25 "symfony/process": "^2.5 || ^3.0 || ^4.0"
26 },
27 "time": "2019-08-30T08:44:50+00:00",
28 "type": "library",
29 "extra": {
30 "branch-alias": {
31 "dev-master": "1.x-dev"
32 }
33 },
34 "installation-source": "dist",
35 "autoload": {
36 "psr-4": {
37 "Composer\\CaBundle\\": "src"
38 }
39 },
40 "notification-url": "https://packagist.org/downloads/",
41 "license": [
42 "MIT"
43 ],
44 "authors": [
45 {
46 "name": "Jordi Boggiano",
47 "email": "j.boggiano@seld.be",
48 "homepage": "http://seld.be"
49 }
50 ],
51 "description": "Lets you find a path to the system CA bundle, and includes a fallback to the Mozilla CA bundle.",
52 "keywords": [
53 "cabundle",
54 "cacert",
55 "certificate",
56 "ssl",
57 "tls"
58 ]
59 },
60 {
61 "name": "composer/semver",
62 "version": "1.3.0",
63 "version_normalized": "1.3.0.0",
64 "source": {
65 "type": "git",
66 "url": "https://github.com/composer/semver.git",
67 "reference": "df4463baa9f44fe6cf0a6da4fde2934d4c0a2747"
68 },
69 "dist": {
70 "type": "zip",
71 "url": "https://api.github.com/repos/composer/semver/zipball/df4463baa9f44fe6cf0a6da4fde2934d4c0a2747",
72 "reference": "df4463baa9f44fe6cf0a6da4fde2934d4c0a2747",
73 "shasum": ""
74 },
75 "require": {
76 "php": "^5.3.2 || ^7.0"
77 },
78 "require-dev": {
79 "phpunit/phpunit": "^4.5 || ^5.0.5",
80 "phpunit/phpunit-mock-objects": "2.3.0 || ^3.0"
81 },
82 "time": "2016-02-25T22:23:39+00:00",
83 "type": "library",
84 "extra": {
85 "branch-alias": {
86 "dev-master": "1.x-dev"
87 }
88 },
89 "installation-source": "dist",
90 "autoload": {
91 "psr-4": {
92 "Composer\\Semver\\": "src"
93 }
94 },
95 "notification-url": "https://packagist.org/downloads/",
96 "license": [
97 "MIT"
98 ],
99 "authors": [
100 {
101 "name": "Nils Adermann",
102 "email": "naderman@naderman.de",
103 "homepage": "http://www.naderman.de"
104 },
105 {
106 "name": "Jordi Boggiano",
107 "email": "j.boggiano@seld.be",
108 "homepage": "http://seld.be"
109 },
110 {
111 "name": "Rob Bast",
112 "email": "rob.bast@gmail.com",
113 "homepage": "http://robbast.nl"
114 }
115 ],
116 "description": "Semver library that offers utilities, version constraint parsing and validation.",
117 "keywords": [
118 "semantic",
119 "semver",
120 "validation",
121 "versioning"
122 ]
123 },
124 {
125 "name": "container-interop/container-interop",
126 "version": "1.2.0",
127 "version_normalized": "1.2.0.0",
128 "source": {
129 "type": "git",
130 "url": "https://github.com/container-interop/container-interop.git",
131 "reference": "79cbf1341c22ec75643d841642dd5d6acd83bdb8"
132 },
133 "dist": {
134 "type": "zip",
135 "url": "https://api.github.com/repos/container-interop/container-interop/zipball/79cbf1341c22ec75643d841642dd5d6acd83bdb8",
136 "reference": "79cbf1341c22ec75643d841642dd5d6acd83bdb8",
137 "shasum": ""
138 },
139 "require": {
140 "psr/container": "^1.0"
141 },
142 "time": "2017-02-14T19:40:03+00:00",
143 "type": "library",
144 "installation-source": "dist",
145 "autoload": {
146 "psr-4": {
147 "Interop\\Container\\": "src/Interop/Container/"
148 }
149 },
150 "notification-url": "https://packagist.org/downloads/",
151 "license": [
152 "MIT"
153 ],
154 "description": "Promoting the interoperability of container objects (DIC, SL, etc.)",
155 "homepage": "https://github.com/container-interop/container-interop",
156 "abandoned": "psr/container"
157 },
158 {
159 "name": "davaxi/sparkline",
160 "version": "1.2.2",
161 "version_normalized": "1.2.2.0",
162 "source": {
163 "type": "git",
164 "url": "https://github.com/davaxi/Sparkline.git",
165 "reference": "380d447fcfc6468f7d8e5c041e8c01b8ec969959"
166 },
167 "dist": {
168 "type": "zip",
169 "url": "https://api.github.com/repos/davaxi/Sparkline/zipball/380d447fcfc6468f7d8e5c041e8c01b8ec969959",
170 "reference": "380d447fcfc6468f7d8e5c041e8c01b8ec969959",
171 "shasum": ""
172 },
173 "require": {
174 "ext-gd": "*",
175 "php": ">=5.4.0"
176 },
177 "require-dev": {
178 "codeclimate/php-test-reporter": "dev-master",
179 "ext-gd": "*",
180 "friendsofphp/php-cs-fixer": "^2.8",
181 "jakub-onderka/php-parallel-lint": "^0.9.2",
182 "php": ">=5.4.0",
183 "phpro/grumphp": "^0.12.0",
184 "phpunit/phpunit": "^4.8.36",
185 "povils/phpmnd": "^1.1",
186 "sebastian/phpcpd": "^3.0",
187 "sensiolabs/security-checker": "^4.1",
188 "squizlabs/php_codesniffer": "^3.1",
189 "wearejust/grumphp-extra-tasks": "^2.1"
190 },
191 "time": "2020-02-05T13:40:09+00:00",
192 "type": "library",
193 "installation-source": "dist",
194 "autoload": {
195 "psr-4": {
196 "Davaxi\\": "src/"
197 }
198 },
199 "notification-url": "https://packagist.org/downloads/",
200 "license": [
201 "MIT"
202 ],
203 "authors": [
204 {
205 "name": "David Patiashvili",
206 "email": "stratagem.david@gmail.com",
207 "homepage": "https://www.patiashvili.fr/",
208 "role": "Developer"
209 }
210 ],
211 "description": "PHP Class (using GD) to generate sparklines",
212 "keywords": [
213 "php",
214 "picture",
215 "sparkline"
216 ]
217 },
218 {
219 "name": "doctrine/cache",
220 "version": "v1.6.2",
221 "version_normalized": "1.6.2.0",
222 "source": {
223 "type": "git",
224 "url": "https://github.com/doctrine/cache.git",
225 "reference": "eb152c5100571c7a45470ff2a35095ab3f3b900b"
226 },
227 "dist": {
228 "type": "zip",
229 "url": "https://api.github.com/repos/doctrine/cache/zipball/eb152c5100571c7a45470ff2a35095ab3f3b900b",
230 "reference": "eb152c5100571c7a45470ff2a35095ab3f3b900b",
231 "shasum": ""
232 },
233 "require": {
234 "php": "~5.5|~7.0"
235 },
236 "conflict": {
237 "doctrine/common": ">2.2,<2.4"
238 },
239 "require-dev": {
240 "phpunit/phpunit": "~4.8|~5.0",
241 "predis/predis": "~1.0",
242 "satooshi/php-coveralls": "~0.6"
243 },
244 "time": "2017-07-22T12:49:21+00:00",
245 "type": "library",
246 "extra": {
247 "branch-alias": {
248 "dev-master": "1.6.x-dev"
249 }
250 },
251 "installation-source": "dist",
252 "autoload": {
253 "psr-4": {
254 "Doctrine\\Common\\Cache\\": "lib/Doctrine/Common/Cache"
255 }
256 },
257 "notification-url": "https://packagist.org/downloads/",
258 "license": [
259 "MIT"
260 ],
261 "authors": [
262 {
263 "name": "Roman Borschel",
264 "email": "roman@code-factory.org"
265 },
266 {
267 "name": "Benjamin Eberlei",
268 "email": "kontakt@beberlei.de"
269 },
270 {
271 "name": "Guilherme Blanco",
272 "email": "guilhermeblanco@gmail.com"
273 },
274 {
275 "name": "Jonathan Wage",
276 "email": "jonwage@gmail.com"
277 },
278 {
279 "name": "Johannes Schmitt",
280 "email": "schmittjoh@gmail.com"
281 }
282 ],
283 "description": "Caching library offering an object-oriented API for many cache backends",
284 "homepage": "http://www.doctrine-project.org",
285 "keywords": [
286 "cache",
287 "caching"
288 ]
289 },
290 {
291 "name": "geoip2/geoip2",
292 "version": "v2.9.0",
293 "version_normalized": "2.9.0.0",
294 "source": {
295 "type": "git",
296 "url": "https://github.com/maxmind/GeoIP2-php.git",
297 "reference": "a807fbf65212eef5d8d2db1a1b31082b53633d77"
298 },
299 "dist": {
300 "type": "zip",
301 "url": "https://api.github.com/repos/maxmind/GeoIP2-php/zipball/a807fbf65212eef5d8d2db1a1b31082b53633d77",
302 "reference": "a807fbf65212eef5d8d2db1a1b31082b53633d77",
303 "shasum": ""
304 },
305 "require": {
306 "maxmind-db/reader": "~1.0",
307 "maxmind/web-service-common": "~0.5",
308 "php": ">=5.4"
309 },
310 "require-dev": {
311 "friendsofphp/php-cs-fixer": "2.*",
312 "phpunit/phpunit": "4.*",
313 "squizlabs/php_codesniffer": "3.*"
314 },
315 "time": "2018-04-10T15:32:59+00:00",
316 "type": "library",
317 "installation-source": "dist",
318 "autoload": {
319 "psr-4": {
320 "GeoIp2\\": "src"
321 }
322 },
323 "notification-url": "https://packagist.org/downloads/",
324 "license": [
325 "Apache-2.0"
326 ],
327 "authors": [
328 {
329 "name": "Gregory J. Oschwald",
330 "email": "goschwald@maxmind.com",
331 "homepage": "http://www.maxmind.com/"
332 }
333 ],
334 "description": "MaxMind GeoIP2 PHP API",
335 "homepage": "https://github.com/maxmind/GeoIP2-php",
336 "keywords": [
337 "IP",
338 "geoip",
339 "geoip2",
340 "geolocation",
341 "maxmind"
342 ]
343 },
344 {
345 "name": "leafo/lessphp",
346 "version": "dev-php74-compat",
347 "version_normalized": "dev-php74-compat",
348 "source": {
349 "type": "git",
350 "url": "https://github.com/matomo-org/lessphp.git",
351 "reference": "f16f6984aa9098559ababa9f47154a397b974c24"
352 },
353 "time": "2019-11-21T09:39:30+00:00",
354 "type": "library",
355 "extra": {
356 "branch-alias": {
357 "dev-master": "0.4.x-dev"
358 }
359 },
360 "installation-source": "source",
361 "autoload": {
362 "classmap": [
363 "lessc.inc.php"
364 ]
365 },
366 "license": [
367 "MIT",
368 "GPL-3.0"
369 ],
370 "authors": [
371 {
372 "name": "Leaf Corcoran",
373 "email": "leafot@gmail.com",
374 "homepage": "http://leafo.net"
375 }
376 ],
377 "description": "lessphp is a compiler for LESS written in PHP.",
378 "homepage": "http://leafo.net/lessphp/"
379 },
380 {
381 "name": "matomo-org/jshrink",
382 "version": "1.3.1",
383 "version_normalized": "1.3.1.0",
384 "source": {
385 "type": "git",
386 "url": "https://github.com/tedious/JShrink",
387 "reference": "v1.3.1"
388 },
389 "require": {
390 "php": "*"
391 },
392 "type": "library",
393 "installation-source": "source",
394 "autoload": {
395 "psr-0": {
396 "JShrink": "src/"
397 }
398 },
399 "license": [
400 "BSD-3-Clause"
401 ],
402 "authors": [
403 {
404 "name": "Robert Hafner",
405 "email": "tedivm@tedivm.com"
406 }
407 ],
408 "description": "Javascript Minifier built in PHP",
409 "homepage": "http://github.com/tedious/JShrink",
410 "keywords": [
411 "javascript",
412 "minifier"
413 ]
414 },
415 {
416 "name": "matomo/referrer-spam-blacklist",
417 "version": "1.1.2",
418 "version_normalized": "1.1.2.0",
419 "source": {
420 "type": "git",
421 "url": "https://github.com/matomo-org/referrer-spam-blacklist.git",
422 "reference": "6814af8832b31bbf02bebe1d057bc4b7b5bc1014"
423 },
424 "dist": {
425 "type": "zip",
426 "url": "https://api.github.com/repos/matomo-org/referrer-spam-blacklist/zipball/6814af8832b31bbf02bebe1d057bc4b7b5bc1014",
427 "reference": "6814af8832b31bbf02bebe1d057bc4b7b5bc1014",
428 "shasum": ""
429 },
430 "replace": {
431 "piwik/referrer-spam-blacklist": "*"
432 },
433 "time": "2018-08-08T20:37:48+00:00",
434 "type": "library",
435 "installation-source": "dist",
436 "notification-url": "https://packagist.org/downloads/",
437 "license": [
438 "CC0-1.0"
439 ],
440 "description": "Community-contributed list of referrer spammers"
441 },
442 {
443 "name": "matomo/searchengine-and-social-list",
444 "version": "3.11.0",
445 "version_normalized": "3.11.0.0",
446 "source": {
447 "type": "git",
448 "url": "https://github.com/matomo-org/searchengine-and-social-list.git",
449 "reference": "80ab98ed17ea5b72730f4f4d96acc03847440103"
450 },
451 "dist": {
452 "type": "zip",
453 "url": "https://api.github.com/repos/matomo-org/searchengine-and-social-list/zipball/80ab98ed17ea5b72730f4f4d96acc03847440103",
454 "reference": "80ab98ed17ea5b72730f4f4d96acc03847440103",
455 "shasum": ""
456 },
457 "replace": {
458 "piwik/searchengine-and-social-list": "*"
459 },
460 "time": "2020-01-13T09:01:25+00:00",
461 "type": "library",
462 "installation-source": "dist",
463 "notification-url": "https://packagist.org/downloads/",
464 "license": [
465 "CC0-1.0"
466 ],
467 "description": "Search engine and social network definitions used by Matomo (formerly Piwik)"
468 },
469 {
470 "name": "maxmind-db/reader",
471 "version": "v1.4.1",
472 "version_normalized": "1.4.1.0",
473 "source": {
474 "type": "git",
475 "url": "https://github.com/maxmind/MaxMind-DB-Reader-php.git",
476 "reference": "eb83d0ee1c1f9b8a340206302136bc81ee02ae74"
477 },
478 "dist": {
479 "type": "zip",
480 "url": "https://api.github.com/repos/maxmind/MaxMind-DB-Reader-php/zipball/eb83d0ee1c1f9b8a340206302136bc81ee02ae74",
481 "reference": "eb83d0ee1c1f9b8a340206302136bc81ee02ae74",
482 "shasum": ""
483 },
484 "require": {
485 "php": ">=5.4"
486 },
487 "require-dev": {
488 "friendsofphp/php-cs-fixer": "2.*",
489 "phpunit/phpunit": "4.* || 5.*",
490 "satooshi/php-coveralls": "1.0.*",
491 "squizlabs/php_codesniffer": "3.*"
492 },
493 "suggest": {
494 "ext-bcmath": "bcmath or gmp is required for decoding larger integers with the pure PHP decoder",
495 "ext-gmp": "bcmath or gmp is required for decoding larger integers with the pure PHP decoder",
496 "ext-maxminddb": "A C-based database decoder that provides significantly faster lookups"
497 },
498 "time": "2019-01-04T19:55:56+00:00",
499 "type": "library",
500 "installation-source": "dist",
501 "autoload": {
502 "psr-4": {
503 "MaxMind\\Db\\": "src/MaxMind/Db"
504 }
505 },
506 "notification-url": "https://packagist.org/downloads/",
507 "license": [
508 "Apache-2.0"
509 ],
510 "authors": [
511 {
512 "name": "Gregory J. Oschwald",
513 "email": "goschwald@maxmind.com",
514 "homepage": "http://www.maxmind.com/"
515 }
516 ],
517 "description": "MaxMind DB Reader API",
518 "homepage": "https://github.com/maxmind/MaxMind-DB-Reader-php",
519 "keywords": [
520 "database",
521 "geoip",
522 "geoip2",
523 "geolocation",
524 "maxmind"
525 ]
526 },
527 {
528 "name": "maxmind/web-service-common",
529 "version": "v0.5.0",
530 "version_normalized": "0.5.0.0",
531 "source": {
532 "type": "git",
533 "url": "https://github.com/maxmind/web-service-common-php.git",
534 "reference": "61a9836fa3bb1743ab89752bae5005d71e78c73b"
535 },
536 "dist": {
537 "type": "zip",
538 "url": "https://api.github.com/repos/maxmind/web-service-common-php/zipball/61a9836fa3bb1743ab89752bae5005d71e78c73b",
539 "reference": "61a9836fa3bb1743ab89752bae5005d71e78c73b",
540 "shasum": ""
541 },
542 "require": {
543 "composer/ca-bundle": "^1.0.3",
544 "ext-curl": "*",
545 "ext-json": "*",
546 "php": ">=5.4"
547 },
548 "require-dev": {
549 "friendsofphp/php-cs-fixer": "2.*",
550 "phpunit/phpunit": "4.*",
551 "squizlabs/php_codesniffer": "3.*"
552 },
553 "time": "2018-02-12T22:31:54+00:00",
554 "type": "library",
555 "installation-source": "dist",
556 "autoload": {
557 "psr-4": {
558 "MaxMind\\Exception\\": "src/Exception",
559 "MaxMind\\WebService\\": "src/WebService"
560 }
561 },
562 "notification-url": "https://packagist.org/downloads/",
563 "license": [
564 "Apache-2.0"
565 ],
566 "authors": [
567 {
568 "name": "Gregory Oschwald",
569 "email": "goschwald@maxmind.com"
570 }
571 ],
572 "description": "Internal MaxMind Web Service API",
573 "homepage": "https://github.com/maxmind/web-service-common-php"
574 },
575 {
576 "name": "monolog/monolog",
577 "version": "1.25.1",
578 "version_normalized": "1.25.1.0",
579 "source": {
580 "type": "git",
581 "url": "https://github.com/Seldaek/monolog.git",
582 "reference": "70e65a5470a42cfec1a7da00d30edb6e617e8dcf"
583 },
584 "dist": {
585 "type": "zip",
586 "url": "https://api.github.com/repos/Seldaek/monolog/zipball/70e65a5470a42cfec1a7da00d30edb6e617e8dcf",
587 "reference": "70e65a5470a42cfec1a7da00d30edb6e617e8dcf",
588 "shasum": ""
589 },
590 "require": {
591 "php": ">=5.3.0",
592 "psr/log": "~1.0"
593 },
594 "provide": {
595 "psr/log-implementation": "1.0.0"
596 },
597 "require-dev": {
598 "aws/aws-sdk-php": "^2.4.9 || ^3.0",
599 "doctrine/couchdb": "~1.0@dev",
600 "graylog2/gelf-php": "~1.0",
601 "jakub-onderka/php-parallel-lint": "0.9",
602 "php-amqplib/php-amqplib": "~2.4",
603 "php-console/php-console": "^3.1.3",
604 "phpunit/phpunit": "~4.5",
605 "phpunit/phpunit-mock-objects": "2.3.0",
606 "ruflin/elastica": ">=0.90 <3.0",
607 "sentry/sentry": "^0.13",
608 "swiftmailer/swiftmailer": "^5.3|^6.0"
609 },
610 "suggest": {
611 "aws/aws-sdk-php": "Allow sending log messages to AWS services like DynamoDB",
612 "doctrine/couchdb": "Allow sending log messages to a CouchDB server",
613 "ext-amqp": "Allow sending log messages to an AMQP server (1.0+ required)",
614 "ext-mongo": "Allow sending log messages to a MongoDB server",
615 "graylog2/gelf-php": "Allow sending log messages to a GrayLog2 server",
616 "mongodb/mongodb": "Allow sending log messages to a MongoDB server via PHP Driver",
617 "php-amqplib/php-amqplib": "Allow sending log messages to an AMQP server using php-amqplib",
618 "php-console/php-console": "Allow sending log messages to Google Chrome",
619 "rollbar/rollbar": "Allow sending log messages to Rollbar",
620 "ruflin/elastica": "Allow sending log messages to an Elastic Search server",
621 "sentry/sentry": "Allow sending log messages to a Sentry server"
622 },
623 "time": "2019-09-06T13:49:17+00:00",
624 "type": "library",
625 "extra": {
626 "branch-alias": {
627 "dev-master": "2.0.x-dev"
628 }
629 },
630 "installation-source": "dist",
631 "autoload": {
632 "psr-4": {
633 "Monolog\\": "src/Monolog"
634 }
635 },
636 "notification-url": "https://packagist.org/downloads/",
637 "license": [
638 "MIT"
639 ],
640 "authors": [
641 {
642 "name": "Jordi Boggiano",
643 "email": "j.boggiano@seld.be",
644 "homepage": "http://seld.be"
645 }
646 ],
647 "description": "Sends your logs to files, sockets, inboxes, databases and various web services",
648 "homepage": "http://github.com/Seldaek/monolog",
649 "keywords": [
650 "log",
651 "logging",
652 "psr-3"
653 ]
654 },
655 {
656 "name": "mustangostang/spyc",
657 "version": "0.6.3",
658 "version_normalized": "0.6.3.0",
659 "source": {
660 "type": "git",
661 "url": "git@github.com:mustangostang/spyc.git",
662 "reference": "4627c838b16550b666d15aeae1e5289dd5b77da0"
663 },
664 "dist": {
665 "type": "zip",
666 "url": "https://api.github.com/repos/mustangostang/spyc/zipball/4627c838b16550b666d15aeae1e5289dd5b77da0",
667 "reference": "4627c838b16550b666d15aeae1e5289dd5b77da0",
668 "shasum": ""
669 },
670 "require": {
671 "php": ">=5.3.1"
672 },
673 "require-dev": {
674 "phpunit/phpunit": "4.3.*@dev"
675 },
676 "time": "2019-09-10T13:16:29+00:00",
677 "type": "library",
678 "extra": {
679 "branch-alias": {
680 "dev-master": "0.5.x-dev"
681 }
682 },
683 "installation-source": "dist",
684 "autoload": {
685 "files": [
686 "Spyc.php"
687 ]
688 },
689 "notification-url": "https://packagist.org/downloads/",
690 "license": [
691 "MIT"
692 ],
693 "authors": [
694 {
695 "name": "mustangostang",
696 "email": "vlad.andersen@gmail.com"
697 }
698 ],
699 "description": "A simple YAML loader/dumper class for PHP",
700 "homepage": "https://github.com/mustangostang/spyc/",
701 "keywords": [
702 "spyc",
703 "yaml",
704 "yml"
705 ]
706 },
707 {
708 "name": "pear/archive_tar",
709 "version": "1.4.8",
710 "version_normalized": "1.4.8.0",
711 "source": {
712 "type": "git",
713 "url": "https://github.com/pear/Archive_Tar.git",
714 "reference": "442bdffb7edb84c898cfd94f7ac8500e49d5bbb5"
715 },
716 "dist": {
717 "type": "zip",
718 "url": "https://api.github.com/repos/pear/Archive_Tar/zipball/442bdffb7edb84c898cfd94f7ac8500e49d5bbb5",
719 "reference": "442bdffb7edb84c898cfd94f7ac8500e49d5bbb5",
720 "shasum": ""
721 },
722 "require": {
723 "pear/pear-core-minimal": "^1.10.0alpha2",
724 "php": ">=5.2.0"
725 },
726 "require-dev": {
727 "phpunit/phpunit": "*"
728 },
729 "suggest": {
730 "ext-bz2": "Bz2 compression support.",
731 "ext-xz": "Lzma2 compression support.",
732 "ext-zlib": "Gzip compression support."
733 },
734 "time": "2019-10-21T13:31:24+00:00",
735 "type": "library",
736 "extra": {
737 "branch-alias": {
738 "dev-master": "1.4.x-dev"
739 }
740 },
741 "installation-source": "dist",
742 "autoload": {
743 "psr-0": {
744 "Archive_Tar": ""
745 }
746 },
747 "notification-url": "https://packagist.org/downloads/",
748 "include-path": [
749 "./"
750 ],
751 "license": [
752 "BSD-3-Clause"
753 ],
754 "authors": [
755 {
756 "name": "Vincent Blavet",
757 "email": "vincent@phpconcept.net"
758 },
759 {
760 "name": "Greg Beaver",
761 "email": "greg@chiaraquartet.net"
762 },
763 {
764 "name": "Michiel Rook",
765 "email": "mrook@php.net"
766 }
767 ],
768 "description": "Tar file management class with compression support (gzip, bzip2, lzma2)",
769 "homepage": "https://github.com/pear/Archive_Tar",
770 "keywords": [
771 "archive",
772 "tar"
773 ]
774 },
775 {
776 "name": "pear/console_getopt",
777 "version": "v1.4.2",
778 "version_normalized": "1.4.2.0",
779 "source": {
780 "type": "git",
781 "url": "https://github.com/pear/Console_Getopt.git",
782 "reference": "6c77aeb625b32bd752e89ee17972d103588b90c0"
783 },
784 "dist": {
785 "type": "zip",
786 "url": "https://api.github.com/repos/pear/Console_Getopt/zipball/6c77aeb625b32bd752e89ee17972d103588b90c0",
787 "reference": "6c77aeb625b32bd752e89ee17972d103588b90c0",
788 "shasum": ""
789 },
790 "time": "2019-02-06T16:52:33+00:00",
791 "type": "library",
792 "installation-source": "dist",
793 "autoload": {
794 "psr-0": {
795 "Console": "./"
796 }
797 },
798 "notification-url": "https://packagist.org/downloads/",
799 "include-path": [
800 "./"
801 ],
802 "license": [
803 "BSD-2-Clause"
804 ],
805 "authors": [
806 {
807 "name": "Greg Beaver",
808 "email": "cellog@php.net",
809 "role": "Helper"
810 },
811 {
812 "name": "Andrei Zmievski",
813 "email": "andrei@php.net",
814 "role": "Lead"
815 },
816 {
817 "name": "Stig Bakken",
818 "email": "stig@php.net",
819 "role": "Developer"
820 }
821 ],
822 "description": "More info available on: http://pear.php.net/package/Console_Getopt"
823 },
824 {
825 "name": "pear/pear-core-minimal",
826 "version": "v1.10.9",
827 "version_normalized": "1.10.9.0",
828 "source": {
829 "type": "git",
830 "url": "https://github.com/pear/pear-core-minimal.git",
831 "reference": "742be8dd68c746a01e4b0a422258e9c9cae1c37f"
832 },
833 "dist": {
834 "type": "zip",
835 "url": "https://api.github.com/repos/pear/pear-core-minimal/zipball/742be8dd68c746a01e4b0a422258e9c9cae1c37f",
836 "reference": "742be8dd68c746a01e4b0a422258e9c9cae1c37f",
837 "shasum": ""
838 },
839 "require": {
840 "pear/console_getopt": "~1.4",
841 "pear/pear_exception": "~1.0"
842 },
843 "replace": {
844 "rsky/pear-core-min": "self.version"
845 },
846 "time": "2019-03-13T18:15:44+00:00",
847 "type": "library",
848 "installation-source": "dist",
849 "autoload": {
850 "psr-0": {
851 "": "src/"
852 }
853 },
854 "notification-url": "https://packagist.org/downloads/",
855 "include-path": [
856 "src/"
857 ],
858 "license": [
859 "BSD-3-Clause"
860 ],
861 "authors": [
862 {
863 "name": "Christian Weiske",
864 "email": "cweiske@php.net",
865 "role": "Lead"
866 }
867 ],
868 "description": "Minimal set of PEAR core files to be used as composer dependency"
869 },
870 {
871 "name": "pear/pear_exception",
872 "version": "v1.0.0",
873 "version_normalized": "1.0.0.0",
874 "source": {
875 "type": "git",
876 "url": "https://github.com/pear/PEAR_Exception.git",
877 "reference": "8c18719fdae000b690e3912be401c76e406dd13b"
878 },
879 "dist": {
880 "type": "zip",
881 "url": "https://api.github.com/repos/pear/PEAR_Exception/zipball/8c18719fdae000b690e3912be401c76e406dd13b",
882 "reference": "8c18719fdae000b690e3912be401c76e406dd13b",
883 "shasum": ""
884 },
885 "require": {
886 "php": ">=4.4.0"
887 },
888 "require-dev": {
889 "phpunit/phpunit": "*"
890 },
891 "time": "2015-02-10T20:07:52+00:00",
892 "type": "class",
893 "extra": {
894 "branch-alias": {
895 "dev-master": "1.0.x-dev"
896 }
897 },
898 "installation-source": "dist",
899 "autoload": {
900 "psr-0": {
901 "PEAR": ""
902 }
903 },
904 "notification-url": "https://packagist.org/downloads/",
905 "include-path": [
906 "."
907 ],
908 "license": [
909 "BSD-2-Clause"
910 ],
911 "authors": [
912 {
913 "name": "Helgi Thormar",
914 "email": "dufuz@php.net"
915 },
916 {
917 "name": "Greg Beaver",
918 "email": "cellog@php.net"
919 }
920 ],
921 "description": "The PEAR Exception base class.",
922 "homepage": "https://github.com/pear/PEAR_Exception",
923 "keywords": [
924 "exception"
925 ]
926 },
927 {
928 "name": "php-di/invoker",
929 "version": "1.3.3",
930 "version_normalized": "1.3.3.0",
931 "source": {
932 "type": "git",
933 "url": "https://github.com/PHP-DI/Invoker.git",
934 "reference": "1f4ca63b9abc66109e53b255e465d0ddb5c2e3f7"
935 },
936 "dist": {
937 "type": "zip",
938 "url": "https://api.github.com/repos/PHP-DI/Invoker/zipball/1f4ca63b9abc66109e53b255e465d0ddb5c2e3f7",
939 "reference": "1f4ca63b9abc66109e53b255e465d0ddb5c2e3f7",
940 "shasum": ""
941 },
942 "require": {
943 "container-interop/container-interop": "~1.1"
944 },
945 "require-dev": {
946 "athletic/athletic": "~0.1.8",
947 "phpunit/phpunit": "~4.5"
948 },
949 "time": "2016-07-14T13:09:58+00:00",
950 "type": "library",
951 "installation-source": "dist",
952 "autoload": {
953 "psr-4": {
954 "Invoker\\": "src/"
955 }
956 },
957 "notification-url": "https://packagist.org/downloads/",
958 "license": [
959 "MIT"
960 ],
961 "description": "Generic and extensible callable invoker",
962 "homepage": "https://github.com/PHP-DI/Invoker",
963 "keywords": [
964 "callable",
965 "dependency",
966 "dependency-injection",
967 "injection",
968 "invoke",
969 "invoker"
970 ]
971 },
972 {
973 "name": "php-di/php-di",
974 "version": "5.4.6",
975 "version_normalized": "5.4.6.0",
976 "source": {
977 "type": "git",
978 "url": "https://github.com/PHP-DI/PHP-DI.git",
979 "reference": "3f9255659595f3e289f473778bb6c51aa72abbbd"
980 },
981 "dist": {
982 "type": "zip",
983 "url": "https://api.github.com/repos/PHP-DI/PHP-DI/zipball/3f9255659595f3e289f473778bb6c51aa72abbbd",
984 "reference": "3f9255659595f3e289f473778bb6c51aa72abbbd",
985 "shasum": ""
986 },
987 "require": {
988 "container-interop/container-interop": "~1.2",
989 "php": ">=5.5.0",
990 "php-di/invoker": "^1.3.2",
991 "php-di/phpdoc-reader": "^2.0.1",
992 "psr/container": "~1.0"
993 },
994 "provide": {
995 "container-interop/container-interop-implementation": "^1.0",
996 "psr/container-implementation": "^1.0"
997 },
998 "replace": {
999 "mnapoli/php-di": "*"
1000 },
1001 "require-dev": {
1002 "doctrine/annotations": "~1.2",
1003 "doctrine/cache": "~1.4",
1004 "mnapoli/phpunit-easymock": "~0.2.0",
1005 "ocramius/proxy-manager": "~1.0|~2.0",
1006 "phpbench/phpbench": "@dev",
1007 "phpunit/phpunit": "~4.5"
1008 },
1009 "suggest": {
1010 "doctrine/annotations": "Install it if you want to use annotations (version ~1.2)",
1011 "doctrine/cache": "Install it if you want to use the cache (version ~1.4)",
1012 "ocramius/proxy-manager": "Install it if you want to use lazy injection (version ~1.0 or ~2.0)"
1013 },
1014 "time": "2017-12-03T08:20:27+00:00",
1015 "type": "library",
1016 "installation-source": "dist",
1017 "autoload": {
1018 "psr-4": {
1019 "DI\\": "src/DI/"
1020 },
1021 "files": [
1022 "src/DI/functions.php"
1023 ]
1024 },
1025 "notification-url": "https://packagist.org/downloads/",
1026 "license": [
1027 "MIT"
1028 ],
1029 "description": "The dependency injection container for humans",
1030 "homepage": "http://php-di.org/",
1031 "keywords": [
1032 "container",
1033 "dependency injection",
1034 "di"
1035 ]
1036 },
1037 {
1038 "name": "php-di/phpdoc-reader",
1039 "version": "2.1.1",
1040 "version_normalized": "2.1.1.0",
1041 "source": {
1042 "type": "git",
1043 "url": "https://github.com/PHP-DI/PhpDocReader.git",
1044 "reference": "15678f7451c020226807f520efb867ad26fbbfcf"
1045 },
1046 "dist": {
1047 "type": "zip",
1048 "url": "https://api.github.com/repos/PHP-DI/PhpDocReader/zipball/15678f7451c020226807f520efb867ad26fbbfcf",
1049 "reference": "15678f7451c020226807f520efb867ad26fbbfcf",
1050 "shasum": ""
1051 },
1052 "require": {
1053 "php": ">=5.4.0"
1054 },
1055 "require-dev": {
1056 "phpunit/phpunit": "~4.6"
1057 },
1058 "time": "2019-09-26T11:24:58+00:00",
1059 "type": "library",
1060 "installation-source": "dist",
1061 "autoload": {
1062 "psr-4": {
1063 "PhpDocReader\\": "src/PhpDocReader"
1064 }
1065 },
1066 "notification-url": "https://packagist.org/downloads/",
1067 "license": [
1068 "MIT"
1069 ],
1070 "description": "PhpDocReader parses @var and @param values in PHP docblocks (supports namespaced class names with the same resolution rules as PHP)",
1071 "keywords": [
1072 "phpdoc",
1073 "reflection"
1074 ]
1075 },
1076 {
1077 "name": "piwik/cache",
1078 "version": "1.0.4",
1079 "version_normalized": "1.0.4.0",
1080 "source": {
1081 "type": "git",
1082 "url": "https://github.com/matomo-org/component-cache.git",
1083 "reference": "09274cb024c506ba5b182c0e72a71ff3b933b4c3"
1084 },
1085 "dist": {
1086 "type": "zip",
1087 "url": "https://api.github.com/repos/matomo-org/component-cache/zipball/09274cb024c506ba5b182c0e72a71ff3b933b4c3",
1088 "reference": "09274cb024c506ba5b182c0e72a71ff3b933b4c3",
1089 "shasum": ""
1090 },
1091 "require": {
1092 "doctrine/cache": "~1.4",
1093 "php": ">=5.5.9"
1094 },
1095 "require-dev": {
1096 "phpunit/phpunit": "~4.0"
1097 },
1098 "time": "2020-02-09T20:54:22+00:00",
1099 "type": "library",
1100 "installation-source": "dist",
1101 "autoload": {
1102 "psr-4": {
1103 "Piwik\\Cache\\": "src/"
1104 }
1105 },
1106 "notification-url": "https://packagist.org/downloads/",
1107 "license": [
1108 "LGPL-3.0"
1109 ],
1110 "authors": [
1111 {
1112 "name": "The Piwik Team",
1113 "email": "hello@piwik.org",
1114 "homepage": "http://piwik.org/the-piwik-team/"
1115 }
1116 ],
1117 "description": "PHP caching library based on Doctrine cache",
1118 "keywords": [
1119 "array",
1120 "cache",
1121 "file",
1122 "redis"
1123 ],
1124 "abandoned": "matomo/cache"
1125 },
1126 {
1127 "name": "piwik/decompress",
1128 "version": "1.2.2",
1129 "version_normalized": "1.2.2.0",
1130 "source": {
1131 "type": "git",
1132 "url": "https://github.com/matomo-org/component-decompress.git",
1133 "reference": "15088059c38378939db8a3490b67b569797a6a3a"
1134 },
1135 "dist": {
1136 "type": "zip",
1137 "url": "https://api.github.com/repos/matomo-org/component-decompress/zipball/15088059c38378939db8a3490b67b569797a6a3a",
1138 "reference": "15088059c38378939db8a3490b67b569797a6a3a",
1139 "shasum": ""
1140 },
1141 "require": {
1142 "pear/archive_tar": "~1.3,>=1.3.15",
1143 "php": ">=5.3.2"
1144 },
1145 "require-dev": {
1146 "phpunit/phpunit": "4.4"
1147 },
1148 "time": "2017-07-14T10:45:10+00:00",
1149 "type": "library",
1150 "installation-source": "dist",
1151 "autoload": {
1152 "psr-4": {
1153 "Piwik\\Decompress\\": "src/"
1154 },
1155 "classmap": [
1156 "libs/PclZip"
1157 ]
1158 },
1159 "notification-url": "https://packagist.org/downloads/",
1160 "license": [
1161 "LGPL-3.0"
1162 ],
1163 "abandoned": "matomo/decompress"
1164 },
1165 {
1166 "name": "piwik/device-detector",
1167 "version": "3.12.4",
1168 "version_normalized": "3.12.4.0",
1169 "source": {
1170 "type": "git",
1171 "url": "https://github.com/matomo-org/device-detector.git",
1172 "reference": "6a92e45a55eb507f53581e9add7dc82835ad6424"
1173 },
1174 "dist": {
1175 "type": "zip",
1176 "url": "https://api.github.com/repos/matomo-org/device-detector/zipball/6a92e45a55eb507f53581e9add7dc82835ad6424",
1177 "reference": "6a92e45a55eb507f53581e9add7dc82835ad6424",
1178 "shasum": ""
1179 },
1180 "require": {
1181 "mustangostang/spyc": "*",
1182 "php": ">=5.5"
1183 },
1184 "require-dev": {
1185 "fabpot/php-cs-fixer": "~1.7",
1186 "matthiasmullie/scrapbook": "@stable",
1187 "phpunit/phpunit": "^4.8.36",
1188 "psr/cache": "^1.0",
1189 "psr/simple-cache": "^1.0"
1190 },
1191 "suggest": {
1192 "doctrine/cache": "Can directly be used for caching purpose",
1193 "ext-yaml": "Necessary for using the Pecl YAML parser"
1194 },
1195 "time": "2020-03-31T08:53:12+00:00",
1196 "type": "library",
1197 "installation-source": "dist",
1198 "autoload": {
1199 "psr-4": {
1200 "DeviceDetector\\": ""
1201 }
1202 },
1203 "notification-url": "https://packagist.org/downloads/",
1204 "license": [
1205 "LGPL-3.0-or-later"
1206 ],
1207 "authors": [
1208 {
1209 "name": "The Matomo Team",
1210 "email": "hello@matomo.org",
1211 "homepage": "https://matomo.org/team/"
1212 }
1213 ],
1214 "description": "The Universal Device Detection library, that parses User Agents and detects devices (desktop, tablet, mobile, tv, cars, console, etc.), clients (browsers, media players, mobile apps, feed readers, libraries, etc), operating systems, devices, brands and models.",
1215 "homepage": "https://matomo.org",
1216 "keywords": [
1217 "devicedetection",
1218 "parser",
1219 "useragent"
1220 ]
1221 },
1222 {
1223 "name": "piwik/ini",
1224 "version": "1.0.8",
1225 "version_normalized": "1.0.8.0",
1226 "source": {
1227 "type": "git",
1228 "url": "https://github.com/matomo-org/component-ini.git",
1229 "reference": "663d4fdedd8f344407fd1599e623f41912fe2ebd"
1230 },
1231 "dist": {
1232 "type": "zip",
1233 "url": "https://api.github.com/repos/matomo-org/component-ini/zipball/663d4fdedd8f344407fd1599e623f41912fe2ebd",
1234 "reference": "663d4fdedd8f344407fd1599e623f41912fe2ebd",
1235 "shasum": ""
1236 },
1237 "require": {
1238 "php": ">=5.3.3"
1239 },
1240 "require-dev": {
1241 "athletic/athletic": "0.1.*",
1242 "phpunit/phpunit": "~4.0"
1243 },
1244 "time": "2019-12-21T20:06:47+00:00",
1245 "type": "library",
1246 "installation-source": "dist",
1247 "autoload": {
1248 "psr-4": {
1249 "Piwik\\Ini\\": "src/"
1250 }
1251 },
1252 "notification-url": "https://packagist.org/downloads/",
1253 "license": [
1254 "LGPL-3.0"
1255 ],
1256 "abandoned": "matomo/ini"
1257 },
1258 {
1259 "name": "piwik/network",
1260 "version": "0.2.1",
1261 "version_normalized": "0.2.1.0",
1262 "source": {
1263 "type": "git",
1264 "url": "https://github.com/matomo-org/component-network.git",
1265 "reference": "fb847317b79fe41d52f5eb5fd92f197df4538b7d"
1266 },
1267 "dist": {
1268 "type": "zip",
1269 "url": "https://api.github.com/repos/matomo-org/component-network/zipball/fb847317b79fe41d52f5eb5fd92f197df4538b7d",
1270 "reference": "fb847317b79fe41d52f5eb5fd92f197df4538b7d",
1271 "shasum": ""
1272 },
1273 "require": {
1274 "php": ">=5.4"
1275 },
1276 "require-dev": {
1277 "phpunit/phpunit": "^4.8.36"
1278 },
1279 "time": "2019-11-06T19:13:42+00:00",
1280 "type": "library",
1281 "installation-source": "dist",
1282 "autoload": {
1283 "psr-4": {
1284 "Piwik\\Network\\": "src/"
1285 }
1286 },
1287 "notification-url": "https://packagist.org/downloads/",
1288 "license": [
1289 "LGPL-3.0"
1290 ],
1291 "abandoned": "matomo/network"
1292 },
1293 {
1294 "name": "piwik/piwik-php-tracker",
1295 "version": "1.5.2",
1296 "version_normalized": "1.5.2.0",
1297 "source": {
1298 "type": "git",
1299 "url": "https://github.com/matomo-org/matomo-php-tracker.git",
1300 "reference": "314e6d00039cb9d99837c81cdf4cbcd19f5683e0"
1301 },
1302 "dist": {
1303 "type": "zip",
1304 "url": "https://api.github.com/repos/matomo-org/matomo-php-tracker/zipball/314e6d00039cb9d99837c81cdf4cbcd19f5683e0",
1305 "reference": "314e6d00039cb9d99837c81cdf4cbcd19f5683e0",
1306 "shasum": ""
1307 },
1308 "time": "2019-12-23T21:48:04+00:00",
1309 "type": "library",
1310 "installation-source": "dist",
1311 "autoload": {
1312 "classmap": [
1313 "."
1314 ]
1315 },
1316 "notification-url": "https://packagist.org/downloads/",
1317 "license": [
1318 "BSD-2-Clause"
1319 ],
1320 "authors": [
1321 {
1322 "name": "The Piwik Team",
1323 "email": "hello@piwik.org",
1324 "homepage": "http://piwik.org/the-piwik-team/"
1325 }
1326 ],
1327 "description": "PHP Client for Piwik Analytics Tracking API",
1328 "homepage": "http://piwik.org",
1329 "keywords": [
1330 "analytics",
1331 "piwik",
1332 "tracker"
1333 ],
1334 "abandoned": "matomo/matomo-php-tracker"
1335 },
1336 {
1337 "name": "psr/container",
1338 "version": "1.0.0",
1339 "version_normalized": "1.0.0.0",
1340 "source": {
1341 "type": "git",
1342 "url": "https://github.com/php-fig/container.git",
1343 "reference": "b7ce3b176482dbbc1245ebf52b181af44c2cf55f"
1344 },
1345 "dist": {
1346 "type": "zip",
1347 "url": "https://api.github.com/repos/php-fig/container/zipball/b7ce3b176482dbbc1245ebf52b181af44c2cf55f",
1348 "reference": "b7ce3b176482dbbc1245ebf52b181af44c2cf55f",
1349 "shasum": ""
1350 },
1351 "require": {
1352 "php": ">=5.3.0"
1353 },
1354 "time": "2017-02-14T16:28:37+00:00",
1355 "type": "library",
1356 "extra": {
1357 "branch-alias": {
1358 "dev-master": "1.0.x-dev"
1359 }
1360 },
1361 "installation-source": "dist",
1362 "autoload": {
1363 "psr-4": {
1364 "Psr\\Container\\": "src/"
1365 }
1366 },
1367 "notification-url": "https://packagist.org/downloads/",
1368 "license": [
1369 "MIT"
1370 ],
1371 "authors": [
1372 {
1373 "name": "PHP-FIG",
1374 "homepage": "http://www.php-fig.org/"
1375 }
1376 ],
1377 "description": "Common Container Interface (PHP FIG PSR-11)",
1378 "homepage": "https://github.com/php-fig/container",
1379 "keywords": [
1380 "PSR-11",
1381 "container",
1382 "container-interface",
1383 "container-interop",
1384 "psr"
1385 ]
1386 },
1387 {
1388 "name": "psr/log",
1389 "version": "1.1.2",
1390 "version_normalized": "1.1.2.0",
1391 "source": {
1392 "type": "git",
1393 "url": "https://github.com/php-fig/log.git",
1394 "reference": "446d54b4cb6bf489fc9d75f55843658e6f25d801"
1395 },
1396 "dist": {
1397 "type": "zip",
1398 "url": "https://api.github.com/repos/php-fig/log/zipball/446d54b4cb6bf489fc9d75f55843658e6f25d801",
1399 "reference": "446d54b4cb6bf489fc9d75f55843658e6f25d801",
1400 "shasum": ""
1401 },
1402 "require": {
1403 "php": ">=5.3.0"
1404 },
1405 "time": "2019-11-01T11:05:21+00:00",
1406 "type": "library",
1407 "extra": {
1408 "branch-alias": {
1409 "dev-master": "1.1.x-dev"
1410 }
1411 },
1412 "installation-source": "dist",
1413 "autoload": {
1414 "psr-4": {
1415 "Psr\\Log\\": "Psr/Log/"
1416 }
1417 },
1418 "notification-url": "https://packagist.org/downloads/",
1419 "license": [
1420 "MIT"
1421 ],
1422 "authors": [
1423 {
1424 "name": "PHP-FIG",
1425 "homepage": "http://www.php-fig.org/"
1426 }
1427 ],
1428 "description": "Common interface for logging libraries",
1429 "homepage": "https://github.com/php-fig/log",
1430 "keywords": [
1431 "log",
1432 "psr",
1433 "psr-3"
1434 ]
1435 },
1436 {
1437 "name": "symfony/console",
1438 "version": "v2.6.13",
1439 "version_normalized": "2.6.13.0",
1440 "target-dir": "Symfony/Component/Console",
1441 "source": {
1442 "type": "git",
1443 "url": "https://github.com/symfony/console.git",
1444 "reference": "0e5e18ae09d3f5c06367759be940e9ed3f568359"
1445 },
1446 "dist": {
1447 "type": "zip",
1448 "url": "https://api.github.com/repos/symfony/console/zipball/0e5e18ae09d3f5c06367759be940e9ed3f568359",
1449 "reference": "0e5e18ae09d3f5c06367759be940e9ed3f568359",
1450 "shasum": ""
1451 },
1452 "require": {
1453 "php": ">=5.3.3"
1454 },
1455 "require-dev": {
1456 "psr/log": "~1.0",
1457 "symfony/event-dispatcher": "~2.1",
1458 "symfony/phpunit-bridge": "~2.7",
1459 "symfony/process": "~2.1"
1460 },
1461 "suggest": {
1462 "psr/log": "For using the console logger",
1463 "symfony/event-dispatcher": "",
1464 "symfony/process": ""
1465 },
1466 "time": "2015-07-26T09:08:40+00:00",
1467 "type": "library",
1468 "extra": {
1469 "branch-alias": {
1470 "dev-master": "2.6-dev"
1471 }
1472 },
1473 "installation-source": "dist",
1474 "autoload": {
1475 "psr-0": {
1476 "Symfony\\Component\\Console\\": ""
1477 }
1478 },
1479 "notification-url": "https://packagist.org/downloads/",
1480 "license": [
1481 "MIT"
1482 ],
1483 "authors": [
1484 {
1485 "name": "Fabien Potencier",
1486 "email": "fabien@symfony.com"
1487 },
1488 {
1489 "name": "Symfony Community",
1490 "homepage": "https://symfony.com/contributors"
1491 }
1492 ],
1493 "description": "Symfony Console Component",
1494 "homepage": "https://symfony.com"
1495 },
1496 {
1497 "name": "symfony/event-dispatcher",
1498 "version": "v2.6.13",
1499 "version_normalized": "2.6.13.0",
1500 "target-dir": "Symfony/Component/EventDispatcher",
1501 "source": {
1502 "type": "git",
1503 "url": "https://github.com/symfony/event-dispatcher.git",
1504 "reference": "672593bc4b0043a0acf91903bb75a1c82d8f2e02"
1505 },
1506 "dist": {
1507 "type": "zip",
1508 "url": "https://api.github.com/repos/symfony/event-dispatcher/zipball/672593bc4b0043a0acf91903bb75a1c82d8f2e02",
1509 "reference": "672593bc4b0043a0acf91903bb75a1c82d8f2e02",
1510 "shasum": ""
1511 },
1512 "require": {
1513 "php": ">=5.3.3"
1514 },
1515 "require-dev": {
1516 "psr/log": "~1.0",
1517 "symfony/config": "~2.0,>=2.0.5",
1518 "symfony/dependency-injection": "~2.6",
1519 "symfony/expression-language": "~2.6",
1520 "symfony/phpunit-bridge": "~2.7",
1521 "symfony/stopwatch": "~2.3"
1522 },
1523 "suggest": {
1524 "symfony/dependency-injection": "",
1525 "symfony/http-kernel": ""
1526 },
1527 "time": "2015-05-02T15:18:45+00:00",
1528 "type": "library",
1529 "extra": {
1530 "branch-alias": {
1531 "dev-master": "2.6-dev"
1532 }
1533 },
1534 "installation-source": "dist",
1535 "autoload": {
1536 "psr-0": {
1537 "Symfony\\Component\\EventDispatcher\\": ""
1538 }
1539 },
1540 "notification-url": "https://packagist.org/downloads/",
1541 "license": [
1542 "MIT"
1543 ],
1544 "authors": [
1545 {
1546 "name": "Fabien Potencier",
1547 "email": "fabien@symfony.com"
1548 },
1549 {
1550 "name": "Symfony Community",
1551 "homepage": "https://symfony.com/contributors"
1552 }
1553 ],
1554 "description": "Symfony EventDispatcher Component",
1555 "homepage": "https://symfony.com"
1556 },
1557 {
1558 "name": "symfony/monolog-bridge",
1559 "version": "v2.6.13",
1560 "version_normalized": "2.6.13.0",
1561 "target-dir": "Symfony/Bridge/Monolog",
1562 "source": {
1563 "type": "git",
1564 "url": "https://github.com/symfony/monolog-bridge.git",
1565 "reference": "ba66eeabaa004e3ab70764cab59b056b182aa535"
1566 },
1567 "dist": {
1568 "type": "zip",
1569 "url": "https://api.github.com/repos/symfony/monolog-bridge/zipball/ba66eeabaa004e3ab70764cab59b056b182aa535",
1570 "reference": "ba66eeabaa004e3ab70764cab59b056b182aa535",
1571 "shasum": ""
1572 },
1573 "require": {
1574 "monolog/monolog": "~1.11",
1575 "php": ">=5.3.3"
1576 },
1577 "require-dev": {
1578 "symfony/console": "~2.4",
1579 "symfony/event-dispatcher": "~2.2",
1580 "symfony/http-kernel": "~2.4",
1581 "symfony/phpunit-bridge": "~2.7"
1582 },
1583 "suggest": {
1584 "symfony/console": "For the possibility to show log messages in console commands depending on verbosity settings. You need version ~2.3 of the console for it.",
1585 "symfony/event-dispatcher": "Needed when using log messages in console commands",
1586 "symfony/http-kernel": "For using the debugging handlers together with the response life cycle of the HTTP kernel."
1587 },
1588 "time": "2015-06-25T11:21:15+00:00",
1589 "type": "symfony-bridge",
1590 "extra": {
1591 "branch-alias": {
1592 "dev-master": "2.6-dev"
1593 }
1594 },
1595 "installation-source": "dist",
1596 "autoload": {
1597 "psr-0": {
1598 "Symfony\\Bridge\\Monolog\\": ""
1599 }
1600 },
1601 "notification-url": "https://packagist.org/downloads/",
1602 "license": [
1603 "MIT"
1604 ],
1605 "authors": [
1606 {
1607 "name": "Fabien Potencier",
1608 "email": "fabien@symfony.com"
1609 },
1610 {
1611 "name": "Symfony Community",
1612 "homepage": "https://symfony.com/contributors"
1613 }
1614 ],
1615 "description": "Symfony Monolog Bridge",
1616 "homepage": "https://symfony.com"
1617 },
1618 {
1619 "name": "symfony/polyfill-ctype",
1620 "version": "v1.12.0",
1621 "version_normalized": "1.12.0.0",
1622 "source": {
1623 "type": "git",
1624 "url": "https://github.com/symfony/polyfill-ctype.git",
1625 "reference": "550ebaac289296ce228a706d0867afc34687e3f4"
1626 },
1627 "dist": {
1628 "type": "zip",
1629 "url": "https://api.github.com/repos/symfony/polyfill-ctype/zipball/550ebaac289296ce228a706d0867afc34687e3f4",
1630 "reference": "550ebaac289296ce228a706d0867afc34687e3f4",
1631 "shasum": ""
1632 },
1633 "require": {
1634 "php": ">=5.3.3"
1635 },
1636 "suggest": {
1637 "ext-ctype": "For best performance"
1638 },
1639 "time": "2019-08-06T08:03:45+00:00",
1640 "type": "library",
1641 "extra": {
1642 "branch-alias": {
1643 "dev-master": "1.12-dev"
1644 }
1645 },
1646 "installation-source": "dist",
1647 "autoload": {
1648 "psr-4": {
1649 "Symfony\\Polyfill\\Ctype\\": ""
1650 },
1651 "files": [
1652 "bootstrap.php"
1653 ]
1654 },
1655 "notification-url": "https://packagist.org/downloads/",
1656 "license": [
1657 "MIT"
1658 ],
1659 "authors": [
1660 {
1661 "name": "Gert de Pagter",
1662 "email": "BackEndTea@gmail.com"
1663 },
1664 {
1665 "name": "Symfony Community",
1666 "homepage": "https://symfony.com/contributors"
1667 }
1668 ],
1669 "description": "Symfony polyfill for ctype functions",
1670 "homepage": "https://symfony.com",
1671 "keywords": [
1672 "compatibility",
1673 "ctype",
1674 "polyfill",
1675 "portable"
1676 ]
1677 },
1678 {
1679 "name": "szymach/c-pchart",
1680 "version": "v2.0.12",
1681 "version_normalized": "2.0.12.0",
1682 "source": {
1683 "type": "git",
1684 "url": "https://github.com/szymach/c-pchart.git",
1685 "reference": "f5fad68b303f65225db1a3d3f4bb58aea7a418b4"
1686 },
1687 "dist": {
1688 "type": "zip",
1689 "url": "https://api.github.com/repos/szymach/c-pchart/zipball/f5fad68b303f65225db1a3d3f4bb58aea7a418b4",
1690 "reference": "f5fad68b303f65225db1a3d3f4bb58aea7a418b4",
1691 "shasum": ""
1692 },
1693 "require": {
1694 "ext-gd": "*",
1695 "php": ">=5.4"
1696 },
1697 "require-dev": {
1698 "codeception/codeception": "^2.3",
1699 "phpunit/phpunit": "^4.8|6.1",
1700 "squizlabs/php_codesniffer": "^2.8|3.0"
1701 },
1702 "time": "2019-07-26T22:48:01+00:00",
1703 "type": "project",
1704 "extra": {
1705 "branch-alias": {
1706 "dev-master": "2.0.x-dev"
1707 }
1708 },
1709 "installation-source": "dist",
1710 "autoload": {
1711 "psr-4": {
1712 "CpChart\\": "src/"
1713 },
1714 "files": [
1715 "src/Resources/data/constants.php"
1716 ]
1717 },
1718 "notification-url": "https://packagist.org/downloads/",
1719 "license": [
1720 "GPL-3.0-only"
1721 ],
1722 "authors": [
1723 {
1724 "name": "Jean-Damien Pogolotti",
1725 "homepage": "http://www.pchart.net",
1726 "role": "Creator of the original pChart library"
1727 },
1728 {
1729 "name": "Piotr Szymaszek",
1730 "homepage": "https://github.com/szymach",
1731 "role": "Developer of the CpChart wrapper package"
1732 }
1733 ],
1734 "description": "Port of \"pChart\" library into PHP 5",
1735 "homepage": "https://github.com/szymach/c-pchart",
1736 "keywords": [
1737 "CpChart",
1738 "c-pChart",
1739 "charts",
1740 "pchart",
1741 "statistics"
1742 ]
1743 },
1744 {
1745 "name": "tecnickcom/tcpdf",
1746 "version": "6.3.2",
1747 "version_normalized": "6.3.2.0",
1748 "source": {
1749 "type": "git",
1750 "url": "https://github.com/tecnickcom/TCPDF.git",
1751 "reference": "9fde7bb9b404b945e7ea88fb7eccd23d9a4e324b"
1752 },
1753 "dist": {
1754 "type": "zip",
1755 "url": "https://api.github.com/repos/tecnickcom/TCPDF/zipball/9fde7bb9b404b945e7ea88fb7eccd23d9a4e324b",
1756 "reference": "9fde7bb9b404b945e7ea88fb7eccd23d9a4e324b",
1757 "shasum": ""
1758 },
1759 "require": {
1760 "php": ">=5.3.0"
1761 },
1762 "time": "2019-09-20T09:35:01+00:00",
1763 "type": "library",
1764 "installation-source": "dist",
1765 "autoload": {
1766 "classmap": [
1767 "config",
1768 "include",
1769 "tcpdf.php",
1770 "tcpdf_parser.php",
1771 "tcpdf_import.php",
1772 "tcpdf_barcodes_1d.php",
1773 "tcpdf_barcodes_2d.php",
1774 "include/tcpdf_colors.php",
1775 "include/tcpdf_filters.php",
1776 "include/tcpdf_font_data.php",
1777 "include/tcpdf_fonts.php",
1778 "include/tcpdf_images.php",
1779 "include/tcpdf_static.php",
1780 "include/barcodes/datamatrix.php",
1781 "include/barcodes/pdf417.php",
1782 "include/barcodes/qrcode.php"
1783 ]
1784 },
1785 "notification-url": "https://packagist.org/downloads/",
1786 "license": [
1787 "LGPL-3.0"
1788 ],
1789 "authors": [
1790 {
1791 "name": "Nicola Asuni",
1792 "email": "info@tecnick.com",
1793 "role": "lead"
1794 }
1795 ],
1796 "description": "TCPDF is a PHP class for generating PDF documents and barcodes.",
1797 "homepage": "http://www.tcpdf.org/",
1798 "keywords": [
1799 "PDFD32000-2008",
1800 "TCPDF",
1801 "barcodes",
1802 "datamatrix",
1803 "pdf",
1804 "pdf417",
1805 "qrcode"
1806 ]
1807 },
1808 {
1809 "name": "twig/twig",
1810 "version": "v1.42.4",
1811 "version_normalized": "1.42.4.0",
1812 "source": {
1813 "type": "git",
1814 "url": "https://github.com/twigphp/Twig.git",
1815 "reference": "e587180584c3d2d6cb864a0454e777bb6dcb6152"
1816 },
1817 "dist": {
1818 "type": "zip",
1819 "url": "https://api.github.com/repos/twigphp/Twig/zipball/e587180584c3d2d6cb864a0454e777bb6dcb6152",
1820 "reference": "e587180584c3d2d6cb864a0454e777bb6dcb6152",
1821 "shasum": ""
1822 },
1823 "require": {
1824 "php": ">=5.5.0",
1825 "symfony/polyfill-ctype": "^1.8"
1826 },
1827 "require-dev": {
1828 "psr/container": "^1.0",
1829 "symfony/debug": "^3.4|^4.2",
1830 "symfony/phpunit-bridge": "^4.4@dev|^5.0"
1831 },
1832 "time": "2019-11-11T16:49:32+00:00",
1833 "type": "library",
1834 "extra": {
1835 "branch-alias": {
1836 "dev-master": "1.42-dev"
1837 }
1838 },
1839 "installation-source": "dist",
1840 "autoload": {
1841 "psr-0": {
1842 "Twig_": "lib/"
1843 },
1844 "psr-4": {
1845 "Twig\\": "src/"
1846 }
1847 },
1848 "notification-url": "https://packagist.org/downloads/",
1849 "license": [
1850 "BSD-3-Clause"
1851 ],
1852 "authors": [
1853 {
1854 "name": "Fabien Potencier",
1855 "email": "fabien@symfony.com",
1856 "homepage": "http://fabien.potencier.org",
1857 "role": "Lead Developer"
1858 },
1859 {
1860 "name": "Twig Team",
1861 "homepage": "https://twig.symfony.com/contributors",
1862 "role": "Contributors"
1863 },
1864 {
1865 "name": "Armin Ronacher",
1866 "email": "armin.ronacher@active-4.com",
1867 "role": "Project Founder"
1868 }
1869 ],
1870 "description": "Twig, the flexible, fast, and secure template language for PHP",
1871 "homepage": "https://twig.symfony.com",
1872 "keywords": [
1873 "templating"
1874 ]
1875 }
1876 ]
1877