From e9f339d1c83beb4d12cb049adadd183d14d7123a Mon Sep 17 00:00:00 2001 From: Carsten Karbach <c.karbach@fz-juelich.de> Date: Tue, 5 May 2020 10:19:39 +0200 Subject: [PATCH] Update composer dependencies Conflicts: composer.phar --- composer.json | 10 +- composer.lock | 1756 +++++++++++++++++++++++++++++++++++-------------- composer.phar | Bin 1969526 -> 1971623 bytes 3 files changed, 1272 insertions(+), 494 deletions(-) diff --git a/composer.json b/composer.json index a707ac0..ca39ecf 100644 --- a/composer.json +++ b/composer.json @@ -8,16 +8,20 @@ { "type": "vcs", "url": "https://gitlab.version.fz-juelich.de/jards/GCSJARDSAPIClient.git" - } + }, + { + "type" : "vcs", + "url" : "https://gitlab.version.fz-juelich.de/jards/Silex.git" + } ], "require": { - "silex/silex": ">=2.0", + "silex/silex" : "^2.3", "jards/eventsapiclient": "=3.2", "jards/gcsjardsapiclient": "=2.1", "phpmailer/phpmailer": ">=6.0" }, "require-dev": { - "phpunit/phpunit": "^5.0" + "phpunit/phpunit": "^7.0" }, "autoload": { "psr-4": { "jards\\eventsapi\\": "lib/", diff --git a/composer.lock b/composer.lock index 7d56271..0bb9c58 100644 --- a/composer.lock +++ b/composer.lock @@ -4,7 +4,7 @@ "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "This file is @generated automatically" ], - "content-hash": "3a20cbde8de71a098db1c9a64e742d27", + "content-hash": "cad9fb26447e8dc185963253e66d2211", "packages": [ { "name": "jards/eventsapiclient", @@ -106,30 +106,27 @@ }, { "name": "phpmailer/phpmailer", - "version": "v6.0.1", + "version": "v6.1.5", "source": { "type": "git", "url": "https://github.com/PHPMailer/PHPMailer.git", - "reference": "992392437c2e2784e0dc41446024fe411d293c96" + "reference": "a8bf068f64a580302026e484ee29511f661b2ad3" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/PHPMailer/PHPMailer/zipball/992392437c2e2784e0dc41446024fe411d293c96", - "reference": "992392437c2e2784e0dc41446024fe411d293c96", + "url": "https://api.github.com/repos/PHPMailer/PHPMailer/zipball/a8bf068f64a580302026e484ee29511f661b2ad3", + "reference": "a8bf068f64a580302026e484ee29511f661b2ad3", "shasum": "" }, "require": { "ext-ctype": "*", + "ext-filter": "*", "php": ">=5.5.0" }, "require-dev": { - "doctrine/annotations": "1.2.*", + "doctrine/annotations": "^1.2", "friendsofphp/php-cs-fixer": "^2.2", - "phpdocumentor/phpdocumentor": "2.*", - "phpunit/phpunit": "^4.8 || ^5.7", - "zendframework/zend-eventmanager": "3.0.*", - "zendframework/zend-i18n": "2.7.3", - "zendframework/zend-serializer": "2.7.*" + "phpunit/phpunit": "^4.8 || ^5.7" }, "suggest": { "ext-mbstring": "Needed to send email in multibyte encoding charset", @@ -147,17 +144,17 @@ }, "notification-url": "https://packagist.org/downloads/", "license": [ - "LGPL-2.1" + "LGPL-2.1-only" ], "authors": [ - { - "name": "Jim Jagielski", - "email": "jimjag@gmail.com" - }, { "name": "Marcus Bointon", "email": "phpmailer@synchromedia.co.uk" }, + { + "name": "Jim Jagielski", + "email": "jimjag@gmail.com" + }, { "name": "Andy Prevost", "email": "codeworxtech@users.sourceforge.net" @@ -167,33 +164,47 @@ } ], "description": "PHPMailer is a full-featured email creation and transfer class for PHP", - "time": "2017-09-14T16:47:12+00:00" + "funding": [ + { + "url": "https://marcus.bointon.com/donations/", + "type": "custom" + }, + { + "url": "https://github.com/Synchro", + "type": "github" + }, + { + "url": "https://www.patreon.com/marcusbointon", + "type": "patreon" + } + ], + "time": "2020-03-14T14:23:48+00:00" }, { "name": "pimple/pimple", - "version": "v3.2.2", + "version": "v3.3.0", "source": { "type": "git", "url": "https://github.com/silexphp/Pimple.git", - "reference": "4d45fb62d96418396ec58ba76e6f065bca16e10a" + "reference": "e55d12f9d6a0e7f9c85992b73df1267f46279930" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/silexphp/Pimple/zipball/4d45fb62d96418396ec58ba76e6f065bca16e10a", - "reference": "4d45fb62d96418396ec58ba76e6f065bca16e10a", + "url": "https://api.github.com/repos/silexphp/Pimple/zipball/e55d12f9d6a0e7f9c85992b73df1267f46279930", + "reference": "e55d12f9d6a0e7f9c85992b73df1267f46279930", "shasum": "" }, "require": { - "php": ">=5.3.0", + "php": "^7.2.5", "psr/container": "^1.0" }, "require-dev": { - "symfony/phpunit-bridge": "^3.2" + "symfony/phpunit-bridge": "^3.4|^4.4|^5.0" }, "type": "library", "extra": { "branch-alias": { - "dev-master": "3.2.x-dev" + "dev-master": "3.3.x-dev" } }, "autoload": { @@ -212,12 +223,12 @@ } ], "description": "Pimple, a simple Dependency Injection Container", - "homepage": "http://pimple.sensiolabs.org", + "homepage": "https://pimple.symfony.com", "keywords": [ "container", "dependency injection" ], - "time": "2017-07-23T07:32:15+00:00" + "time": "2020-03-03T09:12:48+00:00" }, { "name": "psr/container", @@ -270,16 +281,16 @@ }, { "name": "psr/log", - "version": "1.0.2", + "version": "1.1.3", "source": { "type": "git", "url": "https://github.com/php-fig/log.git", - "reference": "4ebe3a8bf773a19edfe0a84b6585ba3d401b724d" + "reference": "0f73288fd15629204f9d42b7055f72dacbe811fc" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/php-fig/log/zipball/4ebe3a8bf773a19edfe0a84b6585ba3d401b724d", - "reference": "4ebe3a8bf773a19edfe0a84b6585ba3d401b724d", + "url": "https://api.github.com/repos/php-fig/log/zipball/0f73288fd15629204f9d42b7055f72dacbe811fc", + "reference": "0f73288fd15629204f9d42b7055f72dacbe811fc", "shasum": "" }, "require": { @@ -288,7 +299,7 @@ "type": "library", "extra": { "branch-alias": { - "dev-master": "1.0.x-dev" + "dev-master": "1.1.x-dev" } }, "autoload": { @@ -313,69 +324,60 @@ "psr", "psr-3" ], - "time": "2016-10-10T12:19:37+00:00" + "time": "2020-03-23T09:12:05+00:00" }, { "name": "silex/silex", - "version": "v2.2.0", + "version": "v2.3.4", "source": { "type": "git", - "url": "https://github.com/silexphp/Silex.git", - "reference": "ec7d5b5334465414952d4b2e935e73bd085dbbbb" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/silexphp/Silex/zipball/ec7d5b5334465414952d4b2e935e73bd085dbbbb", - "reference": "ec7d5b5334465414952d4b2e935e73bd085dbbbb", - "shasum": "" + "url": "https://gitlab.version.fz-juelich.de/jards/Silex.git", + "reference": "5f408bd4ed38b0fe7debbf95434c0d752d9d504f" }, "require": { - "php": ">=5.5.9", - "pimple/pimple": "~3.0", - "symfony/event-dispatcher": "~2.8|^3.0", - "symfony/http-foundation": "~2.8|^3.0", - "symfony/http-kernel": "~2.8|^3.0", - "symfony/routing": "~2.8|^3.0" - }, - "conflict": { - "phpunit/phpunit": "<4.8.35 || >= 5.0, <5.4.3" + "php": ">=7.1.3", + "pimple/pimple": "^3.0", + "symfony/event-dispatcher": "^4.0", + "symfony/http-foundation": "^4.0", + "symfony/http-kernel": "^4.0", + "symfony/routing": "^4.0" }, "replace": { "silex/api": "self.version", "silex/providers": "self.version" }, "require-dev": { - "doctrine/dbal": "~2.2", + "doctrine/dbal": "^2.2", "monolog/monolog": "^1.4.1", - "swiftmailer/swiftmailer": "~5", - "symfony/asset": "~2.8|^3.0", - "symfony/browser-kit": "~2.8|^3.0", - "symfony/config": "~2.8|^3.0", - "symfony/css-selector": "~2.8|^3.0", - "symfony/debug": "~2.8|^3.0", - "symfony/doctrine-bridge": "~2.8|^3.0", - "symfony/dom-crawler": "~2.8|^3.0", - "symfony/expression-language": "~2.8|^3.0", - "symfony/finder": "~2.8|^3.0", - "symfony/form": "~2.8|^3.0", - "symfony/intl": "~2.8|^3.0", - "symfony/monolog-bridge": "~2.8|^3.0", - "symfony/options-resolver": "~2.8|^3.0", - "symfony/phpunit-bridge": "^3.2", - "symfony/process": "~2.8|^3.0", - "symfony/security": "~2.8|^3.0", - "symfony/serializer": "~2.8|^3.0", - "symfony/translation": "~2.8|^3.0", - "symfony/twig-bridge": "~2.8|^3.0", - "symfony/validator": "~2.8|^3.0", - "symfony/var-dumper": "~2.8|^3.0", - "symfony/web-link": "^3.3", - "twig/twig": "~1.28|~2.0" + "swiftmailer/swiftmailer": "^5", + "symfony/asset": "^4.0", + "symfony/browser-kit": "^4.0", + "symfony/config": "^4.0", + "symfony/css-selector": "^4.0", + "symfony/debug": "^4.0", + "symfony/doctrine-bridge": "^4.0", + "symfony/dom-crawler": "^4.0", + "symfony/expression-language": "^4.0", + "symfony/finder": "^4.0", + "symfony/form": "^4.0", + "symfony/intl": "^4.0", + "symfony/monolog-bridge": "^4.0", + "symfony/options-resolver": "^4.0", + "symfony/phpunit-bridge": "^5.0", + "symfony/process": "^4.0", + "symfony/security": "^4.0", + "symfony/serializer": "^4.0", + "symfony/translation": "^4.0", + "symfony/twig-bridge": "^4.0", + "symfony/validator": "^4.0", + "symfony/var-dumper": "^4.0", + "symfony/web-link": "^4.0", + "twig/twig": "^2.0" }, "type": "library", "extra": { "branch-alias": { - "dev-master": "2.2.x-dev" + "dev-master": "2.3.x-dev" } }, "autoload": { @@ -383,7 +385,11 @@ "Silex\\": "src/Silex" } }, - "notification-url": "https://packagist.org/downloads/", + "autoload-dev": { + "psr-4": { + "Silex\\Tests\\": "tests/Silex/Tests" + } + }, "license": [ "MIT" ], @@ -398,41 +404,40 @@ } ], "description": "The PHP micro-framework based on the Symfony Components", - "homepage": "http://silex.sensiolabs.org", + "homepage": "https://silex.symfony.com", "keywords": [ "microframework" ], - "abandoned": "symfony/flex", - "time": "2017-07-23T07:40:14+00:00" + "time": "2020-01-30T14:50:18+00:00" }, { "name": "symfony/debug", - "version": "v3.3.13", + "version": "v4.4.8", "source": { "type": "git", "url": "https://github.com/symfony/debug.git", - "reference": "74557880e2846b5c84029faa96b834da37e29810" + "reference": "346636d2cae417992ecfd761979b2ab98b339a45" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/debug/zipball/74557880e2846b5c84029faa96b834da37e29810", - "reference": "74557880e2846b5c84029faa96b834da37e29810", + "url": "https://api.github.com/repos/symfony/debug/zipball/346636d2cae417992ecfd761979b2ab98b339a45", + "reference": "346636d2cae417992ecfd761979b2ab98b339a45", "shasum": "" }, "require": { - "php": "^5.5.9|>=7.0.8", + "php": "^7.1.3", "psr/log": "~1.0" }, "conflict": { - "symfony/http-kernel": ">=2.3,<2.3.24|~2.4.0|>=2.5,<2.5.9|>=2.6,<2.6.2" + "symfony/http-kernel": "<3.4" }, "require-dev": { - "symfony/http-kernel": "~2.8|~3.0" + "symfony/http-kernel": "^3.4|^4.0|^5.0" }, "type": "library", "extra": { "branch-alias": { - "dev-master": "3.3-dev" + "dev-master": "4.4-dev" } }, "autoload": { @@ -459,34 +464,125 @@ ], "description": "Symfony Debug Component", "homepage": "https://symfony.com", - "time": "2017-11-10T16:38:39+00:00" + "funding": [ + { + "url": "https://symfony.com/sponsor", + "type": "custom" + }, + { + "url": "https://github.com/fabpot", + "type": "github" + }, + { + "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", + "type": "tidelift" + } + ], + "time": "2020-03-27T16:54:36+00:00" + }, + { + "name": "symfony/error-handler", + "version": "v4.4.8", + "source": { + "type": "git", + "url": "https://github.com/symfony/error-handler.git", + "reference": "7e9828fc98aa1cf27b422fe478a84f5b0abb7358" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/symfony/error-handler/zipball/7e9828fc98aa1cf27b422fe478a84f5b0abb7358", + "reference": "7e9828fc98aa1cf27b422fe478a84f5b0abb7358", + "shasum": "" + }, + "require": { + "php": "^7.1.3", + "psr/log": "~1.0", + "symfony/debug": "^4.4.5", + "symfony/var-dumper": "^4.4|^5.0" + }, + "require-dev": { + "symfony/http-kernel": "^4.4|^5.0", + "symfony/serializer": "^4.4|^5.0" + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "4.4-dev" + } + }, + "autoload": { + "psr-4": { + "Symfony\\Component\\ErrorHandler\\": "" + }, + "exclude-from-classmap": [ + "/Tests/" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Fabien Potencier", + "email": "fabien@symfony.com" + }, + { + "name": "Symfony Community", + "homepage": "https://symfony.com/contributors" + } + ], + "description": "Symfony ErrorHandler Component", + "homepage": "https://symfony.com", + "funding": [ + { + "url": "https://symfony.com/sponsor", + "type": "custom" + }, + { + "url": "https://github.com/fabpot", + "type": "github" + }, + { + "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", + "type": "tidelift" + } + ], + "time": "2020-03-30T14:07:33+00:00" }, { "name": "symfony/event-dispatcher", - "version": "v3.3.13", + "version": "v4.4.8", "source": { "type": "git", "url": "https://github.com/symfony/event-dispatcher.git", - "reference": "271d8c27c3ec5ecee6e2ac06016232e249d638d9" + "reference": "abc8e3618bfdb55e44c8c6a00abd333f831bbfed" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/event-dispatcher/zipball/271d8c27c3ec5ecee6e2ac06016232e249d638d9", - "reference": "271d8c27c3ec5ecee6e2ac06016232e249d638d9", + "url": "https://api.github.com/repos/symfony/event-dispatcher/zipball/abc8e3618bfdb55e44c8c6a00abd333f831bbfed", + "reference": "abc8e3618bfdb55e44c8c6a00abd333f831bbfed", "shasum": "" }, "require": { - "php": "^5.5.9|>=7.0.8" + "php": "^7.1.3", + "symfony/event-dispatcher-contracts": "^1.1" }, "conflict": { - "symfony/dependency-injection": "<3.3" + "symfony/dependency-injection": "<3.4" + }, + "provide": { + "psr/event-dispatcher-implementation": "1.0", + "symfony/event-dispatcher-implementation": "1.1" }, "require-dev": { "psr/log": "~1.0", - "symfony/config": "~2.8|~3.0", - "symfony/dependency-injection": "~3.3", - "symfony/expression-language": "~2.8|~3.0", - "symfony/stopwatch": "~2.8|~3.0" + "symfony/config": "^3.4|^4.0|^5.0", + "symfony/dependency-injection": "^3.4|^4.0|^5.0", + "symfony/expression-language": "^3.4|^4.0|^5.0", + "symfony/http-foundation": "^3.4|^4.0|^5.0", + "symfony/service-contracts": "^1.1|^2", + "symfony/stopwatch": "^3.4|^4.0|^5.0" }, "suggest": { "symfony/dependency-injection": "", @@ -495,7 +591,7 @@ "type": "library", "extra": { "branch-alias": { - "dev-master": "3.3-dev" + "dev-master": "4.4-dev" } }, "autoload": { @@ -522,33 +618,107 @@ ], "description": "Symfony EventDispatcher Component", "homepage": "https://symfony.com", - "time": "2017-11-05T15:47:03+00:00" + "funding": [ + { + "url": "https://symfony.com/sponsor", + "type": "custom" + }, + { + "url": "https://github.com/fabpot", + "type": "github" + }, + { + "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", + "type": "tidelift" + } + ], + "time": "2020-03-27T16:54:36+00:00" + }, + { + "name": "symfony/event-dispatcher-contracts", + "version": "v1.1.7", + "source": { + "type": "git", + "url": "https://github.com/symfony/event-dispatcher-contracts.git", + "reference": "c43ab685673fb6c8d84220c77897b1d6cdbe1d18" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/symfony/event-dispatcher-contracts/zipball/c43ab685673fb6c8d84220c77897b1d6cdbe1d18", + "reference": "c43ab685673fb6c8d84220c77897b1d6cdbe1d18", + "shasum": "" + }, + "require": { + "php": "^7.1.3" + }, + "suggest": { + "psr/event-dispatcher": "", + "symfony/event-dispatcher-implementation": "" + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "1.1-dev" + } + }, + "autoload": { + "psr-4": { + "Symfony\\Contracts\\EventDispatcher\\": "" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Nicolas Grekas", + "email": "p@tchwork.com" + }, + { + "name": "Symfony Community", + "homepage": "https://symfony.com/contributors" + } + ], + "description": "Generic abstractions related to dispatching event", + "homepage": "https://symfony.com", + "keywords": [ + "abstractions", + "contracts", + "decoupling", + "interfaces", + "interoperability", + "standards" + ], + "time": "2019-09-17T09:54:03+00:00" }, { "name": "symfony/http-foundation", - "version": "v3.3.13", + "version": "v4.4.8", "source": { "type": "git", "url": "https://github.com/symfony/http-foundation.git", - "reference": "5943f0f19817a7e05992d20a90729b0dc93faf36" + "reference": "ec5bd254c223786f5fa2bb49a1e705c1b8e7cee2" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/http-foundation/zipball/5943f0f19817a7e05992d20a90729b0dc93faf36", - "reference": "5943f0f19817a7e05992d20a90729b0dc93faf36", + "url": "https://api.github.com/repos/symfony/http-foundation/zipball/ec5bd254c223786f5fa2bb49a1e705c1b8e7cee2", + "reference": "ec5bd254c223786f5fa2bb49a1e705c1b8e7cee2", "shasum": "" }, "require": { - "php": "^5.5.9|>=7.0.8", + "php": "^7.1.3", + "symfony/mime": "^4.3|^5.0", "symfony/polyfill-mbstring": "~1.1" }, "require-dev": { - "symfony/expression-language": "~2.8|~3.0" + "predis/predis": "~1.0", + "symfony/expression-language": "^3.4|^4.0|^5.0" }, "type": "library", "extra": { "branch-alias": { - "dev-master": "3.3-dev" + "dev-master": "4.4-dev" } }, "autoload": { @@ -575,66 +745,84 @@ ], "description": "Symfony HttpFoundation Component", "homepage": "https://symfony.com", - "time": "2017-11-13T18:13:16+00:00" + "funding": [ + { + "url": "https://symfony.com/sponsor", + "type": "custom" + }, + { + "url": "https://github.com/fabpot", + "type": "github" + }, + { + "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", + "type": "tidelift" + } + ], + "time": "2020-04-18T20:40:08+00:00" }, { "name": "symfony/http-kernel", - "version": "v3.3.13", + "version": "v4.4.8", "source": { "type": "git", "url": "https://github.com/symfony/http-kernel.git", - "reference": "a2a942172b742217ab2ccd9399494af2aa17c766" + "reference": "1799a6c01f0db5851f399151abdb5d6393fec277" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/http-kernel/zipball/a2a942172b742217ab2ccd9399494af2aa17c766", - "reference": "a2a942172b742217ab2ccd9399494af2aa17c766", + "url": "https://api.github.com/repos/symfony/http-kernel/zipball/1799a6c01f0db5851f399151abdb5d6393fec277", + "reference": "1799a6c01f0db5851f399151abdb5d6393fec277", "shasum": "" }, "require": { - "php": "^5.5.9|>=7.0.8", + "php": "^7.1.3", "psr/log": "~1.0", - "symfony/debug": "~2.8|~3.0", - "symfony/event-dispatcher": "~2.8|~3.0", - "symfony/http-foundation": "^3.3.11" + "symfony/error-handler": "^4.4", + "symfony/event-dispatcher": "^4.4", + "symfony/http-foundation": "^4.4|^5.0", + "symfony/polyfill-ctype": "^1.8", + "symfony/polyfill-php73": "^1.9" }, "conflict": { - "symfony/config": "<2.8", - "symfony/dependency-injection": "<3.3", - "symfony/var-dumper": "<3.3", + "symfony/browser-kit": "<4.3", + "symfony/config": "<3.4", + "symfony/console": ">=5", + "symfony/dependency-injection": "<4.3", + "symfony/translation": "<4.2", "twig/twig": "<1.34|<2.4,>=2" }, + "provide": { + "psr/log-implementation": "1.0" + }, "require-dev": { "psr/cache": "~1.0", - "symfony/browser-kit": "~2.8|~3.0", - "symfony/class-loader": "~2.8|~3.0", - "symfony/config": "~2.8|~3.0", - "symfony/console": "~2.8|~3.0", - "symfony/css-selector": "~2.8|~3.0", - "symfony/dependency-injection": "~3.3", - "symfony/dom-crawler": "~2.8|~3.0", - "symfony/expression-language": "~2.8|~3.0", - "symfony/finder": "~2.8|~3.0", - "symfony/process": "~2.8|~3.0", - "symfony/routing": "~2.8|~3.0", - "symfony/stopwatch": "~2.8|~3.0", - "symfony/templating": "~2.8|~3.0", - "symfony/translation": "~2.8|~3.0", - "symfony/var-dumper": "~3.3" + "symfony/browser-kit": "^4.3|^5.0", + "symfony/config": "^3.4|^4.0|^5.0", + "symfony/console": "^3.4|^4.0", + "symfony/css-selector": "^3.4|^4.0|^5.0", + "symfony/dependency-injection": "^4.3|^5.0", + "symfony/dom-crawler": "^3.4|^4.0|^5.0", + "symfony/expression-language": "^3.4|^4.0|^5.0", + "symfony/finder": "^3.4|^4.0|^5.0", + "symfony/process": "^3.4|^4.0|^5.0", + "symfony/routing": "^3.4|^4.0|^5.0", + "symfony/stopwatch": "^3.4|^4.0|^5.0", + "symfony/templating": "^3.4|^4.0|^5.0", + "symfony/translation": "^4.2|^5.0", + "symfony/translation-contracts": "^1.1|^2", + "twig/twig": "^1.34|^2.4|^3.0" }, "suggest": { "symfony/browser-kit": "", - "symfony/class-loader": "", "symfony/config": "", "symfony/console": "", - "symfony/dependency-injection": "", - "symfony/finder": "", - "symfony/var-dumper": "" + "symfony/dependency-injection": "" }, "type": "library", "extra": { "branch-alias": { - "dev-master": "3.3-dev" + "dev-master": "4.4-dev" } }, "autoload": { @@ -661,20 +849,258 @@ ], "description": "Symfony HttpKernel Component", "homepage": "https://symfony.com", - "time": "2017-11-16T18:14:43+00:00" + "funding": [ + { + "url": "https://symfony.com/sponsor", + "type": "custom" + }, + { + "url": "https://github.com/fabpot", + "type": "github" + }, + { + "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", + "type": "tidelift" + } + ], + "time": "2020-04-28T18:47:42+00:00" + }, + { + "name": "symfony/mime", + "version": "v5.0.8", + "source": { + "type": "git", + "url": "https://github.com/symfony/mime.git", + "reference": "5d6c81c39225a750f3f43bee15f03093fb9aaa0b" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/symfony/mime/zipball/5d6c81c39225a750f3f43bee15f03093fb9aaa0b", + "reference": "5d6c81c39225a750f3f43bee15f03093fb9aaa0b", + "shasum": "" + }, + "require": { + "php": "^7.2.5", + "symfony/polyfill-intl-idn": "^1.10", + "symfony/polyfill-mbstring": "^1.0" + }, + "conflict": { + "symfony/mailer": "<4.4" + }, + "require-dev": { + "egulias/email-validator": "^2.1.10", + "symfony/dependency-injection": "^4.4|^5.0" + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "5.0-dev" + } + }, + "autoload": { + "psr-4": { + "Symfony\\Component\\Mime\\": "" + }, + "exclude-from-classmap": [ + "/Tests/" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Fabien Potencier", + "email": "fabien@symfony.com" + }, + { + "name": "Symfony Community", + "homepage": "https://symfony.com/contributors" + } + ], + "description": "A library to manipulate MIME messages", + "homepage": "https://symfony.com", + "keywords": [ + "mime", + "mime-type" + ], + "funding": [ + { + "url": "https://symfony.com/sponsor", + "type": "custom" + }, + { + "url": "https://github.com/fabpot", + "type": "github" + }, + { + "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", + "type": "tidelift" + } + ], + "time": "2020-04-17T03:29:44+00:00" + }, + { + "name": "symfony/polyfill-ctype", + "version": "v1.15.0", + "source": { + "type": "git", + "url": "https://github.com/symfony/polyfill-ctype.git", + "reference": "4719fa9c18b0464d399f1a63bf624b42b6fa8d14" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/symfony/polyfill-ctype/zipball/4719fa9c18b0464d399f1a63bf624b42b6fa8d14", + "reference": "4719fa9c18b0464d399f1a63bf624b42b6fa8d14", + "shasum": "" + }, + "require": { + "php": ">=5.3.3" + }, + "suggest": { + "ext-ctype": "For best performance" + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "1.15-dev" + } + }, + "autoload": { + "psr-4": { + "Symfony\\Polyfill\\Ctype\\": "" + }, + "files": [ + "bootstrap.php" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Gert de Pagter", + "email": "BackEndTea@gmail.com" + }, + { + "name": "Symfony Community", + "homepage": "https://symfony.com/contributors" + } + ], + "description": "Symfony polyfill for ctype functions", + "homepage": "https://symfony.com", + "keywords": [ + "compatibility", + "ctype", + "polyfill", + "portable" + ], + "funding": [ + { + "url": "https://symfony.com/sponsor", + "type": "custom" + }, + { + "url": "https://github.com/fabpot", + "type": "github" + }, + { + "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", + "type": "tidelift" + } + ], + "time": "2020-02-27T09:26:54+00:00" + }, + { + "name": "symfony/polyfill-intl-idn", + "version": "v1.15.0", + "source": { + "type": "git", + "url": "https://github.com/symfony/polyfill-intl-idn.git", + "reference": "47bd6aa45beb1cd7c6a16b7d1810133b728bdfcf" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/symfony/polyfill-intl-idn/zipball/47bd6aa45beb1cd7c6a16b7d1810133b728bdfcf", + "reference": "47bd6aa45beb1cd7c6a16b7d1810133b728bdfcf", + "shasum": "" + }, + "require": { + "php": ">=5.3.3", + "symfony/polyfill-mbstring": "^1.3", + "symfony/polyfill-php72": "^1.10" + }, + "suggest": { + "ext-intl": "For best performance" + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "1.15-dev" + } + }, + "autoload": { + "psr-4": { + "Symfony\\Polyfill\\Intl\\Idn\\": "" + }, + "files": [ + "bootstrap.php" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Laurent Bassin", + "email": "laurent@bassin.info" + }, + { + "name": "Symfony Community", + "homepage": "https://symfony.com/contributors" + } + ], + "description": "Symfony polyfill for intl's idn_to_ascii and idn_to_utf8 functions", + "homepage": "https://symfony.com", + "keywords": [ + "compatibility", + "idn", + "intl", + "polyfill", + "portable", + "shim" + ], + "funding": [ + { + "url": "https://symfony.com/sponsor", + "type": "custom" + }, + { + "url": "https://github.com/fabpot", + "type": "github" + }, + { + "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", + "type": "tidelift" + } + ], + "time": "2020-03-09T19:04:49+00:00" }, { "name": "symfony/polyfill-mbstring", - "version": "v1.6.0", + "version": "v1.15.0", "source": { "type": "git", "url": "https://github.com/symfony/polyfill-mbstring.git", - "reference": "2ec8b39c38cb16674bbf3fea2b6ce5bf117e1296" + "reference": "81ffd3a9c6d707be22e3012b827de1c9775fc5ac" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/2ec8b39c38cb16674bbf3fea2b6ce5bf117e1296", - "reference": "2ec8b39c38cb16674bbf3fea2b6ce5bf117e1296", + "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/81ffd3a9c6d707be22e3012b827de1c9775fc5ac", + "reference": "81ffd3a9c6d707be22e3012b827de1c9775fc5ac", "shasum": "" }, "require": { @@ -686,7 +1112,7 @@ "type": "library", "extra": { "branch-alias": { - "dev-master": "1.6-dev" + "dev-master": "1.15-dev" } }, "autoload": { @@ -720,44 +1146,197 @@ "portable", "shim" ], - "time": "2017-10-11T12:05:26+00:00" + "funding": [ + { + "url": "https://symfony.com/sponsor", + "type": "custom" + }, + { + "url": "https://github.com/fabpot", + "type": "github" + }, + { + "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", + "type": "tidelift" + } + ], + "time": "2020-03-09T19:04:49+00:00" + }, + { + "name": "symfony/polyfill-php72", + "version": "v1.15.0", + "source": { + "type": "git", + "url": "https://github.com/symfony/polyfill-php72.git", + "reference": "37b0976c78b94856543260ce09b460a7bc852747" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/symfony/polyfill-php72/zipball/37b0976c78b94856543260ce09b460a7bc852747", + "reference": "37b0976c78b94856543260ce09b460a7bc852747", + "shasum": "" + }, + "require": { + "php": ">=5.3.3" + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "1.15-dev" + } + }, + "autoload": { + "psr-4": { + "Symfony\\Polyfill\\Php72\\": "" + }, + "files": [ + "bootstrap.php" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Nicolas Grekas", + "email": "p@tchwork.com" + }, + { + "name": "Symfony Community", + "homepage": "https://symfony.com/contributors" + } + ], + "description": "Symfony polyfill backporting some PHP 7.2+ features to lower PHP versions", + "homepage": "https://symfony.com", + "keywords": [ + "compatibility", + "polyfill", + "portable", + "shim" + ], + "funding": [ + { + "url": "https://symfony.com/sponsor", + "type": "custom" + }, + { + "url": "https://github.com/fabpot", + "type": "github" + }, + { + "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", + "type": "tidelift" + } + ], + "time": "2020-02-27T09:26:54+00:00" + }, + { + "name": "symfony/polyfill-php73", + "version": "v1.15.0", + "source": { + "type": "git", + "url": "https://github.com/symfony/polyfill-php73.git", + "reference": "0f27e9f464ea3da33cbe7ca3bdf4eb66def9d0f7" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/symfony/polyfill-php73/zipball/0f27e9f464ea3da33cbe7ca3bdf4eb66def9d0f7", + "reference": "0f27e9f464ea3da33cbe7ca3bdf4eb66def9d0f7", + "shasum": "" + }, + "require": { + "php": ">=5.3.3" + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "1.15-dev" + } + }, + "autoload": { + "psr-4": { + "Symfony\\Polyfill\\Php73\\": "" + }, + "files": [ + "bootstrap.php" + ], + "classmap": [ + "Resources/stubs" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Nicolas Grekas", + "email": "p@tchwork.com" + }, + { + "name": "Symfony Community", + "homepage": "https://symfony.com/contributors" + } + ], + "description": "Symfony polyfill backporting some PHP 7.3+ features to lower PHP versions", + "homepage": "https://symfony.com", + "keywords": [ + "compatibility", + "polyfill", + "portable", + "shim" + ], + "funding": [ + { + "url": "https://symfony.com/sponsor", + "type": "custom" + }, + { + "url": "https://github.com/fabpot", + "type": "github" + }, + { + "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", + "type": "tidelift" + } + ], + "time": "2020-02-27T09:26:54+00:00" }, { "name": "symfony/routing", - "version": "v3.3.13", + "version": "v4.4.8", "source": { "type": "git", "url": "https://github.com/symfony/routing.git", - "reference": "cf7fa1dfcfee2c96969bfa1c0341e5627ecb1e95" + "reference": "67b4e1f99c050cbc310b8f3d0dbdc4b0212c052c" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/routing/zipball/cf7fa1dfcfee2c96969bfa1c0341e5627ecb1e95", - "reference": "cf7fa1dfcfee2c96969bfa1c0341e5627ecb1e95", + "url": "https://api.github.com/repos/symfony/routing/zipball/67b4e1f99c050cbc310b8f3d0dbdc4b0212c052c", + "reference": "67b4e1f99c050cbc310b8f3d0dbdc4b0212c052c", "shasum": "" }, "require": { - "php": "^5.5.9|>=7.0.8" + "php": "^7.1.3" }, "conflict": { - "symfony/config": "<2.8", - "symfony/dependency-injection": "<3.3", - "symfony/yaml": "<3.3" + "symfony/config": "<4.2", + "symfony/dependency-injection": "<3.4", + "symfony/yaml": "<3.4" }, "require-dev": { - "doctrine/annotations": "~1.0", - "doctrine/common": "~2.2", + "doctrine/annotations": "~1.2", "psr/log": "~1.0", - "symfony/config": "~2.8|~3.0", - "symfony/dependency-injection": "~3.3", - "symfony/expression-language": "~2.8|~3.0", - "symfony/http-foundation": "~2.8|~3.0", - "symfony/yaml": "~3.3" + "symfony/config": "^4.2|^5.0", + "symfony/dependency-injection": "^3.4|^4.0|^5.0", + "symfony/expression-language": "^3.4|^4.0|^5.0", + "symfony/http-foundation": "^3.4|^4.0|^5.0", + "symfony/yaml": "^3.4|^4.0|^5.0" }, "suggest": { "doctrine/annotations": "For using the annotation loader", "symfony/config": "For using the all-in-one router or any loader", - "symfony/dependency-injection": "For loading routes from a service", "symfony/expression-language": "For using expression matching", "symfony/http-foundation": "For using a Symfony Request object", "symfony/yaml": "For using the YAML loader" @@ -765,7 +1344,7 @@ "type": "library", "extra": { "branch-alias": { - "dev-master": "3.3-dev" + "dev-master": "4.4-dev" } }, "autoload": { @@ -790,46 +1369,151 @@ "homepage": "https://symfony.com/contributors" } ], - "description": "Symfony Routing Component", + "description": "Symfony Routing Component", + "homepage": "https://symfony.com", + "keywords": [ + "router", + "routing", + "uri", + "url" + ], + "funding": [ + { + "url": "https://symfony.com/sponsor", + "type": "custom" + }, + { + "url": "https://github.com/fabpot", + "type": "github" + }, + { + "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", + "type": "tidelift" + } + ], + "time": "2020-04-21T19:59:53+00:00" + }, + { + "name": "symfony/var-dumper", + "version": "v5.0.8", + "source": { + "type": "git", + "url": "https://github.com/symfony/var-dumper.git", + "reference": "09de28632f16f81058a85fcf318397218272a07b" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/symfony/var-dumper/zipball/09de28632f16f81058a85fcf318397218272a07b", + "reference": "09de28632f16f81058a85fcf318397218272a07b", + "shasum": "" + }, + "require": { + "php": "^7.2.5", + "symfony/polyfill-mbstring": "~1.0" + }, + "conflict": { + "phpunit/phpunit": "<5.4.3", + "symfony/console": "<4.4" + }, + "require-dev": { + "ext-iconv": "*", + "symfony/console": "^4.4|^5.0", + "symfony/process": "^4.4|^5.0", + "twig/twig": "^2.4|^3.0" + }, + "suggest": { + "ext-iconv": "To convert non-UTF-8 strings to UTF-8 (or symfony/polyfill-iconv in case ext-iconv cannot be used).", + "ext-intl": "To show region name in time zone dump", + "symfony/console": "To use the ServerDumpCommand and/or the bin/var-dump-server script" + }, + "bin": [ + "Resources/bin/var-dump-server" + ], + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "5.0-dev" + } + }, + "autoload": { + "files": [ + "Resources/functions/dump.php" + ], + "psr-4": { + "Symfony\\Component\\VarDumper\\": "" + }, + "exclude-from-classmap": [ + "/Tests/" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Nicolas Grekas", + "email": "p@tchwork.com" + }, + { + "name": "Symfony Community", + "homepage": "https://symfony.com/contributors" + } + ], + "description": "Symfony mechanism for exploring and dumping PHP variables", "homepage": "https://symfony.com", "keywords": [ - "router", - "routing", - "uri", - "url" + "debug", + "dump" + ], + "funding": [ + { + "url": "https://symfony.com/sponsor", + "type": "custom" + }, + { + "url": "https://github.com/fabpot", + "type": "github" + }, + { + "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", + "type": "tidelift" + } ], - "time": "2017-11-07T14:16:22+00:00" + "time": "2020-04-12T16:45:47+00:00" } ], "packages-dev": [ { "name": "doctrine/instantiator", - "version": "1.0.5", + "version": "1.3.0", "source": { "type": "git", "url": "https://github.com/doctrine/instantiator.git", - "reference": "8e884e78f9f0eb1329e445619e04456e64d8051d" + "reference": "ae466f726242e637cebdd526a7d991b9433bacf1" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/doctrine/instantiator/zipball/8e884e78f9f0eb1329e445619e04456e64d8051d", - "reference": "8e884e78f9f0eb1329e445619e04456e64d8051d", + "url": "https://api.github.com/repos/doctrine/instantiator/zipball/ae466f726242e637cebdd526a7d991b9433bacf1", + "reference": "ae466f726242e637cebdd526a7d991b9433bacf1", "shasum": "" }, "require": { - "php": ">=5.3,<8.0-DEV" + "php": "^7.1" }, "require-dev": { - "athletic/athletic": "~0.1.8", + "doctrine/coding-standard": "^6.0", "ext-pdo": "*", "ext-phar": "*", - "phpunit/phpunit": "~4.0", - "squizlabs/php_codesniffer": "~2.0" + "phpbench/phpbench": "^0.13", + "phpstan/phpstan-phpunit": "^0.11", + "phpstan/phpstan-shim": "^0.11", + "phpunit/phpunit": "^7.0" }, "type": "library", "extra": { "branch-alias": { - "dev-master": "1.0.x-dev" + "dev-master": "1.2.x-dev" } }, "autoload": { @@ -849,34 +1533,37 @@ } ], "description": "A small, lightweight utility to instantiate objects in PHP without invoking their constructors", - "homepage": "https://github.com/doctrine/instantiator", + "homepage": "https://www.doctrine-project.org/projects/instantiator.html", "keywords": [ "constructor", "instantiate" ], - "time": "2015-06-14T21:17:01+00:00" + "time": "2019-10-21T16:45:58+00:00" }, { "name": "myclabs/deep-copy", - "version": "1.7.0", + "version": "1.9.5", "source": { "type": "git", "url": "https://github.com/myclabs/DeepCopy.git", - "reference": "3b8a3a99ba1f6a3952ac2747d989303cbd6b7a3e" + "reference": "b2c28789e80a97badd14145fda39b545d83ca3ef" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/myclabs/DeepCopy/zipball/3b8a3a99ba1f6a3952ac2747d989303cbd6b7a3e", - "reference": "3b8a3a99ba1f6a3952ac2747d989303cbd6b7a3e", + "url": "https://api.github.com/repos/myclabs/DeepCopy/zipball/b2c28789e80a97badd14145fda39b545d83ca3ef", + "reference": "b2c28789e80a97badd14145fda39b545d83ca3ef", "shasum": "" }, "require": { - "php": "^5.6 || ^7.0" + "php": "^7.1" + }, + "replace": { + "myclabs/deep-copy": "self.version" }, "require-dev": { "doctrine/collections": "^1.0", "doctrine/common": "^2.6", - "phpunit/phpunit": "^4.1" + "phpunit/phpunit": "^7.1" }, "type": "library", "autoload": { @@ -899,39 +1586,136 @@ "object", "object graph" ], - "time": "2017-10-19T19:58:43+00:00" + "time": "2020-01-17T21:11:47+00:00" + }, + { + "name": "phar-io/manifest", + "version": "1.0.3", + "source": { + "type": "git", + "url": "https://github.com/phar-io/manifest.git", + "reference": "7761fcacf03b4d4f16e7ccb606d4879ca431fcf4" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/phar-io/manifest/zipball/7761fcacf03b4d4f16e7ccb606d4879ca431fcf4", + "reference": "7761fcacf03b4d4f16e7ccb606d4879ca431fcf4", + "shasum": "" + }, + "require": { + "ext-dom": "*", + "ext-phar": "*", + "phar-io/version": "^2.0", + "php": "^5.6 || ^7.0" + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "1.0.x-dev" + } + }, + "autoload": { + "classmap": [ + "src/" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "BSD-3-Clause" + ], + "authors": [ + { + "name": "Arne Blankerts", + "email": "arne@blankerts.de", + "role": "Developer" + }, + { + "name": "Sebastian Heuer", + "email": "sebastian@phpeople.de", + "role": "Developer" + }, + { + "name": "Sebastian Bergmann", + "email": "sebastian@phpunit.de", + "role": "Developer" + } + ], + "description": "Component for reading phar.io manifest information from a PHP Archive (PHAR)", + "time": "2018-07-08T19:23:20+00:00" + }, + { + "name": "phar-io/version", + "version": "2.0.1", + "source": { + "type": "git", + "url": "https://github.com/phar-io/version.git", + "reference": "45a2ec53a73c70ce41d55cedef9063630abaf1b6" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/phar-io/version/zipball/45a2ec53a73c70ce41d55cedef9063630abaf1b6", + "reference": "45a2ec53a73c70ce41d55cedef9063630abaf1b6", + "shasum": "" + }, + "require": { + "php": "^5.6 || ^7.0" + }, + "type": "library", + "autoload": { + "classmap": [ + "src/" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "BSD-3-Clause" + ], + "authors": [ + { + "name": "Arne Blankerts", + "email": "arne@blankerts.de", + "role": "Developer" + }, + { + "name": "Sebastian Heuer", + "email": "sebastian@phpeople.de", + "role": "Developer" + }, + { + "name": "Sebastian Bergmann", + "email": "sebastian@phpunit.de", + "role": "Developer" + } + ], + "description": "Library for handling version information and constraints", + "time": "2018-07-08T19:19:57+00:00" }, { "name": "phpdocumentor/reflection-common", - "version": "1.0.1", + "version": "2.1.0", "source": { "type": "git", "url": "https://github.com/phpDocumentor/ReflectionCommon.git", - "reference": "21bdeb5f65d7ebf9f43b1b25d404f87deab5bfb6" + "reference": "6568f4687e5b41b054365f9ae03fcb1ed5f2069b" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/phpDocumentor/ReflectionCommon/zipball/21bdeb5f65d7ebf9f43b1b25d404f87deab5bfb6", - "reference": "21bdeb5f65d7ebf9f43b1b25d404f87deab5bfb6", + "url": "https://api.github.com/repos/phpDocumentor/ReflectionCommon/zipball/6568f4687e5b41b054365f9ae03fcb1ed5f2069b", + "reference": "6568f4687e5b41b054365f9ae03fcb1ed5f2069b", "shasum": "" }, "require": { - "php": ">=5.5" - }, - "require-dev": { - "phpunit/phpunit": "^4.6" + "php": ">=7.1" }, "type": "library", "extra": { "branch-alias": { - "dev-master": "1.0.x-dev" + "dev-master": "2.x-dev" } }, "autoload": { "psr-4": { - "phpDocumentor\\Reflection\\": [ - "src" - ] + "phpDocumentor\\Reflection\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", @@ -953,38 +1737,42 @@ "reflection", "static analysis" ], - "time": "2017-09-11T18:02:19+00:00" + "time": "2020-04-27T09:25:28+00:00" }, { "name": "phpdocumentor/reflection-docblock", - "version": "3.3.2", + "version": "5.1.0", "source": { "type": "git", "url": "https://github.com/phpDocumentor/ReflectionDocBlock.git", - "reference": "bf329f6c1aadea3299f08ee804682b7c45b326a2" + "reference": "cd72d394ca794d3466a3b2fc09d5a6c1dc86b47e" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/phpDocumentor/ReflectionDocBlock/zipball/bf329f6c1aadea3299f08ee804682b7c45b326a2", - "reference": "bf329f6c1aadea3299f08ee804682b7c45b326a2", + "url": "https://api.github.com/repos/phpDocumentor/ReflectionDocBlock/zipball/cd72d394ca794d3466a3b2fc09d5a6c1dc86b47e", + "reference": "cd72d394ca794d3466a3b2fc09d5a6c1dc86b47e", "shasum": "" }, "require": { - "php": "^5.6 || ^7.0", - "phpdocumentor/reflection-common": "^1.0.0", - "phpdocumentor/type-resolver": "^0.4.0", - "webmozart/assert": "^1.0" + "ext-filter": "^7.1", + "php": "^7.2", + "phpdocumentor/reflection-common": "^2.0", + "phpdocumentor/type-resolver": "^1.0", + "webmozart/assert": "^1" }, "require-dev": { - "mockery/mockery": "^0.9.4", - "phpunit/phpunit": "^4.4" + "doctrine/instantiator": "^1", + "mockery/mockery": "^1" }, "type": "library", + "extra": { + "branch-alias": { + "dev-master": "5.x-dev" + } + }, "autoload": { "psr-4": { - "phpDocumentor\\Reflection\\": [ - "src/" - ] + "phpDocumentor\\Reflection\\": "src" } }, "notification-url": "https://packagist.org/downloads/", @@ -995,44 +1783,46 @@ { "name": "Mike van Riel", "email": "me@mikevanriel.com" + }, + { + "name": "Jaap van Otterdijk", + "email": "account@ijaap.nl" } ], "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-10T14:09:06+00:00" + "time": "2020-02-22T12:28:44+00:00" }, { "name": "phpdocumentor/type-resolver", - "version": "0.4.0", + "version": "1.1.0", "source": { "type": "git", "url": "https://github.com/phpDocumentor/TypeResolver.git", - "reference": "9c977708995954784726e25d0cd1dddf4e65b0f7" + "reference": "7462d5f123dfc080dfdf26897032a6513644fc95" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/phpDocumentor/TypeResolver/zipball/9c977708995954784726e25d0cd1dddf4e65b0f7", - "reference": "9c977708995954784726e25d0cd1dddf4e65b0f7", + "url": "https://api.github.com/repos/phpDocumentor/TypeResolver/zipball/7462d5f123dfc080dfdf26897032a6513644fc95", + "reference": "7462d5f123dfc080dfdf26897032a6513644fc95", "shasum": "" }, "require": { - "php": "^5.5 || ^7.0", - "phpdocumentor/reflection-common": "^1.0" + "php": "^7.2", + "phpdocumentor/reflection-common": "^2.0" }, "require-dev": { - "mockery/mockery": "^0.9.4", - "phpunit/phpunit": "^5.2||^4.8.24" + "ext-tokenizer": "^7.2", + "mockery/mockery": "~1" }, "type": "library", "extra": { "branch-alias": { - "dev-master": "1.0.x-dev" + "dev-master": "1.x-dev" } }, "autoload": { "psr-4": { - "phpDocumentor\\Reflection\\": [ - "src/" - ] + "phpDocumentor\\Reflection\\": "src" } }, "notification-url": "https://packagist.org/downloads/", @@ -1045,42 +1835,43 @@ "email": "me@mikevanriel.com" } ], - "time": "2017-07-14T14:27:02+00:00" + "description": "A PSR-5 based resolver of Class names, Types and Structural Element Names", + "time": "2020-02-18T18:59:58+00:00" }, { "name": "phpspec/prophecy", - "version": "1.7.3", + "version": "v1.10.3", "source": { "type": "git", "url": "https://github.com/phpspec/prophecy.git", - "reference": "e4ed002c67da8eceb0eb8ddb8b3847bb53c5c2bf" + "reference": "451c3cd1418cf640de218914901e51b064abb093" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/phpspec/prophecy/zipball/e4ed002c67da8eceb0eb8ddb8b3847bb53c5c2bf", - "reference": "e4ed002c67da8eceb0eb8ddb8b3847bb53c5c2bf", + "url": "https://api.github.com/repos/phpspec/prophecy/zipball/451c3cd1418cf640de218914901e51b064abb093", + "reference": "451c3cd1418cf640de218914901e51b064abb093", "shasum": "" }, "require": { "doctrine/instantiator": "^1.0.2", "php": "^5.3|^7.0", - "phpdocumentor/reflection-docblock": "^2.0|^3.0.2|^4.0", - "sebastian/comparator": "^1.1|^2.0", - "sebastian/recursion-context": "^1.0|^2.0|^3.0" + "phpdocumentor/reflection-docblock": "^2.0|^3.0.2|^4.0|^5.0", + "sebastian/comparator": "^1.2.3|^2.0|^3.0|^4.0", + "sebastian/recursion-context": "^1.0|^2.0|^3.0|^4.0" }, "require-dev": { - "phpspec/phpspec": "^2.5|^3.2", - "phpunit/phpunit": "^4.8.35 || ^5.7" + "phpspec/phpspec": "^2.5 || ^3.2", + "phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.5 || ^7.1" }, "type": "library", "extra": { "branch-alias": { - "dev-master": "1.7.x-dev" + "dev-master": "1.10.x-dev" } }, "autoload": { - "psr-0": { - "Prophecy\\": "src/" + "psr-4": { + "Prophecy\\": "src/Prophecy" } }, "notification-url": "https://packagist.org/downloads/", @@ -1108,44 +1899,44 @@ "spy", "stub" ], - "time": "2017-11-24T13:59:53+00:00" + "time": "2020-03-05T15:02:03+00:00" }, { "name": "phpunit/php-code-coverage", - "version": "4.0.8", + "version": "6.1.4", "source": { "type": "git", "url": "https://github.com/sebastianbergmann/php-code-coverage.git", - "reference": "ef7b2f56815df854e66ceaee8ebe9393ae36a40d" + "reference": "807e6013b00af69b6c5d9ceb4282d0393dbb9d8d" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/ef7b2f56815df854e66ceaee8ebe9393ae36a40d", - "reference": "ef7b2f56815df854e66ceaee8ebe9393ae36a40d", + "url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/807e6013b00af69b6c5d9ceb4282d0393dbb9d8d", + "reference": "807e6013b00af69b6c5d9ceb4282d0393dbb9d8d", "shasum": "" }, "require": { "ext-dom": "*", "ext-xmlwriter": "*", - "php": "^5.6 || ^7.0", - "phpunit/php-file-iterator": "^1.3", - "phpunit/php-text-template": "^1.2", - "phpunit/php-token-stream": "^1.4.2 || ^2.0", - "sebastian/code-unit-reverse-lookup": "^1.0", - "sebastian/environment": "^1.3.2 || ^2.0", - "sebastian/version": "^1.0 || ^2.0" + "php": "^7.1", + "phpunit/php-file-iterator": "^2.0", + "phpunit/php-text-template": "^1.2.1", + "phpunit/php-token-stream": "^3.0", + "sebastian/code-unit-reverse-lookup": "^1.0.1", + "sebastian/environment": "^3.1 || ^4.0", + "sebastian/version": "^2.0.1", + "theseer/tokenizer": "^1.1" }, "require-dev": { - "ext-xdebug": "^2.1.4", - "phpunit/phpunit": "^5.7" + "phpunit/phpunit": "^7.0" }, "suggest": { - "ext-xdebug": "^2.5.1" + "ext-xdebug": "^2.6.0" }, "type": "library", "extra": { "branch-alias": { - "dev-master": "4.0.x-dev" + "dev-master": "6.1-dev" } }, "autoload": { @@ -1160,7 +1951,7 @@ "authors": [ { "name": "Sebastian Bergmann", - "email": "sb@sebastian-bergmann.de", + "email": "sebastian@phpunit.de", "role": "lead" } ], @@ -1171,29 +1962,32 @@ "testing", "xunit" ], - "time": "2017-04-02T07:44:40+00:00" + "time": "2018-10-31T16:06:48+00:00" }, { "name": "phpunit/php-file-iterator", - "version": "1.4.2", + "version": "2.0.2", "source": { "type": "git", "url": "https://github.com/sebastianbergmann/php-file-iterator.git", - "reference": "3cc8f69b3028d0f96a9078e6295d86e9bf019be5" + "reference": "050bedf145a257b1ff02746c31894800e5122946" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/sebastianbergmann/php-file-iterator/zipball/3cc8f69b3028d0f96a9078e6295d86e9bf019be5", - "reference": "3cc8f69b3028d0f96a9078e6295d86e9bf019be5", + "url": "https://api.github.com/repos/sebastianbergmann/php-file-iterator/zipball/050bedf145a257b1ff02746c31894800e5122946", + "reference": "050bedf145a257b1ff02746c31894800e5122946", "shasum": "" }, "require": { - "php": ">=5.3.3" + "php": "^7.1" + }, + "require-dev": { + "phpunit/phpunit": "^7.1" }, "type": "library", "extra": { "branch-alias": { - "dev-master": "1.4.x-dev" + "dev-master": "2.0.x-dev" } }, "autoload": { @@ -1208,7 +2002,7 @@ "authors": [ { "name": "Sebastian Bergmann", - "email": "sb@sebastian-bergmann.de", + "email": "sebastian@phpunit.de", "role": "lead" } ], @@ -1218,7 +2012,7 @@ "filesystem", "iterator" ], - "time": "2016-10-03T07:40:28+00:00" + "time": "2018-09-13T20:33:42+00:00" }, { "name": "phpunit/php-text-template", @@ -1263,28 +2057,28 @@ }, { "name": "phpunit/php-timer", - "version": "1.0.9", + "version": "2.1.2", "source": { "type": "git", "url": "https://github.com/sebastianbergmann/php-timer.git", - "reference": "3dcf38ca72b158baf0bc245e9184d3fdffa9c46f" + "reference": "1038454804406b0b5f5f520358e78c1c2f71501e" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/sebastianbergmann/php-timer/zipball/3dcf38ca72b158baf0bc245e9184d3fdffa9c46f", - "reference": "3dcf38ca72b158baf0bc245e9184d3fdffa9c46f", + "url": "https://api.github.com/repos/sebastianbergmann/php-timer/zipball/1038454804406b0b5f5f520358e78c1c2f71501e", + "reference": "1038454804406b0b5f5f520358e78c1c2f71501e", "shasum": "" }, "require": { - "php": "^5.3.3 || ^7.0" + "php": "^7.1" }, "require-dev": { - "phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.0" + "phpunit/phpunit": "^7.0" }, "type": "library", "extra": { "branch-alias": { - "dev-master": "1.0-dev" + "dev-master": "2.1-dev" } }, "autoload": { @@ -1299,7 +2093,7 @@ "authors": [ { "name": "Sebastian Bergmann", - "email": "sb@sebastian-bergmann.de", + "email": "sebastian@phpunit.de", "role": "lead" } ], @@ -1308,33 +2102,33 @@ "keywords": [ "timer" ], - "time": "2017-02-26T11:10:40+00:00" + "time": "2019-06-07T04:22:29+00:00" }, { "name": "phpunit/php-token-stream", - "version": "1.4.11", + "version": "3.1.1", "source": { "type": "git", "url": "https://github.com/sebastianbergmann/php-token-stream.git", - "reference": "e03f8f67534427a787e21a385a67ec3ca6978ea7" + "reference": "995192df77f63a59e47f025390d2d1fdf8f425ff" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/sebastianbergmann/php-token-stream/zipball/e03f8f67534427a787e21a385a67ec3ca6978ea7", - "reference": "e03f8f67534427a787e21a385a67ec3ca6978ea7", + "url": "https://api.github.com/repos/sebastianbergmann/php-token-stream/zipball/995192df77f63a59e47f025390d2d1fdf8f425ff", + "reference": "995192df77f63a59e47f025390d2d1fdf8f425ff", "shasum": "" }, "require": { "ext-tokenizer": "*", - "php": ">=5.3.3" + "php": "^7.1" }, "require-dev": { - "phpunit/phpunit": "~4.2" + "phpunit/phpunit": "^7.0" }, "type": "library", "extra": { "branch-alias": { - "dev-master": "1.4-dev" + "dev-master": "3.1-dev" } }, "autoload": { @@ -1357,55 +2151,57 @@ "keywords": [ "tokenizer" ], - "time": "2017-02-27T10:12:30+00:00" + "time": "2019-09-17T06:23:10+00:00" }, { "name": "phpunit/phpunit", - "version": "5.7.25", + "version": "7.5.20", "source": { "type": "git", "url": "https://github.com/sebastianbergmann/phpunit.git", - "reference": "4b1c822a68ae6577df38a59eb49b046712ec0f6a" + "reference": "9467db479d1b0487c99733bb1e7944d32deded2c" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/4b1c822a68ae6577df38a59eb49b046712ec0f6a", - "reference": "4b1c822a68ae6577df38a59eb49b046712ec0f6a", + "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/9467db479d1b0487c99733bb1e7944d32deded2c", + "reference": "9467db479d1b0487c99733bb1e7944d32deded2c", "shasum": "" }, "require": { + "doctrine/instantiator": "^1.1", "ext-dom": "*", "ext-json": "*", "ext-libxml": "*", "ext-mbstring": "*", "ext-xml": "*", - "myclabs/deep-copy": "~1.3", - "php": "^5.6 || ^7.0", - "phpspec/prophecy": "^1.6.2", - "phpunit/php-code-coverage": "^4.0.4", - "phpunit/php-file-iterator": "~1.4", - "phpunit/php-text-template": "~1.2", - "phpunit/php-timer": "^1.0.6", - "phpunit/phpunit-mock-objects": "^3.2", - "sebastian/comparator": "^1.2.4", - "sebastian/diff": "^1.4.3", - "sebastian/environment": "^1.3.4 || ^2.0", - "sebastian/exporter": "~2.0", - "sebastian/global-state": "^1.1", - "sebastian/object-enumerator": "~2.0", - "sebastian/resource-operations": "~1.0", - "sebastian/version": "~1.0.3|~2.0", - "symfony/yaml": "~2.1|~3.0|~4.0" + "myclabs/deep-copy": "^1.7", + "phar-io/manifest": "^1.0.2", + "phar-io/version": "^2.0", + "php": "^7.1", + "phpspec/prophecy": "^1.7", + "phpunit/php-code-coverage": "^6.0.7", + "phpunit/php-file-iterator": "^2.0.1", + "phpunit/php-text-template": "^1.2.1", + "phpunit/php-timer": "^2.1", + "sebastian/comparator": "^3.0", + "sebastian/diff": "^3.0", + "sebastian/environment": "^4.0", + "sebastian/exporter": "^3.1", + "sebastian/global-state": "^2.0", + "sebastian/object-enumerator": "^3.0.3", + "sebastian/resource-operations": "^2.0", + "sebastian/version": "^2.0.1" }, "conflict": { - "phpdocumentor/reflection-docblock": "3.0.2" + "phpunit/phpunit-mock-objects": "*" }, "require-dev": { "ext-pdo": "*" }, "suggest": { + "ext-soap": "*", "ext-xdebug": "*", - "phpunit/php-invoker": "~1.1" + "phpunit/php-invoker": "^2.0" }, "bin": [ "phpunit" @@ -1413,7 +2209,7 @@ "type": "library", "extra": { "branch-alias": { - "dev-master": "5.7.x-dev" + "dev-master": "7.5-dev" } }, "autoload": { @@ -1439,66 +2235,7 @@ "testing", "xunit" ], - "time": "2017-11-14T14:50:51+00:00" - }, - { - "name": "phpunit/phpunit-mock-objects", - "version": "3.4.4", - "source": { - "type": "git", - "url": "https://github.com/sebastianbergmann/phpunit-mock-objects.git", - "reference": "a23b761686d50a560cc56233b9ecf49597cc9118" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/sebastianbergmann/phpunit-mock-objects/zipball/a23b761686d50a560cc56233b9ecf49597cc9118", - "reference": "a23b761686d50a560cc56233b9ecf49597cc9118", - "shasum": "" - }, - "require": { - "doctrine/instantiator": "^1.0.2", - "php": "^5.6 || ^7.0", - "phpunit/php-text-template": "^1.2", - "sebastian/exporter": "^1.2 || ^2.0" - }, - "conflict": { - "phpunit/phpunit": "<5.4.0" - }, - "require-dev": { - "phpunit/phpunit": "^5.4" - }, - "suggest": { - "ext-soap": "*" - }, - "type": "library", - "extra": { - "branch-alias": { - "dev-master": "3.2.x-dev" - } - }, - "autoload": { - "classmap": [ - "src/" - ] - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "BSD-3-Clause" - ], - "authors": [ - { - "name": "Sebastian Bergmann", - "email": "sb@sebastian-bergmann.de", - "role": "lead" - } - ], - "description": "Mock Object library for PHPUnit", - "homepage": "https://github.com/sebastianbergmann/phpunit-mock-objects/", - "keywords": [ - "mock", - "xunit" - ], - "time": "2017-06-30T09:13:00+00:00" + "time": "2020-01-08T08:45:45+00:00" }, { "name": "sebastian/code-unit-reverse-lookup", @@ -1547,30 +2284,30 @@ }, { "name": "sebastian/comparator", - "version": "1.2.4", + "version": "3.0.2", "source": { "type": "git", "url": "https://github.com/sebastianbergmann/comparator.git", - "reference": "2b7424b55f5047b47ac6e5ccb20b2aea4011d9be" + "reference": "5de4fc177adf9bce8df98d8d141a7559d7ccf6da" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/sebastianbergmann/comparator/zipball/2b7424b55f5047b47ac6e5ccb20b2aea4011d9be", - "reference": "2b7424b55f5047b47ac6e5ccb20b2aea4011d9be", + "url": "https://api.github.com/repos/sebastianbergmann/comparator/zipball/5de4fc177adf9bce8df98d8d141a7559d7ccf6da", + "reference": "5de4fc177adf9bce8df98d8d141a7559d7ccf6da", "shasum": "" }, "require": { - "php": ">=5.3.3", - "sebastian/diff": "~1.2", - "sebastian/exporter": "~1.2 || ~2.0" + "php": "^7.1", + "sebastian/diff": "^3.0", + "sebastian/exporter": "^3.1" }, "require-dev": { - "phpunit/phpunit": "~4.4" + "phpunit/phpunit": "^7.1" }, "type": "library", "extra": { "branch-alias": { - "dev-master": "1.2.x-dev" + "dev-master": "3.0-dev" } }, "autoload": { @@ -1601,38 +2338,39 @@ } ], "description": "Provides the functionality to compare PHP values for equality", - "homepage": "http://www.github.com/sebastianbergmann/comparator", + "homepage": "https://github.com/sebastianbergmann/comparator", "keywords": [ "comparator", "compare", "equality" ], - "time": "2017-01-29T09:50:25+00:00" + "time": "2018-07-12T15:12:46+00:00" }, { "name": "sebastian/diff", - "version": "1.4.3", + "version": "3.0.2", "source": { "type": "git", "url": "https://github.com/sebastianbergmann/diff.git", - "reference": "7f066a26a962dbe58ddea9f72a4e82874a3975a4" + "reference": "720fcc7e9b5cf384ea68d9d930d480907a0c1a29" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/sebastianbergmann/diff/zipball/7f066a26a962dbe58ddea9f72a4e82874a3975a4", - "reference": "7f066a26a962dbe58ddea9f72a4e82874a3975a4", + "url": "https://api.github.com/repos/sebastianbergmann/diff/zipball/720fcc7e9b5cf384ea68d9d930d480907a0c1a29", + "reference": "720fcc7e9b5cf384ea68d9d930d480907a0c1a29", "shasum": "" }, "require": { - "php": "^5.3.3 || ^7.0" + "php": "^7.1" }, "require-dev": { - "phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.0" + "phpunit/phpunit": "^7.5 || ^8.0", + "symfony/process": "^2 || ^3.3 || ^4" }, "type": "library", "extra": { "branch-alias": { - "dev-master": "1.4-dev" + "dev-master": "3.0-dev" } }, "autoload": { @@ -1657,34 +2395,40 @@ "description": "Diff implementation", "homepage": "https://github.com/sebastianbergmann/diff", "keywords": [ - "diff" + "diff", + "udiff", + "unidiff", + "unified diff" ], - "time": "2017-05-22T07:24:03+00:00" + "time": "2019-02-04T06:01:07+00:00" }, { "name": "sebastian/environment", - "version": "2.0.0", + "version": "4.2.3", "source": { "type": "git", "url": "https://github.com/sebastianbergmann/environment.git", - "reference": "5795ffe5dc5b02460c3e34222fee8cbe245d8fac" + "reference": "464c90d7bdf5ad4e8a6aea15c091fec0603d4368" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/sebastianbergmann/environment/zipball/5795ffe5dc5b02460c3e34222fee8cbe245d8fac", - "reference": "5795ffe5dc5b02460c3e34222fee8cbe245d8fac", + "url": "https://api.github.com/repos/sebastianbergmann/environment/zipball/464c90d7bdf5ad4e8a6aea15c091fec0603d4368", + "reference": "464c90d7bdf5ad4e8a6aea15c091fec0603d4368", "shasum": "" }, "require": { - "php": "^5.6 || ^7.0" + "php": "^7.1" }, "require-dev": { - "phpunit/phpunit": "^5.0" + "phpunit/phpunit": "^7.5" + }, + "suggest": { + "ext-posix": "*" }, "type": "library", "extra": { "branch-alias": { - "dev-master": "2.0.x-dev" + "dev-master": "4.2-dev" } }, "autoload": { @@ -1709,34 +2453,34 @@ "environment", "hhvm" ], - "time": "2016-11-26T07:53:53+00:00" + "time": "2019-11-20T08:46:58+00:00" }, { "name": "sebastian/exporter", - "version": "2.0.0", + "version": "3.1.2", "source": { "type": "git", "url": "https://github.com/sebastianbergmann/exporter.git", - "reference": "ce474bdd1a34744d7ac5d6aad3a46d48d9bac4c4" + "reference": "68609e1261d215ea5b21b7987539cbfbe156ec3e" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/sebastianbergmann/exporter/zipball/ce474bdd1a34744d7ac5d6aad3a46d48d9bac4c4", - "reference": "ce474bdd1a34744d7ac5d6aad3a46d48d9bac4c4", + "url": "https://api.github.com/repos/sebastianbergmann/exporter/zipball/68609e1261d215ea5b21b7987539cbfbe156ec3e", + "reference": "68609e1261d215ea5b21b7987539cbfbe156ec3e", "shasum": "" }, "require": { - "php": ">=5.3.3", - "sebastian/recursion-context": "~2.0" + "php": "^7.0", + "sebastian/recursion-context": "^3.0" }, "require-dev": { "ext-mbstring": "*", - "phpunit/phpunit": "~4.4" + "phpunit/phpunit": "^6.0" }, "type": "library", "extra": { "branch-alias": { - "dev-master": "2.0.x-dev" + "dev-master": "3.1.x-dev" } }, "autoload": { @@ -1749,6 +2493,10 @@ "BSD-3-Clause" ], "authors": [ + { + "name": "Sebastian Bergmann", + "email": "sebastian@phpunit.de" + }, { "name": "Jeff Welch", "email": "whatthejeff@gmail.com" @@ -1757,17 +2505,13 @@ "name": "Volker Dusch", "email": "github@wallbash.com" }, - { - "name": "Bernhard Schussek", - "email": "bschussek@2bepublished.at" - }, - { - "name": "Sebastian Bergmann", - "email": "sebastian@phpunit.de" - }, { "name": "Adam Harvey", "email": "aharvey@php.net" + }, + { + "name": "Bernhard Schussek", + "email": "bschussek@gmail.com" } ], "description": "Provides the functionality to export PHP variables for visualization", @@ -1776,27 +2520,27 @@ "export", "exporter" ], - "time": "2016-11-19T08:54:04+00:00" + "time": "2019-09-14T09:02:43+00:00" }, { "name": "sebastian/global-state", - "version": "1.1.1", + "version": "2.0.0", "source": { "type": "git", "url": "https://github.com/sebastianbergmann/global-state.git", - "reference": "bc37d50fea7d017d3d340f230811c9f1d7280af4" + "reference": "e8ba02eed7bbbb9e59e43dedd3dddeff4a56b0c4" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/sebastianbergmann/global-state/zipball/bc37d50fea7d017d3d340f230811c9f1d7280af4", - "reference": "bc37d50fea7d017d3d340f230811c9f1d7280af4", + "url": "https://api.github.com/repos/sebastianbergmann/global-state/zipball/e8ba02eed7bbbb9e59e43dedd3dddeff4a56b0c4", + "reference": "e8ba02eed7bbbb9e59e43dedd3dddeff4a56b0c4", "shasum": "" }, "require": { - "php": ">=5.3.3" + "php": "^7.0" }, "require-dev": { - "phpunit/phpunit": "~4.2" + "phpunit/phpunit": "^6.0" }, "suggest": { "ext-uopz": "*" @@ -1804,7 +2548,7 @@ "type": "library", "extra": { "branch-alias": { - "dev-master": "1.0-dev" + "dev-master": "2.0-dev" } }, "autoload": { @@ -1827,33 +2571,34 @@ "keywords": [ "global state" ], - "time": "2015-10-12T03:26:01+00:00" + "time": "2017-04-27T15:39:26+00:00" }, { "name": "sebastian/object-enumerator", - "version": "2.0.1", + "version": "3.0.3", "source": { "type": "git", "url": "https://github.com/sebastianbergmann/object-enumerator.git", - "reference": "1311872ac850040a79c3c058bea3e22d0f09cbb7" + "reference": "7cfd9e65d11ffb5af41198476395774d4c8a84c5" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/sebastianbergmann/object-enumerator/zipball/1311872ac850040a79c3c058bea3e22d0f09cbb7", - "reference": "1311872ac850040a79c3c058bea3e22d0f09cbb7", + "url": "https://api.github.com/repos/sebastianbergmann/object-enumerator/zipball/7cfd9e65d11ffb5af41198476395774d4c8a84c5", + "reference": "7cfd9e65d11ffb5af41198476395774d4c8a84c5", "shasum": "" }, "require": { - "php": ">=5.6", - "sebastian/recursion-context": "~2.0" + "php": "^7.0", + "sebastian/object-reflector": "^1.1.1", + "sebastian/recursion-context": "^3.0" }, "require-dev": { - "phpunit/phpunit": "~5" + "phpunit/phpunit": "^6.0" }, "type": "library", "extra": { "branch-alias": { - "dev-master": "2.0.x-dev" + "dev-master": "3.0.x-dev" } }, "autoload": { @@ -1873,32 +2618,77 @@ ], "description": "Traverses array structures and object graphs to enumerate all referenced objects", "homepage": "https://github.com/sebastianbergmann/object-enumerator/", - "time": "2017-02-18T15:18:39+00:00" + "time": "2017-08-03T12:35:26+00:00" + }, + { + "name": "sebastian/object-reflector", + "version": "1.1.1", + "source": { + "type": "git", + "url": "https://github.com/sebastianbergmann/object-reflector.git", + "reference": "773f97c67f28de00d397be301821b06708fca0be" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/sebastianbergmann/object-reflector/zipball/773f97c67f28de00d397be301821b06708fca0be", + "reference": "773f97c67f28de00d397be301821b06708fca0be", + "shasum": "" + }, + "require": { + "php": "^7.0" + }, + "require-dev": { + "phpunit/phpunit": "^6.0" + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "1.1-dev" + } + }, + "autoload": { + "classmap": [ + "src/" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "BSD-3-Clause" + ], + "authors": [ + { + "name": "Sebastian Bergmann", + "email": "sebastian@phpunit.de" + } + ], + "description": "Allows reflection of object attributes, including inherited and non-public ones", + "homepage": "https://github.com/sebastianbergmann/object-reflector/", + "time": "2017-03-29T09:07:27+00:00" }, { "name": "sebastian/recursion-context", - "version": "2.0.0", + "version": "3.0.0", "source": { "type": "git", "url": "https://github.com/sebastianbergmann/recursion-context.git", - "reference": "2c3ba150cbec723aa057506e73a8d33bdb286c9a" + "reference": "5b0cd723502bac3b006cbf3dbf7a1e3fcefe4fa8" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/sebastianbergmann/recursion-context/zipball/2c3ba150cbec723aa057506e73a8d33bdb286c9a", - "reference": "2c3ba150cbec723aa057506e73a8d33bdb286c9a", + "url": "https://api.github.com/repos/sebastianbergmann/recursion-context/zipball/5b0cd723502bac3b006cbf3dbf7a1e3fcefe4fa8", + "reference": "5b0cd723502bac3b006cbf3dbf7a1e3fcefe4fa8", "shasum": "" }, "require": { - "php": ">=5.3.3" + "php": "^7.0" }, "require-dev": { - "phpunit/phpunit": "~4.4" + "phpunit/phpunit": "^6.0" }, "type": "library", "extra": { "branch-alias": { - "dev-master": "2.0.x-dev" + "dev-master": "3.0.x-dev" } }, "autoload": { @@ -1926,29 +2716,29 @@ ], "description": "Provides functionality to recursively process PHP variables", "homepage": "http://www.github.com/sebastianbergmann/recursion-context", - "time": "2016-11-19T07:33:16+00:00" + "time": "2017-03-03T06:23:57+00:00" }, { "name": "sebastian/resource-operations", - "version": "1.0.0", + "version": "2.0.1", "source": { "type": "git", "url": "https://github.com/sebastianbergmann/resource-operations.git", - "reference": "ce990bb21759f94aeafd30209e8cfcdfa8bc3f52" + "reference": "4d7a795d35b889bf80a0cc04e08d77cedfa917a9" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/sebastianbergmann/resource-operations/zipball/ce990bb21759f94aeafd30209e8cfcdfa8bc3f52", - "reference": "ce990bb21759f94aeafd30209e8cfcdfa8bc3f52", + "url": "https://api.github.com/repos/sebastianbergmann/resource-operations/zipball/4d7a795d35b889bf80a0cc04e08d77cedfa917a9", + "reference": "4d7a795d35b889bf80a0cc04e08d77cedfa917a9", "shasum": "" }, "require": { - "php": ">=5.6.0" + "php": "^7.1" }, "type": "library", "extra": { "branch-alias": { - "dev-master": "1.0.x-dev" + "dev-master": "2.0-dev" } }, "autoload": { @@ -1968,7 +2758,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-28T20:34:47+00:00" + "time": "2018-10-04T04:07:39+00:00" }, { "name": "sebastian/version", @@ -2014,87 +2804,70 @@ "time": "2016-10-03T07:35:21+00:00" }, { - "name": "symfony/yaml", - "version": "v3.3.13", + "name": "theseer/tokenizer", + "version": "1.1.3", "source": { "type": "git", - "url": "https://github.com/symfony/yaml.git", - "reference": "0938408c4faa518d95230deabb5f595bf0de31b9" + "url": "https://github.com/theseer/tokenizer.git", + "reference": "11336f6f84e16a720dae9d8e6ed5019efa85a0f9" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/yaml/zipball/0938408c4faa518d95230deabb5f595bf0de31b9", - "reference": "0938408c4faa518d95230deabb5f595bf0de31b9", + "url": "https://api.github.com/repos/theseer/tokenizer/zipball/11336f6f84e16a720dae9d8e6ed5019efa85a0f9", + "reference": "11336f6f84e16a720dae9d8e6ed5019efa85a0f9", "shasum": "" }, "require": { - "php": "^5.5.9|>=7.0.8" - }, - "require-dev": { - "symfony/console": "~2.8|~3.0" - }, - "suggest": { - "symfony/console": "For validating YAML files using the lint command" + "ext-dom": "*", + "ext-tokenizer": "*", + "ext-xmlwriter": "*", + "php": "^7.0" }, "type": "library", - "extra": { - "branch-alias": { - "dev-master": "3.3-dev" - } - }, "autoload": { - "psr-4": { - "Symfony\\Component\\Yaml\\": "" - }, - "exclude-from-classmap": [ - "/Tests/" + "classmap": [ + "src/" ] }, "notification-url": "https://packagist.org/downloads/", "license": [ - "MIT" + "BSD-3-Clause" ], "authors": [ { - "name": "Fabien Potencier", - "email": "fabien@symfony.com" - }, - { - "name": "Symfony Community", - "homepage": "https://symfony.com/contributors" + "name": "Arne Blankerts", + "email": "arne@blankerts.de", + "role": "Developer" } ], - "description": "Symfony Yaml Component", - "homepage": "https://symfony.com", - "time": "2017-11-10T18:26:04+00:00" + "description": "A small library for converting tokenized PHP source code into XML and potentially other formats", + "time": "2019-06-13T22:48:21+00:00" }, { "name": "webmozart/assert", - "version": "1.2.0", + "version": "1.8.0", "source": { "type": "git", "url": "https://github.com/webmozart/assert.git", - "reference": "2db61e59ff05fe5126d152bd0655c9ea113e550f" + "reference": "ab2cb0b3b559010b75981b1bdce728da3ee90ad6" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/webmozart/assert/zipball/2db61e59ff05fe5126d152bd0655c9ea113e550f", - "reference": "2db61e59ff05fe5126d152bd0655c9ea113e550f", + "url": "https://api.github.com/repos/webmozart/assert/zipball/ab2cb0b3b559010b75981b1bdce728da3ee90ad6", + "reference": "ab2cb0b3b559010b75981b1bdce728da3ee90ad6", "shasum": "" }, "require": { - "php": "^5.3.3 || ^7.0" + "php": "^5.3.3 || ^7.0", + "symfony/polyfill-ctype": "^1.8" + }, + "conflict": { + "vimeo/psalm": "<3.9.1" }, "require-dev": { - "phpunit/phpunit": "^4.6", - "sebastian/version": "^1.0.1" + "phpunit/phpunit": "^4.8.36 || ^7.5.13" }, "type": "library", - "extra": { - "branch-alias": { - "dev-master": "1.3-dev" - } - }, "autoload": { "psr-4": { "Webmozart\\Assert\\": "src/" @@ -2116,7 +2889,7 @@ "check", "validate" ], - "time": "2016-11-23T20:04:58+00:00" + "time": "2020-04-18T12:12:48+00:00" } ], "aliases": [], @@ -2125,5 +2898,6 @@ "prefer-stable": false, "prefer-lowest": false, "platform": [], - "platform-dev": [] + "platform-dev": [], + "plugin-api-version": "1.1.0" } diff --git a/composer.phar b/composer.phar index 545bd4e1e734cf6db165f4789cb8d4d52beb260e..6b444544129d44f3e11a925844d361ad844c96fc 100755 GIT binary patch delta 8221 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 delta 6762 zcmZ3!y5ifciVZKBSzk<LVE8%t9djU$^MmZT6PXMQPyMeQo6M*sIa!v4b8;?=B(w8_ z?8%)h`e1rDiyfH$!{Pv@?OAQXbUmxHz()xN29O~jIwIZe!{j}Dl9LaxaZdiiDlNdt z50M1XTKCq6OqORe6WGlP5d_iu)=1b)7UWW#+{PvfHgX=D8`w?l)(i~1XJ+r3%*d%Y zS&&@}EUCrr2&VJcUBQYTb2BikRETYx+{mFg`2o8ySWuFafx)8dtP5CBfrDS*7bnC% z5S?V=Eey6VfdgV+1qZ|{JD~Ir4u}`6Ic)`+_#hfV^u}U!zR3q|L0;pSypmHKY!yEb z1H+BwBFU2<NI@jta!P<5$iZa~roFfzruA~!3D`oz0z?<>%Dn>)?E`EalmBo@ffY+~ zLo`Km+Y4A5L#zhT*&k-)f<1GZTNteHA-6r)`e~vJ3_oSEZou8;%L8$jFdqZMrzWS9 zV4qIpf%tSK4<zv3@)&`2`*Sle%$T-x-ehfFb+Ev76$Xa8clHHOUZ^2C`2a8b<T_qi zuzmA*9l;8AiZC!tiCL*TxsgM9G8>;HSTNFpfnoc*hE0?6EF~wq@F|0JWbwIy>CJpz zAbJwN2Z);N%^wb?m+~ipX)b{jFkL7R38v2qgn?-_K?uJ|5W>GL=mQql5`uUkPsjyq z_b+h<2C-NdQ*cmD5E7pJN{An<@DEg>gD}|s$-Tl54Xd~q7~;=0Nl(6KE;$*bfl~w$ zVJad%U=sz|7#L<d|52Hor~py0LIjfZ4vKh#P39Mcm>47K4Azil#lYbA!*I)FSu==+ z>!MO%iJ6QH3=u-<W|JFDAQGBl@?aCZ#XP_Yt_w3Tgyp`O4-W1J;@p!Di$QYTeKCj? zI^qyVCx|jID4&lIncSc+Ir)J&&*X*TkOZ?&91<+N5)ikz%P=rJ5%j+RR(L>yXZoV8 z%tG9H1sMfgjNs%nd7gwT*zP8728KJ0o|%&$NU2N~mV_h_ZAoXa0}CY~(LIHOf#H5; z@tMi;Y#@8NCqI%D5_l;BHYpB7t88)$oLsL4k<^fq0qb^`atG5Br68tVmvRF0Wuzf= zqO=p(36B{V7|u?Lu%8?tr84=lG{i?Aq=UecR~Q%=5|)4Y26kVO48(n1GLYCmCj&8| zQIvsU-EHOK$%0&xlO^N?Bwfo=^GZP8UBCo!B#7QPGwVIrkrHwOliOv51r$vok|4Ub zL?C4He_74Rmt_^euKXq&1g5>^Ag-MtX9#vsye$Jmg_6M0$?N51Ccl*911tI^X9}i` z<jufzw!8(HUM6o0rtiobgEhZc$iVPumd_+`K>k<anrx>a4ptDM;0;!Ant_4gfa$Ci zlLMqACxaARQji8K_@DssDjypIL(Y||Ot=X$ihPsv6*<9*sudwc=3^!XhPdX*r@*-Z zWXcCcNaE&Jf~2@p><kPyOER~E%L|Z#CM8J7&QgLDQ+JghA*`qjiNkDV2!Fk@y+Ah` zB-lVS|D^~Es4d)+l~f>}u~G2_JEup*984cmu>sSps&-&cPBvj+IJ=H@7C61HQ{kLk zs0#69zbd45xu6;VR>;Z3z)%^fy=-!$mg3|EYW$O9)F3vLsd<7G+~r|lcx$u8X|k?} z<m3Vk!O36MAUQ`+9g-mu)FCFxGcquA2S*uzb2CWcGj&LaFls=un4bp3qcb!h<<&zC zNNu2~3CU4G91INSZ)|=C4zU6aj>%Uw`6n;X<N$kYwI;-nADS*;zP%PC8B}NmfcdAj zBEZf~VPs%f^2H}_a-){P<alj}Un;eO!HUjnLsEPMBLf3dZ9?T_MlHq3emaoskgWqT zX`c?nIX@X07!>O|swX$-D^Awal>?jLuM2U;99=&!|E(@06>8{Nf~`L(#lVn!xIY72 zNrC*(rw0jym3ojg{!S0#X+3>NAe8I72%J}h#5Rc5m~uxCoH9Y0-{?c?1ReuVux$|r z5KRjWAm!tG1BmTfh7d!up!6z3ND_N%2#IVxBZ!y2GBPk&eMpf5S04dJT$2|VLE>_c z5hOYB7(+_IHGB*V$sZ&^<%Q(r4_4fh8;l`=G}jnnQWrl1gYc8P-@#4=DG)G$D9|;5 z)IJp^Az&w;H}M41(xwm_vP~g*{(xy9SX{)+9~^Lb3=9kpCcmBmPOu;YC!0Z>w%*KM z;2AF@fI#%elTVjV4zy93Twu;RS=}5`FM6^vFeG!BZJwNGsX2MCIs4=qa~`nq-R6)q zchwwXy{ZL-F17FjTU*G)z+lNIZVN8OLDqsy{b2#Ah6F7kZcMdw1sk^35>lW~Vq{>* zpWJmATtGlHu}oI85&|o-wsHrX{8XNSVYmDDr%(@xPTpe$sV>i1K|)B<8d8!NaWODF zY&BJ$+^7W#YthLwts$PuXJB9`xVm~3*liB>e3PGAgVWL^8;El}Y#;^NYgPt^Ia~Hd zfYTgE-7y=8Q*PTp+`H0*fk8y$<KoGAmMW72Y{7<1&bEc5<Q=w<V&{)7#N9tR85q>| zmfVD!R%Qn=t=kTgf-l%X5}%wsgr95=F=&H5q&)a<4=E2i85tNR>KDJC+{ht0`K<%{ z<Z1^Ia0pFufMng%4v<vK?Fga09U*yWE+Yd2_q$VmV2!zs+%jRQMa7x<dBvdG<_)wx z3!=|%o!C6tP)~Alf)nfHcaB2fa6iq=z+hKZF>UfbH@V4LPJ&=7?VKQ1)Hy*i#C|7h zu=rmmOE7KeYy_tBoFSFWGAMn|8B!zdV`pISxy&;cY^bFR#86)sh@rhMkh1rT3#2S& zbA`|jt`N%_U9APoiy$c&M2lXZCODbjRc`VtR{^lCe_gG>w3QpA7H@EaxMr&xBzu2= z@>Sg-;!*Ap3#Pbhf%P49hgihq0da_<hap(J)B}>Yo^UZR1WY}(YVyTA;mOvMxF)~# zfHXp7<}onr4{3il`C^{*<O9AOlbt;k!GXx2!oV=KcWK#V$7#Zobt42OPxgeghF5w* zocP`olCLbiAgLybgMndpIZMLihs6++)_Xx}yW?J=V7JJ7L&||{Z)pDahGawmA4s=o z8y^G1_AAzR;ZB+0198e8IR=JL&)HNaug`&){J=*6>_$cz28Q~iY8$8y(aAQxB4CLP zj0_CyiVP<vZwOPKT<;4hm*)8TgWd5CN;~*LTDvp-Af^5rDBsl|Qf|%hhot7${*Z#+ zCII5zo`5j0B|VG`44*!JJTO@?UwU#vfa3HE>MX32^#dWbl~rIg*tQvg;b7GctPBk9 zEB=N~K9?muDVTq<YLE<Aypn@~;f%$x3zIj*C{Hd3k_QWxvobK$EMs(@+&Ecya(;xs z<boiM$;W~q5pX96lG`+cA=x%J7{cEb45=3xLm;`+KLk?B%nE^28IMCC;jbSG@mF0a zgnud&;(ysNNR^Qg1~F%O7)0NPFo-&va7bCA0BY2q^;DXiUnxELLnPniZQ+pIa4H<4 zQ7{71Us}w~z#yEq&>rdwZE$$ZjevyW+X#rMmXVOg(qd)?hGR}W>XYARKukR!!8&<& zB&6kcCK6)xEH(y)d0Tm3Or8)ANeK>7++b7vq9A^q83k#w#DiKQ3+w_WGsY`V-Vn_` zSt1&e7!9H!iR}Rc14Db;u~QK1qWLFpkA{?SXQCmYDi8w+)z}zFGG8783DvJLkQ%`= z7E%OHjD?gRXJa8wjA3P9D8Igh1#Gip9Hfz+5C;j$m2r@u{}BiA^eQ$6hBe+iRggTB zz&1HI9@1QCkB8*%gYl3OmMsC&sFU?zVAyHpq6|)R2NDD)*CasN2Xhi2&iar5akgzD zB(e8H>4%9Bn+=j6MROek1H<bT`Hv<S6i81>mYjSb2~yYINrEJP<79}%70HmU<K5&q za6sFoq=D(>DUhxtUn-=ybW4S_ujZseGRGc928M#SG214u&yk&+lPWw}FAXwW(9X!f z(C|n3;^Yfn(vuIQicZ!`<DT4+21!A4(jbBVAPrI+%BDkHk(3Vc)%tXBR-BXpi3`6B zNE(_2rJrR$;zTbKk{T*AA)Y>w3D!1QG7D1j<YhrTc{B?WNaER1;B2SK$iPq`zdUtv zUWxSN4@K;gKV)%DUYV@|_VI;mh@sLs5H}^{K+3^oIS@;}=0FmHVJ;-<vU4HXYF}<J z*zgJ_1_u5w%mI`A{Go>Db58cigY<*4^P-rYA7oEHkq5~g68R99=H`cjHJdUqFwA-@ zFEUv%Uw`u7d`N*NRR9T<^a4mhcAx;_O~FD4KdTTDCkF~4F61wQ)Vdx;kc{441gSL6 zKxy7$h<HFTM0{c~BtPFMhQx|Y2_zM#mOzFJ4wl4&9rswAf#F+a{M5;LCH9lEOCeEN zU+OH-BnYYUK=gr$3%Vv-CP`0rC=;6ezZBvFnKDRfS;4@-aN&S<Jh+4hDOg=51~z&M z0|SG?=Eonwfd-QJRR(E=OP51*%Cj&q)W7FjJ^5lL#OPJ!kjBl?a){%3D$KzqX|gad z_=WoIg%(B}lP^?qPA;y1xMM;E#K#vaAemjd5)#*Gm5?}IQwj0;*GfpE!MF;N1}dr` zA-1~;k_$dpK|;pA8WIx=sv!yVO?3#^5ps+S44s<<K2E-vCo(yq#sDm6$H2hwzi|Hi z$q$Q#C$Fzj1q&*$Ffi<T&bAWlT<LbH$-K3Ya8;~L2d9+o+FUUGyEYk2C)VYF=?irb zd8_&aFn?}+CYa`IfY7B-`XQ9|ZG?#LY%Bz;(`_mO(~Fu)!L(E}#JrYfi20wJ<H6#g zEf9SNTk^qt<5q}!7DH*_wlc7IPg?<){@(`CpVtoIKWvAX>)lZfmOt8&4W^Adv%vI% zPDla6-UZ34ab1ucvbzi7U&U^SeG|JAzyY?Dg@NJ9a-XEh=Q?aATlT1d1yxxY7)+G} z7C;60CvWS4l&=?hAij0!jRD)XxHlF|GxsHeH8wLaFbH`y$WLxe7M?8Kt~q&4AEcZ; z(+A00s{N1@lhzL@injDaa{ar0NXjst0BQ7ePk?0T+Y=z^^*#dwgMqV7`((v@;mH9L zAsMoBA|$upn+P#feiEb{OP>TO2A52-7kDnq03P=R(YEIqUxV9a){{6V8%*J!EH@ca z4eCsWq_>L6kaT=#G9=w{Pl321dJ1HKxpxZ0m6xVKN(RNLkY;1TR7kpCJr$C9K23$B ze~W35q0*{pkZNcF0|Ub`m(2B(Z%<L4tTSCkAPd?(1JQo}1xqIXo~k^#dO9Sqr%u-a z2Wk@o14HuK2~m>+i-adXm<}mc*=JaRCBL&UFdWsIB{o^FUuLq-49>~BxACy2Fn~Qh zxpjs$SP^J|VJX9cb&~~Vs7e&2Cgy<p13v6vMR6dy=<p8p$(%DG<3P)~7#KX7_!ms} zm<jQA)l5i1wr{2?IJTe71ed;>IcGgTH+^Czqww@Ib&L|*CuTBk5kc@ltjO*5^^74* z(;G{eVy3&iVl;2pXkwhM(Zuv|yLU6wv+n8h`I$AgpX6t5PXj538uYP@SzBy7UmvqD z^W>%L1*R(>=9OdAoE|=r*<||4iOed~FHdEb+5TZ7a}CS%1=E<*rkm~H<Zthp!Mwd^ z2Fn9xM#Jg3b66aBjdcx;6^sn5j7_YJ%-eU(VQJqrhjsg|Ic&E**)*-WxVRLiUwqCM zvz_}n+f3H!|K6~PO~3z!O?<n?TQ;K^ZEft^+BjaUZU1k~x&6N}m*w8+&wsKAO_#qS z&NqGECobvjEg!iiF-?E$%P+Rw;tSWe&(njN_*J$Syx^8+ZdZE4y<O=I&%<lm0}k_s zGfjVegx7Go+a5;M=>@i89Mj(&<yDg|E=f$vN!3v(C`v8MOfA<@D9%ePD9*?)QP-Sq ze}va*dgU=*YYvs<jKsXW)ST%Lj`3<t7eCH>rTzPH-tFIy^SNvDYeXmNRvGA8>c(ov z=xJ)TJAdYDcmB-Z?)+Jx-TAX%yYpwEcIVH+?arS?+MPd(Zg>7HcE4--+bLp#(^uDt z^G~;{6Azgl*eEXAey&cu{al^I_H%WT<>lKqe3L9qT0S*Wig&tpq*U4T&KJT0(?!k2 z#HSa`5tEr-@PeCdJ6F1tF$cSep^=4wnfZ2?d?`hCI4`G6%9|0!o4&7HY6Xn5J-0&2 z7B01YW2F=)6HIRU!D^{Ra86c@R3wbE{Zx$<BSP1uTB*I9FuCc|+NA<voc4F^Qtj{B urQ6@N%WQwwE<3kZru5JE#}N`q+0!KjYt{N^&lNDYsbOMZU~qTxbpim%@cn53 -- GitLab