From 4b897064971a920e0635938274d00130f5679aef Mon Sep 17 00:00:00 2001 From: Marc Morera Date: Thu, 7 May 2020 11:59:45 +0200 Subject: [PATCH] Fixed when metadata is not scalaer on print indices command (#62) - Remove --dev dependencies minimum-stability - Fixed wrong method in command --- .circleci/config.yml | 2 +- Command/AddTokenCommand.php | 2 +- Command/PrintIndicesCommand.php | 2 +- composer.json | 5 +- composer.lock | 1880 +++++++++++++------------------ 5 files changed, 816 insertions(+), 1075 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index f630234..45d86c1 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -2,7 +2,7 @@ version: 2 jobs: test-php73: docker: - - image: circleci/php:7.4-cli + - image: circleci/php:7.3-cli working_directory: ~/project steps: diff --git a/Command/AddTokenCommand.php b/Command/AddTokenCommand.php index 4f6d669..f4151a0 100644 --- a/Command/AddTokenCommand.php +++ b/Command/AddTokenCommand.php @@ -96,7 +96,7 @@ protected function runCommand(InputInterface $input, OutputInterface $output) $this ->repositoryBucket->findRepository($input->getArgument('app-name')) - ->addToken( + ->putToken( new Token( TokenUUID::createById($input->getArgument('uuid')), $appUUID, diff --git a/Command/PrintIndicesCommand.php b/Command/PrintIndicesCommand.php index 52cd11e..84637e8 100644 --- a/Command/PrintIndicesCommand.php +++ b/Command/PrintIndicesCommand.php @@ -136,7 +136,7 @@ public static function printIndices( if ($withMetadata) { foreach ($index->getMetadata() as $_ => $value) { - $row[] = $value; + $row[] = is_scalar($value) ? $value : json_encode($value); } } diff --git a/composer.json b/composer.json index 7f9abd1..e352d5b 100644 --- a/composer.json +++ b/composer.json @@ -20,7 +20,7 @@ "symfony/console": "^4.0 || ^5.0", "ramsey/uuid": "^3.7.1", "mmoreram/base-bundle": "^2.1.2", - "apisearch-io/php-client": "0.1.*, >=0.1.23" + "apisearch-io/php-client": "0.1.*, >=0.1.27" }, "require-dev": { "mmoreram/symfony-bundle-dependencies": "^2.1", @@ -32,6 +32,5 @@ "psr-4": { "Apisearch\\": "" } - }, - "minimum-stability": "dev" + } } \ No newline at end of file diff --git a/composer.lock b/composer.lock index dfb2a1d..18625f0 100644 --- a/composer.lock +++ b/composer.lock @@ -4,20 +4,20 @@ "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "This file is @generated automatically" ], - "content-hash": "7b0171bdeb599e7c708cb28b3c492797", + "content-hash": "dcba475fcbfe20539ef7721a9f6fe791", "packages": [ { "name": "apisearch-io/php-client", - "version": "0.1.23", + "version": "0.1.27", "source": { "type": "git", "url": "https://github.com/apisearch-io/php-client.git", - "reference": "e7cb42301447b3f20381399c332631f50458e20f" + "reference": "2de4e3081f9ef83dfd1c60a5c843684eacf80f93" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/apisearch-io/php-client/zipball/e7cb42301447b3f20381399c332631f50458e20f", - "reference": "e7cb42301447b3f20381399c332631f50458e20f", + "url": "https://api.github.com/repos/apisearch-io/php-client/zipball/2de4e3081f9ef83dfd1c60a5c843684eacf80f93", + "reference": "2de4e3081f9ef83dfd1c60a5c843684eacf80f93", "shasum": "" }, "require": { @@ -44,7 +44,7 @@ } ], "description": "PHP Library for Apisearch", - "time": "2019-11-19T12:58:58+00:00" + "time": "2020-05-06T23:39:02+00:00" }, { "name": "mmoreram/base-bundle", @@ -149,16 +149,16 @@ }, { "name": "nesbot/carbon", - "version": "dev-master", + "version": "2.27.0", "source": { "type": "git", "url": "https://github.com/briannesbitt/Carbon.git", - "reference": "658941fb7b48e3a9202c7a6b4bd1c3bd68db48ee" + "reference": "13b8485a8690f103bf19cba64879c218b102b726" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/briannesbitt/Carbon/zipball/658941fb7b48e3a9202c7a6b4bd1c3bd68db48ee", - "reference": "658941fb7b48e3a9202c7a6b4bd1c3bd68db48ee", + "url": "https://api.github.com/repos/briannesbitt/Carbon/zipball/13b8485a8690f103bf19cba64879c218b102b726", + "reference": "13b8485a8690f103bf19cba64879c218b102b726", "shasum": "" }, "require": { @@ -169,7 +169,7 @@ "require-dev": { "friendsofphp/php-cs-fixer": "^2.14 || ^3.0", "kylekatarnls/multi-tester": "^1.1", - "phpmd/phpmd": "^2.8", + "phpmd/phpmd": "dev-php-7.1-compatibility", "phpstan/phpstan": "^0.11", "phpunit/phpunit": "^7.5 || ^8.0", "squizlabs/php_codesniffer": "^3.4" @@ -215,33 +215,37 @@ "datetime", "time" ], - "time": "2020-02-24T22:19:22+00:00" + "time": "2019-11-20T06:59:06+00:00" }, { "name": "paragonie/random_compat", - "version": "v9.99.99", + "version": "v2.0.0", "source": { "type": "git", "url": "https://github.com/paragonie/random_compat.git", - "reference": "84b4dfb120c6f9b4ff7b3685f9b8f1aa365a0c95" + "reference": "321a59fed499a5624b0e40cb5c824ae6116e0c18" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/paragonie/random_compat/zipball/84b4dfb120c6f9b4ff7b3685f9b8f1aa365a0c95", - "reference": "84b4dfb120c6f9b4ff7b3685f9b8f1aa365a0c95", + "url": "https://api.github.com/repos/paragonie/random_compat/zipball/321a59fed499a5624b0e40cb5c824ae6116e0c18", + "reference": "321a59fed499a5624b0e40cb5c824ae6116e0c18", "shasum": "" }, "require": { - "php": "^7" + "php": ">=5.2.0" }, "require-dev": { - "phpunit/phpunit": "4.*|5.*", - "vimeo/psalm": "^1" + "phpunit/phpunit": "4.*|5.*" }, "suggest": { "ext-libsodium": "Provides a modern crypto API that can be used to generate random bytes." }, "type": "library", + "autoload": { + "files": [ + "lib/random.php" + ] + }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" @@ -256,24 +260,23 @@ "description": "PHP 5.x polyfill for random_bytes() and random_int() from PHP 7", "keywords": [ "csprng", - "polyfill", "pseudorandom", "random" ], - "time": "2018-07-02T15:55:56+00:00" + "time": "2016-03-18T17:17:33+00:00" }, { "name": "psr/cache", - "version": "dev-master", + "version": "1.0.0", "source": { "type": "git", "url": "https://github.com/php-fig/cache.git", - "reference": "b9aa2cd4dd36cec02779bee07ee9dab8bd2d07d7" + "reference": "9e66031f41fbbdda45ee11e93c45d480ccba3eb3" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/php-fig/cache/zipball/b9aa2cd4dd36cec02779bee07ee9dab8bd2d07d7", - "reference": "b9aa2cd4dd36cec02779bee07ee9dab8bd2d07d7", + "url": "https://api.github.com/repos/php-fig/cache/zipball/9e66031f41fbbdda45ee11e93c45d480ccba3eb3", + "reference": "9e66031f41fbbdda45ee11e93c45d480ccba3eb3", "shasum": "" }, "require": { @@ -306,20 +309,20 @@ "psr", "psr-6" ], - "time": "2019-10-04T14:04:41+00:00" + "time": "2015-12-11T02:52:07+00:00" }, { "name": "psr/container", - "version": "dev-master", + "version": "1.0.0", "source": { "type": "git", "url": "https://github.com/php-fig/container.git", - "reference": "fc1bc363ecf887921e3897c7b1dad3587ae154eb" + "reference": "b7ce3b176482dbbc1245ebf52b181af44c2cf55f" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/php-fig/container/zipball/fc1bc363ecf887921e3897c7b1dad3587ae154eb", - "reference": "fc1bc363ecf887921e3897c7b1dad3587ae154eb", + "url": "https://api.github.com/repos/php-fig/container/zipball/b7ce3b176482dbbc1245ebf52b181af44c2cf55f", + "reference": "b7ce3b176482dbbc1245ebf52b181af44c2cf55f", "shasum": "" }, "require": { @@ -355,20 +358,20 @@ "container-interop", "psr" ], - "time": "2019-10-04T14:07:35+00:00" + "time": "2017-02-14T16:28:37+00:00" }, { "name": "psr/event-dispatcher", - "version": "dev-master", + "version": "1.0.0", "source": { "type": "git", "url": "https://github.com/php-fig/event-dispatcher.git", - "reference": "cfea31e2e2abbe98159e825ce7d5040a39fba5f0" + "reference": "dbefd12671e8a14ec7f180cab83036ed26714bb0" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/php-fig/event-dispatcher/zipball/cfea31e2e2abbe98159e825ce7d5040a39fba5f0", - "reference": "cfea31e2e2abbe98159e825ce7d5040a39fba5f0", + "url": "https://api.github.com/repos/php-fig/event-dispatcher/zipball/dbefd12671e8a14ec7f180cab83036ed26714bb0", + "reference": "dbefd12671e8a14ec7f180cab83036ed26714bb0", "shasum": "" }, "require": { @@ -401,34 +404,26 @@ "psr", "psr-14" ], - "time": "2019-05-22T19:30:22+00:00" + "time": "2019-01-08T18:20:26+00:00" }, { "name": "psr/log", - "version": "dev-master", + "version": "1.0.0", "source": { "type": "git", "url": "https://github.com/php-fig/log.git", - "reference": "5628725d0e4d687e29575eb41f9d5ee7de33a84c" + "reference": "fe0936ee26643249e916849d48e3a51d5f5e278b" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/php-fig/log/zipball/5628725d0e4d687e29575eb41f9d5ee7de33a84c", - "reference": "5628725d0e4d687e29575eb41f9d5ee7de33a84c", + "url": "https://api.github.com/repos/php-fig/log/zipball/fe0936ee26643249e916849d48e3a51d5f5e278b", + "reference": "fe0936ee26643249e916849d48e3a51d5f5e278b", "shasum": "" }, - "require": { - "php": ">=5.3.0" - }, "type": "library", - "extra": { - "branch-alias": { - "dev-master": "1.1.x-dev" - } - }, "autoload": { - "psr-4": { - "Psr\\Log\\": "Psr/Log/" + "psr-0": { + "Psr\\Log\\": "" } }, "notification-url": "https://packagist.org/downloads/", @@ -442,56 +437,53 @@ } ], "description": "Common interface for logging libraries", - "homepage": "https://github.com/php-fig/log", "keywords": [ "log", "psr", "psr-3" ], - "time": "2019-11-12T16:45:05+00:00" + "time": "2012-12-21T11:40:51+00:00" }, { "name": "ramsey/uuid", - "version": "3.x-dev", + "version": "3.7.1", "source": { "type": "git", "url": "https://github.com/ramsey/uuid.git", - "reference": "7e1633a6964b48589b142d60542f9ed31bd37a92" + "reference": "45cffe822057a09e05f7bd09ec5fb88eeecd2334" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/ramsey/uuid/zipball/7e1633a6964b48589b142d60542f9ed31bd37a92", - "reference": "7e1633a6964b48589b142d60542f9ed31bd37a92", + "url": "https://api.github.com/repos/ramsey/uuid/zipball/45cffe822057a09e05f7bd09ec5fb88eeecd2334", + "reference": "45cffe822057a09e05f7bd09ec5fb88eeecd2334", "shasum": "" }, "require": { - "ext-json": "*", - "paragonie/random_compat": "^1 | ^2 | 9.99.99", - "php": "^5.4 | ^7 | ^8", - "symfony/polyfill-ctype": "^1.8" + "paragonie/random_compat": "^1.0|^2.0", + "php": "^5.4 || ^7.0" }, "replace": { "rhumsaa/uuid": "self.version" }, "require-dev": { - "codeception/aspect-mock": "^1 | ^2", - "doctrine/annotations": "^1.2", - "goaop/framework": "1.0.0-alpha.2 | ^1 | ^2.1", - "jakub-onderka/php-parallel-lint": "^1", - "mockery/mockery": "^0.9.11 | ^1", + "apigen/apigen": "^4.1", + "codeception/aspect-mock": "^1.0 | ^2.0", + "doctrine/annotations": "~1.2.0", + "goaop/framework": "1.0.0-alpha.2 | ^1.0 | ^2.1", + "ircmaxell/random-lib": "^1.1", + "jakub-onderka/php-parallel-lint": "^0.9.0", + "mockery/mockery": "^0.9.4", "moontoast/math": "^1.1", - "paragonie/random-lib": "^2", - "php-mock/php-mock-phpunit": "^0.3 | ^1.1", - "phpunit/phpunit": "^4.8 | ^5.4 | ^6.5", - "squizlabs/php_codesniffer": "^3.5" + "php-mock/php-mock-phpunit": "^0.3|^1.1", + "phpunit/phpunit": "^4.7|>=5.0 <5.4", + "satooshi/php-coveralls": "^0.6.1", + "squizlabs/php_codesniffer": "^2.3" }, "suggest": { - "ext-ctype": "Provides support for PHP Ctype functions", "ext-libsodium": "Provides the PECL libsodium extension for use with the SodiumRandomGenerator", - "ext-openssl": "Provides the OpenSSL extension for use with the OpenSslGenerator", "ext-uuid": "Provides the PECL UUID extension for use with the PeclUuidTimeGenerator and PeclUuidRandomGenerator", + "ircmaxell/random-lib": "Provides RandomLib for use with the RandomLibAdapter", "moontoast/math": "Provides support for converting UUID to 128-bit integer (in string form).", - "paragonie/random-lib": "Provides RandomLib for use with the RandomLibAdapter", "ramsey/uuid-console": "A console application for generating UUIDs with ramsey/uuid", "ramsey/uuid-doctrine": "Allows the use of Ramsey\\Uuid\\Uuid as Doctrine field type." }, @@ -504,10 +496,7 @@ "autoload": { "psr-4": { "Ramsey\\Uuid\\": "src/" - }, - "files": [ - "src/functions.php" - ] + } }, "notification-url": "https://packagist.org/downloads/", "license": [ @@ -535,20 +524,20 @@ "identifier", "uuid" ], - "time": "2020-02-21T04:36:14+00:00" + "time": "2017-09-22T20:46:04+00:00" }, { "name": "symfony/cache", - "version": "dev-master", + "version": "v5.0.0", "source": { "type": "git", "url": "https://github.com/symfony/cache.git", - "reference": "87155c8205a05130c7bfe1392e13e7ac1ff72708" + "reference": "32bd1f9be1684bba768a6834037706cf0950843c" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/cache/zipball/87155c8205a05130c7bfe1392e13e7ac1ff72708", - "reference": "87155c8205a05130c7bfe1392e13e7ac1ff72708", + "url": "https://api.github.com/repos/symfony/cache/zipball/32bd1f9be1684bba768a6834037706cf0950843c", + "reference": "32bd1f9be1684bba768a6834037706cf0950843c", "shasum": "" }, "require": { @@ -583,7 +572,7 @@ "type": "library", "extra": { "branch-alias": { - "dev-master": "5.1-dev" + "dev-master": "5.0-dev" } }, "autoload": { @@ -614,24 +603,24 @@ "caching", "psr6" ], - "time": "2020-02-24T15:14:17+00:00" + "time": "2019-11-18T17:27:11+00:00" }, { "name": "symfony/cache-contracts", - "version": "dev-master", + "version": "v1.1.7", "source": { "type": "git", "url": "https://github.com/symfony/cache-contracts.git", - "reference": "9b4ec103cf6e7917ce82f33ead0312584b76c280" + "reference": "af50d14ada9e4e82cfabfabdc502d144f89be0a1" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/cache-contracts/zipball/9b4ec103cf6e7917ce82f33ead0312584b76c280", - "reference": "9b4ec103cf6e7917ce82f33ead0312584b76c280", + "url": "https://api.github.com/repos/symfony/cache-contracts/zipball/af50d14ada9e4e82cfabfabdc502d144f89be0a1", + "reference": "af50d14ada9e4e82cfabfabdc502d144f89be0a1", "shasum": "" }, "require": { - "php": "^7.2.5", + "php": "^7.1.3", "psr/cache": "^1.0" }, "suggest": { @@ -640,7 +629,7 @@ "type": "library", "extra": { "branch-alias": { - "dev-master": "2.0-dev" + "dev-master": "1.1-dev" } }, "autoload": { @@ -672,25 +661,24 @@ "interoperability", "standards" ], - "time": "2020-02-14T07:31:56+00:00" + "time": "2019-10-04T21:43:27+00:00" }, { "name": "symfony/config", - "version": "dev-master", + "version": "v5.0.0", "source": { "type": "git", "url": "https://github.com/symfony/config.git", - "reference": "8302652d79e9529caf59966dd960f99bc18c411f" + "reference": "10cb9692805d2152fe2ecb3af018c188c712bba8" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/config/zipball/8302652d79e9529caf59966dd960f99bc18c411f", - "reference": "8302652d79e9529caf59966dd960f99bc18c411f", + "url": "https://api.github.com/repos/symfony/config/zipball/10cb9692805d2152fe2ecb3af018c188c712bba8", + "reference": "10cb9692805d2152fe2ecb3af018c188c712bba8", "shasum": "" }, "require": { "php": "^7.2.5", - "symfony/deprecation-contracts": "^2.1", "symfony/filesystem": "^4.4|^5.0", "symfony/polyfill-ctype": "~1.8" }, @@ -710,7 +698,7 @@ "type": "library", "extra": { "branch-alias": { - "dev-master": "5.1-dev" + "dev-master": "5.0-dev" } }, "autoload": { @@ -737,32 +725,30 @@ ], "description": "Symfony Config Component", "homepage": "https://symfony.com", - "time": "2020-02-08T14:04:50+00:00" + "time": "2019-11-18T17:27:11+00:00" }, { "name": "symfony/console", - "version": "dev-master", + "version": "v5.0.0", "source": { "type": "git", "url": "https://github.com/symfony/console.git", - "reference": "d487d68fd7e85e2d3fc5cc69e41d66edd15cec1e" + "reference": "1ece22ce0c2d54572dafcd114cc08c0031cc0ac3" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/console/zipball/d487d68fd7e85e2d3fc5cc69e41d66edd15cec1e", - "reference": "d487d68fd7e85e2d3fc5cc69e41d66edd15cec1e", + "url": "https://api.github.com/repos/symfony/console/zipball/1ece22ce0c2d54572dafcd114cc08c0031cc0ac3", + "reference": "1ece22ce0c2d54572dafcd114cc08c0031cc0ac3", "shasum": "" }, "require": { "php": "^7.2.5", "symfony/polyfill-mbstring": "~1.0", "symfony/polyfill-php73": "^1.8", - "symfony/service-contracts": "^1.1|^2", - "symfony/string": "^5.1" + "symfony/service-contracts": "^1.1|^2" }, "conflict": { "symfony/dependency-injection": "<4.4", - "symfony/dotenv": "<5.1", "symfony/event-dispatcher": "<4.4", "symfony/lock": "<4.4", "symfony/process": "<4.4" @@ -788,7 +774,7 @@ "type": "library", "extra": { "branch-alias": { - "dev-master": "5.1-dev" + "dev-master": "5.0-dev" } }, "autoload": { @@ -815,59 +801,41 @@ ], "description": "Symfony Console Component", "homepage": "https://symfony.com", - "time": "2020-02-24T15:14:17+00:00" + "time": "2019-11-18T17:27:11+00:00" }, { - "name": "symfony/dependency-injection", - "version": "dev-master", + "name": "symfony/debug", + "version": "v4.4.0", "source": { "type": "git", - "url": "https://github.com/symfony/dependency-injection.git", - "reference": "24918d956cec89aebdf9dd69fc569a980469be3c" + "url": "https://github.com/symfony/debug.git", + "reference": "b24b791f817116b29e52a63e8544884cf9a40757" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/dependency-injection/zipball/24918d956cec89aebdf9dd69fc569a980469be3c", - "reference": "24918d956cec89aebdf9dd69fc569a980469be3c", + "url": "https://api.github.com/repos/symfony/debug/zipball/b24b791f817116b29e52a63e8544884cf9a40757", + "reference": "b24b791f817116b29e52a63e8544884cf9a40757", "shasum": "" }, "require": { - "php": "^7.2.5", - "psr/container": "^1.0", - "symfony/deprecation-contracts": "^2.1", - "symfony/service-contracts": "^1.1.6|^2" + "php": "^7.1.3", + "psr/log": "~1.0" }, "conflict": { - "symfony/config": "<5.0", - "symfony/finder": "<4.4", - "symfony/proxy-manager-bridge": "<4.4", - "symfony/yaml": "<4.4" - }, - "provide": { - "psr/container-implementation": "1.0", - "symfony/service-implementation": "1.0" + "symfony/http-kernel": "<3.4" }, "require-dev": { - "symfony/config": "^5.0", - "symfony/expression-language": "^4.4|^5.0", - "symfony/yaml": "^4.4|^5.0" - }, - "suggest": { - "symfony/config": "", - "symfony/expression-language": "For using expressions in service container configuration", - "symfony/finder": "For using double-star glob patterns or when GLOB_BRACE portability is required", - "symfony/proxy-manager-bridge": "Generate service proxies to lazy load them", - "symfony/yaml": "" + "symfony/http-kernel": "^3.4|^4.0|^5.0" }, "type": "library", "extra": { "branch-alias": { - "dev-master": "5.1-dev" + "dev-master": "4.4-dev" } }, "autoload": { "psr-4": { - "Symfony\\Component\\DependencyInjection\\": "" + "Symfony\\Component\\Debug\\": "" }, "exclude-from-classmap": [ "/Tests/" @@ -887,36 +855,63 @@ "homepage": "https://symfony.com/contributors" } ], - "description": "Symfony DependencyInjection Component", + "description": "Symfony Debug Component", "homepage": "https://symfony.com", - "time": "2020-02-24T15:14:17+00:00" + "time": "2019-11-10T17:54:30+00:00" }, { - "name": "symfony/deprecation-contracts", - "version": "dev-master", + "name": "symfony/dependency-injection", + "version": "v5.0.0", "source": { "type": "git", - "url": "https://github.com/symfony/deprecation-contracts.git", - "reference": "ede224dcbc36138943a296107db2b8b2a690ac1c" + "url": "https://github.com/symfony/dependency-injection.git", + "reference": "cdaee34c7de6d25bd7dd9712661eedda728d5e62" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/deprecation-contracts/zipball/ede224dcbc36138943a296107db2b8b2a690ac1c", - "reference": "ede224dcbc36138943a296107db2b8b2a690ac1c", + "url": "https://api.github.com/repos/symfony/dependency-injection/zipball/cdaee34c7de6d25bd7dd9712661eedda728d5e62", + "reference": "cdaee34c7de6d25bd7dd9712661eedda728d5e62", "shasum": "" }, "require": { - "php": "^7.1" + "php": "^7.2.5", + "psr/container": "^1.0", + "symfony/service-contracts": "^1.1.6|^2" + }, + "conflict": { + "symfony/config": "<5.0", + "symfony/finder": "<4.4", + "symfony/proxy-manager-bridge": "<4.4", + "symfony/yaml": "<4.4" + }, + "provide": { + "psr/container-implementation": "1.0", + "symfony/service-implementation": "1.0" + }, + "require-dev": { + "symfony/config": "^5.0", + "symfony/expression-language": "^4.4|^5.0", + "symfony/yaml": "^4.4|^5.0" + }, + "suggest": { + "symfony/config": "", + "symfony/expression-language": "For using expressions in service container configuration", + "symfony/finder": "For using double-star glob patterns or when GLOB_BRACE portability is required", + "symfony/proxy-manager-bridge": "Generate service proxies to lazy load them", + "symfony/yaml": "" }, "type": "library", "extra": { "branch-alias": { - "dev-master": "2.1-dev" + "dev-master": "5.0-dev" } }, "autoload": { - "files": [ - "function.php" + "psr-4": { + "Symfony\\Component\\DependencyInjection\\": "" + }, + "exclude-from-classmap": [ + "/Tests/" ] }, "notification-url": "https://packagist.org/downloads/", @@ -925,35 +920,36 @@ ], "authors": [ { - "name": "Nicolas Grekas", - "email": "p@tchwork.com" + "name": "Fabien Potencier", + "email": "fabien@symfony.com" }, { "name": "Symfony Community", "homepage": "https://symfony.com/contributors" } ], - "description": "A generic function and convention to trigger deprecation notices", + "description": "Symfony DependencyInjection Component", "homepage": "https://symfony.com", - "time": "2020-02-14T07:31:56+00:00" + "time": "2019-11-21T07:02:40+00:00" }, { "name": "symfony/error-handler", - "version": "dev-master", + "version": "v4.4.0", "source": { "type": "git", "url": "https://github.com/symfony/error-handler.git", - "reference": "2cff4e4b6dd19f1537d77489e19ae73a4e60d1f5" + "reference": "e1acb58dc6a8722617fe56565f742bcf7e8744bf" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/error-handler/zipball/2cff4e4b6dd19f1537d77489e19ae73a4e60d1f5", - "reference": "2cff4e4b6dd19f1537d77489e19ae73a4e60d1f5", + "url": "https://api.github.com/repos/symfony/error-handler/zipball/e1acb58dc6a8722617fe56565f742bcf7e8744bf", + "reference": "e1acb58dc6a8722617fe56565f742bcf7e8744bf", "shasum": "" }, "require": { - "php": "^7.2.5", - "psr/log": "^1.0", + "php": "^7.1.3", + "psr/log": "~1.0", + "symfony/debug": "^4.4", "symfony/var-dumper": "^4.4|^5.0" }, "require-dev": { @@ -963,7 +959,7 @@ "type": "library", "extra": { "branch-alias": { - "dev-master": "5.1-dev" + "dev-master": "4.4-dev" } }, "autoload": { @@ -990,25 +986,24 @@ ], "description": "Symfony ErrorHandler Component", "homepage": "https://symfony.com", - "time": "2020-02-24T15:14:17+00:00" + "time": "2019-11-17T22:49:13+00:00" }, { "name": "symfony/event-dispatcher", - "version": "dev-master", + "version": "v5.0.0", "source": { "type": "git", "url": "https://github.com/symfony/event-dispatcher.git", - "reference": "7d4f83e0275175ea58838d17a3102f8f73f8de0e" + "reference": "7b738a51645e10f864cc25c24d232fb03f37b475" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/event-dispatcher/zipball/7d4f83e0275175ea58838d17a3102f8f73f8de0e", - "reference": "7d4f83e0275175ea58838d17a3102f8f73f8de0e", + "url": "https://api.github.com/repos/symfony/event-dispatcher/zipball/7b738a51645e10f864cc25c24d232fb03f37b475", + "reference": "7b738a51645e10f864cc25c24d232fb03f37b475", "shasum": "" }, "require": { "php": "^7.2.5", - "symfony/deprecation-contracts": "^2.1", "symfony/event-dispatcher-contracts": "^2" }, "conflict": { @@ -1034,7 +1029,7 @@ "type": "library", "extra": { "branch-alias": { - "dev-master": "5.1-dev" + "dev-master": "5.0-dev" } }, "autoload": { @@ -1061,24 +1056,24 @@ ], "description": "Symfony EventDispatcher Component", "homepage": "https://symfony.com", - "time": "2020-02-24T15:14:17+00:00" + "time": "2019-11-18T17:27:11+00:00" }, { "name": "symfony/event-dispatcher-contracts", - "version": "dev-master", + "version": "v2.0.0", "source": { "type": "git", "url": "https://github.com/symfony/event-dispatcher-contracts.git", - "reference": "5a749bda3958260864228e520465150cfd954c8e" + "reference": "bb09b1d8f8a35243195189ded0d41bdc798ac2fb" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/event-dispatcher-contracts/zipball/5a749bda3958260864228e520465150cfd954c8e", - "reference": "5a749bda3958260864228e520465150cfd954c8e", + "url": "https://api.github.com/repos/symfony/event-dispatcher-contracts/zipball/bb09b1d8f8a35243195189ded0d41bdc798ac2fb", + "reference": "bb09b1d8f8a35243195189ded0d41bdc798ac2fb", "shasum": "" }, "require": { - "php": "^7.2.5", + "php": "^7.2.9", "psr/event-dispatcher": "^1" }, "suggest": { @@ -1119,30 +1114,30 @@ "interoperability", "standards" ], - "time": "2020-02-14T07:31:56+00:00" + "time": "2019-11-09T09:18:34+00:00" }, { "name": "symfony/filesystem", - "version": "dev-master", + "version": "v4.4.0", "source": { "type": "git", "url": "https://github.com/symfony/filesystem.git", - "reference": "08d46f80a21b2149d1d1c31440d76d2a72a73d94" + "reference": "d12b01cba60be77b583c9af660007211e3909854" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/filesystem/zipball/08d46f80a21b2149d1d1c31440d76d2a72a73d94", - "reference": "08d46f80a21b2149d1d1c31440d76d2a72a73d94", + "url": "https://api.github.com/repos/symfony/filesystem/zipball/d12b01cba60be77b583c9af660007211e3909854", + "reference": "d12b01cba60be77b583c9af660007211e3909854", "shasum": "" }, "require": { - "php": "^7.2.5", + "php": "^7.1.3", "symfony/polyfill-ctype": "~1.8" }, "type": "library", "extra": { "branch-alias": { - "dev-master": "5.1-dev" + "dev-master": "4.4-dev" } }, "autoload": { @@ -1169,29 +1164,29 @@ ], "description": "Symfony Filesystem Component", "homepage": "https://symfony.com", - "time": "2020-02-04T08:09:47+00:00" + "time": "2019-11-12T14:51:11+00:00" }, { "name": "symfony/finder", - "version": "dev-master", + "version": "v4.4.0", "source": { "type": "git", "url": "https://github.com/symfony/finder.git", - "reference": "008b6cc6da7141baf1766d72d2731b0e6f78b45b" + "reference": "ce8743441da64c41e2a667b8eb66070444ed911e" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/finder/zipball/008b6cc6da7141baf1766d72d2731b0e6f78b45b", - "reference": "008b6cc6da7141baf1766d72d2731b0e6f78b45b", + "url": "https://api.github.com/repos/symfony/finder/zipball/ce8743441da64c41e2a667b8eb66070444ed911e", + "reference": "ce8743441da64c41e2a667b8eb66070444ed911e", "shasum": "" }, "require": { - "php": "^7.2.5" + "php": "^7.1.3" }, "type": "library", "extra": { "branch-alias": { - "dev-master": "5.1-dev" + "dev-master": "4.4-dev" } }, "autoload": { @@ -1218,20 +1213,20 @@ ], "description": "Symfony Finder Component", "homepage": "https://symfony.com", - "time": "2020-02-14T07:43:15+00:00" + "time": "2019-11-17T21:56:56+00:00" }, { "name": "symfony/framework-bundle", - "version": "dev-master", + "version": "v5.0.0", "source": { "type": "git", "url": "https://github.com/symfony/framework-bundle.git", - "reference": "9d811a1f917faaaf76b036fb0caa64a59c8438c1" + "reference": "8b52da07909e952ddd88f65504763b4397ffbea1" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/framework-bundle/zipball/9d811a1f917faaaf76b036fb0caa64a59c8438c1", - "reference": "9d811a1f917faaaf76b036fb0caa64a59c8438c1", + "url": "https://api.github.com/repos/symfony/framework-bundle/zipball/8b52da07909e952ddd88f65504763b4397ffbea1", + "reference": "8b52da07909e952ddd88f65504763b4397ffbea1", "shasum": "" }, "require": { @@ -1239,17 +1234,15 @@ "php": "^7.2.5", "symfony/cache": "^4.4|^5.0", "symfony/config": "^5.0", - "symfony/dependency-injection": "^5.1", - "symfony/error-handler": "^4.4.1|^5.0.1", + "symfony/dependency-injection": "^5.0", "symfony/filesystem": "^4.4|^5.0", "symfony/finder": "^4.4|^5.0", "symfony/http-foundation": "^4.4|^5.0", "symfony/http-kernel": "^5.0", "symfony/polyfill-mbstring": "~1.0", - "symfony/routing": "^5.1" + "symfony/routing": "^5.0" }, "conflict": { - "doctrine/persistence": "<1.3", "phpdocumentor/reflection-docblock": "<3.0", "phpdocumentor/type-resolver": "<0.2.1", "phpunit/phpunit": "<5.4.3", @@ -1257,7 +1250,7 @@ "symfony/browser-kit": "<4.4", "symfony/console": "<4.4", "symfony/dom-crawler": "<4.4", - "symfony/dotenv": "<5.1", + "symfony/dotenv": "<4.4", "symfony/form": "<4.4", "symfony/http-client": "<4.4", "symfony/lock": "<4.4", @@ -1265,7 +1258,6 @@ "symfony/messenger": "<4.4", "symfony/mime": "<4.4", "symfony/property-info": "<4.4", - "symfony/routing": "<5.1", "symfony/serializer": "<4.4", "symfony/stopwatch": "<4.4", "symfony/translation": "<5.0", @@ -1285,7 +1277,7 @@ "symfony/console": "^4.4|^5.0", "symfony/css-selector": "^4.4|^5.0", "symfony/dom-crawler": "^4.4|^5.0", - "symfony/dotenv": "^5.1", + "symfony/dotenv": "^4.4|^5.0", "symfony/expression-language": "^4.4|^5.0", "symfony/form": "^4.4|^5.0", "symfony/http-client": "^4.4|^5.0", @@ -1300,7 +1292,7 @@ "symfony/security-http": "^4.4|^5.0", "symfony/serializer": "^4.4|^5.0", "symfony/stopwatch": "^4.4|^5.0", - "symfony/string": "^5.0", + "symfony/string": "~5.0.0", "symfony/translation": "^5.0", "symfony/twig-bundle": "^4.4|^5.0", "symfony/validator": "^4.4|^5.0", @@ -1322,7 +1314,7 @@ "type": "symfony-bundle", "extra": { "branch-alias": { - "dev-master": "5.1-dev" + "dev-master": "5.0-dev" } }, "autoload": { @@ -1349,40 +1341,35 @@ ], "description": "Symfony FrameworkBundle", "homepage": "https://symfony.com", - "time": "2020-02-26T10:40:28+00:00" + "time": "2019-11-18T17:27:11+00:00" }, { "name": "symfony/http-foundation", - "version": "dev-master", + "version": "v4.4.0", "source": { "type": "git", "url": "https://github.com/symfony/http-foundation.git", - "reference": "6fad901d92ba58dd7bebe0419b2cb5a6683f7f15" + "reference": "502040dd2b0cf0a292defeb6145f4d7a4753c99c" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/http-foundation/zipball/6fad901d92ba58dd7bebe0419b2cb5a6683f7f15", - "reference": "6fad901d92ba58dd7bebe0419b2cb5a6683f7f15", + "url": "https://api.github.com/repos/symfony/http-foundation/zipball/502040dd2b0cf0a292defeb6145f4d7a4753c99c", + "reference": "502040dd2b0cf0a292defeb6145f4d7a4753c99c", "shasum": "" }, "require": { - "php": "^7.2.5", - "symfony/deprecation-contracts": "^2.1", + "php": "^7.1.3", + "symfony/mime": "^4.3|^5.0", "symfony/polyfill-mbstring": "~1.1" }, "require-dev": { "predis/predis": "~1.0", - "symfony/cache": "^4.4|^5.0", - "symfony/expression-language": "^4.4|^5.0", - "symfony/mime": "^4.4|^5.0" - }, - "suggest": { - "symfony/mime": "To use the file extension guesser" + "symfony/expression-language": "^3.4|^4.0|^5.0" }, "type": "library", "extra": { "branch-alias": { - "dev-master": "5.1-dev" + "dev-master": "4.4-dev" } }, "autoload": { @@ -1409,20 +1396,20 @@ ], "description": "Symfony HttpFoundation Component", "homepage": "https://symfony.com", - "time": "2020-02-25T12:51:34+00:00" + "time": "2019-11-17T10:10:42+00:00" }, { "name": "symfony/http-kernel", - "version": "dev-master", + "version": "v5.0.0", "source": { "type": "git", "url": "https://github.com/symfony/http-kernel.git", - "reference": "4f26013f78374c0df93f48b06a1a9482121d647b" + "reference": "33460924e367bc0e804626dc0e4e2439a93b7ad3" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/http-kernel/zipball/4f26013f78374c0df93f48b06a1a9482121d647b", - "reference": "4f26013f78374c0df93f48b06a1a9482121d647b", + "url": "https://api.github.com/repos/symfony/http-kernel/zipball/33460924e367bc0e804626dc0e4e2439a93b7ad3", + "reference": "33460924e367bc0e804626dc0e4e2439a93b7ad3", "shasum": "" }, "require": { @@ -1478,7 +1465,7 @@ "type": "library", "extra": { "branch-alias": { - "dev-master": "5.1-dev" + "dev-master": "5.0-dev" } }, "autoload": { @@ -1505,32 +1492,91 @@ ], "description": "Symfony HttpKernel Component", "homepage": "https://symfony.com", - "time": "2020-02-26T10:16:11+00:00" + "time": "2019-11-21T08:51:01+00:00" + }, + { + "name": "symfony/mime", + "version": "v4.4.0", + "source": { + "type": "git", + "url": "https://github.com/symfony/mime.git", + "reference": "89da7b68b7149aab065c09b97f938753ab52831f" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/symfony/mime/zipball/89da7b68b7149aab065c09b97f938753ab52831f", + "reference": "89da7b68b7149aab065c09b97f938753ab52831f", + "shasum": "" + }, + "require": { + "php": "^7.1.3", + "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": "^3.4|^4.1|^5.0" + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "4.4-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" + ], + "time": "2019-11-13T07:39:40+00:00" }, { "name": "symfony/polyfill-ctype", - "version": "dev-master", + "version": "v1.8.0", "source": { "type": "git", "url": "https://github.com/symfony/polyfill-ctype.git", - "reference": "4719fa9c18b0464d399f1a63bf624b42b6fa8d14" + "reference": "7cc359f1b7b80fc25ed7796be7d96adc9b354bae" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/polyfill-ctype/zipball/4719fa9c18b0464d399f1a63bf624b42b6fa8d14", - "reference": "4719fa9c18b0464d399f1a63bf624b42b6fa8d14", + "url": "https://api.github.com/repos/symfony/polyfill-ctype/zipball/7cc359f1b7b80fc25ed7796be7d96adc9b354bae", + "reference": "7cc359f1b7b80fc25ed7796be7d96adc9b354bae", "shasum": "" }, "require": { "php": ">=5.3.3" }, - "suggest": { - "ext-ctype": "For best performance" - }, "type": "library", "extra": { "branch-alias": { - "dev-master": "1.15-dev" + "dev-master": "1.8-dev" } }, "autoload": { @@ -1546,13 +1592,13 @@ "MIT" ], "authors": [ - { - "name": "Gert de Pagter", - "email": "BackEndTea@gmail.com" - }, { "name": "Symfony Community", "homepage": "https://symfony.com/contributors" + }, + { + "name": "Gert de Pagter", + "email": "BackEndTea@gmail.com" } ], "description": "Symfony polyfill for ctype functions", @@ -1563,24 +1609,26 @@ "polyfill", "portable" ], - "time": "2020-02-27T09:26:54+00:00" + "time": "2018-04-30T19:57:29+00:00" }, { - "name": "symfony/polyfill-intl-grapheme", - "version": "dev-master", + "name": "symfony/polyfill-intl-idn", + "version": "v1.10.0", "source": { "type": "git", - "url": "https://github.com/symfony/polyfill-intl-grapheme.git", - "reference": "f801c1bec10d53698f339f3023272a801a81af2e" + "url": "https://github.com/symfony/polyfill-intl-idn.git", + "reference": "89de1d44f2c059b266f22c9cc9124ddc4cd0987a" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/polyfill-intl-grapheme/zipball/f801c1bec10d53698f339f3023272a801a81af2e", - "reference": "f801c1bec10d53698f339f3023272a801a81af2e", + "url": "https://api.github.com/repos/symfony/polyfill-intl-idn/zipball/89de1d44f2c059b266f22c9cc9124ddc4cd0987a", + "reference": "89de1d44f2c059b266f22c9cc9124ddc4cd0987a", "shasum": "" }, "require": { - "php": ">=5.3.3" + "php": ">=5.3.3", + "symfony/polyfill-mbstring": "^1.3", + "symfony/polyfill-php72": "^1.9" }, "suggest": { "ext-intl": "For best performance" @@ -1588,12 +1636,12 @@ "type": "library", "extra": { "branch-alias": { - "dev-master": "1.15-dev" + "dev-master": "1.9-dev" } }, "autoload": { "psr-4": { - "Symfony\\Polyfill\\Intl\\Grapheme\\": "" + "Symfony\\Polyfill\\Intl\\Idn\\": "" }, "files": [ "bootstrap.php" @@ -1604,62 +1652,59 @@ "MIT" ], "authors": [ - { - "name": "Nicolas Grekas", - "email": "p@tchwork.com" - }, { "name": "Symfony Community", "homepage": "https://symfony.com/contributors" + }, + { + "name": "Laurent Bassin", + "email": "laurent@bassin.info" } ], - "description": "Symfony polyfill for intl's grapheme_* functions", + "description": "Symfony polyfill for intl's idn_to_ascii and idn_to_utf8 functions", "homepage": "https://symfony.com", "keywords": [ "compatibility", - "grapheme", + "idn", "intl", "polyfill", "portable", "shim" ], - "time": "2020-02-27T09:26:54+00:00" + "time": "2018-09-30T16:36:12+00:00" }, { - "name": "symfony/polyfill-intl-normalizer", - "version": "dev-master", + "name": "symfony/polyfill-mbstring", + "version": "v1.3.0", "source": { "type": "git", - "url": "https://github.com/symfony/polyfill-intl-normalizer.git", - "reference": "e62715f03f90dd8d2f3eb5daa21b4d19d71aebde" + "url": "https://github.com/symfony/polyfill-mbstring.git", + "reference": "e79d363049d1c2128f133a2667e4f4190904f7f4" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/polyfill-intl-normalizer/zipball/e62715f03f90dd8d2f3eb5daa21b4d19d71aebde", - "reference": "e62715f03f90dd8d2f3eb5daa21b4d19d71aebde", + "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/e79d363049d1c2128f133a2667e4f4190904f7f4", + "reference": "e79d363049d1c2128f133a2667e4f4190904f7f4", "shasum": "" }, "require": { "php": ">=5.3.3" }, "suggest": { - "ext-intl": "For best performance" + "ext-mbstring": "For best performance" }, "type": "library", "extra": { "branch-alias": { - "dev-master": "1.15-dev" + "dev-master": "1.3-dev" } }, "autoload": { "psr-4": { - "Symfony\\Polyfill\\Intl\\Normalizer\\": "" + "Symfony\\Polyfill\\Mbstring\\": "" }, "files": [ "bootstrap.php" - ], - "classmap": [ - "Resources/stubs" ] }, "notification-url": "https://packagist.org/downloads/", @@ -1676,47 +1721,43 @@ "homepage": "https://symfony.com/contributors" } ], - "description": "Symfony polyfill for intl's Normalizer class and related functions", + "description": "Symfony polyfill for the Mbstring extension", "homepage": "https://symfony.com", "keywords": [ "compatibility", - "intl", - "normalizer", + "mbstring", "polyfill", "portable", "shim" ], - "time": "2020-02-27T09:26:54+00:00" + "time": "2016-11-14T01:06:16+00:00" }, { - "name": "symfony/polyfill-mbstring", - "version": "dev-master", + "name": "symfony/polyfill-php72", + "version": "v1.9.0", "source": { "type": "git", - "url": "https://github.com/symfony/polyfill-mbstring.git", - "reference": "766ee47e656529b352da69c0ff29da928a9629e7" + "url": "https://github.com/symfony/polyfill-php72.git", + "reference": "95c50420b0baed23852452a7f0c7b527303ed5ae" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/766ee47e656529b352da69c0ff29da928a9629e7", - "reference": "766ee47e656529b352da69c0ff29da928a9629e7", + "url": "https://api.github.com/repos/symfony/polyfill-php72/zipball/95c50420b0baed23852452a7f0c7b527303ed5ae", + "reference": "95c50420b0baed23852452a7f0c7b527303ed5ae", "shasum": "" }, "require": { "php": ">=5.3.3" }, - "suggest": { - "ext-mbstring": "For best performance" - }, "type": "library", "extra": { "branch-alias": { - "dev-master": "1.15-dev" + "dev-master": "1.9-dev" } }, "autoload": { "psr-4": { - "Symfony\\Polyfill\\Mbstring\\": "" + "Symfony\\Polyfill\\Php72\\": "" }, "files": [ "bootstrap.php" @@ -1736,29 +1777,28 @@ "homepage": "https://symfony.com/contributors" } ], - "description": "Symfony polyfill for the Mbstring extension", + "description": "Symfony polyfill backporting some PHP 7.2+ features to lower PHP versions", "homepage": "https://symfony.com", "keywords": [ "compatibility", - "mbstring", "polyfill", "portable", "shim" ], - "time": "2020-02-27T09:26:54+00:00" + "time": "2018-08-06T14:22:27+00:00" }, { "name": "symfony/polyfill-php73", - "version": "dev-master", + "version": "v1.9.0", "source": { "type": "git", "url": "https://github.com/symfony/polyfill-php73.git", - "reference": "0f27e9f464ea3da33cbe7ca3bdf4eb66def9d0f7" + "reference": "990ca8fa94736211d2b305178c3fb2527e1fbce1" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/polyfill-php73/zipball/0f27e9f464ea3da33cbe7ca3bdf4eb66def9d0f7", - "reference": "0f27e9f464ea3da33cbe7ca3bdf4eb66def9d0f7", + "url": "https://api.github.com/repos/symfony/polyfill-php73/zipball/990ca8fa94736211d2b305178c3fb2527e1fbce1", + "reference": "990ca8fa94736211d2b305178c3fb2527e1fbce1", "shasum": "" }, "require": { @@ -1767,7 +1807,7 @@ "type": "library", "extra": { "branch-alias": { - "dev-master": "1.15-dev" + "dev-master": "1.9-dev" } }, "autoload": { @@ -1776,9 +1816,6 @@ }, "files": [ "bootstrap.php" - ], - "classmap": [ - "Resources/stubs" ] }, "notification-url": "https://packagist.org/downloads/", @@ -1803,25 +1840,24 @@ "portable", "shim" ], - "time": "2020-02-27T09:26:54+00:00" + "time": "2018-08-06T14:22:27+00:00" }, { "name": "symfony/routing", - "version": "dev-master", + "version": "v5.0.0", "source": { "type": "git", "url": "https://github.com/symfony/routing.git", - "reference": "eee5911b6e57cc0e713b10bf451f7f962e8f6cb9" + "reference": "5d67bc113f3e565f8b3ecbea740f09d32af0a30b" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/routing/zipball/eee5911b6e57cc0e713b10bf451f7f962e8f6cb9", - "reference": "eee5911b6e57cc0e713b10bf451f7f962e8f6cb9", + "url": "https://api.github.com/repos/symfony/routing/zipball/5d67bc113f3e565f8b3ecbea740f09d32af0a30b", + "reference": "5d67bc113f3e565f8b3ecbea740f09d32af0a30b", "shasum": "" }, "require": { - "php": "^7.2.5", - "symfony/deprecation-contracts": "^2.1" + "php": "^7.2.5" }, "conflict": { "symfony/config": "<5.0", @@ -1847,7 +1883,7 @@ "type": "library", "extra": { "branch-alias": { - "dev-master": "5.1-dev" + "dev-master": "5.0-dev" } }, "autoload": { @@ -1880,24 +1916,24 @@ "uri", "url" ], - "time": "2020-02-25T14:29:12+00:00" + "time": "2019-11-20T11:12:35+00:00" }, { "name": "symfony/service-contracts", - "version": "dev-master", + "version": "v1.1.6", "source": { "type": "git", "url": "https://github.com/symfony/service-contracts.git", - "reference": "1d69dad232b9d88e495766b7b6cb857627d6bedc" + "reference": "ea7263d6b6d5f798b56a45a5b8d686725f2719a3" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/service-contracts/zipball/1d69dad232b9d88e495766b7b6cb857627d6bedc", - "reference": "1d69dad232b9d88e495766b7b6cb857627d6bedc", + "url": "https://api.github.com/repos/symfony/service-contracts/zipball/ea7263d6b6d5f798b56a45a5b8d686725f2719a3", + "reference": "ea7263d6b6d5f798b56a45a5b8d686725f2719a3", "shasum": "" }, "require": { - "php": "^7.2.5", + "php": "^7.1.3", "psr/container": "^1.0" }, "suggest": { @@ -1906,7 +1942,7 @@ "type": "library", "extra": { "branch-alias": { - "dev-master": "2.0-dev" + "dev-master": "1.1-dev" } }, "autoload": { @@ -1938,30 +1974,30 @@ "interoperability", "standards" ], - "time": "2020-02-14T07:31:56+00:00" + "time": "2019-08-20T14:44:19+00:00" }, { "name": "symfony/stopwatch", - "version": "dev-master", + "version": "v4.4.0", "source": { "type": "git", "url": "https://github.com/symfony/stopwatch.git", - "reference": "8705a8920506489ce7a83d3563038fa17c619332" + "reference": "5745b514fc56ae1907c6b8ed74f94f90f64694e9" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/stopwatch/zipball/8705a8920506489ce7a83d3563038fa17c619332", - "reference": "8705a8920506489ce7a83d3563038fa17c619332", + "url": "https://api.github.com/repos/symfony/stopwatch/zipball/5745b514fc56ae1907c6b8ed74f94f90f64694e9", + "reference": "5745b514fc56ae1907c6b8ed74f94f90f64694e9", "shasum": "" }, "require": { - "php": "^7.2.5", + "php": "^7.1.3", "symfony/service-contracts": "^1.0|^2" }, "type": "library", "extra": { "branch-alias": { - "dev-master": "5.1-dev" + "dev-master": "4.4-dev" } }, "autoload": { @@ -1988,89 +2024,20 @@ ], "description": "Symfony Stopwatch Component", "homepage": "https://symfony.com", - "time": "2020-01-04T14:20:45+00:00" - }, - { - "name": "symfony/string", - "version": "dev-master", - "source": { - "type": "git", - "url": "https://github.com/symfony/string.git", - "reference": "912a09f6d5fd29f1d36a586300d1e393dca91c91" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/symfony/string/zipball/912a09f6d5fd29f1d36a586300d1e393dca91c91", - "reference": "912a09f6d5fd29f1d36a586300d1e393dca91c91", - "shasum": "" - }, - "require": { - "php": "^7.2.5", - "symfony/polyfill-intl-grapheme": "~1.0", - "symfony/polyfill-intl-normalizer": "~1.0", - "symfony/polyfill-mbstring": "~1.0", - "symfony/translation-contracts": "^1.1|^2" - }, - "require-dev": { - "symfony/error-handler": "^4.4|^5.0", - "symfony/http-client": "^4.4|^5.0", - "symfony/var-exporter": "^4.4|^5.0" - }, - "type": "library", - "extra": { - "branch-alias": { - "dev-master": "5.1-dev" - } - }, - "autoload": { - "psr-4": { - "Symfony\\Component\\String\\": "" - }, - "files": [ - "Resources/functions.php" - ], - "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 String component", - "homepage": "https://symfony.com", - "keywords": [ - "grapheme", - "i18n", - "string", - "unicode", - "utf-8", - "utf8" - ], - "time": "2020-02-21T07:43:56+00:00" + "time": "2019-11-05T16:11:08+00:00" }, { "name": "symfony/translation", - "version": "dev-master", + "version": "v5.0.0", "source": { "type": "git", "url": "https://github.com/symfony/translation.git", - "reference": "b40717fdc075762d03133cad5dab93c6102f6b23" + "reference": "e86df1b0f1672362ecf96023faf2c42241c41330" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/translation/zipball/b40717fdc075762d03133cad5dab93c6102f6b23", - "reference": "b40717fdc075762d03133cad5dab93c6102f6b23", + "url": "https://api.github.com/repos/symfony/translation/zipball/e86df1b0f1672362ecf96023faf2c42241c41330", + "reference": "e86df1b0f1672362ecf96023faf2c42241c41330", "shasum": "" }, "require": { @@ -2107,7 +2074,7 @@ "type": "library", "extra": { "branch-alias": { - "dev-master": "5.1-dev" + "dev-master": "5.0-dev" } }, "autoload": { @@ -2134,24 +2101,24 @@ ], "description": "Symfony Translation Component", "homepage": "https://symfony.com", - "time": "2020-02-09T07:48:01+00:00" + "time": "2019-11-18T17:27:11+00:00" }, { "name": "symfony/translation-contracts", - "version": "dev-master", + "version": "v2.0.0", "source": { "type": "git", "url": "https://github.com/symfony/translation-contracts.git", - "reference": "fa3238c55d9d4d8f78b4bc5f17374b017e07dea7" + "reference": "8feb81e6bb1a42d6a3b1429c751d291eb6d05297" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/translation-contracts/zipball/fa3238c55d9d4d8f78b4bc5f17374b017e07dea7", - "reference": "fa3238c55d9d4d8f78b4bc5f17374b017e07dea7", + "url": "https://api.github.com/repos/symfony/translation-contracts/zipball/8feb81e6bb1a42d6a3b1429c751d291eb6d05297", + "reference": "8feb81e6bb1a42d6a3b1429c751d291eb6d05297", "shasum": "" }, "require": { - "php": "^7.2.5" + "php": "^7.2.9" }, "suggest": { "symfony/translation-implementation": "" @@ -2191,35 +2158,36 @@ "interoperability", "standards" ], - "time": "2020-02-14T07:31:56+00:00" + "time": "2019-11-09T09:18:34+00:00" }, { "name": "symfony/var-dumper", - "version": "dev-master", + "version": "v4.4.0", "source": { "type": "git", "url": "https://github.com/symfony/var-dumper.git", - "reference": "1e32b8cd6a648f689bcd688f2a74fda9f73a060f" + "reference": "eade2890f8b0eeb279b6cf41b50a10007294490f" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/var-dumper/zipball/1e32b8cd6a648f689bcd688f2a74fda9f73a060f", - "reference": "1e32b8cd6a648f689bcd688f2a74fda9f73a060f", + "url": "https://api.github.com/repos/symfony/var-dumper/zipball/eade2890f8b0eeb279b6cf41b50a10007294490f", + "reference": "eade2890f8b0eeb279b6cf41b50a10007294490f", "shasum": "" }, "require": { - "php": "^7.2.5", - "symfony/polyfill-mbstring": "~1.0" + "php": "^7.1.3", + "symfony/polyfill-mbstring": "~1.0", + "symfony/polyfill-php72": "~1.5" }, "conflict": { - "phpunit/phpunit": "<5.4.3", - "symfony/console": "<4.4" + "phpunit/phpunit": "<4.8.35|<5.4.3,>=5.0", + "symfony/console": "<3.4" }, "require-dev": { "ext-iconv": "*", - "symfony/console": "^4.4|^5.0", + "symfony/console": "^3.4|^4.0|^5.0", "symfony/process": "^4.4|^5.0", - "twig/twig": "^2.4|^3.0" + "twig/twig": "^1.34|^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).", @@ -2232,7 +2200,7 @@ "type": "library", "extra": { "branch-alias": { - "dev-master": "5.1-dev" + "dev-master": "4.4-dev" } }, "autoload": { @@ -2266,32 +2234,32 @@ "debug", "dump" ], - "time": "2020-02-24T15:14:17+00:00" + "time": "2019-11-12T14:51:11+00:00" }, { "name": "symfony/var-exporter", - "version": "dev-master", + "version": "v4.4.0", "source": { "type": "git", "url": "https://github.com/symfony/var-exporter.git", - "reference": "fd2bda4eefdd0cf5e585117fe055e253fa7492da" + "reference": "72feb69a33def8f761e612360588e40bac98caad" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/var-exporter/zipball/fd2bda4eefdd0cf5e585117fe055e253fa7492da", - "reference": "fd2bda4eefdd0cf5e585117fe055e253fa7492da", + "url": "https://api.github.com/repos/symfony/var-exporter/zipball/72feb69a33def8f761e612360588e40bac98caad", + "reference": "72feb69a33def8f761e612360588e40bac98caad", "shasum": "" }, "require": { - "php": "^7.2.5" + "php": "^7.1.3" }, "require-dev": { - "symfony/var-dumper": "^4.4|^5.0" + "symfony/var-dumper": "^4.1.1|^5.0" }, "type": "library", "extra": { "branch-alias": { - "dev-master": "5.1-dev" + "dev-master": "4.4-dev" } }, "autoload": { @@ -2326,152 +2294,47 @@ "instantiate", "serialize" ], - "time": "2020-02-04T09:50:54+00:00" + "time": "2019-11-13T07:39:40+00:00" }, { "name": "symfony/yaml", - "version": "dev-master", + "version": "v4.4.0", "source": { "type": "git", "url": "https://github.com/symfony/yaml.git", - "reference": "0c7023a90e80d7819bb03483c027f3dee963b42a" + "reference": "76de473358fe802578a415d5bb43c296cf09d211" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/yaml/zipball/0c7023a90e80d7819bb03483c027f3dee963b42a", - "reference": "0c7023a90e80d7819bb03483c027f3dee963b42a", + "url": "https://api.github.com/repos/symfony/yaml/zipball/76de473358fe802578a415d5bb43c296cf09d211", + "reference": "76de473358fe802578a415d5bb43c296cf09d211", "shasum": "" }, "require": { - "php": "^7.2.5", - "symfony/deprecation-contracts": "^2.1", + "php": "^7.1.3", "symfony/polyfill-ctype": "~1.8" }, "conflict": { - "symfony/console": "<4.4" + "symfony/console": "<3.4" }, "require-dev": { - "symfony/console": "^4.4|^5.0" + "symfony/console": "^3.4|^4.0|^5.0" }, "suggest": { "symfony/console": "For validating YAML files using the lint command" }, - "bin": [ - "Resources/bin/yaml-lint" - ], "type": "library", "extra": { "branch-alias": { - "dev-master": "5.1-dev" - } - }, - "autoload": { - "psr-4": { - "Symfony\\Component\\Yaml\\": "" - }, - "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 Yaml Component", - "homepage": "https://symfony.com", - "time": "2020-02-08T14:04:50+00:00" - } - ], - "packages-dev": [ - { - "name": "cakephp/core", - "version": "3.x-dev", - "source": { - "type": "git", - "url": "https://github.com/cakephp/core.git", - "reference": "16249fa6771663e6649cbdb832f7ff25bf568b84" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/cakephp/core/zipball/16249fa6771663e6649cbdb832f7ff25bf568b84", - "reference": "16249fa6771663e6649cbdb832f7ff25bf568b84", - "shasum": "" - }, - "require": { - "cakephp/utility": "^3.6.0", - "php": ">=5.6.0" - }, - "suggest": { - "cakephp/cache": "To use Configure::store() and restore().", - "cakephp/event": "To use PluginApplicationInterface or plugin applications." - }, - "type": "library", - "autoload": { - "psr-4": { - "Cake\\Core\\": "." - }, - "files": [ - "functions.php" - ] - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "MIT" - ], - "authors": [ - { - "name": "CakePHP Community", - "homepage": "https://github.com/cakephp/core/graphs/contributors" + "dev-master": "4.4-dev" } - ], - "description": "CakePHP Framework Core classes", - "homepage": "https://cakephp.org", - "keywords": [ - "cakephp", - "core", - "framework" - ], - "time": "2020-01-10T15:24:40+00:00" - }, - { - "name": "cakephp/utility", - "version": "3.x-dev", - "source": { - "type": "git", - "url": "https://github.com/cakephp/utility.git", - "reference": "9f121defbff4b5f3691b33de8cb203b8923fc2a4" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/cakephp/utility/zipball/9f121defbff4b5f3691b33de8cb203b8923fc2a4", - "reference": "9f121defbff4b5f3691b33de8cb203b8923fc2a4", - "shasum": "" }, - "require": { - "cakephp/core": "^3.6.0", - "php": ">=5.6.0" - }, - "suggest": { - "ext-intl": "To use Text::transliterate() or Text::slug()", - "lib-ICU": "To use Text::transliterate() or Text::slug()" - }, - "type": "library", "autoload": { "psr-4": { - "Cake\\Utility\\": "." + "Symfony\\Component\\Yaml\\": "" }, - "files": [ - "bootstrap.php" + "exclude-from-classmap": [ + "/Tests/" ] }, "notification-url": "https://packagist.org/downloads/", @@ -2480,34 +2343,32 @@ ], "authors": [ { - "name": "CakePHP Community", - "homepage": "https://github.com/cakephp/utility/graphs/contributors" + "name": "Fabien Potencier", + "email": "fabien@symfony.com" + }, + { + "name": "Symfony Community", + "homepage": "https://symfony.com/contributors" } ], - "description": "CakePHP Utility classes such as Inflector, String, Hash, and Security", - "homepage": "https://cakephp.org", - "keywords": [ - "cakephp", - "hash", - "inflector", - "security", - "string", - "utility" - ], - "time": "2020-02-18T01:57:35+00:00" - }, + "description": "Symfony Yaml Component", + "homepage": "https://symfony.com", + "time": "2019-11-12T14:51:11+00:00" + } + ], + "packages-dev": [ { "name": "clue/block-react", - "version": "v1.3.1", + "version": "v1.3.0", "source": { "type": "git", "url": "https://github.com/clue/reactphp-block.git", - "reference": "2f516b28259c203d67c4c963772dd7e9db652737" + "reference": "a4a5cd64ded3b15affa168a2419fa4eda08b96aa" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/clue/reactphp-block/zipball/2f516b28259c203d67c4c963772dd7e9db652737", - "reference": "2f516b28259c203d67c4c963772dd7e9db652737", + "url": "https://api.github.com/repos/clue/reactphp-block/zipball/a4a5cd64ded3b15affa168a2419fa4eda08b96aa", + "reference": "a4a5cd64ded3b15affa168a2419fa4eda08b96aa", "shasum": "" }, "require": { @@ -2522,7 +2383,7 @@ "type": "library", "autoload": { "files": [ - "src/functions_include.php" + "src/functions.php" ] }, "notification-url": "https://packagist.org/downloads/", @@ -2547,37 +2408,29 @@ "sleep", "synchronous" ], - "time": "2019-04-09T11:45:04+00:00" + "time": "2018-06-14T08:50:53+00:00" }, { "name": "doctrine/inflector", - "version": "1.3.x-dev", + "version": "v1.0", "source": { "type": "git", "url": "https://github.com/doctrine/inflector.git", - "reference": "ec3a55242203ffa6a4b27c58176da97ff0a7aec1" + "reference": "54b8333d2a5682afdc690060c1cf384ba9f47f08" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/doctrine/inflector/zipball/ec3a55242203ffa6a4b27c58176da97ff0a7aec1", - "reference": "ec3a55242203ffa6a4b27c58176da97ff0a7aec1", + "url": "https://api.github.com/repos/doctrine/inflector/zipball/54b8333d2a5682afdc690060c1cf384ba9f47f08", + "reference": "54b8333d2a5682afdc690060c1cf384ba9f47f08", "shasum": "" }, "require": { - "php": "^7.1" - }, - "require-dev": { - "phpunit/phpunit": "^6.2" + "php": ">=5.3.2" }, "type": "library", - "extra": { - "branch-alias": { - "dev-master": "1.3.x-dev" - } - }, "autoload": { - "psr-4": { - "Doctrine\\Common\\Inflector\\": "lib/Doctrine/Common/Inflector" + "psr-0": { + "Doctrine\\Common\\Inflector\\": "lib/" } }, "notification-url": "https://packagist.org/downloads/", @@ -2585,9 +2438,16 @@ "MIT" ], "authors": [ + { + "name": "Jonathan Wage", + "email": "jonwage@gmail.com", + "homepage": "http://www.jwage.com/", + "role": "Creator" + }, { "name": "Guilherme Blanco", - "email": "guilhermeblanco@gmail.com" + "email": "guilhermeblanco@gmail.com", + "homepage": "http://www.instaclick.com" }, { "name": "Roman Borschel", @@ -2597,55 +2457,51 @@ "name": "Benjamin Eberlei", "email": "kontakt@beberlei.de" }, - { - "name": "Jonathan Wage", - "email": "jonwage@gmail.com" - }, { "name": "Johannes Schmitt", - "email": "schmittjoh@gmail.com" + "email": "schmittjoh@gmail.com", + "homepage": "https://github.com/schmittjoh", + "role": "Developer of wrapped JMSSerializerBundle" } ], "description": "Common String Manipulations with regard to casing and singular/plural rules.", "homepage": "http://www.doctrine-project.org", "keywords": [ "inflection", - "pluralize", - "singularize", + "pluarlize", + "singuarlize", "string" ], - "time": "2019-10-30T19:59:35+00:00" + "time": "2013-01-10T21:49:15+00:00" }, { "name": "doctrine/instantiator", - "version": "dev-master", + "version": "1.1.0", "source": { "type": "git", "url": "https://github.com/doctrine/instantiator.git", - "reference": "6a1471ddbf2f448b35f3a8e390c903435e6dd5de" + "reference": "185b8868aa9bf7159f5f953ed5afb2d7fcdc3bda" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/doctrine/instantiator/zipball/6a1471ddbf2f448b35f3a8e390c903435e6dd5de", - "reference": "6a1471ddbf2f448b35f3a8e390c903435e6dd5de", + "url": "https://api.github.com/repos/doctrine/instantiator/zipball/185b8868aa9bf7159f5f953ed5afb2d7fcdc3bda", + "reference": "185b8868aa9bf7159f5f953ed5afb2d7fcdc3bda", "shasum": "" }, "require": { "php": "^7.1" }, "require-dev": { - "doctrine/coding-standard": "^6.0", + "athletic/athletic": "~0.1.8", "ext-pdo": "*", "ext-phar": "*", - "phpbench/phpbench": "^0.13", - "phpstan/phpstan-phpunit": "^0.11", - "phpstan/phpstan-shim": "^0.11", - "phpunit/phpunit": "^7.0" + "phpunit/phpunit": "^6.2.3", + "squizlabs/php_codesniffer": "^3.0.2" }, "type": "library", "extra": { "branch-alias": { - "dev-master": "1.4.x-dev" + "dev-master": "1.2.x-dev" } }, "autoload": { @@ -2665,25 +2521,25 @@ } ], "description": "A small, lightweight utility to instantiate objects in PHP without invoking their constructors", - "homepage": "https://www.doctrine-project.org/projects/instantiator.html", + "homepage": "https://github.com/doctrine/instantiator", "keywords": [ "constructor", "instantiate" ], - "time": "2019-12-23T19:18:31+00:00" + "time": "2017-07-22T11:58:36+00:00" }, { "name": "drift/http-kernel", - "version": "0.1.7", + "version": "0.1.8", "source": { "type": "git", "url": "https://github.com/driftphp/http-kernel.git", - "reference": "83d39b0c5af3219c3bbf1899d89f051f76f9547a" + "reference": "94f89ac74e4040b831a23db0584222f3e33d85c9" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/driftphp/http-kernel/zipball/83d39b0c5af3219c3bbf1899d89f051f76f9547a", - "reference": "83d39b0c5af3219c3bbf1899d89f051f76f9547a", + "url": "https://api.github.com/repos/driftphp/http-kernel/zipball/94f89ac74e4040b831a23db0584222f3e33d85c9", + "reference": "94f89ac74e4040b831a23db0584222f3e33d85c9", "shasum": "" }, "require": { @@ -2694,7 +2550,7 @@ "react/promise": "^2.7", "symfony/dependency-injection": "^5.0", "symfony/event-dispatcher-contracts": "^2.0", - "symfony/http-kernel": "^4.4 || ^5.0" + "symfony/http-kernel": "^5.0" }, "require-dev": { "mmoreram/base-bundle": "^2.1.0", @@ -2721,29 +2577,31 @@ } ], "description": "Http Kernel component for Drift, based on Symfony Http Kernel component", - "time": "2020-02-17T17:24:56+00:00" + "time": "2020-03-22T16:46:06+00:00" }, { "name": "evenement/evenement", - "version": "v3.0.1", + "version": "v2.0.0", "source": { "type": "git", "url": "https://github.com/igorw/evenement.git", - "reference": "531bfb9d15f8aa57454f5f0285b18bec903b8fb7" + "reference": "f6e843799fd4f4184d54d8fc7b5b3551c9fa803e" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/igorw/evenement/zipball/531bfb9d15f8aa57454f5f0285b18bec903b8fb7", - "reference": "531bfb9d15f8aa57454f5f0285b18bec903b8fb7", + "url": "https://api.github.com/repos/igorw/evenement/zipball/f6e843799fd4f4184d54d8fc7b5b3551c9fa803e", + "reference": "f6e843799fd4f4184d54d8fc7b5b3551c9fa803e", "shasum": "" }, "require": { - "php": ">=7.0" - }, - "require-dev": { - "phpunit/phpunit": "^6.0" + "php": ">=5.4.0" }, "type": "library", + "extra": { + "branch-alias": { + "dev-master": "2.0-dev" + } + }, "autoload": { "psr-0": { "Evenement": "src" @@ -2756,7 +2614,8 @@ "authors": [ { "name": "Igor Wiedler", - "email": "igor@wiedler.ch" + "email": "igor@wiedler.ch", + "homepage": "http://wiedler.ch/igor/" } ], "description": "Événement is a very simple event dispatching library for PHP", @@ -2764,32 +2623,32 @@ "event-dispatcher", "event-emitter" ], - "time": "2017-07-23T21:35:13+00:00" + "time": "2012-11-02T14:49:47+00:00" }, { "name": "indigophp/hash-compat", - "version": "dev-master", + "version": "v1.0.0", "source": { "type": "git", "url": "https://github.com/indigophp/hash-compat.git", - "reference": "43a19f42093a0cd2d11874dff9d891027fc42214" + "reference": "3ebe746728fe743bb6b1fcad3f71bda37a69d68a" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/indigophp/hash-compat/zipball/43a19f42093a0cd2d11874dff9d891027fc42214", - "reference": "43a19f42093a0cd2d11874dff9d891027fc42214", + "url": "https://api.github.com/repos/indigophp/hash-compat/zipball/3ebe746728fe743bb6b1fcad3f71bda37a69d68a", + "reference": "3ebe746728fe743bb6b1fcad3f71bda37a69d68a", "shasum": "" }, "require": { - "php": ">=5.3" + "php": ">=5.3.0" }, "require-dev": { - "phpunit/phpunit": "~4.4" + "phpunit/phpunit": "~4.4.0" }, "type": "library", "extra": { "branch-alias": { - "dev-master": "1.2-dev" + "dev-develop": "1.1-dev" } }, "autoload": { @@ -2815,32 +2674,29 @@ "hash_equals", "hash_pbkdf2" ], - "time": "2015-08-22T07:03:35+00:00" + "time": "2015-01-09T06:20:04+00:00" }, { "name": "myclabs/deep-copy", - "version": "1.x-dev", + "version": "1.7.0", "source": { "type": "git", "url": "https://github.com/myclabs/DeepCopy.git", - "reference": "b2c28789e80a97badd14145fda39b545d83ca3ef" + "reference": "3b8a3a99ba1f6a3952ac2747d989303cbd6b7a3e" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/myclabs/DeepCopy/zipball/b2c28789e80a97badd14145fda39b545d83ca3ef", - "reference": "b2c28789e80a97badd14145fda39b545d83ca3ef", + "url": "https://api.github.com/repos/myclabs/DeepCopy/zipball/3b8a3a99ba1f6a3952ac2747d989303cbd6b7a3e", + "reference": "3b8a3a99ba1f6a3952ac2747d989303cbd6b7a3e", "shasum": "" }, "require": { - "php": "^7.1" - }, - "replace": { - "myclabs/deep-copy": "self.version" + "php": "^5.6 || ^7.0" }, "require-dev": { "doctrine/collections": "^1.0", "doctrine/common": "^2.6", - "phpunit/phpunit": "^7.1" + "phpunit/phpunit": "^4.1" }, "type": "library", "autoload": { @@ -2863,31 +2719,27 @@ "object", "object graph" ], - "time": "2020-01-17T21:11:47+00:00" + "time": "2017-10-19T19:58:43+00:00" }, { "name": "phar-io/manifest", - "version": "dev-master", + "version": "1.0.2", "source": { "type": "git", "url": "https://github.com/phar-io/manifest.git", - "reference": "3d94e3b6eb309e921a100a4992f72314299bb03f" + "reference": "29654cc208939d684071d5725dd1ad1f3e5d1733" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/phar-io/manifest/zipball/3d94e3b6eb309e921a100a4992f72314299bb03f", - "reference": "3d94e3b6eb309e921a100a4992f72314299bb03f", + "url": "https://api.github.com/repos/phar-io/manifest/zipball/29654cc208939d684071d5725dd1ad1f3e5d1733", + "reference": "29654cc208939d684071d5725dd1ad1f3e5d1733", "shasum": "" }, "require": { "ext-dom": "*", "ext-phar": "*", - "ext-xmlwriter": "*", - "phar-io/version": "^2.0", - "php": "^7.2" - }, - "require-dev": { - "phpunit/phpunit": "^8.2" + "phar-io/version": "2.0.0", + "php": "^5.6 || ^7.0" }, "type": "library", "extra": { @@ -2922,20 +2774,20 @@ } ], "description": "Component for reading phar.io manifest information from a PHP Archive (PHAR)", - "time": "2019-12-29T10:29:09+00:00" + "time": "2018-06-23T10:38:44+00:00" }, { "name": "phar-io/version", - "version": "2.0.1", + "version": "2.0.0", "source": { "type": "git", "url": "https://github.com/phar-io/version.git", - "reference": "45a2ec53a73c70ce41d55cedef9063630abaf1b6" + "reference": "872340c7caa93bc4a2ce20d267498f8e578c856b" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/phar-io/version/zipball/45a2ec53a73c70ce41d55cedef9063630abaf1b6", - "reference": "45a2ec53a73c70ce41d55cedef9063630abaf1b6", + "url": "https://api.github.com/repos/phar-io/version/zipball/872340c7caa93bc4a2ce20d267498f8e578c856b", + "reference": "872340c7caa93bc4a2ce20d267498f8e578c856b", "shasum": "" }, "require": { @@ -2969,37 +2821,39 @@ } ], "description": "Library for handling version information and constraints", - "time": "2018-07-08T19:19:57+00:00" + "time": "2018-06-23T10:30:07+00:00" }, { "name": "phpdocumentor/reflection-common", - "version": "dev-master", + "version": "1.0", "source": { "type": "git", "url": "https://github.com/phpDocumentor/ReflectionCommon.git", - "reference": "b0843c8cbcc2dc5eda5158e583c7199a5e44c86d" + "reference": "144c307535e82c8fdcaacbcfc1d6d8eeb896687c" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/phpDocumentor/ReflectionCommon/zipball/b0843c8cbcc2dc5eda5158e583c7199a5e44c86d", - "reference": "b0843c8cbcc2dc5eda5158e583c7199a5e44c86d", + "url": "https://api.github.com/repos/phpDocumentor/ReflectionCommon/zipball/144c307535e82c8fdcaacbcfc1d6d8eeb896687c", + "reference": "144c307535e82c8fdcaacbcfc1d6d8eeb896687c", "shasum": "" }, "require": { - "php": ">=7.1" + "php": ">=5.5" }, "require-dev": { - "phpunit/phpunit": "~6" + "phpunit/phpunit": "^4.6" }, "type": "library", "extra": { "branch-alias": { - "dev-master": "2.x-dev" + "dev-master": "1.0.x-dev" } }, "autoload": { "psr-4": { - "phpDocumentor\\Reflection\\": "src/" + "phpDocumentor\\Reflection\\": [ + "src" + ] } }, "notification-url": "https://packagist.org/downloads/", @@ -3021,42 +2875,38 @@ "reflection", "static analysis" ], - "time": "2019-12-20T12:45:35+00:00" + "time": "2015-12-27T11:43:31+00:00" }, { "name": "phpdocumentor/reflection-docblock", - "version": "dev-master", + "version": "3.1.0", "source": { "type": "git", "url": "https://github.com/phpDocumentor/ReflectionDocBlock.git", - "reference": "cd72d394ca794d3466a3b2fc09d5a6c1dc86b47e" + "reference": "9270140b940ff02e58ec577c237274e92cd40cdd" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/phpDocumentor/ReflectionDocBlock/zipball/cd72d394ca794d3466a3b2fc09d5a6c1dc86b47e", - "reference": "cd72d394ca794d3466a3b2fc09d5a6c1dc86b47e", + "url": "https://api.github.com/repos/phpDocumentor/ReflectionDocBlock/zipball/9270140b940ff02e58ec577c237274e92cd40cdd", + "reference": "9270140b940ff02e58ec577c237274e92cd40cdd", "shasum": "" }, "require": { - "ext-filter": "^7.1", - "php": "^7.2", - "phpdocumentor/reflection-common": "^2.0", - "phpdocumentor/type-resolver": "^1.0", - "webmozart/assert": "^1" + "php": ">=5.5", + "phpdocumentor/reflection-common": "^1.0@dev", + "phpdocumentor/type-resolver": "^0.2.0", + "webmozart/assert": "^1.0" }, "require-dev": { - "doctrine/instantiator": "^1", - "mockery/mockery": "^1" + "mockery/mockery": "^0.9.4", + "phpunit/phpunit": "^4.4" }, "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/", @@ -3067,46 +2917,44 @@ { "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": "2020-02-22T12:28:44+00:00" + "time": "2016-06-10T09:48:41+00:00" }, { "name": "phpdocumentor/type-resolver", - "version": "dev-master", + "version": "0.2.1", "source": { "type": "git", "url": "https://github.com/phpDocumentor/TypeResolver.git", - "reference": "7462d5f123dfc080dfdf26897032a6513644fc95" + "reference": "e224fb2ea2fba6d3ad6fdaef91cd09a172155ccb" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/phpDocumentor/TypeResolver/zipball/7462d5f123dfc080dfdf26897032a6513644fc95", - "reference": "7462d5f123dfc080dfdf26897032a6513644fc95", + "url": "https://api.github.com/repos/phpDocumentor/TypeResolver/zipball/e224fb2ea2fba6d3ad6fdaef91cd09a172155ccb", + "reference": "e224fb2ea2fba6d3ad6fdaef91cd09a172155ccb", "shasum": "" }, "require": { - "php": "^7.2", - "phpdocumentor/reflection-common": "^2.0" + "php": ">=5.5", + "phpdocumentor/reflection-common": "^1.0" }, "require-dev": { - "ext-tokenizer": "^7.2", - "mockery/mockery": "~1" + "mockery/mockery": "^0.9.4", + "phpunit/phpunit": "^5.2||^4.8.24" }, "type": "library", "extra": { "branch-alias": { - "dev-master": "1.x-dev" + "dev-master": "1.0.x-dev" } }, "autoload": { "psr-4": { - "phpDocumentor\\Reflection\\": "src" + "phpDocumentor\\Reflection\\": [ + "src/" + ] } }, "notification-url": "https://packagist.org/downloads/", @@ -3119,43 +2967,42 @@ "email": "me@mikevanriel.com" } ], - "description": "A PSR-5 based resolver of Class names, Types and Structural Element Names", - "time": "2020-02-18T18:59:58+00:00" + "time": "2016-11-25T06:54:22+00:00" }, { "name": "phpspec/prophecy", - "version": "dev-master", + "version": "1.7.6", "source": { "type": "git", "url": "https://github.com/phpspec/prophecy.git", - "reference": "b4400efc9d206e83138e2bb97ed7f5b14b831cd9" + "reference": "33a7e3c4fda54e912ff6338c48823bd5c0f0b712" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/phpspec/prophecy/zipball/b4400efc9d206e83138e2bb97ed7f5b14b831cd9", - "reference": "b4400efc9d206e83138e2bb97ed7f5b14b831cd9", + "url": "https://api.github.com/repos/phpspec/prophecy/zipball/33a7e3c4fda54e912ff6338c48823bd5c0f0b712", + "reference": "33a7e3c4fda54e912ff6338c48823bd5c0f0b712", "shasum": "" }, "require": { "doctrine/instantiator": "^1.0.2", "php": "^5.3|^7.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" + "phpdocumentor/reflection-docblock": "^2.0|^3.0.2|^4.0", + "sebastian/comparator": "^1.1|^2.0|^3.0", + "sebastian/recursion-context": "^1.0|^2.0|^3.0" }, "require-dev": { - "phpspec/phpspec": "^2.5 || ^3.2", - "phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.5 || ^7.1" + "phpspec/phpspec": "^2.5|^3.2", + "phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.5" }, "type": "library", "extra": { "branch-alias": { - "dev-master": "1.10.x-dev" + "dev-master": "1.7.x-dev" } }, "autoload": { - "psr-4": { - "Prophecy\\": "src/Prophecy" + "psr-0": { + "Prophecy\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", @@ -3183,20 +3030,20 @@ "spy", "stub" ], - "time": "2020-01-20T15:57:02+00:00" + "time": "2018-04-18T13:57:24+00:00" }, { "name": "phpunit/php-code-coverage", - "version": "6.1.4", + "version": "6.1.1", "source": { "type": "git", "url": "https://github.com/sebastianbergmann/php-code-coverage.git", - "reference": "807e6013b00af69b6c5d9ceb4282d0393dbb9d8d" + "reference": "b097681a19a48e52706f57e47a09594bac4f7cab" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/807e6013b00af69b6c5d9ceb4282d0393dbb9d8d", - "reference": "807e6013b00af69b6c5d9ceb4282d0393dbb9d8d", + "url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/b097681a19a48e52706f57e47a09594bac4f7cab", + "reference": "b097681a19a48e52706f57e47a09594bac4f7cab", "shasum": "" }, "require": { @@ -3246,28 +3093,25 @@ "testing", "xunit" ], - "time": "2018-10-31T16:06:48+00:00" + "time": "2018-10-18T09:01:38+00:00" }, { "name": "phpunit/php-file-iterator", - "version": "2.0.2", + "version": "2.0.1", "source": { "type": "git", "url": "https://github.com/sebastianbergmann/php-file-iterator.git", - "reference": "050bedf145a257b1ff02746c31894800e5122946" + "reference": "cecbc684605bb0cc288828eb5d65d93d5c676d3c" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/sebastianbergmann/php-file-iterator/zipball/050bedf145a257b1ff02746c31894800e5122946", - "reference": "050bedf145a257b1ff02746c31894800e5122946", + "url": "https://api.github.com/repos/sebastianbergmann/php-file-iterator/zipball/cecbc684605bb0cc288828eb5d65d93d5c676d3c", + "reference": "cecbc684605bb0cc288828eb5d65d93d5c676d3c", "shasum": "" }, "require": { "php": "^7.1" }, - "require-dev": { - "phpunit/phpunit": "^7.1" - }, "type": "library", "extra": { "branch-alias": { @@ -3296,7 +3140,7 @@ "filesystem", "iterator" ], - "time": "2018-09-13T20:33:42+00:00" + "time": "2018-06-11T11:44:00+00:00" }, { "name": "phpunit/php-text-template", @@ -3341,16 +3185,16 @@ }, { "name": "phpunit/php-timer", - "version": "2.1.2", + "version": "2.1.0", "source": { "type": "git", "url": "https://github.com/sebastianbergmann/php-timer.git", - "reference": "1038454804406b0b5f5f520358e78c1c2f71501e" + "reference": "0441cda74da9cec7ca4511f1ab853c309dd0f6ea" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/sebastianbergmann/php-timer/zipball/1038454804406b0b5f5f520358e78c1c2f71501e", - "reference": "1038454804406b0b5f5f520358e78c1c2f71501e", + "url": "https://api.github.com/repos/sebastianbergmann/php-timer/zipball/0441cda74da9cec7ca4511f1ab853c309dd0f6ea", + "reference": "0441cda74da9cec7ca4511f1ab853c309dd0f6ea", "shasum": "" }, "require": { @@ -3386,20 +3230,20 @@ "keywords": [ "timer" ], - "time": "2019-06-07T04:22:29+00:00" + "time": "2019-02-20T09:36:21+00:00" }, { "name": "phpunit/php-token-stream", - "version": "3.1.1", + "version": "3.0.0", "source": { "type": "git", "url": "https://github.com/sebastianbergmann/php-token-stream.git", - "reference": "995192df77f63a59e47f025390d2d1fdf8f425ff" + "reference": "21ad88bbba7c3d93530d93994e0a33cd45f02ace" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/sebastianbergmann/php-token-stream/zipball/995192df77f63a59e47f025390d2d1fdf8f425ff", - "reference": "995192df77f63a59e47f025390d2d1fdf8f425ff", + "url": "https://api.github.com/repos/sebastianbergmann/php-token-stream/zipball/21ad88bbba7c3d93530d93994e0a33cd45f02ace", + "reference": "21ad88bbba7c3d93530d93994e0a33cd45f02ace", "shasum": "" }, "require": { @@ -3412,7 +3256,7 @@ "type": "library", "extra": { "branch-alias": { - "dev-master": "3.1-dev" + "dev-master": "3.0-dev" } }, "autoload": { @@ -3435,7 +3279,7 @@ "keywords": [ "tokenizer" ], - "time": "2019-09-17T06:23:10+00:00" + "time": "2018-02-01T13:16:43+00:00" }, { "name": "phpunit/phpunit", @@ -3523,16 +3367,16 @@ }, { "name": "psr/http-message", - "version": "dev-master", + "version": "1.0", "source": { "type": "git", "url": "https://github.com/php-fig/http-message.git", - "reference": "efd67d1dc14a7ef4fc4e518e7dee91c271d524e4" + "reference": "85d63699f0dbedb190bbd4b0d2b9dc707ea4c298" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/php-fig/http-message/zipball/efd67d1dc14a7ef4fc4e518e7dee91c271d524e4", - "reference": "efd67d1dc14a7ef4fc4e518e7dee91c271d524e4", + "url": "https://api.github.com/repos/php-fig/http-message/zipball/85d63699f0dbedb190bbd4b0d2b9dc707ea4c298", + "reference": "85d63699f0dbedb190bbd4b0d2b9dc707ea4c298", "shasum": "" }, "require": { @@ -3560,7 +3404,6 @@ } ], "description": "Common interface for HTTP messages", - "homepage": "https://github.com/php-fig/http-message", "keywords": [ "http", "http-message", @@ -3569,72 +3412,70 @@ "request", "response" ], - "time": "2019-08-29T13:16:46+00:00" + "time": "2015-05-04T20:22:00+00:00" }, { "name": "react/cache", - "version": "v1.0.0", + "version": "v0.4.0", "source": { "type": "git", "url": "https://github.com/reactphp/cache.git", - "reference": "aa10d63a1b40a36a486bdf527f28bac607ee6466" + "reference": "9882ab5d8b00617baae83c6996f5a34668c11beb" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/reactphp/cache/zipball/aa10d63a1b40a36a486bdf527f28bac607ee6466", - "reference": "aa10d63a1b40a36a486bdf527f28bac607ee6466", + "url": "https://api.github.com/repos/reactphp/cache/zipball/9882ab5d8b00617baae83c6996f5a34668c11beb", + "reference": "9882ab5d8b00617baae83c6996f5a34668c11beb", "shasum": "" }, "require": { - "php": ">=5.3.0", - "react/promise": "~2.0|~1.1" - }, - "require-dev": { - "phpunit/phpunit": "^6.4 || ^5.7 || ^4.8.35" + "php": ">=5.4.0", + "react/promise": "~2.0" }, "type": "library", + "extra": { + "branch-alias": { + "dev-master": "0.4-dev" + } + }, "autoload": { "psr-4": { - "React\\Cache\\": "src/" + "React\\Cache\\": "" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], - "description": "Async, Promise-based cache interface for ReactPHP", + "description": "Async caching.", "keywords": [ - "cache", - "caching", - "promise", - "reactphp" + "cache" ], - "time": "2019-07-11T13:45:28+00:00" + "time": "2014-02-02T01:11:26+00:00" }, { "name": "react/child-process", - "version": "v0.6.1", + "version": "v0.5.0", "source": { "type": "git", "url": "https://github.com/reactphp/child-process.git", - "reference": "6895afa583d51dc10a4b9e93cd3bce17b3b77ac3" + "reference": "3b8790deaa0e738dd4bdfb99e4da7c439240cd7d" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/reactphp/child-process/zipball/6895afa583d51dc10a4b9e93cd3bce17b3b77ac3", - "reference": "6895afa583d51dc10a4b9e93cd3bce17b3b77ac3", + "url": "https://api.github.com/repos/reactphp/child-process/zipball/3b8790deaa0e738dd4bdfb99e4da7c439240cd7d", + "reference": "3b8790deaa0e738dd4bdfb99e4da7c439240cd7d", "shasum": "" }, "require": { "evenement/evenement": "^3.0 || ^2.0 || ^1.0", "php": ">=5.3.0", - "react/event-loop": "^1.0 || ^0.5 || ^0.4 || ^0.3.5", - "react/stream": "^1.0 || ^0.7.6" + "react/event-loop": "^1.0 || ^0.5 || ^0.4 || ^0.3", + "react/stream": "^1.0 || ^0.7.2" }, "require-dev": { - "phpunit/phpunit": "^7.0 || ^6.4 || ^5.7 || ^4.8.35", - "react/socket": "^1.0", - "sebastian/environment": "^3.0 || ^2.0 || ^1.0" + "phpunit/phpunit": "^5.0 || ^4.8.10", + "sebastian/environment": "~1.0" }, "type": "library", "autoload": { @@ -3646,38 +3487,38 @@ "license": [ "MIT" ], - "description": "Event-driven library for executing child processes with ReactPHP.", + "description": "Library for executing child processes.", "keywords": [ - "event-driven", - "process", - "reactphp" + "process" ], - "time": "2019-02-15T13:48:16+00:00" + "time": "2017-08-15T15:31:31+00:00" }, { "name": "react/dns", - "version": "v1.2.0", + "version": "v0.4.11", "source": { "type": "git", "url": "https://github.com/reactphp/dns.git", - "reference": "a214d90c2884dac18d0cac6176202f247b66d762" + "reference": "8558bba4f2784aa997670d15fc6f7461a8eb4e53" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/reactphp/dns/zipball/a214d90c2884dac18d0cac6176202f247b66d762", - "reference": "a214d90c2884dac18d0cac6176202f247b66d762", + "url": "https://api.github.com/repos/reactphp/dns/zipball/8558bba4f2784aa997670d15fc6f7461a8eb4e53", + "reference": "8558bba4f2784aa997670d15fc6f7461a8eb4e53", "shasum": "" }, "require": { "php": ">=5.3.0", - "react/cache": "^1.0 || ^0.6 || ^0.5", - "react/event-loop": "^1.0 || ^0.5", - "react/promise": "^2.7 || ^1.2.1", - "react/promise-timer": "^1.2" + "react/cache": "~0.4.0|~0.3.0", + "react/event-loop": "^1.0 || ^0.5 || ^0.4 || ^0.3.5", + "react/promise": "^2.1 || ^1.2.1", + "react/promise-timer": "^1.2", + "react/socket": "^1.0 || ^0.8 || ^0.7 || ^0.6 || ^0.5 || ^0.4.4", + "react/stream": "^1.0 || ^0.7 || ^0.6 || ^0.5 || ^0.4.5" }, "require-dev": { "clue/block-react": "^1.2", - "phpunit/phpunit": "^7.0 || ^6.4 || ^5.7 || ^4.8.35" + "phpunit/phpunit": "^5.0 || ^4.8.10" }, "type": "library", "autoload": { @@ -3696,62 +3537,63 @@ "dns-resolver", "reactphp" ], - "time": "2019-08-15T09:06:31+00:00" + "time": "2017-08-25T08:22:48+00:00" }, { "name": "react/event-loop", - "version": "v1.1.1", + "version": "v0.4.0", "source": { "type": "git", "url": "https://github.com/reactphp/event-loop.git", - "reference": "6d24de090cd59cfc830263cfba965be77b563c13" + "reference": "d0e914903c35b435ad7ee95b0bdd410fa01b3a6e" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/reactphp/event-loop/zipball/6d24de090cd59cfc830263cfba965be77b563c13", - "reference": "6d24de090cd59cfc830263cfba965be77b563c13", + "url": "https://api.github.com/repos/reactphp/event-loop/zipball/d0e914903c35b435ad7ee95b0bdd410fa01b3a6e", + "reference": "d0e914903c35b435ad7ee95b0bdd410fa01b3a6e", "shasum": "" }, "require": { - "php": ">=5.3.0" - }, - "require-dev": { - "phpunit/phpunit": "^7.0 || ^6.4 || ^5.7 || ^4.8.35" + "php": ">=5.4.0" }, "suggest": { - "ext-event": "~1.0 for ExtEventLoop", - "ext-pcntl": "For signal handling support when using the StreamSelectLoop", - "ext-uv": "* for ExtUvLoop" + "ext-event": "~1.0", + "ext-libev": "*", + "ext-libevent": ">=0.1.0" }, "type": "library", + "extra": { + "branch-alias": { + "dev-master": "0.4-dev" + } + }, "autoload": { "psr-4": { - "React\\EventLoop\\": "src" + "React\\EventLoop\\": "" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], - "description": "ReactPHP's core reactor event loop that libraries can use for evented I/O.", + "description": "Event loop abstraction layer that libraries can use for evented I/O.", "keywords": [ - "asynchronous", "event-loop" ], - "time": "2020-01-01T18:39:52+00:00" + "time": "2014-02-02T21:27:39+00:00" }, { "name": "react/filesystem", - "version": "0.1.x-dev", + "version": "v0.1.1", "source": { "type": "git", "url": "https://github.com/reactphp/filesystem.git", - "reference": "766cdef9ba806367114f0c5ba36ea2a6eec8ccd2" + "reference": "ddb11f9c1a9786898447f44cbb9be56af05e0d01" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/reactphp/filesystem/zipball/766cdef9ba806367114f0c5ba36ea2a6eec8ccd2", - "reference": "766cdef9ba806367114f0c5ba36ea2a6eec8ccd2", + "url": "https://api.github.com/repos/reactphp/filesystem/zipball/ddb11f9c1a9786898447f44cbb9be56af05e0d01", + "reference": "ddb11f9c1a9786898447f44cbb9be56af05e0d01", "shasum": "" }, "require": { @@ -3795,20 +3637,20 @@ "eio", "filesystem" ], - "time": "2018-10-22T12:10:29+00:00" + "time": "2018-08-09T15:20:03+00:00" }, { "name": "react/http", - "version": "v0.8.6", + "version": "v0.8.0", "source": { "type": "git", "url": "https://github.com/reactphp/http.git", - "reference": "248202e57195d06a4375f6d2f5c5b9ff9da3ea9e" + "reference": "0410c94463bdae4bdf34d60bff91e9e1eb4a6652" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/reactphp/http/zipball/248202e57195d06a4375f6d2f5c5b9ff9da3ea9e", - "reference": "248202e57195d06a4375f6d2f5c5b9ff9da3ea9e", + "url": "https://api.github.com/repos/reactphp/http/zipball/0410c94463bdae4bdf34d60bff91e9e1eb4a6652", + "reference": "0410c94463bdae4bdf34d60bff91e9e1eb4a6652", "shasum": "" }, "require": { @@ -3822,7 +3664,7 @@ }, "require-dev": { "clue/block-react": "^1.1", - "phpunit/phpunit": "^7.0 || ^6.4 || ^5.7 || ^4.8.35" + "phpunit/phpunit": "^6.4 || ^5.7 || ^4.8.35" }, "type": "library", "autoload": { @@ -3843,20 +3685,20 @@ "server", "streaming" ], - "time": "2020-01-12T13:15:06+00:00" + "time": "2017-12-12T13:01:48+00:00" }, { "name": "react/promise", - "version": "2.x-dev", + "version": "v2.7.0", "source": { "type": "git", "url": "https://github.com/reactphp/promise.git", - "reference": "7c98fda611a3879ed3381d2ca57d93239465dfa9" + "reference": "f4edc2581617431aea50430749db55cc3fc031b3" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/reactphp/promise/zipball/7c98fda611a3879ed3381d2ca57d93239465dfa9", - "reference": "7c98fda611a3879ed3381d2ca57d93239465dfa9", + "url": "https://api.github.com/repos/reactphp/promise/zipball/f4edc2581617431aea50430749db55cc3fc031b3", + "reference": "f4edc2581617431aea50430749db55cc3fc031b3", "shasum": "" }, "require": { @@ -3889,30 +3731,30 @@ "promise", "promises" ], - "time": "2019-12-03T16:46:28+00:00" + "time": "2018-06-13T15:59:06+00:00" }, { "name": "react/promise-stream", - "version": "v1.2.0", + "version": "v1.1.0", "source": { "type": "git", "url": "https://github.com/reactphp/promise-stream.git", - "reference": "6384d8b76cf7dcc44b0bf3343fb2b2928412d1fe" + "reference": "77ca2a233db59d671864c88e2b716d875cfbeb1f" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/reactphp/promise-stream/zipball/6384d8b76cf7dcc44b0bf3343fb2b2928412d1fe", - "reference": "6384d8b76cf7dcc44b0bf3343fb2b2928412d1fe", + "url": "https://api.github.com/repos/reactphp/promise-stream/zipball/77ca2a233db59d671864c88e2b716d875cfbeb1f", + "reference": "77ca2a233db59d671864c88e2b716d875cfbeb1f", "shasum": "" }, "require": { "php": ">=5.3", "react/promise": "^2.1 || ^1.2", - "react/stream": "^1.0 || ^0.7 || ^0.6 || ^0.5 || ^0.4.6" + "react/stream": "^1.0 || ^0.7 || ^0.6 || ^0.5 || ^0.4 || ^0.3" }, "require-dev": { "clue/block-react": "^1.0", - "phpunit/phpunit": "^7.0 || ^6.4 || ^5.7 || ^4.8.35", + "phpunit/phpunit": "^4.8", "react/event-loop": "^1.0 || ^0.5 || ^0.4 || ^0.3", "react/promise-timer": "^1.0" }, @@ -3945,20 +3787,20 @@ "stream", "unwrap" ], - "time": "2019-07-03T12:29:10+00:00" + "time": "2017-11-28T18:31:39+00:00" }, { "name": "react/promise-timer", - "version": "v1.5.1", + "version": "v1.5.0", "source": { "type": "git", "url": "https://github.com/reactphp/promise-timer.git", - "reference": "35fb910604fd86b00023fc5cda477c8074ad0abc" + "reference": "a11206938ca2394dc7bb368f5da25cd4533fa603" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/reactphp/promise-timer/zipball/35fb910604fd86b00023fc5cda477c8074ad0abc", - "reference": "35fb910604fd86b00023fc5cda477c8074ad0abc", + "url": "https://api.github.com/repos/reactphp/promise-timer/zipball/a11206938ca2394dc7bb368f5da25cd4533fa603", + "reference": "a11206938ca2394dc7bb368f5da25cd4533fa603", "shasum": "" }, "require": { @@ -3975,7 +3817,7 @@ "React\\Promise\\Timer\\": "src/" }, "files": [ - "src/functions_include.php" + "src/functions.php" ] }, "notification-url": "https://packagist.org/downloads/", @@ -3998,34 +3840,34 @@ "timeout", "timer" ], - "time": "2019-03-27T18:10:32+00:00" + "time": "2018-06-13T16:45:37+00:00" }, { "name": "react/socket", - "version": "v1.3.0", + "version": "v0.8.3", "source": { "type": "git", "url": "https://github.com/reactphp/socket.git", - "reference": "10f0629ec83ea0fa22597f348623f554227e3ca0" + "reference": "03f4f6a762633b2e07b3598d83830c15875e087f" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/reactphp/socket/zipball/10f0629ec83ea0fa22597f348623f554227e3ca0", - "reference": "10f0629ec83ea0fa22597f348623f554227e3ca0", + "url": "https://api.github.com/repos/reactphp/socket/zipball/03f4f6a762633b2e07b3598d83830c15875e087f", + "reference": "03f4f6a762633b2e07b3598d83830c15875e087f", "shasum": "" }, "require": { "evenement/evenement": "^3.0 || ^2.0 || ^1.0", "php": ">=5.3.0", - "react/dns": "^1.0 || ^0.4.13", + "react/dns": "^0.4.11", "react/event-loop": "^1.0 || ^0.5 || ^0.4 || ^0.3.5", - "react/promise": "^2.6.0 || ^1.2.1", - "react/promise-timer": "^1.4.0", - "react/stream": "^1.1" + "react/promise": "^2.1 || ^1.2", + "react/promise-timer": "~1.0", + "react/stream": "^1.0 || ^0.7.1" }, "require-dev": { - "clue/block-react": "^1.2", - "phpunit/phpunit": "^6.4 || ^5.7 || ^4.8.35" + "clue/block-react": "^1.1", + "phpunit/phpunit": "~4.8" }, "type": "library", "autoload": { @@ -4045,30 +3887,33 @@ "reactphp", "stream" ], - "time": "2019-07-10T10:11:14+00:00" + "time": "2017-09-08T14:15:16+00:00" }, { "name": "react/stream", - "version": "v1.1.0", + "version": "v0.7.2", "source": { "type": "git", "url": "https://github.com/reactphp/stream.git", - "reference": "50426855f7a77ddf43b9266c22320df5bf6c6ce6" + "reference": "a7ea0af02c00f1fc004d654f9ee1e2b900e53d5b" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/reactphp/stream/zipball/50426855f7a77ddf43b9266c22320df5bf6c6ce6", - "reference": "50426855f7a77ddf43b9266c22320df5bf6c6ce6", + "url": "https://api.github.com/repos/reactphp/stream/zipball/a7ea0af02c00f1fc004d654f9ee1e2b900e53d5b", + "reference": "a7ea0af02c00f1fc004d654f9ee1e2b900e53d5b", "shasum": "" }, "require": { - "evenement/evenement": "^3.0 || ^2.0 || ^1.0", + "evenement/evenement": "^2.0|^1.0", "php": ">=5.3.8", - "react/event-loop": "^1.0 || ^0.5 || ^0.4 || ^0.3.5" + "react/event-loop": "^1.0 || ^0.5 || ^0.4 || ^0.3" }, "require-dev": { "clue/stream-filter": "~1.2", - "phpunit/phpunit": "^6.4 || ^5.7 || ^4.8.35" + "phpunit/phpunit": "^5.0 || ^4.8.10" + }, + "suggest": { + "react/event-loop": "^0.4" }, "type": "library", "autoload": { @@ -4091,24 +3936,24 @@ "stream", "writable" ], - "time": "2019-01-01T16:15:09+00:00" + "time": "2017-06-15T20:26:53+00:00" }, { "name": "ringcentral/psr7", - "version": "1.2.2", + "version": "1.2.0", "source": { "type": "git", "url": "https://github.com/ringcentral/psr7.git", - "reference": "dcd84bbb49b96c616d1dcc8bfb9bef3f2cd53d1c" + "reference": "898bba9e2c787bb39743c8c2ab13920c0ab10b2d" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/ringcentral/psr7/zipball/dcd84bbb49b96c616d1dcc8bfb9bef3f2cd53d1c", - "reference": "dcd84bbb49b96c616d1dcc8bfb9bef3f2cd53d1c", + "url": "https://api.github.com/repos/ringcentral/psr7/zipball/898bba9e2c787bb39743c8c2ab13920c0ab10b2d", + "reference": "898bba9e2c787bb39743c8c2ab13920c0ab10b2d", "shasum": "" }, "require": { - "php": ">=5.3", + "php": ">=5.3.29", "psr/http-message": "~1.0" }, "provide": { @@ -4149,7 +3994,7 @@ "stream", "uri" ], - "time": "2018-01-15T21:00:49+00:00" + "time": "2015-10-06T20:18:36+00:00" }, { "name": "sebastian/code-unit-reverse-lookup", @@ -4198,16 +4043,16 @@ }, { "name": "sebastian/comparator", - "version": "3.0.2", + "version": "3.0.0", "source": { "type": "git", "url": "https://github.com/sebastianbergmann/comparator.git", - "reference": "5de4fc177adf9bce8df98d8d141a7559d7ccf6da" + "reference": "ed5fd2281113729f1ebcc64d101ad66028aeb3d5" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/sebastianbergmann/comparator/zipball/5de4fc177adf9bce8df98d8d141a7559d7ccf6da", - "reference": "5de4fc177adf9bce8df98d8d141a7559d7ccf6da", + "url": "https://api.github.com/repos/sebastianbergmann/comparator/zipball/ed5fd2281113729f1ebcc64d101ad66028aeb3d5", + "reference": "ed5fd2281113729f1ebcc64d101ad66028aeb3d5", "shasum": "" }, "require": { @@ -4258,27 +4103,27 @@ "compare", "equality" ], - "time": "2018-07-12T15:12:46+00:00" + "time": "2018-04-18T13:33:00+00:00" }, { "name": "sebastian/diff", - "version": "3.0.2", + "version": "3.0.0", "source": { "type": "git", "url": "https://github.com/sebastianbergmann/diff.git", - "reference": "720fcc7e9b5cf384ea68d9d930d480907a0c1a29" + "reference": "e09160918c66281713f1c324c1f4c4c3037ba1e8" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/sebastianbergmann/diff/zipball/720fcc7e9b5cf384ea68d9d930d480907a0c1a29", - "reference": "720fcc7e9b5cf384ea68d9d930d480907a0c1a29", + "url": "https://api.github.com/repos/sebastianbergmann/diff/zipball/e09160918c66281713f1c324c1f4c4c3037ba1e8", + "reference": "e09160918c66281713f1c324c1f4c4c3037ba1e8", "shasum": "" }, "require": { "php": "^7.1" }, "require-dev": { - "phpunit/phpunit": "^7.5 || ^8.0", + "phpunit/phpunit": "^7.0", "symfony/process": "^2 || ^3.3 || ^4" }, "type": "library", @@ -4314,35 +4159,32 @@ "unidiff", "unified diff" ], - "time": "2019-02-04T06:01:07+00:00" + "time": "2018-02-01T13:45:15+00:00" }, { "name": "sebastian/environment", - "version": "4.2.3", + "version": "4.0.1", "source": { "type": "git", "url": "https://github.com/sebastianbergmann/environment.git", - "reference": "464c90d7bdf5ad4e8a6aea15c091fec0603d4368" + "reference": "febd209a219cea7b56ad799b30ebbea34b71eb8f" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/sebastianbergmann/environment/zipball/464c90d7bdf5ad4e8a6aea15c091fec0603d4368", - "reference": "464c90d7bdf5ad4e8a6aea15c091fec0603d4368", + "url": "https://api.github.com/repos/sebastianbergmann/environment/zipball/febd209a219cea7b56ad799b30ebbea34b71eb8f", + "reference": "febd209a219cea7b56ad799b30ebbea34b71eb8f", "shasum": "" }, "require": { "php": "^7.1" }, "require-dev": { - "phpunit/phpunit": "^7.5" - }, - "suggest": { - "ext-posix": "*" + "phpunit/phpunit": "^7.4" }, "type": "library", "extra": { "branch-alias": { - "dev-master": "4.2-dev" + "dev-master": "4.0-dev" } }, "autoload": { @@ -4367,20 +4209,20 @@ "environment", "hhvm" ], - "time": "2019-11-20T08:46:58+00:00" + "time": "2018-11-25T09:31:21+00:00" }, { "name": "sebastian/exporter", - "version": "3.1.2", + "version": "3.1.0", "source": { "type": "git", "url": "https://github.com/sebastianbergmann/exporter.git", - "reference": "68609e1261d215ea5b21b7987539cbfbe156ec3e" + "reference": "234199f4528de6d12aaa58b612e98f7d36adb937" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/sebastianbergmann/exporter/zipball/68609e1261d215ea5b21b7987539cbfbe156ec3e", - "reference": "68609e1261d215ea5b21b7987539cbfbe156ec3e", + "url": "https://api.github.com/repos/sebastianbergmann/exporter/zipball/234199f4528de6d12aaa58b612e98f7d36adb937", + "reference": "234199f4528de6d12aaa58b612e98f7d36adb937", "shasum": "" }, "require": { @@ -4407,10 +4249,6 @@ "BSD-3-Clause" ], "authors": [ - { - "name": "Sebastian Bergmann", - "email": "sebastian@phpunit.de" - }, { "name": "Jeff Welch", "email": "whatthejeff@gmail.com" @@ -4420,12 +4258,16 @@ "email": "github@wallbash.com" }, { - "name": "Adam Harvey", - "email": "aharvey@php.net" + "name": "Bernhard Schussek", + "email": "bschussek@2bepublished.at" }, { - "name": "Bernhard Schussek", - "email": "bschussek@gmail.com" + "name": "Sebastian Bergmann", + "email": "sebastian@phpunit.de" + }, + { + "name": "Adam Harvey", + "email": "aharvey@php.net" } ], "description": "Provides the functionality to export PHP variables for visualization", @@ -4434,7 +4276,7 @@ "export", "exporter" ], - "time": "2019-09-14T09:02:43+00:00" + "time": "2017-04-03T13:19:02+00:00" }, { "name": "sebastian/global-state", @@ -4634,16 +4476,16 @@ }, { "name": "sebastian/resource-operations", - "version": "2.0.1", + "version": "2.0.0", "source": { "type": "git", "url": "https://github.com/sebastianbergmann/resource-operations.git", - "reference": "4d7a795d35b889bf80a0cc04e08d77cedfa917a9" + "reference": "756a75a44cb3164fd47435c36336e464c5028b34" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/sebastianbergmann/resource-operations/zipball/4d7a795d35b889bf80a0cc04e08d77cedfa917a9", - "reference": "4d7a795d35b889bf80a0cc04e08d77cedfa917a9", + "url": "https://api.github.com/repos/sebastianbergmann/resource-operations/zipball/756a75a44cb3164fd47435c36336e464c5028b34", + "reference": "756a75a44cb3164fd47435c36336e464c5028b34", "shasum": "" }, "require": { @@ -4651,9 +4493,7 @@ }, "type": "library", "extra": { - "branch-alias": { - "dev-master": "2.0-dev" - } + "branch-alias": [] }, "autoload": { "classmap": [ @@ -4672,7 +4512,7 @@ ], "description": "Provides a list of PHP built-in functions that operate on resources", "homepage": "https://www.github.com/sebastianbergmann/resource-operations", - "time": "2018-10-04T04:07:39+00:00" + "time": "2018-09-27T10:49:20+00:00" }, { "name": "sebastian/version", @@ -4719,27 +4559,27 @@ }, { "name": "symfony/browser-kit", - "version": "dev-master", + "version": "v4.4.0", "source": { "type": "git", "url": "https://github.com/symfony/browser-kit.git", - "reference": "2b65d57ea3d5ad0d87407288c20f213ab6538e29" + "reference": "e19e465c055137938afd40cfddd687e7511bbbf0" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/browser-kit/zipball/2b65d57ea3d5ad0d87407288c20f213ab6538e29", - "reference": "2b65d57ea3d5ad0d87407288c20f213ab6538e29", + "url": "https://api.github.com/repos/symfony/browser-kit/zipball/e19e465c055137938afd40cfddd687e7511bbbf0", + "reference": "e19e465c055137938afd40cfddd687e7511bbbf0", "shasum": "" }, "require": { - "php": "^7.2.5", - "symfony/dom-crawler": "^4.4|^5.0" + "php": "^7.1.3", + "symfony/dom-crawler": "^3.4|^4.0|^5.0" }, "require-dev": { - "symfony/css-selector": "^4.4|^5.0", - "symfony/http-client": "^4.4|^5.0", - "symfony/mime": "^4.4|^5.0", - "symfony/process": "^4.4|^5.0" + "symfony/css-selector": "^3.4|^4.0|^5.0", + "symfony/http-client": "^4.3|^5.0", + "symfony/mime": "^4.3|^5.0", + "symfony/process": "^3.4|^4.0|^5.0" }, "suggest": { "symfony/process": "" @@ -4747,7 +4587,7 @@ "type": "library", "extra": { "branch-alias": { - "dev-master": "5.1-dev" + "dev-master": "4.4-dev" } }, "autoload": { @@ -4774,24 +4614,24 @@ ], "description": "Symfony BrowserKit Component", "homepage": "https://symfony.com", - "time": "2020-02-24T15:14:17+00:00" + "time": "2019-10-28T20:30:34+00:00" }, { "name": "symfony/dom-crawler", - "version": "dev-master", + "version": "v4.4.0", "source": { "type": "git", "url": "https://github.com/symfony/dom-crawler.git", - "reference": "f2e6e7ba2339b40f9434d0214876c4c258e5d196" + "reference": "36bbcab9369fc2f583220890efd43bf262d563fd" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/dom-crawler/zipball/f2e6e7ba2339b40f9434d0214876c4c258e5d196", - "reference": "f2e6e7ba2339b40f9434d0214876c4c258e5d196", + "url": "https://api.github.com/repos/symfony/dom-crawler/zipball/36bbcab9369fc2f583220890efd43bf262d563fd", + "reference": "36bbcab9369fc2f583220890efd43bf262d563fd", "shasum": "" }, "require": { - "php": "^7.2.5", + "php": "^7.1.3", "symfony/polyfill-ctype": "~1.8", "symfony/polyfill-mbstring": "~1.0" }, @@ -4800,7 +4640,7 @@ }, "require-dev": { "masterminds/html5": "^2.6", - "symfony/css-selector": "^4.4|^5.0" + "symfony/css-selector": "^3.4|^4.0|^5.0" }, "suggest": { "symfony/css-selector": "" @@ -4808,7 +4648,7 @@ "type": "library", "extra": { "branch-alias": { - "dev-master": "5.1-dev" + "dev-master": "4.4-dev" } }, "autoload": { @@ -4835,20 +4675,20 @@ ], "description": "Symfony DomCrawler Component", "homepage": "https://symfony.com", - "time": "2020-02-11T10:47:17+00:00" + "time": "2019-10-29T11:38:30+00:00" }, { "name": "theseer/tokenizer", - "version": "1.1.3", + "version": "1.1.0", "source": { "type": "git", "url": "https://github.com/theseer/tokenizer.git", - "reference": "11336f6f84e16a720dae9d8e6ed5019efa85a0f9" + "reference": "cb2f008f3f05af2893a87208fe6a6c4985483f8b" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/theseer/tokenizer/zipball/11336f6f84e16a720dae9d8e6ed5019efa85a0f9", - "reference": "11336f6f84e16a720dae9d8e6ed5019efa85a0f9", + "url": "https://api.github.com/repos/theseer/tokenizer/zipball/cb2f008f3f05af2893a87208fe6a6c4985483f8b", + "reference": "cb2f008f3f05af2893a87208fe6a6c4985483f8b", "shasum": "" }, "require": { @@ -4875,20 +4715,20 @@ } ], "description": "A small library for converting tokenized PHP source code into XML and potentially other formats", - "time": "2019-06-13T22:48:21+00:00" + "time": "2017-04-07T12:08:54+00:00" }, { "name": "tivie/php-os-detector", - "version": "1.1.0", + "version": "1.0.0", "source": { "type": "git", "url": "https://github.com/tivie/php-os-detector.git", - "reference": "9461dcd85c00e03842264f2fc8ccdc8d46867321" + "reference": "58226a9068323ee0d104f615c99fb97adeb136ae" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/tivie/php-os-detector/zipball/9461dcd85c00e03842264f2fc8ccdc8d46867321", - "reference": "9461dcd85c00e03842264f2fc8ccdc8d46867321", + "url": "https://api.github.com/repos/tivie/php-os-detector/zipball/58226a9068323ee0d104f615c99fb97adeb136ae", + "reference": "58226a9068323ee0d104f615c99fb97adeb136ae", "shasum": "" }, "require": { @@ -4923,33 +4763,31 @@ "os", "os detection" ], - "time": "2017-10-21T03:33:59+00:00" + "time": "2014-12-19T01:17:49+00:00" }, { "name": "webmozart/assert", - "version": "1.7.0", + "version": "1.0.0", "source": { "type": "git", "url": "https://github.com/webmozart/assert.git", - "reference": "aed98a490f9a8f78468232db345ab9cf606cf598" + "reference": "3371442b05531d8490d0b51b90b55e61948b0f10" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/webmozart/assert/zipball/aed98a490f9a8f78468232db345ab9cf606cf598", - "reference": "aed98a490f9a8f78468232db345ab9cf606cf598", + "url": "https://api.github.com/repos/webmozart/assert/zipball/3371442b05531d8490d0b51b90b55e61948b0f10", + "reference": "3371442b05531d8490d0b51b90b55e61948b0f10", "shasum": "" }, "require": { - "php": "^5.3.3 || ^7.0", - "symfony/polyfill-ctype": "^1.8" - }, - "conflict": { - "vimeo/psalm": "<3.6.0" - }, - "require-dev": { - "phpunit/phpunit": "^4.8.36 || ^7.5.13" + "php": ">=5.3.9" }, "type": "library", + "extra": { + "branch-alias": { + "dev-master": "2.0-dev" + } + }, "autoload": { "psr-4": { "Webmozart\\Assert\\": "src/" @@ -4965,35 +4803,33 @@ "email": "bschussek@gmail.com" } ], - "description": "Assertions to validate method input/output with nice error messages.", + "description": "Efficient assertions to validate the input/output of your methods.", "keywords": [ "assert", "check", "validate" ], - "time": "2020-02-14T12:15:55+00:00" + "time": "2015-05-12T12:40:29+00:00" }, { "name": "wyrihaximus/cpu-core-detector", - "version": "1.0.x-dev", + "version": "1.0.1", "source": { "type": "git", "url": "https://github.com/WyriHaximus/php-cpu-core-detector.git", - "reference": "fff4194540a8111c298e5e707bcfc778c4c9ddbb" + "reference": "459dbf380172f06de6bf1aaecb9b1a003f7937b1" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/WyriHaximus/php-cpu-core-detector/zipball/fff4194540a8111c298e5e707bcfc778c4c9ddbb", - "reference": "fff4194540a8111c298e5e707bcfc778c4c9ddbb", + "url": "https://api.github.com/repos/WyriHaximus/php-cpu-core-detector/zipball/459dbf380172f06de6bf1aaecb9b1a003f7937b1", + "reference": "459dbf380172f06de6bf1aaecb9b1a003f7937b1", "shasum": "" }, "require": { "php": "^5.4||^7.0", - "react/child-process": "^0.6 || ^0.5 || ^0.4", - "react/socket": "^1.2", - "tivie/php-os-detector": "^1.1", - "wyrihaximus/file-descriptors": "^1.0 || ^0.1", - "wyrihaximus/react-child-process-promise": "^2.0.2", + "react/child-process": "^0.5 || ^0.4", + "tivie/php-os-detector": "^1.0", + "wyrihaximus/react-child-process-promise": "^2.0", "wyrihaximus/ticking-promise": "^1.5" }, "require-dev": { @@ -5021,72 +4857,31 @@ "email": "ceesjank@gmail.com" } ], - "description": "Detect CPU core count and assign tasks to a specific code", - "time": "2019-01-19T21:54:34+00:00" - }, - { - "name": "wyrihaximus/file-descriptors", - "version": "1.0.0", - "source": { - "type": "git", - "url": "https://github.com/WyriHaximus/php-file-descriptors.git", - "reference": "6b3073409b94912354cc9b6bde600797940c4edf" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/WyriHaximus/php-file-descriptors/zipball/6b3073409b94912354cc9b6bde600797940c4edf", - "reference": "6b3073409b94912354cc9b6bde600797940c4edf", - "shasum": "" - }, - "require": { - "php": "^7.2", - "tivie/php-os-detector": "^1.1" - }, - "require-dev": { - "api-clients/cs-fixer-config": "^1.1", - "api-clients/test-utilities": "^5.4", - "wyrihaximus/iterator-or-array-to-array": "^1.0" - }, - "type": "library", - "autoload": { - "psr-4": { - "WyriHaximus\\FileDescriptors\\": "src/" - } - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "MIT" - ], - "authors": [ - { - "name": "Cees-Jan Kiewiet", - "email": "ceesjank@gmail.com" - } - ], - "description": "List open file descriptors for the current process cross platform", - "time": "2019-01-15T16:08:10+00:00" + "time": "2018-02-24T17:44:46+00:00" }, { "name": "wyrihaximus/json-throwable", - "version": "2.0.0", + "version": "1.1.1", "source": { "type": "git", "url": "https://github.com/WyriHaximus/php-json-throwable.git", - "reference": "8b11703f5974492f4c4e0b313836d0aed2eef01d" + "reference": "fc3588681dcccc3f1f2f94c8eca71687f0899340" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/WyriHaximus/php-json-throwable/zipball/8b11703f5974492f4c4e0b313836d0aed2eef01d", - "reference": "8b11703f5974492f4c4e0b313836d0aed2eef01d", + "url": "https://api.github.com/repos/WyriHaximus/php-json-throwable/zipball/fc3588681dcccc3f1f2f94c8eca71687f0899340", + "reference": "fc3588681dcccc3f1f2f94c8eca71687f0899340", "shasum": "" }, "require": { "doctrine/instantiator": "^1.0.5", - "php": "^7.0", - "wyrihaximus/json-utilities": "^1.0" + "php": "^7.0 || ^5.4" }, "require-dev": { - "api-clients/test-utilities": "^4.3" + "friendsofphp/php-cs-fixer": "^2.2", + "jakub-onderka/php-console-highlighter": "^0.3.2", + "jakub-onderka/php-parallel-lint": "^0.9.2", + "phpunit/phpunit": "^4.8.35 || ^5.0 || ^6.0" }, "type": "library", "autoload": { @@ -5108,86 +4903,40 @@ } ], "description": "JSON encode and decode throwables and exceptions", - "time": "2018-03-15T13:05:59+00:00" - }, - { - "name": "wyrihaximus/json-utilities", - "version": "1.1.0", - "source": { - "type": "git", - "url": "https://github.com/WyriHaximus/php-json-utilities.git", - "reference": "f0f5007df750f8e44c8ba8ce9ee8e701472ea4c7" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/WyriHaximus/php-json-utilities/zipball/f0f5007df750f8e44c8ba8ce9ee8e701472ea4c7", - "reference": "f0f5007df750f8e44c8ba8ce9ee8e701472ea4c7", - "shasum": "" - }, - "require": { - "php": "^7.2" - }, - "require-dev": { - "api-clients/cs-fixer-config": "^1.1", - "api-clients/test-utilities": "^5.2" - }, - "type": "library", - "autoload": { - "psr-4": { - "WyriHaximus\\": "src/" - }, - "files": [ - "src/functions_include.php" - ] - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "MIT" - ], - "authors": [ - { - "name": "Cees-Jan Kiewiet", - "email": "ceesjank@gmail.com" - } - ], - "description": "Utilities for php-json-* packages", - "time": "2018-12-25T10:58:17+00:00" + "time": "2018-03-12T21:39:58+00:00" }, { "name": "wyrihaximus/react-child-process-messenger", - "version": "2.10.0", + "version": "2.8.0", "source": { "type": "git", "url": "https://github.com/WyriHaximus/reactphp-child-process-messenger.git", - "reference": "813bd47c69935edc1a054438f47622b629430e13" + "reference": "749cf4d72abf543049af3cf13b6fdec96ee20b17" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/WyriHaximus/reactphp-child-process-messenger/zipball/813bd47c69935edc1a054438f47622b629430e13", - "reference": "813bd47c69935edc1a054438f47622b629430e13", + "url": "https://api.github.com/repos/WyriHaximus/reactphp-child-process-messenger/zipball/749cf4d72abf543049af3cf13b6fdec96ee20b17", + "reference": "749cf4d72abf543049af3cf13b6fdec96ee20b17", "shasum": "" }, "require": { - "cakephp/utility": "^3.4", "doctrine/inflector": "^1.0", "evenement/evenement": "^3.0 || ^2.0 || ^1.0", "indigophp/hash-compat": "^1.0", - "paragonie/random_compat": "^9.0 || ^2.0", - "php": "^7.0 || ^5.4", - "react/child-process": "^0.6 || ^0.5 | ^0.4", + "paragonie/random_compat": "^2.0", + "php": "^5.4||^7.0", + "react/child-process": "^0.5 || ^0.4", "react/promise": "^2.2", "react/promise-stream": "^1.1", - "react/promise-timer": "^1.5", - "react/socket": "^1.0 || ^0.8.1", - "wyrihaximus/file-descriptors": "^1.0 || ^0.1", - "wyrihaximus/json-throwable": "^2.0 || ^1.1.1", + "react/socket": "^0.8.1", + "wyrihaximus/json-throwable": "^1.1.1", "wyrihaximus/ticking-promise": "^1.4" }, "require-dev": { "clue/block-react": "^1.2", "friendsofphp/php-cs-fixer": "^2.2", - "jakub-onderka/php-console-highlighter": "^0.4", - "jakub-onderka/php-parallel-lint": "^1.0.0", + "jakub-onderka/php-console-highlighter": "^0.3.2", + "jakub-onderka/php-parallel-lint": "^0.9.2", "phpunit/phpunit": "^4.8.35||^5.0||^6.0" }, "type": "library", @@ -5208,41 +4957,35 @@ } ], "description": "Messenger decorator for react/child-process", - "time": "2019-08-28T15:10:40+00:00" + "time": "2018-03-12T21:47:18+00:00" }, { "name": "wyrihaximus/react-child-process-pool", - "version": "1.6.0", + "version": "1.3.0", "source": { "type": "git", "url": "https://github.com/WyriHaximus/reactphp-child-process-pool.git", - "reference": "c5063e10d12894e20f17eb1aadf2437232450c08" + "reference": "4f6df205e49459895c9f75098d5baa5ddaed8d53" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/WyriHaximus/reactphp-child-process-pool/zipball/c5063e10d12894e20f17eb1aadf2437232450c08", - "reference": "c5063e10d12894e20f17eb1aadf2437232450c08", + "url": "https://api.github.com/repos/WyriHaximus/reactphp-child-process-pool/zipball/4f6df205e49459895c9f75098d5baa5ddaed8d53", + "reference": "4f6df205e49459895c9f75098d5baa5ddaed8d53", "shasum": "" }, "require": { - "evenement/evenement": "^3.0 || ^2.0", - "php": "^7.0 || ^5.4", - "react/event-loop": "^1.1", - "wyrihaximus/cpu-core-detector": "^1.0.2", - "wyrihaximus/file-descriptors": "^1.0 || ^0.1", - "wyrihaximus/react-child-process-messenger": "^2.10", + "evenement/evenement": "^2.0", + "php": "^5.4||^7.0", + "wyrihaximus/cpu-core-detector": "^1.0.0", + "wyrihaximus/react-child-process-messenger": "^2.7.1", "wyrihaximus/ticking-promise": "^1.5" }, "require-dev": { - "clue/block-react": "^1.3", "phake/phake": "^2.2.1", - "phpunit/phpunit": "^4.8.35||^5.0", - "squizlabs/php_codesniffer": "^3.3.2", + "phpunit/phpunit": "^4.0||^5.0", + "squizlabs/php_codesniffer": "^1.5.6", "vectorface/dunit": "~2.0" }, - "suggest": { - "wyrihaximus/react-child-process-pool-redis-queue": "Redis RPC queue" - }, "type": "library", "autoload": { "psr-4": { @@ -5262,32 +5005,32 @@ "email": "ceesjank@gmail.com" } ], - "description": "Pool wyrihaximus/react-child-process-messenger processes", - "time": "2019-08-28T16:54:46+00:00" + "time": "2016-04-06T17:36:50+00:00" }, { "name": "wyrihaximus/react-child-process-promise", - "version": "2.0.2", + "version": "2.0.1", "source": { "type": "git", "url": "https://github.com/WyriHaximus/reactphp-child-process-promise.git", - "reference": "206fe3d5180c7b6f757e8aaa9fef687f42d43164" + "reference": "9b6f1bace7af43afc79fa85b91c793cdb3ff199b" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/WyriHaximus/reactphp-child-process-promise/zipball/206fe3d5180c7b6f757e8aaa9fef687f42d43164", - "reference": "206fe3d5180c7b6f757e8aaa9fef687f42d43164", + "url": "https://api.github.com/repos/WyriHaximus/reactphp-child-process-promise/zipball/9b6f1bace7af43afc79fa85b91c793cdb3ff199b", + "reference": "9b6f1bace7af43afc79fa85b91c793cdb3ff199b", "shasum": "" }, "require": { "php": "^5.4||^7.0", - "react/child-process": "^0.6 || ^0.5 || ^0.4", - "react/promise": "^2.7", + "react/child-process": "^0.5 || ^0.4", + "react/promise": "^2.2", "wyrihaximus/ticking-promise": "^1.5.2" }, "require-dev": { + "phake/phake": "^2.1", "phpunit/phpunit": "^4.4||^5.0", - "squizlabs/php_codesniffer": "^3.3.2", + "squizlabs/php_codesniffer": "^1.5.6", "vectorface/dunit": "^2.0" }, "type": "library", @@ -5311,25 +5054,24 @@ } ], "description": "Wrapping ticks into a promise", - "time": "2019-01-18T21:42:17+00:00" + "time": "2017-10-17T11:37:15+00:00" }, { "name": "wyrihaximus/ticking-promise", - "version": "1.6.3", + "version": "1.5.2", "source": { "type": "git", "url": "https://github.com/WyriHaximus/TickingPromise.git", - "reference": "4bb99024402bb7526de8880f3dab0c1f0858def5" + "reference": "199d323cbeda8b748bfbda4cfd93aa5f909e2e0d" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/WyriHaximus/TickingPromise/zipball/4bb99024402bb7526de8880f3dab0c1f0858def5", - "reference": "4bb99024402bb7526de8880f3dab0c1f0858def5", + "url": "https://api.github.com/repos/WyriHaximus/TickingPromise/zipball/199d323cbeda8b748bfbda4cfd93aa5f909e2e0d", + "reference": "199d323cbeda8b748bfbda4cfd93aa5f909e2e0d", "shasum": "" }, "require": { - "php": "^7.0 || ^5.4", - "react/event-loop": "^1.0 || ^0.5 || ^0.4", + "react/event-loop": "^0.4", "react/promise": "~2.1" }, "require-dev": { @@ -5358,14 +5100,14 @@ } ], "description": "Wrapping ticks into a promise", - "time": "2018-04-05T12:36:50+00:00" + "time": "2016-01-08T23:15:32+00:00" } ], "aliases": [], - "minimum-stability": "dev", + "minimum-stability": "stable", "stability-flags": [], "prefer-stable": false, - "prefer-lowest": false, + "prefer-lowest": true, "platform": { "php": ">=7.1" },