krz/vox-populi

A Tumblr web client.

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

main: vendor/composer/installed.json · raw

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