]> git.agnieray.net Git - galette.git/blob - galette/composer.lock
Update faker, zend-i18n, add php 7.4 faker patch
[galette.git] / galette / 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#installing-dependencies",
5 "This file is @generated automatically"
6 ],
7 "content-hash": "bac9c836bffe059cef05247173b8bdfc",
8 "packages": [
9 {
10 "name": "akrabat/rka-slim-session-middleware",
11 "version": "dev-master",
12 "source": {
13 "type": "git",
14 "url": "https://github.com/akrabat/rka-slim-session-middleware.git",
15 "reference": "e4f8f485f6d52fd4c0a2254d0b12240245629e6a"
16 },
17 "dist": {
18 "type": "zip",
19 "url": "https://api.github.com/repos/akrabat/rka-slim-session-middleware/zipball/e4f8f485f6d52fd4c0a2254d0b12240245629e6a",
20 "reference": "e4f8f485f6d52fd4c0a2254d0b12240245629e6a",
21 "shasum": ""
22 },
23 "require": {
24 "php": ">=5.5"
25 },
26 "require-dev": {
27 "slim/slim": "^3.0"
28 },
29 "type": "library",
30 "autoload": {
31 "psr-4": {
32 "RKA\\": "RKA"
33 }
34 },
35 "notification-url": "https://packagist.org/downloads/",
36 "license": [
37 "BSD-3-Clause"
38 ],
39 "authors": [
40 {
41 "name": "Rob Allen",
42 "email": "rob@akrabat.com",
43 "homepage": "http://akrabat.com"
44 }
45 ],
46 "description": "Simple session middleware for Slim Framework",
47 "homepage": "http://github.com/akrabat/rka-slim-session-middleware",
48 "keywords": [
49 "middleware",
50 "session",
51 "slim"
52 ],
53 "time": "2016-04-18T07:52:43+00:00"
54 },
55 {
56 "name": "analog/analog",
57 "version": "1.0.13-stable",
58 "source": {
59 "type": "git",
60 "url": "https://github.com/jbroadway/analog.git",
61 "reference": "718ac1dad4577a15cadadab01b79d1923f5a9c6d"
62 },
63 "dist": {
64 "type": "zip",
65 "url": "https://api.github.com/repos/jbroadway/analog/zipball/718ac1dad4577a15cadadab01b79d1923f5a9c6d",
66 "reference": "718ac1dad4577a15cadadab01b79d1923f5a9c6d",
67 "shasum": ""
68 },
69 "require": {
70 "php": ">=5.3.2",
71 "psr/log": "1.*"
72 },
73 "require-dev": {
74 "phpunit/phpunit": "^4.8.36 || ^5.7 || ^6.5"
75 },
76 "type": "library",
77 "autoload": {
78 "psr-0": {
79 "Analog": "lib/"
80 }
81 },
82 "notification-url": "https://packagist.org/downloads/",
83 "license": [
84 "MIT"
85 ],
86 "authors": [
87 {
88 "name": "Johnny Broadway",
89 "email": "johnny@johnnybroadway.com",
90 "homepage": "http://www.johnnybroadway.com/"
91 }
92 ],
93 "description": "PHP logging class that can be extended via closures. Includes several pre-built handlers including file, mail, syslog, HTTP post, and MongoDB.",
94 "homepage": "https://github.com/jbroadway/analog",
95 "keywords": [
96 "alerts",
97 "debug",
98 "debugging",
99 "error",
100 "log",
101 "logger",
102 "logging",
103 "syslog"
104 ],
105 "time": "2019-06-27T16:18:03+00:00"
106 },
107 {
108 "name": "container-interop/container-interop",
109 "version": "1.2.0",
110 "source": {
111 "type": "git",
112 "url": "https://github.com/container-interop/container-interop.git",
113 "reference": "79cbf1341c22ec75643d841642dd5d6acd83bdb8"
114 },
115 "dist": {
116 "type": "zip",
117 "url": "https://api.github.com/repos/container-interop/container-interop/zipball/79cbf1341c22ec75643d841642dd5d6acd83bdb8",
118 "reference": "79cbf1341c22ec75643d841642dd5d6acd83bdb8",
119 "shasum": ""
120 },
121 "require": {
122 "psr/container": "^1.0"
123 },
124 "type": "library",
125 "autoload": {
126 "psr-4": {
127 "Interop\\Container\\": "src/Interop/Container/"
128 }
129 },
130 "notification-url": "https://packagist.org/downloads/",
131 "license": [
132 "MIT"
133 ],
134 "description": "Promoting the interoperability of container objects (DIC, SL, etc.)",
135 "homepage": "https://github.com/container-interop/container-interop",
136 "time": "2017-02-14T19:40:03+00:00"
137 },
138 {
139 "name": "fzaninotto/faker",
140 "version": "dev-master",
141 "source": {
142 "type": "git",
143 "url": "https://github.com/fzaninotto/Faker.git",
144 "reference": "674d89ac0dd42a03cca42523a0f72bdea90b2725"
145 },
146 "dist": {
147 "type": "zip",
148 "url": "https://api.github.com/repos/fzaninotto/Faker/zipball/674d89ac0dd42a03cca42523a0f72bdea90b2725",
149 "reference": "674d89ac0dd42a03cca42523a0f72bdea90b2725",
150 "shasum": ""
151 },
152 "require": {
153 "php": "^5.3.3 || ^7.0"
154 },
155 "require-dev": {
156 "ext-intl": "*",
157 "phpunit/phpunit": "^4.8.35 || ^5.7",
158 "squizlabs/php_codesniffer": "^2.9.2"
159 },
160 "type": "library",
161 "extra": {
162 "branch-alias": {
163 "dev-master": "1.9-dev"
164 }
165 },
166 "autoload": {
167 "psr-4": {
168 "Faker\\": "src/Faker/"
169 }
170 },
171 "notification-url": "https://packagist.org/downloads/",
172 "license": [
173 "MIT"
174 ],
175 "authors": [
176 {
177 "name": "François Zaninotto"
178 }
179 ],
180 "description": "Faker is a PHP library that generates fake data for you.",
181 "keywords": [
182 "data",
183 "faker",
184 "fixtures"
185 ],
186 "time": "2019-10-17T13:03:13+00:00"
187 },
188 {
189 "name": "mathmarques/smarty-view",
190 "version": "1.1.2",
191 "source": {
192 "type": "git",
193 "url": "https://github.com/mathmarques/Smarty-View.git",
194 "reference": "2ab996e79efcc600cc324b6469c1cdbcd189c9fe"
195 },
196 "dist": {
197 "type": "zip",
198 "url": "https://api.github.com/repos/mathmarques/Smarty-View/zipball/2ab996e79efcc600cc324b6469c1cdbcd189c9fe",
199 "reference": "2ab996e79efcc600cc324b6469c1cdbcd189c9fe",
200 "shasum": ""
201 },
202 "require": {
203 "php": ">=5.5.0",
204 "slim/slim": "^3.0",
205 "smarty/smarty": "~3.1"
206 },
207 "require-dev": {
208 "phpunit/phpunit": "^4.8.0"
209 },
210 "type": "library",
211 "autoload": {
212 "psr-4": {
213 "Slim\\Views\\": "src"
214 }
215 },
216 "notification-url": "https://packagist.org/downloads/",
217 "license": [
218 "MIT"
219 ],
220 "authors": [
221 {
222 "name": "Matheus Marques",
223 "email": "matheusocmarques@gmail.com",
224 "homepage": "http://matheusmarques.com"
225 }
226 ],
227 "description": "Slim Framework 3 view helper built on top of the Smarty templating component",
228 "keywords": [
229 "framework",
230 "slim",
231 "slim 3",
232 "smarty",
233 "template",
234 "view"
235 ],
236 "time": "2019-03-31T14:42:41+00:00"
237 },
238 {
239 "name": "monolog/monolog",
240 "version": "1.25.1",
241 "source": {
242 "type": "git",
243 "url": "https://github.com/Seldaek/monolog.git",
244 "reference": "70e65a5470a42cfec1a7da00d30edb6e617e8dcf"
245 },
246 "dist": {
247 "type": "zip",
248 "url": "https://api.github.com/repos/Seldaek/monolog/zipball/70e65a5470a42cfec1a7da00d30edb6e617e8dcf",
249 "reference": "70e65a5470a42cfec1a7da00d30edb6e617e8dcf",
250 "shasum": ""
251 },
252 "require": {
253 "php": ">=5.3.0",
254 "psr/log": "~1.0"
255 },
256 "provide": {
257 "psr/log-implementation": "1.0.0"
258 },
259 "require-dev": {
260 "aws/aws-sdk-php": "^2.4.9 || ^3.0",
261 "doctrine/couchdb": "~1.0@dev",
262 "graylog2/gelf-php": "~1.0",
263 "jakub-onderka/php-parallel-lint": "0.9",
264 "php-amqplib/php-amqplib": "~2.4",
265 "php-console/php-console": "^3.1.3",
266 "phpunit/phpunit": "~4.5",
267 "phpunit/phpunit-mock-objects": "2.3.0",
268 "ruflin/elastica": ">=0.90 <3.0",
269 "sentry/sentry": "^0.13",
270 "swiftmailer/swiftmailer": "^5.3|^6.0"
271 },
272 "suggest": {
273 "aws/aws-sdk-php": "Allow sending log messages to AWS services like DynamoDB",
274 "doctrine/couchdb": "Allow sending log messages to a CouchDB server",
275 "ext-amqp": "Allow sending log messages to an AMQP server (1.0+ required)",
276 "ext-mongo": "Allow sending log messages to a MongoDB server",
277 "graylog2/gelf-php": "Allow sending log messages to a GrayLog2 server",
278 "mongodb/mongodb": "Allow sending log messages to a MongoDB server via PHP Driver",
279 "php-amqplib/php-amqplib": "Allow sending log messages to an AMQP server using php-amqplib",
280 "php-console/php-console": "Allow sending log messages to Google Chrome",
281 "rollbar/rollbar": "Allow sending log messages to Rollbar",
282 "ruflin/elastica": "Allow sending log messages to an Elastic Search server",
283 "sentry/sentry": "Allow sending log messages to a Sentry server"
284 },
285 "type": "library",
286 "extra": {
287 "branch-alias": {
288 "dev-master": "2.0.x-dev"
289 }
290 },
291 "autoload": {
292 "psr-4": {
293 "Monolog\\": "src/Monolog"
294 }
295 },
296 "notification-url": "https://packagist.org/downloads/",
297 "license": [
298 "MIT"
299 ],
300 "authors": [
301 {
302 "name": "Jordi Boggiano",
303 "email": "j.boggiano@seld.be",
304 "homepage": "http://seld.be"
305 }
306 ],
307 "description": "Sends your logs to files, sockets, inboxes, databases and various web services",
308 "homepage": "http://github.com/Seldaek/monolog",
309 "keywords": [
310 "log",
311 "logging",
312 "psr-3"
313 ],
314 "time": "2019-09-06T13:49:17+00:00"
315 },
316 {
317 "name": "nikic/fast-route",
318 "version": "v1.3.0",
319 "source": {
320 "type": "git",
321 "url": "https://github.com/nikic/FastRoute.git",
322 "reference": "181d480e08d9476e61381e04a71b34dc0432e812"
323 },
324 "dist": {
325 "type": "zip",
326 "url": "https://api.github.com/repos/nikic/FastRoute/zipball/181d480e08d9476e61381e04a71b34dc0432e812",
327 "reference": "181d480e08d9476e61381e04a71b34dc0432e812",
328 "shasum": ""
329 },
330 "require": {
331 "php": ">=5.4.0"
332 },
333 "require-dev": {
334 "phpunit/phpunit": "^4.8.35|~5.7"
335 },
336 "type": "library",
337 "autoload": {
338 "psr-4": {
339 "FastRoute\\": "src/"
340 },
341 "files": [
342 "src/functions.php"
343 ]
344 },
345 "notification-url": "https://packagist.org/downloads/",
346 "license": [
347 "BSD-3-Clause"
348 ],
349 "authors": [
350 {
351 "name": "Nikita Popov",
352 "email": "nikic@php.net"
353 }
354 ],
355 "description": "Fast request router for PHP",
356 "keywords": [
357 "router",
358 "routing"
359 ],
360 "time": "2018-02-13T20:26:39+00:00"
361 },
362 {
363 "name": "phpmailer/phpmailer",
364 "version": "v6.1.1",
365 "source": {
366 "type": "git",
367 "url": "https://github.com/PHPMailer/PHPMailer.git",
368 "reference": "26bd96350b0b2fcbf0ef4e6f0f9cf3528302a9d8"
369 },
370 "dist": {
371 "type": "zip",
372 "url": "https://api.github.com/repos/PHPMailer/PHPMailer/zipball/26bd96350b0b2fcbf0ef4e6f0f9cf3528302a9d8",
373 "reference": "26bd96350b0b2fcbf0ef4e6f0f9cf3528302a9d8",
374 "shasum": ""
375 },
376 "require": {
377 "ext-ctype": "*",
378 "ext-filter": "*",
379 "php": ">=5.5.0"
380 },
381 "require-dev": {
382 "doctrine/annotations": "1.2.*",
383 "friendsofphp/php-cs-fixer": "^2.2",
384 "phpdocumentor/phpdocumentor": "2.*",
385 "phpunit/phpunit": "^4.8 || ^5.7",
386 "zendframework/zend-eventmanager": "3.0.*",
387 "zendframework/zend-i18n": "2.7.3",
388 "zendframework/zend-serializer": "2.7.*"
389 },
390 "suggest": {
391 "ext-mbstring": "Needed to send email in multibyte encoding charset",
392 "hayageek/oauth2-yahoo": "Needed for Yahoo XOAUTH2 authentication",
393 "league/oauth2-google": "Needed for Google XOAUTH2 authentication",
394 "psr/log": "For optional PSR-3 debug logging",
395 "stevenmaguire/oauth2-microsoft": "Needed for Microsoft XOAUTH2 authentication",
396 "symfony/polyfill-mbstring": "To support UTF-8 if the Mbstring PHP extension is not enabled (^1.2)"
397 },
398 "type": "library",
399 "autoload": {
400 "psr-4": {
401 "PHPMailer\\PHPMailer\\": "src/"
402 }
403 },
404 "notification-url": "https://packagist.org/downloads/",
405 "license": [
406 "LGPL-2.1-only"
407 ],
408 "authors": [
409 {
410 "name": "Marcus Bointon",
411 "email": "phpmailer@synchromedia.co.uk"
412 },
413 {
414 "name": "Jim Jagielski",
415 "email": "jimjag@gmail.com"
416 },
417 {
418 "name": "Andy Prevost",
419 "email": "codeworxtech@users.sourceforge.net"
420 },
421 {
422 "name": "Brent R. Matzelle"
423 }
424 ],
425 "description": "PHPMailer is a full-featured email creation and transfer class for PHP",
426 "time": "2019-09-27T21:33:43+00:00"
427 },
428 {
429 "name": "pimple/pimple",
430 "version": "v3.2.3",
431 "source": {
432 "type": "git",
433 "url": "https://github.com/silexphp/Pimple.git",
434 "reference": "9e403941ef9d65d20cba7d54e29fe906db42cf32"
435 },
436 "dist": {
437 "type": "zip",
438 "url": "https://api.github.com/repos/silexphp/Pimple/zipball/9e403941ef9d65d20cba7d54e29fe906db42cf32",
439 "reference": "9e403941ef9d65d20cba7d54e29fe906db42cf32",
440 "shasum": ""
441 },
442 "require": {
443 "php": ">=5.3.0",
444 "psr/container": "^1.0"
445 },
446 "require-dev": {
447 "symfony/phpunit-bridge": "^3.2"
448 },
449 "type": "library",
450 "extra": {
451 "branch-alias": {
452 "dev-master": "3.2.x-dev"
453 }
454 },
455 "autoload": {
456 "psr-0": {
457 "Pimple": "src/"
458 }
459 },
460 "notification-url": "https://packagist.org/downloads/",
461 "license": [
462 "MIT"
463 ],
464 "authors": [
465 {
466 "name": "Fabien Potencier",
467 "email": "fabien@symfony.com"
468 }
469 ],
470 "description": "Pimple, a simple Dependency Injection Container",
471 "homepage": "http://pimple.sensiolabs.org",
472 "keywords": [
473 "container",
474 "dependency injection"
475 ],
476 "time": "2018-01-21T07:42:36+00:00"
477 },
478 {
479 "name": "psr/cache",
480 "version": "1.0.1",
481 "source": {
482 "type": "git",
483 "url": "https://github.com/php-fig/cache.git",
484 "reference": "d11b50ad223250cf17b86e38383413f5a6764bf8"
485 },
486 "dist": {
487 "type": "zip",
488 "url": "https://api.github.com/repos/php-fig/cache/zipball/d11b50ad223250cf17b86e38383413f5a6764bf8",
489 "reference": "d11b50ad223250cf17b86e38383413f5a6764bf8",
490 "shasum": ""
491 },
492 "require": {
493 "php": ">=5.3.0"
494 },
495 "type": "library",
496 "extra": {
497 "branch-alias": {
498 "dev-master": "1.0.x-dev"
499 }
500 },
501 "autoload": {
502 "psr-4": {
503 "Psr\\Cache\\": "src/"
504 }
505 },
506 "notification-url": "https://packagist.org/downloads/",
507 "license": [
508 "MIT"
509 ],
510 "authors": [
511 {
512 "name": "PHP-FIG",
513 "homepage": "http://www.php-fig.org/"
514 }
515 ],
516 "description": "Common interface for caching libraries",
517 "keywords": [
518 "cache",
519 "psr",
520 "psr-6"
521 ],
522 "time": "2016-08-06T20:24:11+00:00"
523 },
524 {
525 "name": "psr/container",
526 "version": "1.0.0",
527 "source": {
528 "type": "git",
529 "url": "https://github.com/php-fig/container.git",
530 "reference": "b7ce3b176482dbbc1245ebf52b181af44c2cf55f"
531 },
532 "dist": {
533 "type": "zip",
534 "url": "https://api.github.com/repos/php-fig/container/zipball/b7ce3b176482dbbc1245ebf52b181af44c2cf55f",
535 "reference": "b7ce3b176482dbbc1245ebf52b181af44c2cf55f",
536 "shasum": ""
537 },
538 "require": {
539 "php": ">=5.3.0"
540 },
541 "type": "library",
542 "extra": {
543 "branch-alias": {
544 "dev-master": "1.0.x-dev"
545 }
546 },
547 "autoload": {
548 "psr-4": {
549 "Psr\\Container\\": "src/"
550 }
551 },
552 "notification-url": "https://packagist.org/downloads/",
553 "license": [
554 "MIT"
555 ],
556 "authors": [
557 {
558 "name": "PHP-FIG",
559 "homepage": "http://www.php-fig.org/"
560 }
561 ],
562 "description": "Common Container Interface (PHP FIG PSR-11)",
563 "homepage": "https://github.com/php-fig/container",
564 "keywords": [
565 "PSR-11",
566 "container",
567 "container-interface",
568 "container-interop",
569 "psr"
570 ],
571 "time": "2017-02-14T16:28:37+00:00"
572 },
573 {
574 "name": "psr/http-message",
575 "version": "1.0.1",
576 "source": {
577 "type": "git",
578 "url": "https://github.com/php-fig/http-message.git",
579 "reference": "f6561bf28d520154e4b0ec72be95418abe6d9363"
580 },
581 "dist": {
582 "type": "zip",
583 "url": "https://api.github.com/repos/php-fig/http-message/zipball/f6561bf28d520154e4b0ec72be95418abe6d9363",
584 "reference": "f6561bf28d520154e4b0ec72be95418abe6d9363",
585 "shasum": ""
586 },
587 "require": {
588 "php": ">=5.3.0"
589 },
590 "type": "library",
591 "extra": {
592 "branch-alias": {
593 "dev-master": "1.0.x-dev"
594 }
595 },
596 "autoload": {
597 "psr-4": {
598 "Psr\\Http\\Message\\": "src/"
599 }
600 },
601 "notification-url": "https://packagist.org/downloads/",
602 "license": [
603 "MIT"
604 ],
605 "authors": [
606 {
607 "name": "PHP-FIG",
608 "homepage": "http://www.php-fig.org/"
609 }
610 ],
611 "description": "Common interface for HTTP messages",
612 "homepage": "https://github.com/php-fig/http-message",
613 "keywords": [
614 "http",
615 "http-message",
616 "psr",
617 "psr-7",
618 "request",
619 "response"
620 ],
621 "time": "2016-08-06T14:39:51+00:00"
622 },
623 {
624 "name": "psr/log",
625 "version": "1.1.0",
626 "source": {
627 "type": "git",
628 "url": "https://github.com/php-fig/log.git",
629 "reference": "6c001f1daafa3a3ac1d8ff69ee4db8e799a654dd"
630 },
631 "dist": {
632 "type": "zip",
633 "url": "https://api.github.com/repos/php-fig/log/zipball/6c001f1daafa3a3ac1d8ff69ee4db8e799a654dd",
634 "reference": "6c001f1daafa3a3ac1d8ff69ee4db8e799a654dd",
635 "shasum": ""
636 },
637 "require": {
638 "php": ">=5.3.0"
639 },
640 "type": "library",
641 "extra": {
642 "branch-alias": {
643 "dev-master": "1.0.x-dev"
644 }
645 },
646 "autoload": {
647 "psr-4": {
648 "Psr\\Log\\": "Psr/Log/"
649 }
650 },
651 "notification-url": "https://packagist.org/downloads/",
652 "license": [
653 "MIT"
654 ],
655 "authors": [
656 {
657 "name": "PHP-FIG",
658 "homepage": "http://www.php-fig.org/"
659 }
660 ],
661 "description": "Common interface for logging libraries",
662 "homepage": "https://github.com/php-fig/log",
663 "keywords": [
664 "log",
665 "psr",
666 "psr-3"
667 ],
668 "time": "2018-11-20T15:27:04+00:00"
669 },
670 {
671 "name": "psr/simple-cache",
672 "version": "1.0.1",
673 "source": {
674 "type": "git",
675 "url": "https://github.com/php-fig/simple-cache.git",
676 "reference": "408d5eafb83c57f6365a3ca330ff23aa4a5fa39b"
677 },
678 "dist": {
679 "type": "zip",
680 "url": "https://api.github.com/repos/php-fig/simple-cache/zipball/408d5eafb83c57f6365a3ca330ff23aa4a5fa39b",
681 "reference": "408d5eafb83c57f6365a3ca330ff23aa4a5fa39b",
682 "shasum": ""
683 },
684 "require": {
685 "php": ">=5.3.0"
686 },
687 "type": "library",
688 "extra": {
689 "branch-alias": {
690 "dev-master": "1.0.x-dev"
691 }
692 },
693 "autoload": {
694 "psr-4": {
695 "Psr\\SimpleCache\\": "src/"
696 }
697 },
698 "notification-url": "https://packagist.org/downloads/",
699 "license": [
700 "MIT"
701 ],
702 "authors": [
703 {
704 "name": "PHP-FIG",
705 "homepage": "http://www.php-fig.org/"
706 }
707 ],
708 "description": "Common interfaces for simple caching",
709 "keywords": [
710 "cache",
711 "caching",
712 "psr",
713 "psr-16",
714 "simple-cache"
715 ],
716 "time": "2017-10-23T01:57:42+00:00"
717 },
718 {
719 "name": "slim/flash",
720 "version": "0.1.0",
721 "source": {
722 "type": "git",
723 "url": "https://github.com/slimphp/Slim-Flash.git",
724 "reference": "1995ed53b77b8eeb67adf032de93c319f76aa5cd"
725 },
726 "dist": {
727 "type": "zip",
728 "url": "https://api.github.com/repos/slimphp/Slim-Flash/zipball/1995ed53b77b8eeb67adf032de93c319f76aa5cd",
729 "reference": "1995ed53b77b8eeb67adf032de93c319f76aa5cd",
730 "shasum": ""
731 },
732 "require": {
733 "php": ">=5.5.0"
734 },
735 "type": "library",
736 "autoload": {
737 "psr-4": {
738 "Slim\\Flash\\": "src"
739 }
740 },
741 "notification-url": "https://packagist.org/downloads/",
742 "license": [
743 "MIT"
744 ],
745 "authors": [
746 {
747 "name": "Josh Lockhart",
748 "email": "hello@joshlockhart.com",
749 "homepage": "http://joshlockhart.com"
750 }
751 ],
752 "description": "Slim Framework Flash message service provider",
753 "homepage": "http://slimframework.com",
754 "keywords": [
755 "flash",
756 "framework",
757 "message",
758 "provider",
759 "slim"
760 ],
761 "time": "2015-08-16T22:49:06+00:00"
762 },
763 {
764 "name": "slim/slim",
765 "version": "3.12.2",
766 "source": {
767 "type": "git",
768 "url": "https://github.com/slimphp/Slim.git",
769 "reference": "200c6143f15baa477601879b64ab2326847aac0b"
770 },
771 "dist": {
772 "type": "zip",
773 "url": "https://api.github.com/repos/slimphp/Slim/zipball/200c6143f15baa477601879b64ab2326847aac0b",
774 "reference": "200c6143f15baa477601879b64ab2326847aac0b",
775 "shasum": ""
776 },
777 "require": {
778 "container-interop/container-interop": "^1.2",
779 "ext-json": "*",
780 "ext-libxml": "*",
781 "ext-simplexml": "*",
782 "nikic/fast-route": "^1.0",
783 "php": ">=5.5.0",
784 "pimple/pimple": "^3.0",
785 "psr/container": "^1.0",
786 "psr/http-message": "^1.0"
787 },
788 "provide": {
789 "psr/http-message-implementation": "1.0"
790 },
791 "require-dev": {
792 "phpunit/phpunit": "^4.0",
793 "squizlabs/php_codesniffer": "^2.5"
794 },
795 "type": "library",
796 "autoload": {
797 "psr-4": {
798 "Slim\\": "Slim"
799 }
800 },
801 "notification-url": "https://packagist.org/downloads/",
802 "license": [
803 "MIT"
804 ],
805 "authors": [
806 {
807 "name": "Josh Lockhart",
808 "email": "hello@joshlockhart.com",
809 "homepage": "https://joshlockhart.com"
810 },
811 {
812 "name": "Andrew Smith",
813 "email": "a.smith@silentworks.co.uk",
814 "homepage": "http://silentworks.co.uk"
815 },
816 {
817 "name": "Rob Allen",
818 "email": "rob@akrabat.com",
819 "homepage": "http://akrabat.com"
820 },
821 {
822 "name": "Gabriel Manricks",
823 "email": "gmanricks@me.com",
824 "homepage": "http://gabrielmanricks.com"
825 }
826 ],
827 "description": "Slim is a PHP micro framework that helps you quickly write simple yet powerful web applications and APIs",
828 "homepage": "https://slimframework.com",
829 "keywords": [
830 "api",
831 "framework",
832 "micro",
833 "router"
834 ],
835 "time": "2019-08-20T18:46:05+00:00"
836 },
837 {
838 "name": "smarty/smarty",
839 "version": "v3.1.33",
840 "source": {
841 "type": "git",
842 "url": "https://github.com/smarty-php/smarty.git",
843 "reference": "dd55b23121e55a3b4f1af90a707a6c4e5969530f"
844 },
845 "dist": {
846 "type": "zip",
847 "url": "https://api.github.com/repos/smarty-php/smarty/zipball/dd55b23121e55a3b4f1af90a707a6c4e5969530f",
848 "reference": "dd55b23121e55a3b4f1af90a707a6c4e5969530f",
849 "shasum": ""
850 },
851 "require": {
852 "php": ">=5.2"
853 },
854 "type": "library",
855 "extra": {
856 "branch-alias": {
857 "dev-master": "3.1.x-dev"
858 }
859 },
860 "autoload": {
861 "files": [
862 "libs/bootstrap.php"
863 ]
864 },
865 "notification-url": "https://packagist.org/downloads/",
866 "license": [
867 "LGPL-3.0"
868 ],
869 "authors": [
870 {
871 "name": "Monte Ohrt",
872 "email": "monte@ohrt.com"
873 },
874 {
875 "name": "Uwe Tews",
876 "email": "uwe.tews@googlemail.com"
877 },
878 {
879 "name": "Rodney Rehm",
880 "email": "rodney.rehm@medialize.de"
881 }
882 ],
883 "description": "Smarty - the compiling PHP template engine",
884 "homepage": "http://www.smarty.net",
885 "keywords": [
886 "templating"
887 ],
888 "time": "2018-09-12T20:54:16+00:00"
889 },
890 {
891 "name": "soundasleep/html2text",
892 "version": "0.5.0",
893 "source": {
894 "type": "git",
895 "url": "https://github.com/soundasleep/html2text.git",
896 "reference": "cdb89f6ffa2c4cc78f8ed9ea6ee0594a9133ccad"
897 },
898 "dist": {
899 "type": "zip",
900 "url": "https://api.github.com/repos/soundasleep/html2text/zipball/cdb89f6ffa2c4cc78f8ed9ea6ee0594a9133ccad",
901 "reference": "cdb89f6ffa2c4cc78f8ed9ea6ee0594a9133ccad",
902 "shasum": ""
903 },
904 "require": {
905 "ext-dom": "*",
906 "ext-libxml": "*",
907 "php": ">=5.3.2"
908 },
909 "require-dev": {
910 "phpunit/phpunit": ">=4.0",
911 "soundasleep/component-tests": "dev-master"
912 },
913 "type": "library",
914 "autoload": {
915 "psr-4": {
916 "Html2Text\\": "src"
917 }
918 },
919 "notification-url": "https://packagist.org/downloads/",
920 "license": [
921 "EPL-1.0"
922 ],
923 "authors": [
924 {
925 "name": "Jevon Wright",
926 "homepage": "https://jevon.org",
927 "role": "Developer"
928 }
929 ],
930 "description": "A PHP script to convert HTML into a plain text format",
931 "homepage": "https://github.com/soundasleep/html2text",
932 "keywords": [
933 "email",
934 "html",
935 "php",
936 "text"
937 ],
938 "time": "2017-04-19T22:01:50+00:00"
939 },
940 {
941 "name": "tecnickcom/tcpdf",
942 "version": "6.3.2",
943 "source": {
944 "type": "git",
945 "url": "https://github.com/tecnickcom/TCPDF.git",
946 "reference": "9fde7bb9b404b945e7ea88fb7eccd23d9a4e324b"
947 },
948 "dist": {
949 "type": "zip",
950 "url": "https://api.github.com/repos/tecnickcom/TCPDF/zipball/9fde7bb9b404b945e7ea88fb7eccd23d9a4e324b",
951 "reference": "9fde7bb9b404b945e7ea88fb7eccd23d9a4e324b",
952 "shasum": ""
953 },
954 "require": {
955 "php": ">=5.3.0"
956 },
957 "type": "library",
958 "autoload": {
959 "classmap": [
960 "config",
961 "include",
962 "tcpdf.php",
963 "tcpdf_parser.php",
964 "tcpdf_import.php",
965 "tcpdf_barcodes_1d.php",
966 "tcpdf_barcodes_2d.php",
967 "include/tcpdf_colors.php",
968 "include/tcpdf_filters.php",
969 "include/tcpdf_font_data.php",
970 "include/tcpdf_fonts.php",
971 "include/tcpdf_images.php",
972 "include/tcpdf_static.php",
973 "include/barcodes/datamatrix.php",
974 "include/barcodes/pdf417.php",
975 "include/barcodes/qrcode.php"
976 ]
977 },
978 "notification-url": "https://packagist.org/downloads/",
979 "license": [
980 "LGPL-3.0"
981 ],
982 "authors": [
983 {
984 "name": "Nicola Asuni",
985 "email": "info@tecnick.com",
986 "role": "lead"
987 }
988 ],
989 "description": "TCPDF is a PHP class for generating PDF documents and barcodes.",
990 "homepage": "http://www.tcpdf.org/",
991 "keywords": [
992 "PDFD32000-2008",
993 "TCPDF",
994 "barcodes",
995 "datamatrix",
996 "pdf",
997 "pdf417",
998 "qrcode"
999 ],
1000 "time": "2019-09-20T09:35:01+00:00"
1001 },
1002 {
1003 "name": "zendframework/zend-cache",
1004 "version": "2.9.0",
1005 "source": {
1006 "type": "git",
1007 "url": "https://github.com/zendframework/zend-cache.git",
1008 "reference": "cffd54a2dc4db094976d3b3f05e418a047cc9110"
1009 },
1010 "dist": {
1011 "type": "zip",
1012 "url": "https://api.github.com/repos/zendframework/zend-cache/zipball/cffd54a2dc4db094976d3b3f05e418a047cc9110",
1013 "reference": "cffd54a2dc4db094976d3b3f05e418a047cc9110",
1014 "shasum": ""
1015 },
1016 "require": {
1017 "php": "^5.6 || ^7.0",
1018 "psr/cache": "^1.0",
1019 "psr/simple-cache": "^1.0",
1020 "zendframework/zend-eventmanager": "^2.6.3 || ^3.2",
1021 "zendframework/zend-servicemanager": "^2.7.8 || ^3.3",
1022 "zendframework/zend-stdlib": "^3.2.1"
1023 },
1024 "provide": {
1025 "psr/cache-implementation": "1.0",
1026 "psr/simple-cache-implementation": "1.0"
1027 },
1028 "require-dev": {
1029 "cache/integration-tests": "^0.16",
1030 "phpbench/phpbench": "^0.13",
1031 "phpunit/phpunit": "^5.7.27 || ^6.5.8 || ^7.1.2",
1032 "zendframework/zend-coding-standard": "~1.0.0",
1033 "zendframework/zend-serializer": "^2.6",
1034 "zendframework/zend-session": "^2.7.4"
1035 },
1036 "suggest": {
1037 "ext-apc": "APC or compatible extension, to use the APC storage adapter",
1038 "ext-apcu": "APCU >= 5.1.0, to use the APCu storage adapter",
1039 "ext-dba": "DBA, to use the DBA storage adapter",
1040 "ext-memcache": "Memcache >= 2.0.0 to use the Memcache storage adapter",
1041 "ext-memcached": "Memcached >= 1.0.0 to use the Memcached storage adapter",
1042 "ext-mongo": "Mongo, to use MongoDb storage adapter",
1043 "ext-mongodb": "MongoDB, to use the ExtMongoDb storage adapter",
1044 "ext-redis": "Redis, to use Redis storage adapter",
1045 "ext-wincache": "WinCache, to use the WinCache storage adapter",
1046 "ext-xcache": "XCache, to use the XCache storage adapter",
1047 "mongodb/mongodb": "Required for use with the ext-mongodb adapter",
1048 "mongofill/mongofill": "Alternative to ext-mongo - a pure PHP implementation designed as a drop in replacement",
1049 "zendframework/zend-serializer": "Zend\\Serializer component",
1050 "zendframework/zend-session": "Zend\\Session component"
1051 },
1052 "type": "library",
1053 "extra": {
1054 "branch-alias": {
1055 "dev-master": "2.9.x-dev",
1056 "dev-develop": "2.10.x-dev"
1057 },
1058 "zf": {
1059 "component": "Zend\\Cache",
1060 "config-provider": "Zend\\Cache\\ConfigProvider"
1061 }
1062 },
1063 "autoload": {
1064 "files": [
1065 "autoload/patternPluginManagerPolyfill.php"
1066 ],
1067 "psr-4": {
1068 "Zend\\Cache\\": "src/"
1069 }
1070 },
1071 "notification-url": "https://packagist.org/downloads/",
1072 "license": [
1073 "BSD-3-Clause"
1074 ],
1075 "description": "Caching implementation with a variety of storage options, as well as codified caching strategies for callbacks, classes, and output",
1076 "keywords": [
1077 "ZendFramework",
1078 "cache",
1079 "psr-16",
1080 "psr-6",
1081 "zf"
1082 ],
1083 "time": "2019-08-29T18:30:41+00:00"
1084 },
1085 {
1086 "name": "zendframework/zend-db",
1087 "version": "2.9.2",
1088 "source": {
1089 "type": "git",
1090 "url": "https://github.com/zendframework/zend-db.git",
1091 "reference": "1651abb1b33fc8fbd2d78ff9e2abb526cc2cf666"
1092 },
1093 "dist": {
1094 "type": "zip",
1095 "url": "https://api.github.com/repos/zendframework/zend-db/zipball/1651abb1b33fc8fbd2d78ff9e2abb526cc2cf666",
1096 "reference": "1651abb1b33fc8fbd2d78ff9e2abb526cc2cf666",
1097 "shasum": ""
1098 },
1099 "require": {
1100 "php": "^5.6 || ^7.0",
1101 "zendframework/zend-stdlib": "^2.7 || ^3.0"
1102 },
1103 "require-dev": {
1104 "phpunit/phpunit": "^5.7.25 || ^6.4.4",
1105 "zendframework/zend-coding-standard": "~1.0.0",
1106 "zendframework/zend-eventmanager": "^2.6.2 || ^3.0",
1107 "zendframework/zend-hydrator": "^1.1 || ^2.1",
1108 "zendframework/zend-servicemanager": "^2.7.5 || ^3.0.3"
1109 },
1110 "suggest": {
1111 "zendframework/zend-eventmanager": "Zend\\EventManager component",
1112 "zendframework/zend-hydrator": "Zend\\Hydrator component for using HydratingResultSets",
1113 "zendframework/zend-servicemanager": "Zend\\ServiceManager component"
1114 },
1115 "type": "library",
1116 "extra": {
1117 "branch-alias": {
1118 "dev-master": "2.9-dev",
1119 "dev-develop": "2.10-dev"
1120 },
1121 "zf": {
1122 "component": "Zend\\Db",
1123 "config-provider": "Zend\\Db\\ConfigProvider"
1124 }
1125 },
1126 "autoload": {
1127 "psr-4": {
1128 "Zend\\Db\\": "src/"
1129 }
1130 },
1131 "notification-url": "https://packagist.org/downloads/",
1132 "license": [
1133 "BSD-3-Clause"
1134 ],
1135 "description": "Database abstraction layer, SQL abstraction, result set abstraction, and RowDataGateway and TableDataGateway implementations",
1136 "keywords": [
1137 "ZendFramework",
1138 "db",
1139 "zf"
1140 ],
1141 "time": "2017-12-11T14:57:52+00:00"
1142 },
1143 {
1144 "name": "zendframework/zend-eventmanager",
1145 "version": "3.2.1",
1146 "source": {
1147 "type": "git",
1148 "url": "https://github.com/zendframework/zend-eventmanager.git",
1149 "reference": "a5e2583a211f73604691586b8406ff7296a946dd"
1150 },
1151 "dist": {
1152 "type": "zip",
1153 "url": "https://api.github.com/repos/zendframework/zend-eventmanager/zipball/a5e2583a211f73604691586b8406ff7296a946dd",
1154 "reference": "a5e2583a211f73604691586b8406ff7296a946dd",
1155 "shasum": ""
1156 },
1157 "require": {
1158 "php": "^5.6 || ^7.0"
1159 },
1160 "require-dev": {
1161 "athletic/athletic": "^0.1",
1162 "container-interop/container-interop": "^1.1.0",
1163 "phpunit/phpunit": "^5.7.27 || ^6.5.8 || ^7.1.2",
1164 "zendframework/zend-coding-standard": "~1.0.0",
1165 "zendframework/zend-stdlib": "^2.7.3 || ^3.0"
1166 },
1167 "suggest": {
1168 "container-interop/container-interop": "^1.1.0, to use the lazy listeners feature",
1169 "zendframework/zend-stdlib": "^2.7.3 || ^3.0, to use the FilterChain feature"
1170 },
1171 "type": "library",
1172 "extra": {
1173 "branch-alias": {
1174 "dev-master": "3.2-dev",
1175 "dev-develop": "3.3-dev"
1176 }
1177 },
1178 "autoload": {
1179 "psr-4": {
1180 "Zend\\EventManager\\": "src/"
1181 }
1182 },
1183 "notification-url": "https://packagist.org/downloads/",
1184 "license": [
1185 "BSD-3-Clause"
1186 ],
1187 "description": "Trigger and listen to events within a PHP application",
1188 "homepage": "https://github.com/zendframework/zend-eventmanager",
1189 "keywords": [
1190 "event",
1191 "eventmanager",
1192 "events",
1193 "zf2"
1194 ],
1195 "time": "2018-04-25T15:33:34+00:00"
1196 },
1197 {
1198 "name": "zendframework/zend-i18n",
1199 "version": "2.9.2",
1200 "source": {
1201 "type": "git",
1202 "url": "https://github.com/zendframework/zend-i18n.git",
1203 "reference": "e17a54b3aee333ab156958f570cde630acee8b07"
1204 },
1205 "dist": {
1206 "type": "zip",
1207 "url": "https://api.github.com/repos/zendframework/zend-i18n/zipball/e17a54b3aee333ab156958f570cde630acee8b07",
1208 "reference": "e17a54b3aee333ab156958f570cde630acee8b07",
1209 "shasum": ""
1210 },
1211 "require": {
1212 "php": "^5.6 || ^7.0",
1213 "zendframework/zend-stdlib": "^2.7 || ^3.0"
1214 },
1215 "require-dev": {
1216 "phpunit/phpunit": "^5.7.27 || ^6.5.14 || ^7.5.16",
1217 "zendframework/zend-cache": "^2.6.1",
1218 "zendframework/zend-coding-standard": "~1.0.0",
1219 "zendframework/zend-config": "^2.6",
1220 "zendframework/zend-eventmanager": "^2.6.2 || ^3.0",
1221 "zendframework/zend-filter": "^2.6.1",
1222 "zendframework/zend-servicemanager": "^2.7.5 || ^3.0.3",
1223 "zendframework/zend-validator": "^2.6",
1224 "zendframework/zend-view": "^2.6.3"
1225 },
1226 "suggest": {
1227 "ext-intl": "Required for most features of Zend\\I18n; included in default builds of PHP",
1228 "zendframework/zend-cache": "Zend\\Cache component",
1229 "zendframework/zend-config": "Zend\\Config component",
1230 "zendframework/zend-eventmanager": "You should install this package to use the events in the translator",
1231 "zendframework/zend-filter": "You should install this package to use the provided filters",
1232 "zendframework/zend-i18n-resources": "Translation resources",
1233 "zendframework/zend-servicemanager": "Zend\\ServiceManager component",
1234 "zendframework/zend-validator": "You should install this package to use the provided validators",
1235 "zendframework/zend-view": "You should install this package to use the provided view helpers"
1236 },
1237 "type": "library",
1238 "extra": {
1239 "branch-alias": {
1240 "dev-master": "2.9.x-dev",
1241 "dev-develop": "2.10.x-dev"
1242 },
1243 "zf": {
1244 "component": "Zend\\I18n",
1245 "config-provider": "Zend\\I18n\\ConfigProvider"
1246 }
1247 },
1248 "autoload": {
1249 "psr-4": {
1250 "Zend\\I18n\\": "src/"
1251 }
1252 },
1253 "notification-url": "https://packagist.org/downloads/",
1254 "license": [
1255 "BSD-3-Clause"
1256 ],
1257 "description": "Provide translations for your application, and filter and validate internationalized values",
1258 "keywords": [
1259 "ZendFramework",
1260 "i18n",
1261 "zf"
1262 ],
1263 "time": "2019-09-30T12:04:37+00:00"
1264 },
1265 {
1266 "name": "zendframework/zend-servicemanager",
1267 "version": "3.4.0",
1268 "source": {
1269 "type": "git",
1270 "url": "https://github.com/zendframework/zend-servicemanager.git",
1271 "reference": "a1ed6140d0d3ee803fec96582593ed024950067b"
1272 },
1273 "dist": {
1274 "type": "zip",
1275 "url": "https://api.github.com/repos/zendframework/zend-servicemanager/zipball/a1ed6140d0d3ee803fec96582593ed024950067b",
1276 "reference": "a1ed6140d0d3ee803fec96582593ed024950067b",
1277 "shasum": ""
1278 },
1279 "require": {
1280 "container-interop/container-interop": "^1.2",
1281 "php": "^5.6 || ^7.0",
1282 "psr/container": "^1.0",
1283 "zendframework/zend-stdlib": "^3.2.1"
1284 },
1285 "provide": {
1286 "container-interop/container-interop-implementation": "^1.2",
1287 "psr/container-implementation": "^1.0"
1288 },
1289 "require-dev": {
1290 "mikey179/vfsstream": "^1.6.5",
1291 "ocramius/proxy-manager": "^1.0 || ^2.0",
1292 "phpbench/phpbench": "^0.13.0",
1293 "phpunit/phpunit": "^5.7.25 || ^6.4.4",
1294 "zendframework/zend-coding-standard": "~1.0.0"
1295 },
1296 "suggest": {
1297 "ocramius/proxy-manager": "ProxyManager 1.* to handle lazy initialization of services",
1298 "zendframework/zend-stdlib": "zend-stdlib ^2.5 if you wish to use the MergeReplaceKey or MergeRemoveKey features in Config instances"
1299 },
1300 "bin": [
1301 "bin/generate-deps-for-config-factory",
1302 "bin/generate-factory-for-class"
1303 ],
1304 "type": "library",
1305 "extra": {
1306 "branch-alias": {
1307 "dev-master": "3.3-dev",
1308 "dev-develop": "4.0-dev"
1309 }
1310 },
1311 "autoload": {
1312 "psr-4": {
1313 "Zend\\ServiceManager\\": "src/"
1314 }
1315 },
1316 "notification-url": "https://packagist.org/downloads/",
1317 "license": [
1318 "BSD-3-Clause"
1319 ],
1320 "description": "Factory-Driven Dependency Injection Container",
1321 "keywords": [
1322 "PSR-11",
1323 "ZendFramework",
1324 "dependency-injection",
1325 "di",
1326 "dic",
1327 "service-manager",
1328 "servicemanager",
1329 "zf"
1330 ],
1331 "time": "2018-12-22T06:05:09+00:00"
1332 },
1333 {
1334 "name": "zendframework/zend-stdlib",
1335 "version": "3.2.1",
1336 "source": {
1337 "type": "git",
1338 "url": "https://github.com/zendframework/zend-stdlib.git",
1339 "reference": "66536006722aff9e62d1b331025089b7ec71c065"
1340 },
1341 "dist": {
1342 "type": "zip",
1343 "url": "https://api.github.com/repos/zendframework/zend-stdlib/zipball/66536006722aff9e62d1b331025089b7ec71c065",
1344 "reference": "66536006722aff9e62d1b331025089b7ec71c065",
1345 "shasum": ""
1346 },
1347 "require": {
1348 "php": "^5.6 || ^7.0"
1349 },
1350 "require-dev": {
1351 "phpbench/phpbench": "^0.13",
1352 "phpunit/phpunit": "^5.7.27 || ^6.5.8 || ^7.1.2",
1353 "zendframework/zend-coding-standard": "~1.0.0"
1354 },
1355 "type": "library",
1356 "extra": {
1357 "branch-alias": {
1358 "dev-master": "3.2.x-dev",
1359 "dev-develop": "3.3.x-dev"
1360 }
1361 },
1362 "autoload": {
1363 "psr-4": {
1364 "Zend\\Stdlib\\": "src/"
1365 }
1366 },
1367 "notification-url": "https://packagist.org/downloads/",
1368 "license": [
1369 "BSD-3-Clause"
1370 ],
1371 "description": "SPL extensions, array utilities, error handlers, and more",
1372 "keywords": [
1373 "ZendFramework",
1374 "stdlib",
1375 "zf"
1376 ],
1377 "time": "2018-08-28T21:34:05+00:00"
1378 }
1379 ],
1380 "packages-dev": [
1381 {
1382 "name": "atoum/atoum",
1383 "version": "dev-master",
1384 "source": {
1385 "type": "git",
1386 "url": "https://github.com/atoum/atoum.git",
1387 "reference": "b6c93433a7b0b92b54c2bb9b0731d71ddc03b365"
1388 },
1389 "dist": {
1390 "type": "zip",
1391 "url": "https://api.github.com/repos/atoum/atoum/zipball/b6c93433a7b0b92b54c2bb9b0731d71ddc03b365",
1392 "reference": "b6c93433a7b0b92b54c2bb9b0731d71ddc03b365",
1393 "shasum": ""
1394 },
1395 "require": {
1396 "ext-hash": "*",
1397 "ext-json": "*",
1398 "ext-tokenizer": "*",
1399 "ext-xml": "*",
1400 "php": "^5.6.0 || ^7.0.0 <7.5.0"
1401 },
1402 "replace": {
1403 "mageekguy/atoum": "*"
1404 },
1405 "require-dev": {
1406 "friendsofphp/php-cs-fixer": "^2"
1407 },
1408 "suggest": {
1409 "atoum/stubs": "Provides IDE support (like autocompletion) for atoum",
1410 "ext-mbstring": "Provides support for UTF-8 strings",
1411 "ext-xdebug": "Provides code coverage report (>= 2.3)"
1412 },
1413 "bin": [
1414 "bin/atoum"
1415 ],
1416 "type": "library",
1417 "extra": {
1418 "branch-alias": {
1419 "dev-master": "3.x-dev"
1420 }
1421 },
1422 "autoload": {
1423 "classmap": [
1424 "classes/"
1425 ]
1426 },
1427 "notification-url": "https://packagist.org/downloads/",
1428 "license": [
1429 "BSD-3-Clause"
1430 ],
1431 "authors": [
1432 {
1433 "name": "Frédéric Hardy",
1434 "email": "frederic.hardy@atoum.org",
1435 "homepage": "http://blog.mageekbox.net"
1436 },
1437 {
1438 "name": "François Dussert",
1439 "email": "francois.dussert@atoum.org"
1440 },
1441 {
1442 "name": "Gérald Croes",
1443 "email": "gerald.croes@atoum.org"
1444 },
1445 {
1446 "name": "Julien Bianchi",
1447 "email": "julien.bianchi@atoum.org"
1448 },
1449 {
1450 "name": "Ludovic Fleury",
1451 "email": "ludovic.fleury@atoum.org"
1452 }
1453 ],
1454 "description": "Simple modern and intuitive unit testing framework for PHP 5.3+",
1455 "homepage": "http://www.atoum.org",
1456 "keywords": [
1457 "TDD",
1458 "atoum",
1459 "test",
1460 "unit testing"
1461 ],
1462 "time": "2019-10-04T19:45:12+00:00"
1463 }
1464 ],
1465 "aliases": [],
1466 "minimum-stability": "stable",
1467 "stability-flags": {
1468 "akrabat/rka-slim-session-middleware": 20,
1469 "fzaninotto/faker": 20,
1470 "atoum/atoum": 20
1471 },
1472 "prefer-stable": false,
1473 "prefer-lowest": false,
1474 "platform": {
1475 "php": ">=7.1.0"
1476 },
1477 "platform-dev": []
1478 }