krz/vox-populi

clone: git clone https://gitbay.org/krz/vox-populi.git

main: composer.lock · raw

  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": "7b7ebd65be4f8125f5ad2057758c97e3",
  8    "packages": [
  9        {
 10            "name": "eher/oauth",
 11            "version": "1.0.7",
 12            "source": {
 13                "type": "git",
 14                "url": "https://github.com/EHER/OAuth.git",
 15                "reference": "935c1f7709d1c1457de9e250d0e5f29cac06e507"
 16            },
 17            "dist": {
 18                "type": "zip",
 19                "url": "https://api.github.com/repos/EHER/OAuth/zipball/935c1f7709d1c1457de9e250d0e5f29cac06e507",
 20                "reference": "935c1f7709d1c1457de9e250d0e5f29cac06e507",
 21                "shasum": ""
 22            },
 23            "require": {
 24                "php": ">=5.3.0"
 25            },
 26            "require-dev": {
 27                "eher/phpunit": "1.6"
 28            },
 29            "type": "library",
 30            "autoload": {
 31                "psr-0": {
 32                    "Eher\\OAuth": "src"
 33                }
 34            },
 35            "notification-url": "https://packagist.org/downloads/",
 36            "license": [
 37                "BSD-3-Clause"
 38            ],
 39            "description": "OAuth 1 PHP Library",
 40            "time": "2012-12-13T23:48:10+00:00"
 41        },
 42        {
 43            "name": "guzzlehttp/guzzle",
 44            "version": "6.5.5",
 45            "source": {
 46                "type": "git",
 47                "url": "https://github.com/guzzle/guzzle.git",
 48                "reference": "9d4290de1cfd701f38099ef7e183b64b4b7b0c5e"
 49            },
 50            "dist": {
 51                "type": "zip",
 52                "url": "https://api.github.com/repos/guzzle/guzzle/zipball/9d4290de1cfd701f38099ef7e183b64b4b7b0c5e",
 53                "reference": "9d4290de1cfd701f38099ef7e183b64b4b7b0c5e",
 54                "shasum": ""
 55            },
 56            "require": {
 57                "ext-json": "*",
 58                "guzzlehttp/promises": "^1.0",
 59                "guzzlehttp/psr7": "^1.6.1",
 60                "php": ">=5.5",
 61                "symfony/polyfill-intl-idn": "^1.17.0"
 62            },
 63            "require-dev": {
 64                "ext-curl": "*",
 65                "phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.4 || ^7.0",
 66                "psr/log": "^1.1"
 67            },
 68            "suggest": {
 69                "psr/log": "Required for using the Log middleware"
 70            },
 71            "type": "library",
 72            "extra": {
 73                "branch-alias": {
 74                    "dev-master": "6.5-dev"
 75                }
 76            },
 77            "autoload": {
 78                "psr-4": {
 79                    "GuzzleHttp\\": "src/"
 80                },
 81                "files": [
 82                    "src/functions_include.php"
 83                ]
 84            },
 85            "notification-url": "https://packagist.org/downloads/",
 86            "license": [
 87                "MIT"
 88            ],
 89            "authors": [
 90                {
 91                    "name": "Michael Dowling",
 92                    "email": "mtdowling@gmail.com",
 93                    "homepage": "https://github.com/mtdowling"
 94                }
 95            ],
 96            "description": "Guzzle is a PHP HTTP client library",
 97            "homepage": "http://guzzlephp.org/",
 98            "keywords": [
 99                "client",
100                "curl",
101                "framework",
102                "http",
103                "http client",
104                "rest",
105                "web service"
106            ],
107            "time": "2020-06-16T21:01:06+00:00"
108        },
109        {
110            "name": "guzzlehttp/promises",
111            "version": "v1.3.1",
112            "source": {
113                "type": "git",
114                "url": "https://github.com/guzzle/promises.git",
115                "reference": "a59da6cf61d80060647ff4d3eb2c03a2bc694646"
116            },
117            "dist": {
118                "type": "zip",
119                "url": "https://api.github.com/repos/guzzle/promises/zipball/a59da6cf61d80060647ff4d3eb2c03a2bc694646",
120                "reference": "a59da6cf61d80060647ff4d3eb2c03a2bc694646",
121                "shasum": ""
122            },
123            "require": {
124                "php": ">=5.5.0"
125            },
126            "require-dev": {
127                "phpunit/phpunit": "^4.0"
128            },
129            "type": "library",
130            "extra": {
131                "branch-alias": {
132                    "dev-master": "1.4-dev"
133                }
134            },
135            "autoload": {
136                "psr-4": {
137                    "GuzzleHttp\\Promise\\": "src/"
138                },
139                "files": [
140                    "src/functions_include.php"
141                ]
142            },
143            "notification-url": "https://packagist.org/downloads/",
144            "license": [
145                "MIT"
146            ],
147            "authors": [
148                {
149                    "name": "Michael Dowling",
150                    "email": "mtdowling@gmail.com",
151                    "homepage": "https://github.com/mtdowling"
152                }
153            ],
154            "description": "Guzzle promises library",
155            "keywords": [
156                "promise"
157            ],
158            "time": "2016-12-20T10:07:11+00:00"
159        },
160        {
161            "name": "guzzlehttp/psr7",
162            "version": "1.6.1",
163            "source": {
164                "type": "git",
165                "url": "https://github.com/guzzle/psr7.git",
166                "reference": "239400de7a173fe9901b9ac7c06497751f00727a"
167            },
168            "dist": {
169                "type": "zip",
170                "url": "https://api.github.com/repos/guzzle/psr7/zipball/239400de7a173fe9901b9ac7c06497751f00727a",
171                "reference": "239400de7a173fe9901b9ac7c06497751f00727a",
172                "shasum": ""
173            },
174            "require": {
175                "php": ">=5.4.0",
176                "psr/http-message": "~1.0",
177                "ralouphie/getallheaders": "^2.0.5 || ^3.0.0"
178            },
179            "provide": {
180                "psr/http-message-implementation": "1.0"
181            },
182            "require-dev": {
183                "ext-zlib": "*",
184                "phpunit/phpunit": "~4.8.36 || ^5.7.27 || ^6.5.8"
185            },
186            "suggest": {
187                "zendframework/zend-httphandlerrunner": "Emit PSR-7 responses"
188            },
189            "type": "library",
190            "extra": {
191                "branch-alias": {
192                    "dev-master": "1.6-dev"
193                }
194            },
195            "autoload": {
196                "psr-4": {
197                    "GuzzleHttp\\Psr7\\": "src/"
198                },
199                "files": [
200                    "src/functions_include.php"
201                ]
202            },
203            "notification-url": "https://packagist.org/downloads/",
204            "license": [
205                "MIT"
206            ],
207            "authors": [
208                {
209                    "name": "Michael Dowling",
210                    "email": "mtdowling@gmail.com",
211                    "homepage": "https://github.com/mtdowling"
212                },
213                {
214                    "name": "Tobias Schultze",
215                    "homepage": "https://github.com/Tobion"
216                }
217            ],
218            "description": "PSR-7 message implementation that also provides common utility methods",
219            "keywords": [
220                "http",
221                "message",
222                "psr-7",
223                "request",
224                "response",
225                "stream",
226                "uri",
227                "url"
228            ],
229            "time": "2019-07-01T23:21:34+00:00"
230        },
231        {
232            "name": "paragonie/random_compat",
233            "version": "v9.99.99",
234            "source": {
235                "type": "git",
236                "url": "https://github.com/paragonie/random_compat.git",
237                "reference": "84b4dfb120c6f9b4ff7b3685f9b8f1aa365a0c95"
238            },
239            "dist": {
240                "type": "zip",
241                "url": "https://api.github.com/repos/paragonie/random_compat/zipball/84b4dfb120c6f9b4ff7b3685f9b8f1aa365a0c95",
242                "reference": "84b4dfb120c6f9b4ff7b3685f9b8f1aa365a0c95",
243                "shasum": ""
244            },
245            "require": {
246                "php": "^7"
247            },
248            "require-dev": {
249                "phpunit/phpunit": "4.*|5.*",
250                "vimeo/psalm": "^1"
251            },
252            "suggest": {
253                "ext-libsodium": "Provides a modern crypto API that can be used to generate random bytes."
254            },
255            "type": "library",
256            "notification-url": "https://packagist.org/downloads/",
257            "license": [
258                "MIT"
259            ],
260            "authors": [
261                {
262                    "name": "Paragon Initiative Enterprises",
263                    "email": "security@paragonie.com",
264                    "homepage": "https://paragonie.com"
265                }
266            ],
267            "description": "PHP 5.x polyfill for random_bytes() and random_int() from PHP 7",
268            "keywords": [
269                "csprng",
270                "polyfill",
271                "pseudorandom",
272                "random"
273            ],
274            "time": "2018-07-02T15:55:56+00:00"
275        },
276        {
277            "name": "psr/http-message",
278            "version": "1.0.1",
279            "source": {
280                "type": "git",
281                "url": "https://github.com/php-fig/http-message.git",
282                "reference": "f6561bf28d520154e4b0ec72be95418abe6d9363"
283            },
284            "dist": {
285                "type": "zip",
286                "url": "https://api.github.com/repos/php-fig/http-message/zipball/f6561bf28d520154e4b0ec72be95418abe6d9363",
287                "reference": "f6561bf28d520154e4b0ec72be95418abe6d9363",
288                "shasum": ""
289            },
290            "require": {
291                "php": ">=5.3.0"
292            },
293            "type": "library",
294            "extra": {
295                "branch-alias": {
296                    "dev-master": "1.0.x-dev"
297                }
298            },
299            "autoload": {
300                "psr-4": {
301                    "Psr\\Http\\Message\\": "src/"
302                }
303            },
304            "notification-url": "https://packagist.org/downloads/",
305            "license": [
306                "MIT"
307            ],
308            "authors": [
309                {
310                    "name": "PHP-FIG",
311                    "homepage": "http://www.php-fig.org/"
312                }
313            ],
314            "description": "Common interface for HTTP messages",
315            "homepage": "https://github.com/php-fig/http-message",
316            "keywords": [
317                "http",
318                "http-message",
319                "psr",
320                "psr-7",
321                "request",
322                "response"
323            ],
324            "time": "2016-08-06T14:39:51+00:00"
325        },
326        {
327            "name": "ralouphie/getallheaders",
328            "version": "3.0.3",
329            "source": {
330                "type": "git",
331                "url": "https://github.com/ralouphie/getallheaders.git",
332                "reference": "120b605dfeb996808c31b6477290a714d356e822"
333            },
334            "dist": {
335                "type": "zip",
336                "url": "https://api.github.com/repos/ralouphie/getallheaders/zipball/120b605dfeb996808c31b6477290a714d356e822",
337                "reference": "120b605dfeb996808c31b6477290a714d356e822",
338                "shasum": ""
339            },
340            "require": {
341                "php": ">=5.6"
342            },
343            "require-dev": {
344                "php-coveralls/php-coveralls": "^2.1",
345                "phpunit/phpunit": "^5 || ^6.5"
346            },
347            "type": "library",
348            "autoload": {
349                "files": [
350                    "src/getallheaders.php"
351                ]
352            },
353            "notification-url": "https://packagist.org/downloads/",
354            "license": [
355                "MIT"
356            ],
357            "authors": [
358                {
359                    "name": "Ralph Khattar",
360                    "email": "ralph.khattar@gmail.com"
361                }
362            ],
363            "description": "A polyfill for getallheaders.",
364            "time": "2019-03-08T08:55:37+00:00"
365        },
366        {
367            "name": "symfony/polyfill-intl-idn",
368            "version": "v1.18.1",
369            "source": {
370                "type": "git",
371                "url": "https://github.com/symfony/polyfill-intl-idn.git",
372                "reference": "5dcab1bc7146cf8c1beaa4502a3d9be344334251"
373            },
374            "dist": {
375                "type": "zip",
376                "url": "https://api.github.com/repos/symfony/polyfill-intl-idn/zipball/5dcab1bc7146cf8c1beaa4502a3d9be344334251",
377                "reference": "5dcab1bc7146cf8c1beaa4502a3d9be344334251",
378                "shasum": ""
379            },
380            "require": {
381                "php": ">=5.3.3",
382                "symfony/polyfill-intl-normalizer": "^1.10",
383                "symfony/polyfill-php70": "^1.10",
384                "symfony/polyfill-php72": "^1.10"
385            },
386            "suggest": {
387                "ext-intl": "For best performance"
388            },
389            "type": "library",
390            "extra": {
391                "branch-alias": {
392                    "dev-master": "1.18-dev"
393                },
394                "thanks": {
395                    "name": "symfony/polyfill",
396                    "url": "https://github.com/symfony/polyfill"
397                }
398            },
399            "autoload": {
400                "psr-4": {
401                    "Symfony\\Polyfill\\Intl\\Idn\\": ""
402                },
403                "files": [
404                    "bootstrap.php"
405                ]
406            },
407            "notification-url": "https://packagist.org/downloads/",
408            "license": [
409                "MIT"
410            ],
411            "authors": [
412                {
413                    "name": "Laurent Bassin",
414                    "email": "laurent@bassin.info"
415                },
416                {
417                    "name": "Trevor Rowbotham",
418                    "email": "trevor.rowbotham@pm.me"
419                },
420                {
421                    "name": "Symfony Community",
422                    "homepage": "https://symfony.com/contributors"
423                }
424            ],
425            "description": "Symfony polyfill for intl's idn_to_ascii and idn_to_utf8 functions",
426            "homepage": "https://symfony.com",
427            "keywords": [
428                "compatibility",
429                "idn",
430                "intl",
431                "polyfill",
432                "portable",
433                "shim"
434            ],
435            "funding": [
436                {
437                    "url": "https://symfony.com/sponsor",
438                    "type": "custom"
439                },
440                {
441                    "url": "https://github.com/fabpot",
442                    "type": "github"
443                },
444                {
445                    "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
446                    "type": "tidelift"
447                }
448            ],
449            "time": "2020-08-04T06:02:08+00:00"
450        },
451        {
452            "name": "symfony/polyfill-intl-normalizer",
453            "version": "v1.18.1",
454            "source": {
455                "type": "git",
456                "url": "https://github.com/symfony/polyfill-intl-normalizer.git",
457                "reference": "37078a8dd4a2a1e9ab0231af7c6cb671b2ed5a7e"
458            },
459            "dist": {
460                "type": "zip",
461                "url": "https://api.github.com/repos/symfony/polyfill-intl-normalizer/zipball/37078a8dd4a2a1e9ab0231af7c6cb671b2ed5a7e",
462                "reference": "37078a8dd4a2a1e9ab0231af7c6cb671b2ed5a7e",
463                "shasum": ""
464            },
465            "require": {
466                "php": ">=5.3.3"
467            },
468            "suggest": {
469                "ext-intl": "For best performance"
470            },
471            "type": "library",
472            "extra": {
473                "branch-alias": {
474                    "dev-master": "1.18-dev"
475                },
476                "thanks": {
477                    "name": "symfony/polyfill",
478                    "url": "https://github.com/symfony/polyfill"
479                }
480            },
481            "autoload": {
482                "psr-4": {
483                    "Symfony\\Polyfill\\Intl\\Normalizer\\": ""
484                },
485                "files": [
486                    "bootstrap.php"
487                ],
488                "classmap": [
489                    "Resources/stubs"
490                ]
491            },
492            "notification-url": "https://packagist.org/downloads/",
493            "license": [
494                "MIT"
495            ],
496            "authors": [
497                {
498                    "name": "Nicolas Grekas",
499                    "email": "p@tchwork.com"
500                },
501                {
502                    "name": "Symfony Community",
503                    "homepage": "https://symfony.com/contributors"
504                }
505            ],
506            "description": "Symfony polyfill for intl's Normalizer class and related functions",
507            "homepage": "https://symfony.com",
508            "keywords": [
509                "compatibility",
510                "intl",
511                "normalizer",
512                "polyfill",
513                "portable",
514                "shim"
515            ],
516            "funding": [
517                {
518                    "url": "https://symfony.com/sponsor",
519                    "type": "custom"
520                },
521                {
522                    "url": "https://github.com/fabpot",
523                    "type": "github"
524                },
525                {
526                    "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
527                    "type": "tidelift"
528                }
529            ],
530            "time": "2020-07-14T12:35:20+00:00"
531        },
532        {
533            "name": "symfony/polyfill-php70",
534            "version": "v1.18.1",
535            "source": {
536                "type": "git",
537                "url": "https://github.com/symfony/polyfill-php70.git",
538                "reference": "0dd93f2c578bdc9c72697eaa5f1dd25644e618d3"
539            },
540            "dist": {
541                "type": "zip",
542                "url": "https://api.github.com/repos/symfony/polyfill-php70/zipball/0dd93f2c578bdc9c72697eaa5f1dd25644e618d3",
543                "reference": "0dd93f2c578bdc9c72697eaa5f1dd25644e618d3",
544                "shasum": ""
545            },
546            "require": {
547                "paragonie/random_compat": "~1.0|~2.0|~9.99",
548                "php": ">=5.3.3"
549            },
550            "type": "library",
551            "extra": {
552                "branch-alias": {
553                    "dev-master": "1.18-dev"
554                },
555                "thanks": {
556                    "name": "symfony/polyfill",
557                    "url": "https://github.com/symfony/polyfill"
558                }
559            },
560            "autoload": {
561                "psr-4": {
562                    "Symfony\\Polyfill\\Php70\\": ""
563                },
564                "files": [
565                    "bootstrap.php"
566                ],
567                "classmap": [
568                    "Resources/stubs"
569                ]
570            },
571            "notification-url": "https://packagist.org/downloads/",
572            "license": [
573                "MIT"
574            ],
575            "authors": [
576                {
577                    "name": "Nicolas Grekas",
578                    "email": "p@tchwork.com"
579                },
580                {
581                    "name": "Symfony Community",
582                    "homepage": "https://symfony.com/contributors"
583                }
584            ],
585            "description": "Symfony polyfill backporting some PHP 7.0+ features to lower PHP versions",
586            "homepage": "https://symfony.com",
587            "keywords": [
588                "compatibility",
589                "polyfill",
590                "portable",
591                "shim"
592            ],
593            "funding": [
594                {
595                    "url": "https://symfony.com/sponsor",
596                    "type": "custom"
597                },
598                {
599                    "url": "https://github.com/fabpot",
600                    "type": "github"
601                },
602                {
603                    "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
604                    "type": "tidelift"
605                }
606            ],
607            "time": "2020-07-14T12:35:20+00:00"
608        },
609        {
610            "name": "symfony/polyfill-php72",
611            "version": "v1.18.1",
612            "source": {
613                "type": "git",
614                "url": "https://github.com/symfony/polyfill-php72.git",
615                "reference": "639447d008615574653fb3bc60d1986d7172eaae"
616            },
617            "dist": {
618                "type": "zip",
619                "url": "https://api.github.com/repos/symfony/polyfill-php72/zipball/639447d008615574653fb3bc60d1986d7172eaae",
620                "reference": "639447d008615574653fb3bc60d1986d7172eaae",
621                "shasum": ""
622            },
623            "require": {
624                "php": ">=5.3.3"
625            },
626            "type": "library",
627            "extra": {
628                "branch-alias": {
629                    "dev-master": "1.18-dev"
630                },
631                "thanks": {
632                    "name": "symfony/polyfill",
633                    "url": "https://github.com/symfony/polyfill"
634                }
635            },
636            "autoload": {
637                "psr-4": {
638                    "Symfony\\Polyfill\\Php72\\": ""
639                },
640                "files": [
641                    "bootstrap.php"
642                ]
643            },
644            "notification-url": "https://packagist.org/downloads/",
645            "license": [
646                "MIT"
647            ],
648            "authors": [
649                {
650                    "name": "Nicolas Grekas",
651                    "email": "p@tchwork.com"
652                },
653                {
654                    "name": "Symfony Community",
655                    "homepage": "https://symfony.com/contributors"
656                }
657            ],
658            "description": "Symfony polyfill backporting some PHP 7.2+ features to lower PHP versions",
659            "homepage": "https://symfony.com",
660            "keywords": [
661                "compatibility",
662                "polyfill",
663                "portable",
664                "shim"
665            ],
666            "funding": [
667                {
668                    "url": "https://symfony.com/sponsor",
669                    "type": "custom"
670                },
671                {
672                    "url": "https://github.com/fabpot",
673                    "type": "github"
674                },
675                {
676                    "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
677                    "type": "tidelift"
678                }
679            ],
680            "time": "2020-07-14T12:35:20+00:00"
681        },
682        {
683            "name": "tumblr/tumblr",
684            "version": "v0.4.0",
685            "source": {
686                "type": "git",
687                "url": "https://github.com/tumblr/tumblr.php.git",
688                "reference": "308ad2a8a840ae8a8b70e96a19701b7ef1b00d0d"
689            },
690            "dist": {
691                "type": "zip",
692                "url": "https://api.github.com/repos/tumblr/tumblr.php/zipball/308ad2a8a840ae8a8b70e96a19701b7ef1b00d0d",
693                "reference": "308ad2a8a840ae8a8b70e96a19701b7ef1b00d0d",
694                "shasum": ""
695            },
696            "require": {
697                "eher/oauth": "1.0.*",
698                "guzzlehttp/guzzle": "6.*"
699            },
700            "require-dev": {
701                "phpunit/phpunit": "5.3.*"
702            },
703            "type": "library",
704            "autoload": {
705                "psr-0": {
706                    "Tumblr\\API": "lib"
707                }
708            },
709            "notification-url": "https://packagist.org/downloads/",
710            "license": [
711                "Apache-2.0"
712            ],
713            "authors": [
714                {
715                    "name": "John Crepezzi",
716                    "email": "john.crepezzi@gmail.com",
717                    "homepage": "https://github.com/seejohnrun",
718                    "role": "developer"
719                }
720            ],
721            "description": "Official Tumblr PHP Client",
722            "homepage": "https://github.com/tumblr/tumblr.php",
723            "keywords": [
724                "api",
725                "gif",
726                "sdk",
727                "tumblr"
728            ],
729            "time": "2017-09-29T21:32:48+00:00"
730        }
731    ],
732    "packages-dev": [],
733    "aliases": [],
734    "minimum-stability": "stable",
735    "stability-flags": [],
736    "prefer-stable": false,
737    "prefer-lowest": false,
738    "platform": [],
739    "platform-dev": [],
740    "plugin-api-version": "1.1.0"
741}