diff --git a/workspace-backend/composer.lock b/workspace-backend/composer.lock index 7ed9a04..318361b 100644 --- a/workspace-backend/composer.lock +++ b/workspace-backend/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": "c700efdd39dcdaf9f42841f2739839f5", "content-hash": "8cdd785f763c48050157d4f6ade57ab0", "packages": [ { @@ -85,7 +84,7 @@ "s3", "sdk" ], - "time": "2018-07-05 21:14:33" + "time": "2018-07-05T21:14:33+00:00" }, { "name": "defuse/php-encryption", @@ -148,7 +147,7 @@ "security", "symmetric key cryptography" ], - "time": "2018-04-23 19:33:40" + "time": "2018-04-23T19:33:40+00:00" }, { "name": "dnoegel/php-xdg-base-dir", @@ -181,7 +180,7 @@ "MIT" ], "description": "implementation of xdg base directory specification for php", - "time": "2014-10-24 07:27:01" + "time": "2014-10-24T07:27:01+00:00" }, { "name": "doctrine/annotations", @@ -249,7 +248,7 @@ "docblock", "parser" ], - "time": "2017-12-06 07:11:42" + "time": "2017-12-06T07:11:42+00:00" }, { "name": "doctrine/cache", @@ -323,7 +322,7 @@ "cache", "caching" ], - "time": "2017-08-25 07:02:50" + "time": "2017-08-25T07:02:50+00:00" }, { "name": "doctrine/collections", @@ -390,7 +389,7 @@ "collections", "iterator" ], - "time": "2017-07-22 10:37:32" + "time": "2017-07-22T10:37:32+00:00" }, { "name": "doctrine/common", @@ -463,7 +462,7 @@ "persistence", "spl" ], - "time": "2017-08-31 08:43:38" + "time": "2017-08-31T08:43:38+00:00" }, { "name": "doctrine/dbal", @@ -538,7 +537,7 @@ "persistence", "queryobject" ], - "time": "2018-04-07 18:44:18" + "time": "2018-04-07T18:44:18+00:00" }, { "name": "doctrine/inflector", @@ -605,7 +604,7 @@ "singularize", "string" ], - "time": "2018-01-09 20:05:19" + "time": "2018-01-09T20:05:19+00:00" }, { "name": "doctrine/lexer", @@ -659,7 +658,7 @@ "lexer", "parser" ], - "time": "2014-09-09 13:34:57" + "time": "2014-09-09T13:34:57+00:00" }, { "name": "dragonmantank/cron-expression", @@ -708,7 +707,7 @@ "cron", "schedule" ], - "time": "2018-04-06 15:51:55" + "time": "2018-04-06T15:51:55+00:00" }, { "name": "egulias/email-validator", @@ -765,7 +764,7 @@ "validation", "validator" ], - "time": "2018-04-10 10:11:19" + "time": "2018-04-10T10:11:19+00:00" }, { "name": "erusev/parsedown", @@ -811,7 +810,7 @@ "markdown", "parser" ], - "time": "2018-03-08 01:11:30" + "time": "2018-03-08T01:11:30+00:00" }, { "name": "fideloper/proxy", @@ -865,7 +864,7 @@ "proxy", "trusted proxy" ], - "time": "2018-02-07 20:20:57" + "time": "2018-02-07T20:20:57+00:00" }, { "name": "firebase/php-jwt", @@ -911,7 +910,7 @@ ], "description": "A simple library to encode and decode JSON Web Tokens (JWT) in PHP. Should conform to the current spec.", "homepage": "https://github.com/firebase/php-jwt", - "time": "2017-06-27 22:17:23" + "time": "2017-06-27T22:17:23+00:00" }, { "name": "guzzlehttp/guzzle", @@ -976,7 +975,7 @@ "rest", "web service" ], - "time": "2018-04-22 15:46:56" + "time": "2018-04-22T15:46:56+00:00" }, { "name": "guzzlehttp/promises", @@ -1027,58 +1026,84 @@ "keywords": [ "promise" ], - "time": "2016-12-20 10:07:11" + "time": "2016-12-20T10:07:11+00:00" }, { "name": "guzzlehttp/psr7", - "version": "1.4.2", + "version": "1.8.5", "source": { "type": "git", "url": "https://github.com/guzzle/psr7.git", - "reference": "f5b8a8512e2b58b0071a7280e39f14f72e05d87c" + "reference": "337e3ad8e5716c15f9657bd214d16cc5e69df268" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/guzzle/psr7/zipball/f5b8a8512e2b58b0071a7280e39f14f72e05d87c", - "reference": "f5b8a8512e2b58b0071a7280e39f14f72e05d87c", + "url": "https://api.github.com/repos/guzzle/psr7/zipball/337e3ad8e5716c15f9657bd214d16cc5e69df268", + "reference": "337e3ad8e5716c15f9657bd214d16cc5e69df268", "shasum": "" }, "require": { "php": ">=5.4.0", - "psr/http-message": "~1.0" + "psr/http-message": "~1.0", + "ralouphie/getallheaders": "^2.0.5 || ^3.0.0" }, "provide": { "psr/http-message-implementation": "1.0" }, "require-dev": { - "phpunit/phpunit": "~4.0" + "ext-zlib": "*", + "phpunit/phpunit": "~4.8.36 || ^5.7.27 || ^6.5.14 || ^7.5.20 || ^8.5.8 || ^9.3.10" + }, + "suggest": { + "laminas/laminas-httphandlerrunner": "Emit PSR-7 responses" }, "type": "library", "extra": { "branch-alias": { - "dev-master": "1.4-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" } ], @@ -1086,13 +1111,32 @@ "keywords": [ "http", "message", + "psr-7", "request", "response", "stream", "uri", "url" ], - "time": "2017-03-20 17:10:46" + "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": "intervention/image", @@ -1162,7 +1206,7 @@ "thumbnail", "watermark" ], - "time": "2018-05-29 14:19:03" + "time": "2018-05-29T14:19:03+00:00" }, { "name": "jakub-onderka/php-console-color", @@ -1205,7 +1249,7 @@ "homepage": "http://www.acci.cz" } ], - "time": "2014-04-08 15:00:19" + "time": "2014-04-08T15:00:19+00:00" }, { "name": "jakub-onderka/php-console-highlighter", @@ -1249,7 +1293,7 @@ "homepage": "http://www.acci.cz/" } ], - "time": "2015-04-20 18:58:01" + "time": "2015-04-20T18:58:01+00:00" }, { "name": "laravel/framework", @@ -1388,7 +1432,7 @@ "framework", "laravel" ], - "time": "2018-05-22 14:55:57" + "time": "2018-05-22T14:55:57+00:00" }, { "name": "laravel/passport", @@ -1457,7 +1501,7 @@ "oauth", "passport" ], - "time": "2018-03-15 12:39:02" + "time": "2018-03-15T12:39:02+00:00" }, { "name": "laravel/tinker", @@ -1520,7 +1564,7 @@ "laravel", "psysh" ], - "time": "2018-05-17 13:42:07" + "time": "2018-05-17T13:42:07+00:00" }, { "name": "lcobucci/jwt", @@ -1578,7 +1622,7 @@ "JWS", "jwt" ], - "time": "2017-09-01 08:23:26" + "time": "2017-09-01T08:23:26+00:00" }, { "name": "league/event", @@ -1628,7 +1672,7 @@ "event", "listener" ], - "time": "2015-05-21 12:24:47" + "time": "2015-05-21T12:24:47+00:00" }, { "name": "league/flysystem", @@ -1712,7 +1756,7 @@ "sftp", "storage" ], - "time": "2018-05-07 08:44:23" + "time": "2018-05-07T08:44:23+00:00" }, { "name": "league/flysystem-aws-s3-v3", @@ -1759,7 +1803,7 @@ } ], "description": "Flysystem adapter for the AWS S3 SDK v3.x", - "time": "2018-03-27 20:33:59" + "time": "2018-03-27T20:33:59+00:00" }, { "name": "league/oauth2-server", @@ -1827,7 +1871,7 @@ "secure", "server" ], - "time": "2017-12-23 23:33:42" + "time": "2017-12-23T23:33:42+00:00" }, { "name": "monolog/monolog", @@ -1905,7 +1949,7 @@ "logging", "psr-3" ], - "time": "2017-06-19 01:22:40" + "time": "2017-06-19T01:22:40+00:00" }, { "name": "mtdowling/jmespath.php", @@ -1960,7 +2004,7 @@ "json", "jsonpath" ], - "time": "2016-12-03 22:08:25" + "time": "2016-12-03T22:08:25+00:00" }, { "name": "nesbot/carbon", @@ -2013,7 +2057,7 @@ "datetime", "time" ], - "time": "2018-03-19 15:50:49" + "time": "2018-03-19T15:50:49+00:00" }, { "name": "nikic/php-parser", @@ -2064,7 +2108,7 @@ "parser", "php" ], - "time": "2018-03-25 17:35:16" + "time": "2018-03-25T17:35:16+00:00" }, { "name": "nwidart/laravel-modules", @@ -2133,7 +2177,7 @@ "nwidart", "rad" ], - "time": "2018-01-13 20:11:46" + "time": "2018-01-13T20:11:46+00:00" }, { "name": "paragonie/random_compat", @@ -2181,7 +2225,7 @@ "pseudorandom", "random" ], - "time": "2018-04-04 21:24:14" + "time": "2018-04-04T21:24:14+00:00" }, { "name": "phpseclib/phpseclib", @@ -2273,7 +2317,7 @@ "x.509", "x509" ], - "time": "2018-04-15 16:55:05" + "time": "2018-04-15T16:55:05+00:00" }, { "name": "psr/container", @@ -2322,7 +2366,7 @@ "container-interop", "psr" ], - "time": "2017-02-14 16:28:37" + "time": "2017-02-14T16:28:37+00:00" }, { "name": "psr/http-message", @@ -2372,7 +2416,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", @@ -2419,7 +2466,7 @@ "psr", "psr-3" ], - "time": "2016-10-10 12:19:37" + "time": "2016-10-10T12:19:37+00:00" }, { "name": "psr/simple-cache", @@ -2467,7 +2514,7 @@ "psr-16", "simple-cache" ], - "time": "2017-10-23 01:57:42" + "time": "2017-10-23T01:57:42+00:00" }, { "name": "psy/psysh", @@ -2539,7 +2586,51 @@ "interactive", "shell" ], - "time": "2018-05-22 06:48:07" + "time": "2018-05-22T06:48:07+00:00" + }, + { + "name": "ralouphie/getallheaders", + "version": "3.0.3", + "source": { + "type": "git", + "url": "https://github.com/ralouphie/getallheaders.git", + "reference": "120b605dfeb996808c31b6477290a714d356e822" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/ralouphie/getallheaders/zipball/120b605dfeb996808c31b6477290a714d356e822", + "reference": "120b605dfeb996808c31b6477290a714d356e822", + "shasum": "" + }, + "require": { + "php": ">=5.6" + }, + "require-dev": { + "php-coveralls/php-coveralls": "^2.1", + "phpunit/phpunit": "^5 || ^6.5" + }, + "type": "library", + "autoload": { + "files": [ + "src/getallheaders.php" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Ralph Khattar", + "email": "ralph.khattar@gmail.com" + } + ], + "description": "A polyfill for getallheaders.", + "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", @@ -2619,7 +2710,7 @@ "identifier", "uuid" ], - "time": "2018-01-20 00:28:24" + "time": "2018-01-20T00:28:24+00:00" }, { "name": "spatie/laravel-permission", @@ -2683,7 +2774,7 @@ "security", "spatie" ], - "time": "2018-04-23 19:06:39" + "time": "2018-04-23T19:06:39+00:00" }, { "name": "swiftmailer/swiftmailer", @@ -2738,7 +2829,7 @@ "mail", "mailer" ], - "time": "2017-09-30 22:39:41" + "time": "2017-09-30T22:39:41+00:00" }, { "name": "symfony/console", @@ -2806,7 +2897,7 @@ ], "description": "Symfony Console Component", "homepage": "https://symfony.com", - "time": "2018-05-16 09:05:32" + "time": "2018-05-16T09:05:32+00:00" }, { "name": "symfony/css-selector", @@ -2859,7 +2950,7 @@ ], "description": "Symfony CssSelector Component", "homepage": "https://symfony.com", - "time": "2018-05-11 15:58:37" + "time": "2018-05-11T15:58:37+00:00" }, { "name": "symfony/debug", @@ -2915,7 +3006,7 @@ ], "description": "Symfony Debug Component", "homepage": "https://symfony.com", - "time": "2018-05-16 09:05:32" + "time": "2018-05-16T09:05:32+00:00" }, { "name": "symfony/event-dispatcher", @@ -2978,7 +3069,7 @@ ], "description": "Symfony EventDispatcher Component", "homepage": "https://symfony.com", - "time": "2018-04-06 07:35:43" + "time": "2018-04-06T07:35:43+00:00" }, { "name": "symfony/finder", @@ -3027,7 +3118,7 @@ ], "description": "Symfony Finder Component", "homepage": "https://symfony.com", - "time": "2018-05-16 09:05:32" + "time": "2018-05-16T09:05:32+00:00" }, { "name": "symfony/http-foundation", @@ -3080,7 +3171,7 @@ ], "description": "Symfony HttpFoundation Component", "homepage": "https://symfony.com", - "time": "2018-05-25 11:08:56" + "time": "2018-05-25T11:08:56+00:00" }, { "name": "symfony/http-kernel", @@ -3167,7 +3258,7 @@ ], "description": "Symfony HttpKernel Component", "homepage": "https://symfony.com", - "time": "2018-05-25 13:32:52" + "time": "2018-05-25T13:32:52+00:00" }, { "name": "symfony/polyfill-ctype", @@ -3222,7 +3313,7 @@ "polyfill", "portable" ], - "time": "2018-04-30 19:57:29" + "time": "2018-04-30T19:57:29+00:00" }, { "name": "symfony/polyfill-mbstring", @@ -3281,7 +3372,7 @@ "portable", "shim" ], - "time": "2018-04-26 10:06:28" + "time": "2018-04-26T10:06:28+00:00" }, { "name": "symfony/polyfill-php72", @@ -3336,7 +3427,7 @@ "portable", "shim" ], - "time": "2018-04-26 10:06:28" + "time": "2018-04-26T10:06:28+00:00" }, { "name": "symfony/process", @@ -3385,7 +3476,7 @@ ], "description": "Symfony Process Component", "homepage": "https://symfony.com", - "time": "2018-05-16 09:05:32" + "time": "2018-05-16T09:05:32+00:00" }, { "name": "symfony/psr-http-message-bridge", @@ -3445,7 +3536,7 @@ "http-message", "psr-7" ], - "time": "2017-12-19 00:31:44" + "time": "2017-12-19T00:31:44+00:00" }, { "name": "symfony/routing", @@ -3523,7 +3614,7 @@ "uri", "url" ], - "time": "2018-05-16 14:21:07" + "time": "2018-05-16T14:21:07+00:00" }, { "name": "symfony/translation", @@ -3591,7 +3682,7 @@ ], "description": "Symfony Translation Component", "homepage": "https://symfony.com", - "time": "2018-05-21 10:09:47" + "time": "2018-05-21T10:09:47+00:00" }, { "name": "symfony/var-dumper", @@ -3660,7 +3751,7 @@ "debug", "dump" ], - "time": "2018-04-26 16:12:06" + "time": "2018-04-26T16:12:06+00:00" }, { "name": "tijsverkoyen/css-to-inline-styles", @@ -3707,7 +3798,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": "2017-11-27 11:13:29" + "time": "2017-11-27T11:13:29+00:00" }, { "name": "vlucas/phpdotenv", @@ -3757,7 +3848,7 @@ "env", "environment" ], - "time": "2016-09-01 10:05:43" + "time": "2016-09-01T10:05:43+00:00" }, { "name": "zendframework/zend-diactoros", @@ -3809,7 +3900,7 @@ "psr", "psr-7" ], - "time": "2018-02-26 15:44:50" + "time": "2018-02-26T15:44:50+00:00" } ], "packages-dev": [ @@ -3865,7 +3956,7 @@ "constructor", "instantiate" ], - "time": "2017-07-22 11:58:36" + "time": "2017-07-22T11:58:36+00:00" }, { "name": "filp/whoops", @@ -3926,7 +4017,7 @@ "throwable", "whoops" ], - "time": "2017-11-23 18:22:44" + "time": "2017-11-23T18:22:44+00:00" }, { "name": "fzaninotto/faker", @@ -3976,7 +4067,7 @@ "faker", "fixtures" ], - "time": "2017-08-15 16:48:10" + "time": "2017-08-15T16:48:10+00:00" }, { "name": "hamcrest/hamcrest-php", @@ -4024,7 +4115,7 @@ "keywords": [ "test" ], - "time": "2016-01-20 08:20:44" + "time": "2016-01-20T08:20:44+00:00" }, { "name": "mockery/mockery", @@ -4090,7 +4181,7 @@ "test double", "testing" ], - "time": "2018-05-08 08:54:48" + "time": "2018-05-08T08:54:48+00:00" }, { "name": "myclabs/deep-copy", @@ -4135,7 +4226,7 @@ "object", "object graph" ], - "time": "2017-10-19 19:58:43" + "time": "2017-10-19T19:58:43+00:00" }, { "name": "phar-io/manifest", @@ -4190,7 +4281,7 @@ } ], "description": "Component for reading phar.io manifest information from a PHP Archive (PHAR)", - "time": "2017-03-05 18:14:27" + "time": "2017-03-05T18:14:27+00:00" }, { "name": "phar-io/version", @@ -4237,7 +4328,7 @@ } ], "description": "Library for handling version information and constraints", - "time": "2017-03-05 17:38:23" + "time": "2017-03-05T17:38:23+00:00" }, { "name": "phpdocumentor/reflection-common", @@ -4291,7 +4382,7 @@ "reflection", "static analysis" ], - "time": "2017-09-11 18:02:19" + "time": "2017-09-11T18:02:19+00:00" }, { "name": "phpdocumentor/reflection-docblock", @@ -4342,7 +4433,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": "2017-11-30 07:14:17" + "time": "2017-11-30T07:14:17+00:00" }, { "name": "phpdocumentor/type-resolver", @@ -4389,7 +4480,7 @@ "email": "me@mikevanriel.com" } ], - "time": "2017-07-14 14:27:02" + "time": "2017-07-14T14:27:02+00:00" }, { "name": "phpspec/prophecy", @@ -4452,7 +4543,7 @@ "spy", "stub" ], - "time": "2018-04-18 13:57:24" + "time": "2018-04-18T13:57:24+00:00" }, { "name": "phpunit/php-code-coverage", @@ -4515,7 +4606,7 @@ "testing", "xunit" ], - "time": "2018-04-06 15:36:58" + "time": "2018-04-06T15:36:58+00:00" }, { "name": "phpunit/php-file-iterator", @@ -4562,7 +4653,7 @@ "filesystem", "iterator" ], - "time": "2017-11-27 13:52:08" + "time": "2017-11-27T13:52:08+00:00" }, { "name": "phpunit/php-text-template", @@ -4603,7 +4694,7 @@ "keywords": [ "template" ], - "time": "2015-06-21 13:50:34" + "time": "2015-06-21T13:50:34+00:00" }, { "name": "phpunit/php-timer", @@ -4652,7 +4743,7 @@ "keywords": [ "timer" ], - "time": "2017-02-26 11:10:40" + "time": "2017-02-26T11:10:40+00:00" }, { "name": "phpunit/php-token-stream", @@ -4701,7 +4792,7 @@ "keywords": [ "tokenizer" ], - "time": "2017-11-27 05:48:46" + "time": "2017-11-27T05:48:46+00:00" }, { "name": "phpunit/phpunit", @@ -4785,7 +4876,7 @@ "testing", "xunit" ], - "time": "2018-04-10 11:38:34" + "time": "2018-04-10T11:38:34+00:00" }, { "name": "phpunit/phpunit-mock-objects", @@ -4844,7 +4935,7 @@ "mock", "xunit" ], - "time": "2018-01-06 05:45:45" + "time": "2018-01-06T05:45:45+00:00" }, { "name": "sebastian/code-unit-reverse-lookup", @@ -4889,7 +4980,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", @@ -4953,7 +5044,7 @@ "compare", "equality" ], - "time": "2018-02-01 13:46:46" + "time": "2018-02-01T13:46:46+00:00" }, { "name": "sebastian/diff", @@ -5005,7 +5096,7 @@ "keywords": [ "diff" ], - "time": "2017-08-03 08:09:46" + "time": "2017-08-03T08:09:46+00:00" }, { "name": "sebastian/environment", @@ -5055,7 +5146,7 @@ "environment", "hhvm" ], - "time": "2017-07-01 08:51:00" + "time": "2017-07-01T08:51:00+00:00" }, { "name": "sebastian/exporter", @@ -5122,7 +5213,7 @@ "export", "exporter" ], - "time": "2017-04-03 13:19:02" + "time": "2017-04-03T13:19:02+00:00" }, { "name": "sebastian/global-state", @@ -5173,7 +5264,7 @@ "keywords": [ "global state" ], - "time": "2017-04-27 15:39:26" + "time": "2017-04-27T15:39:26+00:00" }, { "name": "sebastian/object-enumerator", @@ -5220,7 +5311,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", @@ -5265,7 +5356,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", @@ -5318,7 +5409,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", @@ -5360,7 +5451,7 @@ ], "description": "Provides a list of PHP built-in functions that operate on resources", "homepage": "https://www.github.com/sebastianbergmann/resource-operations", - "time": "2015-07-28 20:34:47" + "time": "2015-07-28T20:34:47+00:00" }, { "name": "sebastian/version", @@ -5403,7 +5494,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", @@ -5443,7 +5534,7 @@ } ], "description": "A small library for converting tokenized PHP source code into XML and potentially other formats", - "time": "2017-04-07 12:08:54" + "time": "2017-04-07T12:08:54+00:00" }, { "name": "webmozart/assert", @@ -5493,7 +5584,7 @@ "check", "validate" ], - "time": "2018-01-29 19:49:41" + "time": "2018-01-29T19:49:41+00:00" } ], "aliases": [], @@ -5504,5 +5595,6 @@ "platform": { "php": ">=7.2.2" }, - "platform-dev": [] + "platform-dev": [], + "plugin-api-version": "2.2.0" }