From faaa47910bc2480cdb4b67ec624b83172d6d251a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 29 Mar 2022 23:01:23 +0000 Subject: [PATCH] Bump guzzlehttp/psr7 from 1.6.1 to 1.8.5 Bumps [guzzlehttp/psr7](https://github.com/guzzle/psr7) from 1.6.1 to 1.8.5. - [Release notes](https://github.com/guzzle/psr7/releases) - [Changelog](https://github.com/guzzle/psr7/blob/1.8.5/CHANGELOG.md) - [Commits](https://github.com/guzzle/psr7/compare/1.6.1...1.8.5) --- updated-dependencies: - dependency-name: guzzlehttp/psr7 dependency-type: indirect ... Signed-off-by: dependabot[bot] --- composer.lock | 278 +++++++++++++++++++++++++++++--------------------- 1 file changed, 162 insertions(+), 116 deletions(-) diff --git a/composer.lock b/composer.lock index d17f1ce..09af8c7 100644 --- a/composer.lock +++ b/composer.lock @@ -1,10 +1,9 @@ { "_readme": [ "This file locks the dependencies of your project to a known state", - "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file", + "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "This file is @generated automatically" ], - "hash": "7fc060a9f462a97f96bdebdb27815deb", "content-hash": "b71e993ab9a519d3c7632e302421ae38", "packages": [ { @@ -37,7 +36,7 @@ "description": "Promoting the interoperability of container objects (DIC, SL, etc.)", "homepage": "https://github.com/container-interop/container-interop", "abandoned": "psr/container", - "time": "2017-02-14 19:40:03" + "time": "2017-02-14T19:40:03+00:00" }, { "name": "dnoegel/php-xdg-base-dir", @@ -70,7 +69,7 @@ "MIT" ], "description": "implementation of xdg base directory specification for php", - "time": "2019-12-04 15:06:13" + "time": "2019-12-04T15:06:13+00:00" }, { "name": "doctrine/cache", @@ -152,7 +151,7 @@ "redis", "xcache" ], - "time": "2020-07-07 18:54:01" + "time": "2020-07-07T18:54:01+00:00" }, { "name": "doctrine/dbal", @@ -246,7 +245,7 @@ "sqlserver", "sqlsrv" ], - "time": "2020-04-20 17:19:26" + "time": "2020-04-20T17:19:26+00:00" }, { "name": "doctrine/event-manager", @@ -322,7 +321,7 @@ "event system", "events" ], - "time": "2020-05-29 18:28:51" + "time": "2020-05-29T18:28:51+00:00" }, { "name": "doctrine/inflector", @@ -389,7 +388,7 @@ "singularize", "string" ], - "time": "2019-10-30 19:59:35" + "time": "2019-10-30T19:59:35+00:00" }, { "name": "doctrine/lexer", @@ -451,7 +450,7 @@ "parser", "php" ], - "time": "2019-10-30 14:39:59" + "time": "2019-10-30T14:39:59+00:00" }, { "name": "dragonmantank/cron-expression", @@ -505,7 +504,7 @@ "cron", "schedule" ], - "time": "2019-03-31 00:38:28" + "time": "2019-03-31T00:38:28+00:00" }, { "name": "egulias/email-validator", @@ -563,7 +562,7 @@ "validation", "validator" ], - "time": "2020-02-13 22:36:52" + "time": "2020-02-13T22:36:52+00:00" }, { "name": "fideloper/proxy", @@ -617,7 +616,7 @@ "proxy", "trusted proxy" ], - "time": "2020-02-22 01:51:47" + "time": "2020-02-22T01:51:47+00:00" }, { "name": "guzzlehttp/guzzle", @@ -684,7 +683,7 @@ "rest", "web service" ], - "time": "2019-12-23 11:57:10" + "time": "2019-12-23T11:57:10+00:00" }, { "name": "guzzlehttp/promises", @@ -735,20 +734,20 @@ "keywords": [ "promise" ], - "time": "2016-12-20 10:07:11" + "time": "2016-12-20T10:07:11+00:00" }, { "name": "guzzlehttp/psr7", - "version": "1.6.1", + "version": "1.8.5", "source": { "type": "git", "url": "https://github.com/guzzle/psr7.git", - "reference": "239400de7a173fe9901b9ac7c06497751f00727a" + "reference": "337e3ad8e5716c15f9657bd214d16cc5e69df268" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/guzzle/psr7/zipball/239400de7a173fe9901b9ac7c06497751f00727a", - "reference": "239400de7a173fe9901b9ac7c06497751f00727a", + "url": "https://api.github.com/repos/guzzle/psr7/zipball/337e3ad8e5716c15f9657bd214d16cc5e69df268", + "reference": "337e3ad8e5716c15f9657bd214d16cc5e69df268", "shasum": "" }, "require": { @@ -761,37 +760,58 @@ }, "require-dev": { "ext-zlib": "*", - "phpunit/phpunit": "~4.8.36 || ^5.7.27 || ^6.5.8" + "phpunit/phpunit": "~4.8.36 || ^5.7.27 || ^6.5.14 || ^7.5.20 || ^8.5.8 || ^9.3.10" }, "suggest": { - "zendframework/zend-httphandlerrunner": "Emit PSR-7 responses" + "laminas/laminas-httphandlerrunner": "Emit PSR-7 responses" }, "type": "library", "extra": { "branch-alias": { - "dev-master": "1.6-dev" + "dev-master": "1.7-dev" } }, "autoload": { - "psr-4": { - "GuzzleHttp\\Psr7\\": "src/" - }, "files": [ "src/functions_include.php" - ] + ], + "psr-4": { + "GuzzleHttp\\Psr7\\": "src/" + } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ + { + "name": "Graham Campbell", + "email": "hello@gjcampbell.co.uk", + "homepage": "https://github.com/GrahamCampbell" + }, { "name": "Michael Dowling", "email": "mtdowling@gmail.com", "homepage": "https://github.com/mtdowling" }, + { + "name": "George Mponos", + "email": "gmponos@gmail.com", + "homepage": "https://github.com/gmponos" + }, + { + "name": "Tobias Nyholm", + "email": "tobias.nyholm@gmail.com", + "homepage": "https://github.com/Nyholm" + }, + { + "name": "Márk Sági-Kazár", + "email": "mark.sagikazar@gmail.com", + "homepage": "https://github.com/sagikazarmark" + }, { "name": "Tobias Schultze", + "email": "webmaster@tubo-world.de", "homepage": "https://github.com/Tobion" } ], @@ -806,7 +826,25 @@ "uri", "url" ], - "time": "2019-07-01 23:21:34" + "support": { + "issues": "https://github.com/guzzle/psr7/issues", + "source": "https://github.com/guzzle/psr7/tree/1.8.5" + }, + "funding": [ + { + "url": "https://github.com/GrahamCampbell", + "type": "github" + }, + { + "url": "https://github.com/Nyholm", + "type": "github" + }, + { + "url": "https://tidelift.com/funding/github/packagist/guzzlehttp/psr7", + "type": "tidelift" + } + ], + "time": "2022-03-20T21:51:18+00:00" }, { "name": "irazasyed/telegram-bot-sdk", @@ -868,7 +906,7 @@ "telegram php", "telegram sdk" ], - "time": "2019-09-08 08:18:42" + "time": "2019-09-08T08:18:42+00:00" }, { "name": "jakub-onderka/php-console-color", @@ -911,7 +949,7 @@ } ], "abandoned": "php-parallel-lint/php-console-color", - "time": "2018-09-29 17:23:10" + "time": "2018-09-29T17:23:10+00:00" }, { "name": "jakub-onderka/php-console-highlighter", @@ -958,7 +996,7 @@ ], "description": "Highlight PHP code in terminal", "abandoned": "php-parallel-lint/php-console-highlighter", - "time": "2018-09-29 18:48:56" + "time": "2018-09-29T18:48:56+00:00" }, { "name": "laravel/framework", @@ -1104,7 +1142,7 @@ "framework", "laravel" ], - "time": "2020-03-03 13:14:27" + "time": "2020-03-03T13:14:27+00:00" }, { "name": "laravel/tinker", @@ -1167,7 +1205,7 @@ "laravel", "psysh" ], - "time": "2019-08-07 15:10:45" + "time": "2019-08-07T15:10:45+00:00" }, { "name": "league/commonmark", @@ -1241,7 +1279,7 @@ "md", "parser" ], - "time": "2020-02-28 18:53:50" + "time": "2020-02-28T18:53:50+00:00" }, { "name": "league/flysystem", @@ -1325,7 +1363,7 @@ "sftp", "storage" ], - "time": "2020-03-08 18:53:20" + "time": "2020-03-08T18:53:20+00:00" }, { "name": "monolog/monolog", @@ -1406,7 +1444,7 @@ "logging", "psr-3" ], - "time": "2019-12-20 14:22:59" + "time": "2019-12-20T14:22:59+00:00" }, { "name": "nesbot/carbon", @@ -1476,7 +1514,7 @@ "datetime", "time" ], - "time": "2020-03-01 11:11:58" + "time": "2020-03-01T11:11:58+00:00" }, { "name": "nikic/php-parser", @@ -1528,7 +1566,7 @@ "parser", "php" ], - "time": "2019-11-08 13:50:10" + "time": "2019-11-08T13:50:10+00:00" }, { "name": "opis/closure", @@ -1589,7 +1627,7 @@ "serialization", "serialize" ], - "time": "2019-11-29 22:36:02" + "time": "2019-11-29T22:36:02+00:00" }, { "name": "paragonie/random_compat", @@ -1634,7 +1672,7 @@ "pseudorandom", "random" ], - "time": "2018-07-02 15:55:56" + "time": "2018-07-02T15:55:56+00:00" }, { "name": "phpoption/phpoption", @@ -1689,7 +1727,7 @@ "php", "type" ], - "time": "2019-12-15 19:35:24" + "time": "2019-12-15T19:35:24+00:00" }, { "name": "psr/container", @@ -1738,7 +1776,7 @@ "container-interop", "psr" ], - "time": "2017-02-14 16:28:37" + "time": "2017-02-14T16:28:37+00:00" }, { "name": "psr/http-message", @@ -1788,7 +1826,10 @@ "request", "response" ], - "time": "2016-08-06 14:39:51" + "support": { + "source": "https://github.com/php-fig/http-message/tree/master" + }, + "time": "2016-08-06T14:39:51+00:00" }, { "name": "psr/log", @@ -1835,7 +1876,7 @@ "psr", "psr-3" ], - "time": "2019-11-01 11:05:21" + "time": "2019-11-01T11:05:21+00:00" }, { "name": "psr/simple-cache", @@ -1883,7 +1924,7 @@ "psr-16", "simple-cache" ], - "time": "2017-10-23 01:57:42" + "time": "2017-10-23T01:57:42+00:00" }, { "name": "psy/psysh", @@ -1957,7 +1998,7 @@ "interactive", "shell" ], - "time": "2019-12-06 14:19:43" + "time": "2019-12-06T14:19:43+00:00" }, { "name": "ralouphie/getallheaders", @@ -1997,7 +2038,11 @@ } ], "description": "A polyfill for getallheaders.", - "time": "2019-03-08 08:55:37" + "support": { + "issues": "https://github.com/ralouphie/getallheaders/issues", + "source": "https://github.com/ralouphie/getallheaders/tree/develop" + }, + "time": "2019-03-08T08:55:37+00:00" }, { "name": "ramsey/uuid", @@ -2084,7 +2129,7 @@ "identifier", "uuid" ], - "time": "2020-02-21 04:36:14" + "time": "2020-02-21T04:36:14+00:00" }, { "name": "swiftmailer/swiftmailer", @@ -2146,7 +2191,7 @@ "mail", "mailer" ], - "time": "2019-11-12 09:31:26" + "time": "2019-11-12T09:31:26+00:00" }, { "name": "symfony/console", @@ -2222,7 +2267,7 @@ ], "description": "Symfony Console Component", "homepage": "https://symfony.com", - "time": "2020-02-24 13:10:00" + "time": "2020-02-24T13:10:00+00:00" }, { "name": "symfony/css-selector", @@ -2275,7 +2320,7 @@ ], "description": "Symfony CssSelector Component", "homepage": "https://symfony.com", - "time": "2020-02-04 09:41:09" + "time": "2020-02-04T09:41:09+00:00" }, { "name": "symfony/debug", @@ -2331,7 +2376,7 @@ ], "description": "Symfony Debug Component", "homepage": "https://symfony.com", - "time": "2020-02-23 14:41:43" + "time": "2020-02-23T14:41:43+00:00" }, { "name": "symfony/error-handler", @@ -2387,7 +2432,7 @@ ], "description": "Symfony ErrorHandler Component", "homepage": "https://symfony.com", - "time": "2020-02-26 11:45:31" + "time": "2020-02-26T11:45:31+00:00" }, { "name": "symfony/event-dispatcher", @@ -2457,7 +2502,7 @@ ], "description": "Symfony EventDispatcher Component", "homepage": "https://symfony.com", - "time": "2020-02-04 09:32:40" + "time": "2020-02-04T09:32:40+00:00" }, { "name": "symfony/event-dispatcher-contracts", @@ -2515,7 +2560,7 @@ "interoperability", "standards" ], - "time": "2019-09-17 09:54:03" + "time": "2019-09-17T09:54:03+00:00" }, { "name": "symfony/finder", @@ -2564,7 +2609,7 @@ ], "description": "Symfony Finder Component", "homepage": "https://symfony.com", - "time": "2020-02-14 07:42:58" + "time": "2020-02-14T07:42:58+00:00" }, { "name": "symfony/http-foundation", @@ -2619,7 +2664,7 @@ ], "description": "Symfony HttpFoundation Component", "homepage": "https://symfony.com", - "time": "2020-02-13 19:40:01" + "time": "2020-02-13T19:40:01+00:00" }, { "name": "symfony/http-kernel", @@ -2709,7 +2754,7 @@ ], "description": "Symfony HttpKernel Component", "homepage": "https://symfony.com", - "time": "2020-02-29 10:31:38" + "time": "2020-02-29T10:31:38+00:00" }, { "name": "symfony/mime", @@ -2771,7 +2816,7 @@ "mime", "mime-type" ], - "time": "2020-02-04 09:41:09" + "time": "2020-02-04T09:41:09+00:00" }, { "name": "symfony/polyfill-ctype", @@ -2829,7 +2874,7 @@ "polyfill", "portable" ], - "time": "2020-01-13 11:15:53" + "time": "2020-01-13T11:15:53+00:00" }, { "name": "symfony/polyfill-iconv", @@ -2888,7 +2933,7 @@ "portable", "shim" ], - "time": "2020-01-13 11:15:53" + "time": "2020-01-13T11:15:53+00:00" }, { "name": "symfony/polyfill-intl-idn", @@ -2950,7 +2995,7 @@ "portable", "shim" ], - "time": "2020-01-17 12:01:36" + "time": "2020-01-17T12:01:36+00:00" }, { "name": "symfony/polyfill-mbstring", @@ -3009,7 +3054,7 @@ "portable", "shim" ], - "time": "2020-01-13 11:15:53" + "time": "2020-01-13T11:15:53+00:00" }, { "name": "symfony/polyfill-php72", @@ -3064,7 +3109,7 @@ "portable", "shim" ], - "time": "2020-01-13 11:15:53" + "time": "2020-01-13T11:15:53+00:00" }, { "name": "symfony/polyfill-php73", @@ -3122,7 +3167,7 @@ "portable", "shim" ], - "time": "2020-01-13 11:15:53" + "time": "2020-01-13T11:15:53+00:00" }, { "name": "symfony/process", @@ -3171,7 +3216,7 @@ ], "description": "Symfony Process Component", "homepage": "https://symfony.com", - "time": "2020-02-07 20:06:44" + "time": "2020-02-07T20:06:44+00:00" }, { "name": "symfony/routing", @@ -3247,7 +3292,7 @@ "uri", "url" ], - "time": "2020-02-25 12:41:09" + "time": "2020-02-25T12:41:09+00:00" }, { "name": "symfony/service-contracts", @@ -3305,7 +3350,7 @@ "interoperability", "standards" ], - "time": "2019-11-18 17:27:11" + "time": "2019-11-18T17:27:11+00:00" }, { "name": "symfony/translation", @@ -3381,7 +3426,7 @@ ], "description": "Symfony Translation Component", "homepage": "https://symfony.com", - "time": "2020-02-04 09:32:40" + "time": "2020-02-04T09:32:40+00:00" }, { "name": "symfony/translation-contracts", @@ -3438,7 +3483,7 @@ "interoperability", "standards" ], - "time": "2019-11-18 17:27:11" + "time": "2019-11-18T17:27:11+00:00" }, { "name": "symfony/var-dumper", @@ -3514,7 +3559,7 @@ "debug", "dump" ], - "time": "2020-02-24 13:10:00" + "time": "2020-02-24T13:10:00+00:00" }, { "name": "tijsverkoyen/css-to-inline-styles", @@ -3563,7 +3608,7 @@ ], "description": "CssToInlineStyles is a class that enables you to convert HTML-pages/files into HTML-pages/files with inline styles. This is very useful when you're sending emails.", "homepage": "https://github.com/tijsverkoyen/CssToInlineStyles", - "time": "2019-10-24 08:53:34" + "time": "2019-10-24T08:53:34+00:00" }, { "name": "vlucas/phpdotenv", @@ -3620,7 +3665,7 @@ "env", "environment" ], - "time": "2019-09-10 21:37:39" + "time": "2019-09-10T21:37:39+00:00" }, { "name": "zendframework/zend-escaper", @@ -3666,7 +3711,7 @@ "zf" ], "abandoned": "laminas/laminas-escaper", - "time": "2019-09-05 20:03:20" + "time": "2019-09-05T20:03:20+00:00" }, { "name": "zendframework/zend-feed", @@ -3730,7 +3775,7 @@ "zf" ], "abandoned": "laminas/laminas-feed", - "time": "2019-03-05 20:08:49" + "time": "2019-03-05T20:08:49+00:00" }, { "name": "zendframework/zend-http", @@ -3786,7 +3831,7 @@ "zf" ], "abandoned": "laminas/laminas-http", - "time": "2019-12-30 20:47:33" + "time": "2019-12-30T20:47:33+00:00" }, { "name": "zendframework/zend-loader", @@ -3832,7 +3877,7 @@ "zf" ], "abandoned": "laminas/laminas-loader", - "time": "2019-09-04 19:38:14" + "time": "2019-09-04T19:38:14+00:00" }, { "name": "zendframework/zend-stdlib", @@ -3879,7 +3924,7 @@ "zf" ], "abandoned": "laminas/laminas-stdlib", - "time": "2018-08-28 21:34:05" + "time": "2018-08-28T21:34:05+00:00" }, { "name": "zendframework/zend-uri", @@ -3927,7 +3972,7 @@ "zf" ], "abandoned": "laminas/laminas-uri", - "time": "2019-10-07 13:35:33" + "time": "2019-10-07T13:35:33+00:00" }, { "name": "zendframework/zend-validator", @@ -4003,7 +4048,7 @@ "zf" ], "abandoned": "laminas/laminas-validator", - "time": "2019-12-28 04:07:18" + "time": "2019-12-28T04:07:18+00:00" } ], "packages-dev": [ @@ -4061,7 +4106,7 @@ "constructor", "instantiate" ], - "time": "2019-10-21 16:45:58" + "time": "2019-10-21T16:45:58+00:00" }, { "name": "facade/flare-client-php", @@ -4115,7 +4160,7 @@ "flare", "reporting" ], - "time": "2020-03-02 15:52:04" + "time": "2020-03-02T15:52:04+00:00" }, { "name": "facade/ignition", @@ -4186,7 +4231,7 @@ "laravel", "page" ], - "time": "2020-03-05 12:39:07" + "time": "2020-03-05T12:39:07+00:00" }, { "name": "facade/ignition-contracts", @@ -4230,7 +4275,7 @@ "flare", "ignition" ], - "time": "2019-08-30 14:06:08" + "time": "2019-08-30T14:06:08+00:00" }, { "name": "filp/whoops", @@ -4291,7 +4336,7 @@ "throwable", "whoops" ], - "time": "2020-01-15 10:00:00" + "time": "2020-01-15T10:00:00+00:00" }, { "name": "fzaninotto/faker", @@ -4341,7 +4386,7 @@ "faker", "fixtures" ], - "time": "2019-12-12 13:22:17" + "time": "2019-12-12T13:22:17+00:00" }, { "name": "hamcrest/hamcrest-php", @@ -4389,7 +4434,7 @@ "keywords": [ "test" ], - "time": "2016-01-20 08:20:44" + "time": "2016-01-20T08:20:44+00:00" }, { "name": "mockery/mockery", @@ -4454,7 +4499,7 @@ "test double", "testing" ], - "time": "2019-12-26 09:49:15" + "time": "2019-12-26T09:49:15+00:00" }, { "name": "myclabs/deep-copy", @@ -4502,7 +4547,7 @@ "object", "object graph" ], - "time": "2020-01-17 21:11:47" + "time": "2020-01-17T21:11:47+00:00" }, { "name": "nunomaduro/collision", @@ -4566,7 +4611,7 @@ "php", "symfony" ], - "time": "2019-03-07 21:35:13" + "time": "2019-03-07T21:35:13+00:00" }, { "name": "phar-io/manifest", @@ -4621,7 +4666,7 @@ } ], "description": "Component for reading phar.io manifest information from a PHP Archive (PHAR)", - "time": "2018-07-08 19:23:20" + "time": "2018-07-08T19:23:20+00:00" }, { "name": "phar-io/version", @@ -4668,7 +4713,7 @@ } ], "description": "Library for handling version information and constraints", - "time": "2018-07-08 19:19:57" + "time": "2018-07-08T19:19:57+00:00" }, { "name": "phpdocumentor/reflection-common", @@ -4720,7 +4765,7 @@ "reflection", "static analysis" ], - "time": "2018-08-07 13:53:10" + "time": "2018-08-07T13:53:10+00:00" }, { "name": "phpdocumentor/reflection-docblock", @@ -4773,7 +4818,7 @@ } ], "description": "With this component, a library can provide support for annotations via DocBlocks or otherwise retrieve information that is embedded in a DocBlock.", - "time": "2020-02-22 12:28:44" + "time": "2020-02-22T12:28:44+00:00" }, { "name": "phpdocumentor/type-resolver", @@ -4819,7 +4864,7 @@ } ], "description": "A PSR-5 based resolver of Class names, Types and Structural Element Names", - "time": "2020-02-18 18:59:58" + "time": "2020-02-18T18:59:58+00:00" }, { "name": "phpspec/prophecy", @@ -4882,7 +4927,7 @@ "spy", "stub" ], - "time": "2020-03-05 15:02:03" + "time": "2020-03-05T15:02:03+00:00" }, { "name": "phpunit/php-code-coverage", @@ -4945,7 +4990,7 @@ "testing", "xunit" ], - "time": "2019-11-20 13:55:58" + "time": "2019-11-20T13:55:58+00:00" }, { "name": "phpunit/php-file-iterator", @@ -4995,7 +5040,7 @@ "filesystem", "iterator" ], - "time": "2018-09-13 20:33:42" + "time": "2018-09-13T20:33:42+00:00" }, { "name": "phpunit/php-text-template", @@ -5036,7 +5081,7 @@ "keywords": [ "template" ], - "time": "2015-06-21 13:50:34" + "time": "2015-06-21T13:50:34+00:00" }, { "name": "phpunit/php-timer", @@ -5085,7 +5130,7 @@ "keywords": [ "timer" ], - "time": "2019-06-07 04:22:29" + "time": "2019-06-07T04:22:29+00:00" }, { "name": "phpunit/php-token-stream", @@ -5134,7 +5179,7 @@ "keywords": [ "tokenizer" ], - "time": "2019-09-17 06:23:10" + "time": "2019-09-17T06:23:10+00:00" }, { "name": "phpunit/phpunit", @@ -5217,7 +5262,7 @@ "testing", "xunit" ], - "time": "2020-01-08 08:49:49" + "time": "2020-01-08T08:49:49+00:00" }, { "name": "scrivo/highlight.php", @@ -5286,7 +5331,7 @@ "highlight.php", "syntax" ], - "time": "2020-03-02 05:59:21" + "time": "2020-03-02T05:59:21+00:00" }, { "name": "sebastian/code-unit-reverse-lookup", @@ -5331,7 +5376,7 @@ ], "description": "Looks up which function or method a line of code belongs to", "homepage": "https://github.com/sebastianbergmann/code-unit-reverse-lookup/", - "time": "2017-03-04 06:30:41" + "time": "2017-03-04T06:30:41+00:00" }, { "name": "sebastian/comparator", @@ -5395,7 +5440,7 @@ "compare", "equality" ], - "time": "2018-07-12 15:12:46" + "time": "2018-07-12T15:12:46+00:00" }, { "name": "sebastian/diff", @@ -5451,7 +5496,7 @@ "unidiff", "unified diff" ], - "time": "2019-02-04 06:01:07" + "time": "2019-02-04T06:01:07+00:00" }, { "name": "sebastian/environment", @@ -5504,7 +5549,7 @@ "environment", "hhvm" ], - "time": "2019-11-20 08:46:58" + "time": "2019-11-20T08:46:58+00:00" }, { "name": "sebastian/exporter", @@ -5571,7 +5616,7 @@ "export", "exporter" ], - "time": "2019-09-14 09:02:43" + "time": "2019-09-14T09:02:43+00:00" }, { "name": "sebastian/global-state", @@ -5625,7 +5670,7 @@ "keywords": [ "global state" ], - "time": "2019-02-01 05:30:01" + "time": "2019-02-01T05:30:01+00:00" }, { "name": "sebastian/object-enumerator", @@ -5672,7 +5717,7 @@ ], "description": "Traverses array structures and object graphs to enumerate all referenced objects", "homepage": "https://github.com/sebastianbergmann/object-enumerator/", - "time": "2017-08-03 12:35:26" + "time": "2017-08-03T12:35:26+00:00" }, { "name": "sebastian/object-reflector", @@ -5717,7 +5762,7 @@ ], "description": "Allows reflection of object attributes, including inherited and non-public ones", "homepage": "https://github.com/sebastianbergmann/object-reflector/", - "time": "2017-03-29 09:07:27" + "time": "2017-03-29T09:07:27+00:00" }, { "name": "sebastian/recursion-context", @@ -5770,7 +5815,7 @@ ], "description": "Provides functionality to recursively process PHP variables", "homepage": "http://www.github.com/sebastianbergmann/recursion-context", - "time": "2017-03-03 06:23:57" + "time": "2017-03-03T06:23:57+00:00" }, { "name": "sebastian/resource-operations", @@ -5812,7 +5857,7 @@ ], "description": "Provides a list of PHP built-in functions that operate on resources", "homepage": "https://www.github.com/sebastianbergmann/resource-operations", - "time": "2018-10-04 04:07:39" + "time": "2018-10-04T04:07:39+00:00" }, { "name": "sebastian/type", @@ -5858,7 +5903,7 @@ ], "description": "Collection of value objects that represent the types of the PHP type system", "homepage": "https://github.com/sebastianbergmann/type", - "time": "2019-07-02 08:10:15" + "time": "2019-07-02T08:10:15+00:00" }, { "name": "sebastian/version", @@ -5901,7 +5946,7 @@ ], "description": "Library that helps with managing the version number of Git-hosted PHP projects", "homepage": "https://github.com/sebastianbergmann/version", - "time": "2016-10-03 07:35:21" + "time": "2016-10-03T07:35:21+00:00" }, { "name": "theseer/tokenizer", @@ -5941,7 +5986,7 @@ } ], "description": "A small library for converting tokenized PHP source code into XML and potentially other formats", - "time": "2019-06-13 22:48:21" + "time": "2019-06-13T22:48:21+00:00" }, { "name": "webmozart/assert", @@ -5989,7 +6034,7 @@ "check", "validate" ], - "time": "2020-02-14 12:15:55" + "time": "2020-02-14T12:15:55+00:00" } ], "aliases": [], @@ -6000,5 +6045,6 @@ "platform": { "php": "^7.2" }, - "platform-dev": [] + "platform-dev": [], + "plugin-api-version": "2.2.0" }