From b08bd8d3be1ac43799b40320423f8b8f29191ee7 Mon Sep 17 00:00:00 2001 From: Jorijn Schrijvershof Date: Sat, 5 Feb 2022 08:32:59 +0100 Subject: [PATCH] this should fix the incorrectly wired derrivation component (#151) --- composer.lock | 593 ++++++++---------- src/Client/BinanceClient.php | 1 + src/EventListener/XPubAddressUsedListener.php | 4 +- tests/Client/BinanceClientTest.php | 1 + tests/Client/BitvavoClientTest.php | 1 + tests/Client/KrakenClientTest.php | 1 + tests/Command/BuyCommandTest.php | 1 + tests/Command/VerifyXPubCommandTest.php | 1 + .../CheckForUpdatesListenerTest.php | 1 + .../IncreaseTaggedBalanceListenerTest.php | 1 + .../SendTelegramOnBuyListenerTest.php | 1 + .../SendTelegramOnWithdrawListenerTest.php | 1 + .../TesterOfAbstractSendEmailListener.php | 2 + .../ResetTaggedBalanceListenerTest.php | 1 + .../WriteOrderToCsvListenerTest.php | 1 + .../XPubAddressUsedListenerTest.php | 8 +- .../XpubWithdrawAddressProviderTest.php | 2 + .../Bitvavo/BitvavoWithdrawServiceTest.php | 1 + tests/Service/Bl3p/Bl3pBuyServiceTest.php | 1 + .../Service/Bl3p/Bl3pWithdrawServiceTest.php | 1 + tests/Service/BuyServiceTest.php | 2 + .../Kraken/KrakenWithdrawServiceTest.php | 1 + tests/Service/WithdrawServiceTest.php | 4 + tools/php-cs-fixer/composer.lock | 589 ++++++++--------- 24 files changed, 542 insertions(+), 678 deletions(-) diff --git a/composer.lock b/composer.lock index a9c5657..8ebe7e7 100644 --- a/composer.lock +++ b/composer.lock @@ -8,16 +8,16 @@ "packages": [ { "name": "async-aws/core", - "version": "1.12.0", + "version": "1.13.0", "source": { "type": "git", "url": "https://github.com/async-aws/core.git", - "reference": "f9af6e756d7fd007b268675bd50af51112b43f7c" + "reference": "f604d0626cc235b249c3c9fb647334f4466d9f7d" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/async-aws/core/zipball/f9af6e756d7fd007b268675bd50af51112b43f7c", - "reference": "f9af6e756d7fd007b268675bd50af51112b43f7c", + "url": "https://api.github.com/repos/async-aws/core/zipball/f604d0626cc235b249c3c9fb647334f4466d9f7d", + "reference": "f604d0626cc235b249c3c9fb647334f4466d9f7d", "shasum": "" }, "require": { @@ -38,7 +38,7 @@ "type": "library", "extra": { "branch-alias": { - "dev-master": "1.12-dev" + "dev-master": "1.13-dev" } }, "autoload": { @@ -59,7 +59,7 @@ "sts" ], "support": { - "source": "https://github.com/async-aws/core/tree/1.12.0" + "source": "https://github.com/async-aws/core/tree/1.13.0" }, "funding": [ { @@ -71,7 +71,7 @@ "type": "github" } ], - "time": "2021-10-02T11:41:51+00:00" + "time": "2021-12-20T13:18:18+00:00" }, { "name": "async-aws/ses", @@ -224,98 +224,25 @@ }, "time": "2020-01-17T21:31:49+00:00" }, - { - "name": "composer/package-versions-deprecated", - "version": "1.11.99.4", - "source": { - "type": "git", - "url": "https://github.com/composer/package-versions-deprecated.git", - "reference": "b174585d1fe49ceed21928a945138948cb394600" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/composer/package-versions-deprecated/zipball/b174585d1fe49ceed21928a945138948cb394600", - "reference": "b174585d1fe49ceed21928a945138948cb394600", - "shasum": "" - }, - "require": { - "composer-plugin-api": "^1.1.0 || ^2.0", - "php": "^7 || ^8" - }, - "replace": { - "ocramius/package-versions": "1.11.99" - }, - "require-dev": { - "composer/composer": "^1.9.3 || ^2.0@dev", - "ext-zip": "^1.13", - "phpunit/phpunit": "^6.5 || ^7" - }, - "type": "composer-plugin", - "extra": { - "class": "PackageVersions\\Installer", - "branch-alias": { - "dev-master": "1.x-dev" - } - }, - "autoload": { - "psr-4": { - "PackageVersions\\": "src/PackageVersions" - } - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "MIT" - ], - "authors": [ - { - "name": "Marco Pivetta", - "email": "ocramius@gmail.com" - }, - { - "name": "Jordi Boggiano", - "email": "j.boggiano@seld.be" - } - ], - "description": "Composer plugin that provides efficient querying for installed package versions (no runtime IO)", - "support": { - "issues": "https://github.com/composer/package-versions-deprecated/issues", - "source": "https://github.com/composer/package-versions-deprecated/tree/1.11.99.4" - }, - "funding": [ - { - "url": "https://packagist.com", - "type": "custom" - }, - { - "url": "https://github.com/composer", - "type": "github" - }, - { - "url": "https://tidelift.com/funding/github/packagist/composer/composer", - "type": "tidelift" - } - ], - "time": "2021-09-13T08:41:34+00:00" - }, { "name": "composer/semver", - "version": "3.2.6", + "version": "3.2.9", "source": { "type": "git", "url": "https://github.com/composer/semver.git", - "reference": "83e511e247de329283478496f7a1e114c9517506" + "reference": "a951f614bd64dcd26137bc9b7b2637ddcfc57649" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/composer/semver/zipball/83e511e247de329283478496f7a1e114c9517506", - "reference": "83e511e247de329283478496f7a1e114c9517506", + "url": "https://api.github.com/repos/composer/semver/zipball/a951f614bd64dcd26137bc9b7b2637ddcfc57649", + "reference": "a951f614bd64dcd26137bc9b7b2637ddcfc57649", "shasum": "" }, "require": { "php": "^5.3.2 || ^7.0 || ^8.0" }, "require-dev": { - "phpstan/phpstan": "^0.12.54", + "phpstan/phpstan": "^1.4", "symfony/phpunit-bridge": "^4.2 || ^5" }, "type": "library", @@ -360,7 +287,7 @@ "support": { "irc": "irc://irc.freenode.org/composer", "issues": "https://github.com/composer/semver/issues", - "source": "https://github.com/composer/semver/tree/3.2.6" + "source": "https://github.com/composer/semver/tree/3.2.9" }, "funding": [ { @@ -376,36 +303,32 @@ "type": "tidelift" } ], - "time": "2021-10-25T11:34:17+00:00" + "time": "2022-02-04T13:58:43+00:00" }, { "name": "doctrine/lexer", - "version": "1.2.1", + "version": "1.2.2", "source": { "type": "git", "url": "https://github.com/doctrine/lexer.git", - "reference": "e864bbf5904cb8f5bb334f99209b48018522f042" + "reference": "9c50f840f257bbb941e6f4a0e94ccf5db5c3f76c" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/doctrine/lexer/zipball/e864bbf5904cb8f5bb334f99209b48018522f042", - "reference": "e864bbf5904cb8f5bb334f99209b48018522f042", + "url": "https://api.github.com/repos/doctrine/lexer/zipball/9c50f840f257bbb941e6f4a0e94ccf5db5c3f76c", + "reference": "9c50f840f257bbb941e6f4a0e94ccf5db5c3f76c", "shasum": "" }, "require": { - "php": "^7.2 || ^8.0" + "php": "^7.1 || ^8.0" }, "require-dev": { - "doctrine/coding-standard": "^6.0", - "phpstan/phpstan": "^0.11.8", - "phpunit/phpunit": "^8.2" + "doctrine/coding-standard": "^9.0", + "phpstan/phpstan": "1.3", + "phpunit/phpunit": "^7.5 || ^8.5 || ^9.5", + "vimeo/psalm": "^4.11" }, "type": "library", - "extra": { - "branch-alias": { - "dev-master": "1.2.x-dev" - } - }, "autoload": { "psr-4": { "Doctrine\\Common\\Lexer\\": "lib/Doctrine/Common/Lexer" @@ -440,7 +363,7 @@ ], "support": { "issues": "https://github.com/doctrine/lexer/issues", - "source": "https://github.com/doctrine/lexer/tree/1.2.1" + "source": "https://github.com/doctrine/lexer/tree/1.2.2" }, "funding": [ { @@ -456,7 +379,7 @@ "type": "tidelift" } ], - "time": "2020-05-25T17:44:05+00:00" + "time": "2022-01-12T08:27:12+00:00" }, { "name": "egulias/email-validator", @@ -528,24 +451,24 @@ }, { "name": "fgrosse/phpasn1", - "version": "v2.3.1", + "version": "v2.4.0", "source": { "type": "git", "url": "https://github.com/fgrosse/PHPASN1.git", - "reference": "6edcecb4df8b6881e79080d5e363dc8b90d4558c" + "reference": "eef488991d53e58e60c9554b09b1201ca5ba9296" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/fgrosse/PHPASN1/zipball/6edcecb4df8b6881e79080d5e363dc8b90d4558c", - "reference": "6edcecb4df8b6881e79080d5e363dc8b90d4558c", + "url": "https://api.github.com/repos/fgrosse/PHPASN1/zipball/eef488991d53e58e60c9554b09b1201ca5ba9296", + "reference": "eef488991d53e58e60c9554b09b1201ca5ba9296", "shasum": "" }, "require": { - "php": ">=7.0.0" + "php": "~7.1.0 || ~7.2.0 || ~7.3.0 || ~7.4.0 || ~8.0.0 || ~8.1.0" }, "require-dev": { "php-coveralls/php-coveralls": "~2.0", - "phpunit/phpunit": "^6.3 | ^7.0" + "phpunit/phpunit": "^6.3 || ^7.0 || ^8.0" }, "suggest": { "ext-bcmath": "BCmath is the fallback extension for big integer calculations", @@ -597,9 +520,9 @@ ], "support": { "issues": "https://github.com/fgrosse/PHPASN1/issues", - "source": "https://github.com/fgrosse/PHPASN1/tree/v2.3.1" + "source": "https://github.com/fgrosse/PHPASN1/tree/v2.4.0" }, - "time": "2021-12-09T20:59:31+00:00" + "time": "2021-12-11T12:41:06+00:00" }, { "name": "friendsofphp/proxy-manager-lts", @@ -685,16 +608,16 @@ }, { "name": "laminas/laminas-code", - "version": "4.5.0", + "version": "4.5.1", "source": { "type": "git", "url": "https://github.com/laminas/laminas-code.git", - "reference": "c99ef8e5629c33bfaa3a8f1df773e916af564cd6" + "reference": "6fd96d4d913571a2cd056a27b123fa28cb90ac4e" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/laminas/laminas-code/zipball/c99ef8e5629c33bfaa3a8f1df773e916af564cd6", - "reference": "c99ef8e5629c33bfaa3a8f1df773e916af564cd6", + "url": "https://api.github.com/repos/laminas/laminas-code/zipball/6fd96d4d913571a2cd056a27b123fa28cb90ac4e", + "reference": "6fd96d4d913571a2cd056a27b123fa28cb90ac4e", "shasum": "" }, "require": { @@ -747,7 +670,7 @@ "type": "community_bridge" } ], - "time": "2021-12-07T06:00:32+00:00" + "time": "2021-12-19T18:06:55+00:00" }, { "name": "lastguest/murmurhash", @@ -1377,16 +1300,16 @@ }, { "name": "symfony/amazon-mailer", - "version": "v6.0.0", + "version": "v6.0.3", "source": { "type": "git", "url": "https://github.com/symfony/amazon-mailer.git", - "reference": "99a9a86ae5d3475300b63834c91175bf29a7f19d" + "reference": "160f3ff32fcf6a0103f4e50661919f398c75d901" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/amazon-mailer/zipball/99a9a86ae5d3475300b63834c91175bf29a7f19d", - "reference": "99a9a86ae5d3475300b63834c91175bf29a7f19d", + "url": "https://api.github.com/repos/symfony/amazon-mailer/zipball/160f3ff32fcf6a0103f4e50661919f398c75d901", + "reference": "160f3ff32fcf6a0103f4e50661919f398c75d901", "shasum": "" }, "require": { @@ -1423,7 +1346,7 @@ "description": "Symfony Amazon Mailer Bridge", "homepage": "https://symfony.com", "support": { - "source": "https://github.com/symfony/amazon-mailer/tree/v6.0.0" + "source": "https://github.com/symfony/amazon-mailer/tree/v6.0.3" }, "funding": [ { @@ -1439,20 +1362,20 @@ "type": "tidelift" } ], - "time": "2021-11-12T11:44:21+00:00" + "time": "2022-01-02T09:55:41+00:00" }, { "name": "symfony/config", - "version": "v6.0.0", + "version": "v6.0.3", "source": { "type": "git", "url": "https://github.com/symfony/config.git", - "reference": "df4871981fd37f953c117b55feac03462be5a2d6" + "reference": "c14f32ae4cd2a3c29d8825c5093463ac08ade7d8" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/config/zipball/df4871981fd37f953c117b55feac03462be5a2d6", - "reference": "df4871981fd37f953c117b55feac03462be5a2d6", + "url": "https://api.github.com/repos/symfony/config/zipball/c14f32ae4cd2a3c29d8825c5093463ac08ade7d8", + "reference": "c14f32ae4cd2a3c29d8825c5093463ac08ade7d8", "shasum": "" }, "require": { @@ -1501,7 +1424,7 @@ "description": "Helps you find, load, combine, autofill and validate configuration values of any kind", "homepage": "https://symfony.com", "support": { - "source": "https://github.com/symfony/config/tree/v6.0.0" + "source": "https://github.com/symfony/config/tree/v6.0.3" }, "funding": [ { @@ -1517,20 +1440,20 @@ "type": "tidelift" } ], - "time": "2021-11-23T19:05:29+00:00" + "time": "2022-01-03T09:53:43+00:00" }, { "name": "symfony/console", - "version": "v6.0.1", + "version": "v6.0.3", "source": { "type": "git", "url": "https://github.com/symfony/console.git", - "reference": "fafd9802d386bf1c267e0249ddb7ceb14dcfdad4" + "reference": "22e8efd019c3270c4f79376234a3f8752cd25490" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/console/zipball/fafd9802d386bf1c267e0249ddb7ceb14dcfdad4", - "reference": "fafd9802d386bf1c267e0249ddb7ceb14dcfdad4", + "url": "https://api.github.com/repos/symfony/console/zipball/22e8efd019c3270c4f79376234a3f8752cd25490", + "reference": "22e8efd019c3270c4f79376234a3f8752cd25490", "shasum": "" }, "require": { @@ -1596,7 +1519,7 @@ "terminal" ], "support": { - "source": "https://github.com/symfony/console/tree/v6.0.1" + "source": "https://github.com/symfony/console/tree/v6.0.3" }, "funding": [ { @@ -1612,20 +1535,20 @@ "type": "tidelift" } ], - "time": "2021-12-09T12:47:37+00:00" + "time": "2022-01-26T17:23:29+00:00" }, { "name": "symfony/dependency-injection", - "version": "v6.0.1", + "version": "v6.0.3", "source": { "type": "git", "url": "https://github.com/symfony/dependency-injection.git", - "reference": "401f794b342585772c1d22288cafbce597485093" + "reference": "bf53dbf6e8f3eec14f44c53fa4c3b4905ab19ee4" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/dependency-injection/zipball/401f794b342585772c1d22288cafbce597485093", - "reference": "401f794b342585772c1d22288cafbce597485093", + "url": "https://api.github.com/repos/symfony/dependency-injection/zipball/bf53dbf6e8f3eec14f44c53fa4c3b4905ab19ee4", + "reference": "bf53dbf6e8f3eec14f44c53fa4c3b4905ab19ee4", "shasum": "" }, "require": { @@ -1684,7 +1607,7 @@ "description": "Allows you to standardize and centralize the way objects are constructed in your application", "homepage": "https://symfony.com", "support": { - "source": "https://github.com/symfony/dependency-injection/tree/v6.0.1" + "source": "https://github.com/symfony/dependency-injection/tree/v6.0.3" }, "funding": [ { @@ -1700,7 +1623,7 @@ "type": "tidelift" } ], - "time": "2021-12-08T15:13:44+00:00" + "time": "2022-01-26T17:23:29+00:00" }, { "name": "symfony/deprecation-contracts", @@ -1771,16 +1694,16 @@ }, { "name": "symfony/dotenv", - "version": "v6.0.1", + "version": "v6.0.3", "source": { "type": "git", "url": "https://github.com/symfony/dotenv.git", - "reference": "b8491dc698e76a2b6255c641346f1958bd65f5cf" + "reference": "45c47b67cc92fbcf9b1d40f08e970a136f75559f" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/dotenv/zipball/b8491dc698e76a2b6255c641346f1958bd65f5cf", - "reference": "b8491dc698e76a2b6255c641346f1958bd65f5cf", + "url": "https://api.github.com/repos/symfony/dotenv/zipball/45c47b67cc92fbcf9b1d40f08e970a136f75559f", + "reference": "45c47b67cc92fbcf9b1d40f08e970a136f75559f", "shasum": "" }, "require": { @@ -1821,7 +1744,7 @@ "environment" ], "support": { - "source": "https://github.com/symfony/dotenv/tree/v6.0.1" + "source": "https://github.com/symfony/dotenv/tree/v6.0.3" }, "funding": [ { @@ -1837,20 +1760,20 @@ "type": "tidelift" } ], - "time": "2021-12-08T15:13:44+00:00" + "time": "2022-01-26T17:23:29+00:00" }, { "name": "symfony/event-dispatcher", - "version": "v6.0.1", + "version": "v6.0.3", "source": { "type": "git", "url": "https://github.com/symfony/event-dispatcher.git", - "reference": "4f06d19a5f78087061f9de6df3269c139c3d289d" + "reference": "6472ea2dd415e925b90ca82be64b8bc6157f3934" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/event-dispatcher/zipball/4f06d19a5f78087061f9de6df3269c139c3d289d", - "reference": "4f06d19a5f78087061f9de6df3269c139c3d289d", + "url": "https://api.github.com/repos/symfony/event-dispatcher/zipball/6472ea2dd415e925b90ca82be64b8bc6157f3934", + "reference": "6472ea2dd415e925b90ca82be64b8bc6157f3934", "shasum": "" }, "require": { @@ -1904,7 +1827,7 @@ "description": "Provides tools that allow your application components to communicate with each other by dispatching events and listening to them", "homepage": "https://symfony.com", "support": { - "source": "https://github.com/symfony/event-dispatcher/tree/v6.0.1" + "source": "https://github.com/symfony/event-dispatcher/tree/v6.0.3" }, "funding": [ { @@ -1920,7 +1843,7 @@ "type": "tidelift" } ], - "time": "2021-12-08T15:13:44+00:00" + "time": "2022-01-02T09:55:41+00:00" }, { "name": "symfony/event-dispatcher-contracts", @@ -2003,16 +1926,16 @@ }, { "name": "symfony/filesystem", - "version": "v6.0.0", + "version": "v6.0.3", "source": { "type": "git", "url": "https://github.com/symfony/filesystem.git", - "reference": "52b3c9cce673b014915445a432339f282e002ce6" + "reference": "6ae49c4fda17322171a2b8dc5f70bc6edbc498e1" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/filesystem/zipball/52b3c9cce673b014915445a432339f282e002ce6", - "reference": "52b3c9cce673b014915445a432339f282e002ce6", + "url": "https://api.github.com/repos/symfony/filesystem/zipball/6ae49c4fda17322171a2b8dc5f70bc6edbc498e1", + "reference": "6ae49c4fda17322171a2b8dc5f70bc6edbc498e1", "shasum": "" }, "require": { @@ -2046,7 +1969,7 @@ "description": "Provides basic utilities for the filesystem", "homepage": "https://symfony.com", "support": { - "source": "https://github.com/symfony/filesystem/tree/v6.0.0" + "source": "https://github.com/symfony/filesystem/tree/v6.0.3" }, "funding": [ { @@ -2062,20 +1985,20 @@ "type": "tidelift" } ], - "time": "2021-10-29T07:35:21+00:00" + "time": "2022-01-02T09:55:41+00:00" }, { "name": "symfony/google-mailer", - "version": "v6.0.0", + "version": "v6.0.3", "source": { "type": "git", "url": "https://github.com/symfony/google-mailer.git", - "reference": "103f9dc4bddbf01a783c1aa48decc48cf294fad8" + "reference": "0db950e96afbeaaf4e69b095018ef15e95831721" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/google-mailer/zipball/103f9dc4bddbf01a783c1aa48decc48cf294fad8", - "reference": "103f9dc4bddbf01a783c1aa48decc48cf294fad8", + "url": "https://api.github.com/repos/symfony/google-mailer/zipball/0db950e96afbeaaf4e69b095018ef15e95831721", + "reference": "0db950e96afbeaaf4e69b095018ef15e95831721", "shasum": "" }, "require": { @@ -2108,7 +2031,7 @@ "description": "Symfony Google Mailer Bridge", "homepage": "https://symfony.com", "support": { - "source": "https://github.com/symfony/google-mailer/tree/v6.0.0" + "source": "https://github.com/symfony/google-mailer/tree/v6.0.3" }, "funding": [ { @@ -2124,20 +2047,20 @@ "type": "tidelift" } ], - "time": "2021-11-21T13:04:35+00:00" + "time": "2022-01-02T09:55:41+00:00" }, { "name": "symfony/http-client", - "version": "v6.0.1", + "version": "v6.0.3", "source": { "type": "git", "url": "https://github.com/symfony/http-client.git", - "reference": "99e42b54cedf061d898aa796a0b3758598021607" + "reference": "45b95017f6a20d564584bdee6a376c9a79caa316" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/http-client/zipball/99e42b54cedf061d898aa796a0b3758598021607", - "reference": "99e42b54cedf061d898aa796a0b3758598021607", + "url": "https://api.github.com/repos/symfony/http-client/zipball/45b95017f6a20d564584bdee6a376c9a79caa316", + "reference": "45b95017f6a20d564584bdee6a376c9a79caa316", "shasum": "" }, "require": { @@ -2192,7 +2115,7 @@ "description": "Provides powerful methods to fetch HTTP resources synchronously or asynchronously", "homepage": "https://symfony.com", "support": { - "source": "https://github.com/symfony/http-client/tree/v6.0.1" + "source": "https://github.com/symfony/http-client/tree/v6.0.3" }, "funding": [ { @@ -2208,7 +2131,7 @@ "type": "tidelift" } ], - "time": "2021-12-08T15:13:44+00:00" + "time": "2022-01-22T06:58:00+00:00" }, { "name": "symfony/http-client-contracts", @@ -2290,16 +2213,16 @@ }, { "name": "symfony/mailchimp-mailer", - "version": "v6.0.0", + "version": "v6.0.3", "source": { "type": "git", "url": "https://github.com/symfony/mailchimp-mailer.git", - "reference": "6302eaf38b5e4cb891581daaf4099ee62e50689b" + "reference": "329228a35c5d3598f014b54a68042a05d591ba37" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/mailchimp-mailer/zipball/6302eaf38b5e4cb891581daaf4099ee62e50689b", - "reference": "6302eaf38b5e4cb891581daaf4099ee62e50689b", + "url": "https://api.github.com/repos/symfony/mailchimp-mailer/zipball/329228a35c5d3598f014b54a68042a05d591ba37", + "reference": "329228a35c5d3598f014b54a68042a05d591ba37", "shasum": "" }, "require": { @@ -2335,7 +2258,7 @@ "description": "Symfony Mailchimp Mailer Bridge", "homepage": "https://symfony.com", "support": { - "source": "https://github.com/symfony/mailchimp-mailer/tree/v6.0.0" + "source": "https://github.com/symfony/mailchimp-mailer/tree/v6.0.3" }, "funding": [ { @@ -2351,20 +2274,20 @@ "type": "tidelift" } ], - "time": "2021-11-12T11:44:21+00:00" + "time": "2022-01-02T09:55:41+00:00" }, { "name": "symfony/mailer", - "version": "v6.0.1", + "version": "v6.0.3", "source": { "type": "git", "url": "https://github.com/symfony/mailer.git", - "reference": "d0547edd8de59bb30c3fe9db14473ed1fee5ef8a" + "reference": "d958befe7dbee9d2b2157ef6dfa9b103efa94f82" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/mailer/zipball/d0547edd8de59bb30c3fe9db14473ed1fee5ef8a", - "reference": "d0547edd8de59bb30c3fe9db14473ed1fee5ef8a", + "url": "https://api.github.com/repos/symfony/mailer/zipball/d958befe7dbee9d2b2157ef6dfa9b103efa94f82", + "reference": "d958befe7dbee9d2b2157ef6dfa9b103efa94f82", "shasum": "" }, "require": { @@ -2409,7 +2332,7 @@ "description": "Helps sending emails", "homepage": "https://symfony.com", "support": { - "source": "https://github.com/symfony/mailer/tree/v6.0.1" + "source": "https://github.com/symfony/mailer/tree/v6.0.3" }, "funding": [ { @@ -2425,20 +2348,20 @@ "type": "tidelift" } ], - "time": "2021-12-08T15:13:44+00:00" + "time": "2022-01-02T09:55:41+00:00" }, { "name": "symfony/mailgun-mailer", - "version": "v6.0.0", + "version": "v6.0.3", "source": { "type": "git", "url": "https://github.com/symfony/mailgun-mailer.git", - "reference": "3c75ab2d8a9068354d0a262626b73577a0e070d5" + "reference": "332442e27d4718a7764dbf06751e9ef1377b9ccd" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/mailgun-mailer/zipball/3c75ab2d8a9068354d0a262626b73577a0e070d5", - "reference": "3c75ab2d8a9068354d0a262626b73577a0e070d5", + "url": "https://api.github.com/repos/symfony/mailgun-mailer/zipball/332442e27d4718a7764dbf06751e9ef1377b9ccd", + "reference": "332442e27d4718a7764dbf06751e9ef1377b9ccd", "shasum": "" }, "require": { @@ -2474,7 +2397,7 @@ "description": "Symfony Mailgun Mailer Bridge", "homepage": "https://symfony.com", "support": { - "source": "https://github.com/symfony/mailgun-mailer/tree/v6.0.0" + "source": "https://github.com/symfony/mailgun-mailer/tree/v6.0.3" }, "funding": [ { @@ -2490,20 +2413,20 @@ "type": "tidelift" } ], - "time": "2021-11-12T11:44:21+00:00" + "time": "2022-01-02T09:55:41+00:00" }, { "name": "symfony/mailjet-mailer", - "version": "v6.0.0", + "version": "v6.0.3", "source": { "type": "git", "url": "https://github.com/symfony/mailjet-mailer.git", - "reference": "6c5e7f5c2b032e98c9e97a785a25d362e4fc51ee" + "reference": "e48d24320de87ff3958667ed1e7b08abf69a9c5a" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/mailjet-mailer/zipball/6c5e7f5c2b032e98c9e97a785a25d362e4fc51ee", - "reference": "6c5e7f5c2b032e98c9e97a785a25d362e4fc51ee", + "url": "https://api.github.com/repos/symfony/mailjet-mailer/zipball/e48d24320de87ff3958667ed1e7b08abf69a9c5a", + "reference": "e48d24320de87ff3958667ed1e7b08abf69a9c5a", "shasum": "" }, "require": { @@ -2539,7 +2462,7 @@ "description": "Symfony Mailjet Mailer Bridge", "homepage": "https://symfony.com", "support": { - "source": "https://github.com/symfony/mailjet-mailer/tree/v6.0.0" + "source": "https://github.com/symfony/mailjet-mailer/tree/v6.0.3" }, "funding": [ { @@ -2555,20 +2478,20 @@ "type": "tidelift" } ], - "time": "2021-11-12T11:44:21+00:00" + "time": "2022-01-02T09:55:41+00:00" }, { "name": "symfony/mime", - "version": "v6.0.1", + "version": "v6.0.3", "source": { "type": "git", "url": "https://github.com/symfony/mime.git", - "reference": "3506356e2368c5623f52cf5ff643e0dee8d5eef7" + "reference": "2cd9601efd040e56f43360daa68f3c6b0534923a" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/mime/zipball/3506356e2368c5623f52cf5ff643e0dee8d5eef7", - "reference": "3506356e2368c5623f52cf5ff643e0dee8d5eef7", + "url": "https://api.github.com/repos/symfony/mime/zipball/2cd9601efd040e56f43360daa68f3c6b0534923a", + "reference": "2cd9601efd040e56f43360daa68f3c6b0534923a", "shasum": "" }, "require": { @@ -2620,7 +2543,7 @@ "mime-type" ], "support": { - "source": "https://github.com/symfony/mime/tree/v6.0.1" + "source": "https://github.com/symfony/mime/tree/v6.0.3" }, "funding": [ { @@ -2636,20 +2559,20 @@ "type": "tidelift" } ], - "time": "2021-12-08T15:13:44+00:00" + "time": "2022-01-02T09:55:41+00:00" }, { "name": "symfony/notifier", - "version": "v6.0.1", + "version": "v6.0.3", "source": { "type": "git", "url": "https://github.com/symfony/notifier.git", - "reference": "5d9faf3f25c8251087289608aaf88b81712ea52c" + "reference": "fa504891d47679f2696e26c98afe2e156b24d371" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/notifier/zipball/5d9faf3f25c8251087289608aaf88b81712ea52c", - "reference": "5d9faf3f25c8251087289608aaf88b81712ea52c", + "url": "https://api.github.com/repos/symfony/notifier/zipball/fa504891d47679f2696e26c98afe2e156b24d371", + "reference": "fa504891d47679f2696e26c98afe2e156b24d371", "shasum": "" }, "require": { @@ -2695,7 +2618,7 @@ "notifier" ], "support": { - "source": "https://github.com/symfony/notifier/tree/v6.0.1" + "source": "https://github.com/symfony/notifier/tree/v6.0.3" }, "funding": [ { @@ -2711,25 +2634,28 @@ "type": "tidelift" } ], - "time": "2021-12-08T15:13:44+00:00" + "time": "2022-01-02T09:55:41+00:00" }, { "name": "symfony/polyfill-ctype", - "version": "v1.23.0", + "version": "v1.24.0", "source": { "type": "git", "url": "https://github.com/symfony/polyfill-ctype.git", - "reference": "46cd95797e9df938fdd2b03693b5fca5e64b01ce" + "reference": "30885182c981ab175d4d034db0f6f469898070ab" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/polyfill-ctype/zipball/46cd95797e9df938fdd2b03693b5fca5e64b01ce", - "reference": "46cd95797e9df938fdd2b03693b5fca5e64b01ce", + "url": "https://api.github.com/repos/symfony/polyfill-ctype/zipball/30885182c981ab175d4d034db0f6f469898070ab", + "reference": "30885182c981ab175d4d034db0f6f469898070ab", "shasum": "" }, "require": { "php": ">=7.1" }, + "provide": { + "ext-ctype": "*" + }, "suggest": { "ext-ctype": "For best performance" }, @@ -2774,7 +2700,7 @@ "portable" ], "support": { - "source": "https://github.com/symfony/polyfill-ctype/tree/v1.23.0" + "source": "https://github.com/symfony/polyfill-ctype/tree/v1.24.0" }, "funding": [ { @@ -2790,20 +2716,20 @@ "type": "tidelift" } ], - "time": "2021-02-19T12:13:01+00:00" + "time": "2021-10-20T20:35:02+00:00" }, { "name": "symfony/polyfill-intl-grapheme", - "version": "v1.23.1", + "version": "v1.24.0", "source": { "type": "git", "url": "https://github.com/symfony/polyfill-intl-grapheme.git", - "reference": "16880ba9c5ebe3642d1995ab866db29270b36535" + "reference": "81b86b50cf841a64252b439e738e97f4a34e2783" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/polyfill-intl-grapheme/zipball/16880ba9c5ebe3642d1995ab866db29270b36535", - "reference": "16880ba9c5ebe3642d1995ab866db29270b36535", + "url": "https://api.github.com/repos/symfony/polyfill-intl-grapheme/zipball/81b86b50cf841a64252b439e738e97f4a34e2783", + "reference": "81b86b50cf841a64252b439e738e97f4a34e2783", "shasum": "" }, "require": { @@ -2855,7 +2781,7 @@ "shim" ], "support": { - "source": "https://github.com/symfony/polyfill-intl-grapheme/tree/v1.23.1" + "source": "https://github.com/symfony/polyfill-intl-grapheme/tree/v1.24.0" }, "funding": [ { @@ -2871,20 +2797,20 @@ "type": "tidelift" } ], - "time": "2021-05-27T12:26:48+00:00" + "time": "2021-11-23T21:10:46+00:00" }, { "name": "symfony/polyfill-intl-idn", - "version": "v1.23.0", + "version": "v1.24.0", "source": { "type": "git", "url": "https://github.com/symfony/polyfill-intl-idn.git", - "reference": "65bd267525e82759e7d8c4e8ceea44f398838e65" + "reference": "749045c69efb97c70d25d7463abba812e91f3a44" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/polyfill-intl-idn/zipball/65bd267525e82759e7d8c4e8ceea44f398838e65", - "reference": "65bd267525e82759e7d8c4e8ceea44f398838e65", + "url": "https://api.github.com/repos/symfony/polyfill-intl-idn/zipball/749045c69efb97c70d25d7463abba812e91f3a44", + "reference": "749045c69efb97c70d25d7463abba812e91f3a44", "shasum": "" }, "require": { @@ -2942,7 +2868,7 @@ "shim" ], "support": { - "source": "https://github.com/symfony/polyfill-intl-idn/tree/v1.23.0" + "source": "https://github.com/symfony/polyfill-intl-idn/tree/v1.24.0" }, "funding": [ { @@ -2958,11 +2884,11 @@ "type": "tidelift" } ], - "time": "2021-05-27T09:27:20+00:00" + "time": "2021-09-14T14:02:44+00:00" }, { "name": "symfony/polyfill-intl-normalizer", - "version": "v1.23.0", + "version": "v1.24.0", "source": { "type": "git", "url": "https://github.com/symfony/polyfill-intl-normalizer.git", @@ -3026,7 +2952,7 @@ "shim" ], "support": { - "source": "https://github.com/symfony/polyfill-intl-normalizer/tree/v1.23.0" + "source": "https://github.com/symfony/polyfill-intl-normalizer/tree/v1.24.0" }, "funding": [ { @@ -3046,21 +2972,24 @@ }, { "name": "symfony/polyfill-mbstring", - "version": "v1.23.1", + "version": "v1.24.0", "source": { "type": "git", "url": "https://github.com/symfony/polyfill-mbstring.git", - "reference": "9174a3d80210dca8daa7f31fec659150bbeabfc6" + "reference": "0abb51d2f102e00a4eefcf46ba7fec406d245825" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/9174a3d80210dca8daa7f31fec659150bbeabfc6", - "reference": "9174a3d80210dca8daa7f31fec659150bbeabfc6", + "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/0abb51d2f102e00a4eefcf46ba7fec406d245825", + "reference": "0abb51d2f102e00a4eefcf46ba7fec406d245825", "shasum": "" }, "require": { "php": ">=7.1" }, + "provide": { + "ext-mbstring": "*" + }, "suggest": { "ext-mbstring": "For best performance" }, @@ -3106,7 +3035,7 @@ "shim" ], "support": { - "source": "https://github.com/symfony/polyfill-mbstring/tree/v1.23.1" + "source": "https://github.com/symfony/polyfill-mbstring/tree/v1.24.0" }, "funding": [ { @@ -3122,11 +3051,11 @@ "type": "tidelift" } ], - "time": "2021-05-27T12:26:48+00:00" + "time": "2021-11-30T18:21:41+00:00" }, { "name": "symfony/polyfill-php72", - "version": "v1.23.0", + "version": "v1.24.0", "source": { "type": "git", "url": "https://github.com/symfony/polyfill-php72.git", @@ -3182,7 +3111,7 @@ "shim" ], "support": { - "source": "https://github.com/symfony/polyfill-php72/tree/v1.23.0" + "source": "https://github.com/symfony/polyfill-php72/tree/v1.24.0" }, "funding": [ { @@ -3202,16 +3131,16 @@ }, { "name": "symfony/polyfill-php81", - "version": "v1.23.0", + "version": "v1.24.0", "source": { "type": "git", "url": "https://github.com/symfony/polyfill-php81.git", - "reference": "e66119f3de95efc359483f810c4c3e6436279436" + "reference": "5de4ba2d41b15f9bd0e19b2ab9674135813ec98f" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/polyfill-php81/zipball/e66119f3de95efc359483f810c4c3e6436279436", - "reference": "e66119f3de95efc359483f810c4c3e6436279436", + "url": "https://api.github.com/repos/symfony/polyfill-php81/zipball/5de4ba2d41b15f9bd0e19b2ab9674135813ec98f", + "reference": "5de4ba2d41b15f9bd0e19b2ab9674135813ec98f", "shasum": "" }, "require": { @@ -3261,7 +3190,7 @@ "shim" ], "support": { - "source": "https://github.com/symfony/polyfill-php81/tree/v1.23.0" + "source": "https://github.com/symfony/polyfill-php81/tree/v1.24.0" }, "funding": [ { @@ -3277,20 +3206,20 @@ "type": "tidelift" } ], - "time": "2021-05-21T13:25:03+00:00" + "time": "2021-09-13T13:58:11+00:00" }, { "name": "symfony/postmark-mailer", - "version": "v6.0.0", + "version": "v6.0.3", "source": { "type": "git", "url": "https://github.com/symfony/postmark-mailer.git", - "reference": "f2d35282cc9178d57d42601e416f093d7253181b" + "reference": "823c1fa6c833c14d7b13101af264f277eb8658a1" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/postmark-mailer/zipball/f2d35282cc9178d57d42601e416f093d7253181b", - "reference": "f2d35282cc9178d57d42601e416f093d7253181b", + "url": "https://api.github.com/repos/symfony/postmark-mailer/zipball/823c1fa6c833c14d7b13101af264f277eb8658a1", + "reference": "823c1fa6c833c14d7b13101af264f277eb8658a1", "shasum": "" }, "require": { @@ -3326,7 +3255,7 @@ "description": "Symfony Postmark Mailer Bridge", "homepage": "https://symfony.com", "support": { - "source": "https://github.com/symfony/postmark-mailer/tree/v6.0.0" + "source": "https://github.com/symfony/postmark-mailer/tree/v6.0.3" }, "funding": [ { @@ -3342,20 +3271,20 @@ "type": "tidelift" } ], - "time": "2021-11-12T11:44:21+00:00" + "time": "2022-01-02T09:55:41+00:00" }, { "name": "symfony/property-access", - "version": "v6.0.0", + "version": "v6.0.3", "source": { "type": "git", "url": "https://github.com/symfony/property-access.git", - "reference": "e0b66975319b4648e0cbf267878b07d8e2d11e2e" + "reference": "428ffd96c60bf2c13b35182f704b24db6712c897" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/property-access/zipball/e0b66975319b4648e0cbf267878b07d8e2d11e2e", - "reference": "e0b66975319b4648e0cbf267878b07d8e2d11e2e", + "url": "https://api.github.com/repos/symfony/property-access/zipball/428ffd96c60bf2c13b35182f704b24db6712c897", + "reference": "428ffd96c60bf2c13b35182f704b24db6712c897", "shasum": "" }, "require": { @@ -3405,7 +3334,7 @@ "reflection" ], "support": { - "source": "https://github.com/symfony/property-access/tree/v6.0.0" + "source": "https://github.com/symfony/property-access/tree/v6.0.3" }, "funding": [ { @@ -3421,20 +3350,20 @@ "type": "tidelift" } ], - "time": "2021-11-28T15:34:37+00:00" + "time": "2022-01-12T18:59:56+00:00" }, { "name": "symfony/property-info", - "version": "v6.0.0", + "version": "v6.0.3", "source": { "type": "git", "url": "https://github.com/symfony/property-info.git", - "reference": "56e98f48ee2dc89688d1870e66d834627a17db6d" + "reference": "46e4e6d254f80d103689f2bb103b52a6f5ac2fe2" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/property-info/zipball/56e98f48ee2dc89688d1870e66d834627a17db6d", - "reference": "56e98f48ee2dc89688d1870e66d834627a17db6d", + "url": "https://api.github.com/repos/symfony/property-info/zipball/46e4e6d254f80d103689f2bb103b52a6f5ac2fe2", + "reference": "46e4e6d254f80d103689f2bb103b52a6f5ac2fe2", "shasum": "" }, "require": { @@ -3494,7 +3423,7 @@ "validator" ], "support": { - "source": "https://github.com/symfony/property-info/tree/v6.0.0" + "source": "https://github.com/symfony/property-info/tree/v6.0.3" }, "funding": [ { @@ -3510,24 +3439,23 @@ "type": "tidelift" } ], - "time": "2021-11-04T18:05:01+00:00" + "time": "2022-01-02T09:55:41+00:00" }, { "name": "symfony/proxy-manager-bridge", - "version": "v6.0.1", + "version": "v6.0.3", "source": { "type": "git", "url": "https://github.com/symfony/proxy-manager-bridge.git", - "reference": "6b2021ef8f9b09be9ca2a9a857676c2384fffea3" + "reference": "51ba60d4340fd91dd42c9caad76a414a521fbee4" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/proxy-manager-bridge/zipball/6b2021ef8f9b09be9ca2a9a857676c2384fffea3", - "reference": "6b2021ef8f9b09be9ca2a9a857676c2384fffea3", + "url": "https://api.github.com/repos/symfony/proxy-manager-bridge/zipball/51ba60d4340fd91dd42c9caad76a414a521fbee4", + "reference": "51ba60d4340fd91dd42c9caad76a414a521fbee4", "shasum": "" }, "require": { - "composer/package-versions-deprecated": "^1.8", "friendsofphp/proxy-manager-lts": "^1.0.2", "php": ">=8.0.2", "symfony/dependency-injection": "^5.4|^6.0" @@ -3561,7 +3489,7 @@ "description": "Provides integration for ProxyManager with various Symfony components", "homepage": "https://symfony.com", "support": { - "source": "https://github.com/symfony/proxy-manager-bridge/tree/v6.0.1" + "source": "https://github.com/symfony/proxy-manager-bridge/tree/v6.0.3" }, "funding": [ { @@ -3577,20 +3505,20 @@ "type": "tidelift" } ], - "time": "2021-12-08T15:13:44+00:00" + "time": "2022-01-02T09:55:41+00:00" }, { "name": "symfony/sendgrid-mailer", - "version": "v6.0.0", + "version": "v6.0.3", "source": { "type": "git", "url": "https://github.com/symfony/sendgrid-mailer.git", - "reference": "e521579655d137a9274d62cbf62678c6321273ee" + "reference": "d2f887552a20903ab5616e9c2ec426c682e5f310" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/sendgrid-mailer/zipball/e521579655d137a9274d62cbf62678c6321273ee", - "reference": "e521579655d137a9274d62cbf62678c6321273ee", + "url": "https://api.github.com/repos/symfony/sendgrid-mailer/zipball/d2f887552a20903ab5616e9c2ec426c682e5f310", + "reference": "d2f887552a20903ab5616e9c2ec426c682e5f310", "shasum": "" }, "require": { @@ -3626,7 +3554,7 @@ "description": "Symfony Sendgrid Mailer Bridge", "homepage": "https://symfony.com", "support": { - "source": "https://github.com/symfony/sendgrid-mailer/tree/v6.0.0" + "source": "https://github.com/symfony/sendgrid-mailer/tree/v6.0.3" }, "funding": [ { @@ -3642,20 +3570,20 @@ "type": "tidelift" } ], - "time": "2021-11-12T11:44:21+00:00" + "time": "2022-01-02T09:55:41+00:00" }, { "name": "symfony/sendinblue-mailer", - "version": "v6.0.0", + "version": "v6.0.3", "source": { "type": "git", "url": "https://github.com/symfony/sendinblue-mailer.git", - "reference": "42256762384e5f55a2e69afbb6032164ea072b50" + "reference": "771b887dc44eb05e8cc95aa7d2f1a17fa2d5177d" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/sendinblue-mailer/zipball/42256762384e5f55a2e69afbb6032164ea072b50", - "reference": "42256762384e5f55a2e69afbb6032164ea072b50", + "url": "https://api.github.com/repos/symfony/sendinblue-mailer/zipball/771b887dc44eb05e8cc95aa7d2f1a17fa2d5177d", + "reference": "771b887dc44eb05e8cc95aa7d2f1a17fa2d5177d", "shasum": "" }, "require": { @@ -3691,7 +3619,7 @@ "description": "Symfony Sendinblue Mailer Bridge", "homepage": "https://symfony.com", "support": { - "source": "https://github.com/symfony/sendinblue-mailer/tree/v6.0.0" + "source": "https://github.com/symfony/sendinblue-mailer/tree/v6.0.3" }, "funding": [ { @@ -3707,20 +3635,20 @@ "type": "tidelift" } ], - "time": "2021-11-12T11:44:21+00:00" + "time": "2022-01-02T09:55:41+00:00" }, { "name": "symfony/serializer", - "version": "v6.0.1", + "version": "v6.0.3", "source": { "type": "git", "url": "https://github.com/symfony/serializer.git", - "reference": "60637437ca5bfa519e4085e9ea28ead456f9d85e" + "reference": "8a81ecc4f0ca229961c6c2d699e634bf6f80c4fc" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/serializer/zipball/60637437ca5bfa519e4085e9ea28ead456f9d85e", - "reference": "60637437ca5bfa519e4085e9ea28ead456f9d85e", + "url": "https://api.github.com/repos/symfony/serializer/zipball/8a81ecc4f0ca229961c6c2d699e634bf6f80c4fc", + "reference": "8a81ecc4f0ca229961c6c2d699e634bf6f80c4fc", "shasum": "" }, "require": { @@ -3734,6 +3662,7 @@ "symfony/dependency-injection": "<5.4", "symfony/property-access": "<5.4", "symfony/property-info": "<5.4", + "symfony/uid": "<5.4", "symfony/yaml": "<5.4" }, "require-dev": { @@ -3791,7 +3720,7 @@ "description": "Handles serializing and deserializing data structures, including object graphs, into array structures or other formats like XML and JSON.", "homepage": "https://symfony.com", "support": { - "source": "https://github.com/symfony/serializer/tree/v6.0.1" + "source": "https://github.com/symfony/serializer/tree/v6.0.3" }, "funding": [ { @@ -3807,7 +3736,7 @@ "type": "tidelift" } ], - "time": "2021-12-01T16:45:37+00:00" + "time": "2022-01-26T17:34:56+00:00" }, { "name": "symfony/service-contracts", @@ -3893,16 +3822,16 @@ }, { "name": "symfony/string", - "version": "v6.0.1", + "version": "v6.0.3", "source": { "type": "git", "url": "https://github.com/symfony/string.git", - "reference": "0cfed595758ec6e0a25591bdc8ca733c1896af32" + "reference": "522144f0c4c004c80d56fa47e40e17028e2eefc2" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/string/zipball/0cfed595758ec6e0a25591bdc8ca733c1896af32", - "reference": "0cfed595758ec6e0a25591bdc8ca733c1896af32", + "url": "https://api.github.com/repos/symfony/string/zipball/522144f0c4c004c80d56fa47e40e17028e2eefc2", + "reference": "522144f0c4c004c80d56fa47e40e17028e2eefc2", "shasum": "" }, "require": { @@ -3958,7 +3887,7 @@ "utf8" ], "support": { - "source": "https://github.com/symfony/string/tree/v6.0.1" + "source": "https://github.com/symfony/string/tree/v6.0.3" }, "funding": [ { @@ -3974,20 +3903,20 @@ "type": "tidelift" } ], - "time": "2021-12-08T15:13:44+00:00" + "time": "2022-01-02T09:55:41+00:00" }, { "name": "symfony/telegram-notifier", - "version": "v6.0.0", + "version": "v6.0.3", "source": { "type": "git", "url": "https://github.com/symfony/telegram-notifier.git", - "reference": "ca82bc75690dd9732104a42df8c45767511a1a65" + "reference": "513ccd4f5abf2752ad22cb28341b7a00b2457422" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/telegram-notifier/zipball/ca82bc75690dd9732104a42df8c45767511a1a65", - "reference": "ca82bc75690dd9732104a42df8c45767511a1a65", + "url": "https://api.github.com/repos/symfony/telegram-notifier/zipball/513ccd4f5abf2752ad22cb28341b7a00b2457422", + "reference": "513ccd4f5abf2752ad22cb28341b7a00b2457422", "shasum": "" }, "require": { @@ -4028,7 +3957,7 @@ "telegram" ], "support": { - "source": "https://github.com/symfony/telegram-notifier/tree/v6.0.0" + "source": "https://github.com/symfony/telegram-notifier/tree/v6.0.3" }, "funding": [ { @@ -4044,20 +3973,20 @@ "type": "tidelift" } ], - "time": "2021-11-12T11:44:21+00:00" + "time": "2022-01-02T09:55:41+00:00" }, { "name": "symfony/yaml", - "version": "v6.0.1", + "version": "v6.0.3", "source": { "type": "git", "url": "https://github.com/symfony/yaml.git", - "reference": "d34390fe7e8c0fe7e4192c67c27ecf58bc7d3ed7" + "reference": "e77f3ea0b21141d771d4a5655faa54f692b34af5" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/yaml/zipball/d34390fe7e8c0fe7e4192c67c27ecf58bc7d3ed7", - "reference": "d34390fe7e8c0fe7e4192c67c27ecf58bc7d3ed7", + "url": "https://api.github.com/repos/symfony/yaml/zipball/e77f3ea0b21141d771d4a5655faa54f692b34af5", + "reference": "e77f3ea0b21141d771d4a5655faa54f692b34af5", "shasum": "" }, "require": { @@ -4102,7 +4031,7 @@ "description": "Loads and dumps YAML files", "homepage": "https://symfony.com", "support": { - "source": "https://github.com/symfony/yaml/tree/v6.0.1" + "source": "https://github.com/symfony/yaml/tree/v6.0.3" }, "funding": [ { @@ -4118,7 +4047,7 @@ "type": "tidelift" } ], - "time": "2021-12-08T15:13:44+00:00" + "time": "2022-01-26T17:23:29+00:00" } ], "packages-dev": [ @@ -4218,12 +4147,12 @@ }, "type": "library", "autoload": { - "psr-4": { - "DeepCopy\\": "src/DeepCopy/" - }, "files": [ "src/DeepCopy/deep_copy.php" - ] + ], + "psr-4": { + "DeepCopy\\": "src/DeepCopy/" + } }, "notification-url": "https://packagist.org/downloads/", "license": [ @@ -4528,16 +4457,16 @@ }, { "name": "phpdocumentor/type-resolver", - "version": "1.5.1", + "version": "1.6.0", "source": { "type": "git", "url": "https://github.com/phpDocumentor/TypeResolver.git", - "reference": "a12f7e301eb7258bb68acd89d4aefa05c2906cae" + "reference": "93ebd0014cab80c4ea9f5e297ea48672f1b87706" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/phpDocumentor/TypeResolver/zipball/a12f7e301eb7258bb68acd89d4aefa05c2906cae", - "reference": "a12f7e301eb7258bb68acd89d4aefa05c2906cae", + "url": "https://api.github.com/repos/phpDocumentor/TypeResolver/zipball/93ebd0014cab80c4ea9f5e297ea48672f1b87706", + "reference": "93ebd0014cab80c4ea9f5e297ea48672f1b87706", "shasum": "" }, "require": { @@ -4572,9 +4501,9 @@ "description": "A PSR-5 based resolver of Class names, Types and Structural Element Names", "support": { "issues": "https://github.com/phpDocumentor/TypeResolver/issues", - "source": "https://github.com/phpDocumentor/TypeResolver/tree/1.5.1" + "source": "https://github.com/phpDocumentor/TypeResolver/tree/1.6.0" }, - "time": "2021-10-02T14:08:47+00:00" + "time": "2022-01-04T19:58:01+00:00" }, { "name": "phpspec/prophecy", @@ -4645,16 +4574,16 @@ }, { "name": "phpstan/phpstan", - "version": "1.2.0", + "version": "1.4.5", "source": { "type": "git", "url": "https://github.com/phpstan/phpstan.git", - "reference": "cbe085f9fdead5b6d62e4c022ca52dc9427a10ee" + "reference": "150d1fbd82fb71ff76b3bd7f6ea6006d89c5f0c3" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/phpstan/phpstan/zipball/cbe085f9fdead5b6d62e4c022ca52dc9427a10ee", - "reference": "cbe085f9fdead5b6d62e4c022ca52dc9427a10ee", + "url": "https://api.github.com/repos/phpstan/phpstan/zipball/150d1fbd82fb71ff76b3bd7f6ea6006d89c5f0c3", + "reference": "150d1fbd82fb71ff76b3bd7f6ea6006d89c5f0c3", "shasum": "" }, "require": { @@ -4670,7 +4599,7 @@ "type": "library", "extra": { "branch-alias": { - "dev-master": "1.2-dev" + "dev-master": "1.4-dev" } }, "autoload": { @@ -4685,7 +4614,7 @@ "description": "PHPStan - PHP Static Analysis Tool", "support": { "issues": "https://github.com/phpstan/phpstan/issues", - "source": "https://github.com/phpstan/phpstan/tree/1.2.0" + "source": "https://github.com/phpstan/phpstan/tree/1.4.5" }, "funding": [ { @@ -4705,7 +4634,7 @@ "type": "tidelift" } ], - "time": "2021-11-18T14:09:01+00:00" + "time": "2022-02-02T19:35:10+00:00" }, { "name": "phpunit/php-code-coverage", @@ -5027,16 +4956,16 @@ }, { "name": "phpunit/phpunit", - "version": "9.5.10", + "version": "9.5.13", "source": { "type": "git", "url": "https://github.com/sebastianbergmann/phpunit.git", - "reference": "c814a05837f2edb0d1471d6e3f4ab3501ca3899a" + "reference": "597cb647654ede35e43b137926dfdfef0fb11743" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/c814a05837f2edb0d1471d6e3f4ab3501ca3899a", - "reference": "c814a05837f2edb0d1471d6e3f4ab3501ca3899a", + "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/597cb647654ede35e43b137926dfdfef0fb11743", + "reference": "597cb647654ede35e43b137926dfdfef0fb11743", "shasum": "" }, "require": { @@ -5114,11 +5043,11 @@ ], "support": { "issues": "https://github.com/sebastianbergmann/phpunit/issues", - "source": "https://github.com/sebastianbergmann/phpunit/tree/9.5.10" + "source": "https://github.com/sebastianbergmann/phpunit/tree/9.5.13" }, "funding": [ { - "url": "https://phpunit.de/donate.html", + "url": "https://phpunit.de/sponsors.html", "type": "custom" }, { @@ -5126,25 +5055,25 @@ "type": "github" } ], - "time": "2021-09-25T07:38:51+00:00" + "time": "2022-01-24T07:33:35+00:00" }, { "name": "rector/rector", - "version": "0.12.7", + "version": "0.12.15", "source": { "type": "git", "url": "https://github.com/rectorphp/rector.git", - "reference": "d88fbe1bcde87e11cbdfa1bf2f51c990f33f426d" + "reference": "e923bcd0d675dc4d8746da0554089b484044d0b5" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/rectorphp/rector/zipball/d88fbe1bcde87e11cbdfa1bf2f51c990f33f426d", - "reference": "d88fbe1bcde87e11cbdfa1bf2f51c990f33f426d", + "url": "https://api.github.com/repos/rectorphp/rector/zipball/e923bcd0d675dc4d8746da0554089b484044d0b5", + "reference": "e923bcd0d675dc4d8746da0554089b484044d0b5", "shasum": "" }, "require": { "php": "^7.1|^8.0", - "phpstan/phpstan": "^1.1.1" + "phpstan/phpstan": "^1.4.2" }, "conflict": { "phpstan/phpdoc-parser": "<1.2", @@ -5175,10 +5104,10 @@ "license": [ "MIT" ], - "description": "Prefixed and PHP 7.1 downgraded version of rector/rector", + "description": "Instant Upgrade and Automated Refactoring of any PHP code", "support": { "issues": "https://github.com/rectorphp/rector/issues", - "source": "https://github.com/rectorphp/rector/tree/0.12.7" + "source": "https://github.com/rectorphp/rector/tree/0.12.15" }, "funding": [ { @@ -5186,7 +5115,7 @@ "type": "github" } ], - "time": "2021-12-09T20:25:42+00:00" + "time": "2022-01-26T12:02:35+00:00" }, { "name": "sebastian/cli-parser", diff --git a/src/Client/BinanceClient.php b/src/Client/BinanceClient.php index 86f3815..850cd88 100644 --- a/src/Client/BinanceClient.php +++ b/src/Client/BinanceClient.php @@ -22,6 +22,7 @@ class BinanceClient implements BinanceClientInterface { /** @var string */ public const USER_AGENT = 'Mozilla/4.0 (compatible; Binance PHP client; Jorijn/BitcoinDca; '.PHP_OS.'; PHP/'.PHP_VERSION.')'; + /** @var string */ public const HASH_ALGO = 'sha256'; diff --git a/src/EventListener/XPubAddressUsedListener.php b/src/EventListener/XPubAddressUsedListener.php index 7411901..a4d2ba1 100644 --- a/src/EventListener/XPubAddressUsedListener.php +++ b/src/EventListener/XPubAddressUsedListener.php @@ -13,7 +13,7 @@ namespace Jorijn\Bitcoin\Dca\EventListener; -use Jorijn\Bitcoin\Dca\Component\AddressFromMasterPublicKeyComponent; +use Jorijn\Bitcoin\Dca\Component\AddressFromMasterPublicKeyComponentInterface; use Jorijn\Bitcoin\Dca\Event\WithdrawSuccessEvent; use Jorijn\Bitcoin\Dca\Repository\TaggedIntegerRepositoryInterface; use Psr\Log\LoggerInterface; @@ -23,7 +23,7 @@ class XPubAddressUsedListener { public function __construct( protected TaggedIntegerRepositoryInterface $taggedIntegerRepository, - protected AddressFromMasterPublicKeyComponent $addressFromMasterPublicKeyComponent, + protected AddressFromMasterPublicKeyComponentInterface $addressFromMasterPublicKeyComponent, protected LoggerInterface $logger, protected ?string $configuredXPub ) { diff --git a/tests/Client/BinanceClientTest.php b/tests/Client/BinanceClientTest.php index e9dcb0d..96fa12a 100644 --- a/tests/Client/BinanceClientTest.php +++ b/tests/Client/BinanceClientTest.php @@ -31,6 +31,7 @@ final class BinanceClientTest extends TestCase { private string $apiKey; private string $apiSecret; + /** @var HttpClientInterface|MockObject */ private $httpClient; private BinanceClient $client; diff --git a/tests/Client/BitvavoClientTest.php b/tests/Client/BitvavoClientTest.php index 34755d3..477f009 100644 --- a/tests/Client/BitvavoClientTest.php +++ b/tests/Client/BitvavoClientTest.php @@ -36,6 +36,7 @@ final class BitvavoClientTest extends TestCase private string $accessWindow; private string $apiKey; private string $apiSecret; + /** @var LoggerInterface|MockObject */ private $logger; private BitvavoClient $client; diff --git a/tests/Client/KrakenClientTest.php b/tests/Client/KrakenClientTest.php index ad38376..c4ff122 100644 --- a/tests/Client/KrakenClientTest.php +++ b/tests/Client/KrakenClientTest.php @@ -32,6 +32,7 @@ final class KrakenClientTest extends TestCase private const BASE_URI = 'https://unit.test/'; protected MockHttpClient $httpClient; + /** @var LoggerInterface|MockObject */ protected $logger; protected KrakenClient $client; diff --git a/tests/Command/BuyCommandTest.php b/tests/Command/BuyCommandTest.php index 65feae8..c4d8013 100644 --- a/tests/Command/BuyCommandTest.php +++ b/tests/Command/BuyCommandTest.php @@ -38,6 +38,7 @@ final class BuyCommandTest extends TestCase /** @var BuyService|MockObject */ private $buyService; + /** @var MockObject|SerializerInterface */ private $serializer; diff --git a/tests/Command/VerifyXPubCommandTest.php b/tests/Command/VerifyXPubCommandTest.php index 9c8d5cb..711da52 100644 --- a/tests/Command/VerifyXPubCommandTest.php +++ b/tests/Command/VerifyXPubCommandTest.php @@ -32,6 +32,7 @@ final class VerifyXPubCommandTest extends TestCase { /** @var AddressFromMasterPublicKeyComponent|MockObject */ private $keyFactory; + /** @var MockObject|TaggedIntegerRepositoryInterface */ private $xpubRepository; private string $configuredKey; diff --git a/tests/EventListener/CheckForUpdatesListenerTest.php b/tests/EventListener/CheckForUpdatesListenerTest.php index dd612ef..fb724bc 100644 --- a/tests/EventListener/CheckForUpdatesListenerTest.php +++ b/tests/EventListener/CheckForUpdatesListenerTest.php @@ -42,6 +42,7 @@ final class CheckForUpdatesListenerTest extends TestCase /** @var InputInterface|MockObject */ private $input; + /** @var BufferedOutput */ private $bufferedOutput; diff --git a/tests/EventListener/IncreaseTaggedBalanceListenerTest.php b/tests/EventListener/IncreaseTaggedBalanceListenerTest.php index a4d06c2..28b45e5 100644 --- a/tests/EventListener/IncreaseTaggedBalanceListenerTest.php +++ b/tests/EventListener/IncreaseTaggedBalanceListenerTest.php @@ -31,6 +31,7 @@ final class IncreaseTaggedBalanceListenerTest extends TestCase { /** @var MockObject|TaggedIntegerRepositoryInterface */ private $repository; + /** @var LoggerInterface|MockObject */ private $logger; private IncreaseTaggedBalanceListener $listener; diff --git a/tests/EventListener/Notifications/SendTelegramOnBuyListenerTest.php b/tests/EventListener/Notifications/SendTelegramOnBuyListenerTest.php index 07df78d..3a8196c 100644 --- a/tests/EventListener/Notifications/SendTelegramOnBuyListenerTest.php +++ b/tests/EventListener/Notifications/SendTelegramOnBuyListenerTest.php @@ -32,6 +32,7 @@ final class SendTelegramOnBuyListenerTest extends TestCase { /** @var HttpClientInterface|mixed|MockObject */ private $httpClient; + /** @var EventDispatcherInterface|mixed|MockObject */ private $eventDispatcher; private TelegramTransport $transport; diff --git a/tests/EventListener/Notifications/SendTelegramOnWithdrawListenerTest.php b/tests/EventListener/Notifications/SendTelegramOnWithdrawListenerTest.php index 6f4345a..f2e4a3f 100644 --- a/tests/EventListener/Notifications/SendTelegramOnWithdrawListenerTest.php +++ b/tests/EventListener/Notifications/SendTelegramOnWithdrawListenerTest.php @@ -32,6 +32,7 @@ final class SendTelegramOnWithdrawListenerTest extends TestCase { /** @var HttpClientInterface|mixed|MockObject */ private $httpClient; + /** @var EventDispatcherInterface|mixed|MockObject */ private $eventDispatcher; private TelegramTransport $transport; diff --git a/tests/EventListener/Notifications/TesterOfAbstractSendEmailListener.php b/tests/EventListener/Notifications/TesterOfAbstractSendEmailListener.php index 35f9d39..bd46b2f 100644 --- a/tests/EventListener/Notifications/TesterOfAbstractSendEmailListener.php +++ b/tests/EventListener/Notifications/TesterOfAbstractSendEmailListener.php @@ -29,6 +29,7 @@ abstract class TesterOfAbstractSendEmailListener extends TestCase { /** @var MailerInterface|MockObject */ protected $notifier; + /** @var HtmlConverterInterface|MockObject */ protected $htmlConverter; protected string $to; @@ -40,6 +41,7 @@ abstract class TesterOfAbstractSendEmailListener extends TestCase protected string $iconLocation; protected NotificationEmailTemplateInformation $templateConfiguration; protected string $quotesLocation; + /** @var AbstractSendEmailListener|MockObject */ protected $listener; protected string $templateLocation; diff --git a/tests/EventListener/ResetTaggedBalanceListenerTest.php b/tests/EventListener/ResetTaggedBalanceListenerTest.php index 5241416..b208954 100644 --- a/tests/EventListener/ResetTaggedBalanceListenerTest.php +++ b/tests/EventListener/ResetTaggedBalanceListenerTest.php @@ -32,6 +32,7 @@ final class ResetTaggedBalanceListenerTest extends TestCase { /** @var MockObject|TaggedIntegerRepositoryInterface */ private $repository; + /** @var LoggerInterface|MockObject */ private $logger; private ResetTaggedBalanceListener $listener; diff --git a/tests/EventListener/WriteOrderToCsvListenerTest.php b/tests/EventListener/WriteOrderToCsvListenerTest.php index 64861cd..f1d482e 100644 --- a/tests/EventListener/WriteOrderToCsvListenerTest.php +++ b/tests/EventListener/WriteOrderToCsvListenerTest.php @@ -33,6 +33,7 @@ final class WriteOrderToCsvListenerTest extends TestCase { private string $temporaryFile; + /** @var MockObject|SerializerInterface */ private $serializer; private WriteOrderToCsvListener $listener; diff --git a/tests/EventListener/XPubAddressUsedListenerTest.php b/tests/EventListener/XPubAddressUsedListenerTest.php index 867f29c..675dc2a 100644 --- a/tests/EventListener/XPubAddressUsedListenerTest.php +++ b/tests/EventListener/XPubAddressUsedListenerTest.php @@ -14,7 +14,7 @@ namespace Tests\Jorijn\Bitcoin\Dca\EventListener; use Exception; -use Jorijn\Bitcoin\Dca\Component\AddressFromMasterPublicKeyComponent; +use Jorijn\Bitcoin\Dca\Component\AddressFromMasterPublicKeyComponentInterface; use Jorijn\Bitcoin\Dca\Event\WithdrawSuccessEvent; use Jorijn\Bitcoin\Dca\EventListener\XPubAddressUsedListener; use Jorijn\Bitcoin\Dca\Model\CompletedWithdraw; @@ -33,8 +33,10 @@ final class XPubAddressUsedListenerTest extends TestCase { /** @var MockObject|TaggedIntegerRepositoryInterface */ private $xpubRepository; - /** @var AddressFromMasterPublicKeyComponent|MockObject */ + + /** @var AddressFromMasterPublicKeyComponentInterface|MockObject */ private $keyFactory; + /** @var LoggerInterface|MockObject */ private $logger; private XPubAddressUsedListener $listener; @@ -47,7 +49,7 @@ protected function setUp(): void parent::setUp(); $this->xpubRepository = $this->createMock(TaggedIntegerRepositoryInterface::class); - $this->keyFactory = $this->createMock(AddressFromMasterPublicKeyComponent::class); + $this->keyFactory = $this->createMock(AddressFromMasterPublicKeyComponentInterface::class); $this->logger = $this->createMock(LoggerInterface::class); $this->configuredXPub = 'xpub'.random_int(1000, 2000); $this->listener = new XPubAddressUsedListener( diff --git a/tests/Provider/XpubWithdrawAddressProviderTest.php b/tests/Provider/XpubWithdrawAddressProviderTest.php index 3282810..ff3df2c 100644 --- a/tests/Provider/XpubWithdrawAddressProviderTest.php +++ b/tests/Provider/XpubWithdrawAddressProviderTest.php @@ -30,8 +30,10 @@ final class XpubWithdrawAddressProviderTest extends TestCase { /** @var MockObject|TaggedIntegerRepositoryInterface */ private $xpubRepository; + /** @var AddressFromMasterPublicKeyComponent|MockObject */ private $keyFactory; + /** @var MockObject|ValidationInterface */ private $validation; private XpubWithdrawAddressProvider $provider; diff --git a/tests/Service/Bitvavo/BitvavoWithdrawServiceTest.php b/tests/Service/Bitvavo/BitvavoWithdrawServiceTest.php index 10721e0..04f69f8 100644 --- a/tests/Service/Bitvavo/BitvavoWithdrawServiceTest.php +++ b/tests/Service/Bitvavo/BitvavoWithdrawServiceTest.php @@ -35,6 +35,7 @@ final class BitvavoWithdrawServiceTest extends TestCase /** @var BitvavoClientInterface|MockObject */ private $client; + /** @var LoggerInterface|MockObject */ private $logger; private BitvavoWithdrawService $service; diff --git a/tests/Service/Bl3p/Bl3pBuyServiceTest.php b/tests/Service/Bl3p/Bl3pBuyServiceTest.php index 06e068a..e895584 100644 --- a/tests/Service/Bl3p/Bl3pBuyServiceTest.php +++ b/tests/Service/Bl3p/Bl3pBuyServiceTest.php @@ -38,6 +38,7 @@ final class Bl3pBuyServiceTest extends TestCase private const BTC = 'BTC'; private const MONEY_ORDER_RESULT = '/money/order/result'; private const MONEY_ORDER_ADD = '/money/order/add'; + /** @var Bl3pClientInterface|MockObject */ private $client; private string $baseCurrency; diff --git a/tests/Service/Bl3p/Bl3pWithdrawServiceTest.php b/tests/Service/Bl3p/Bl3pWithdrawServiceTest.php index 1a293ec..b3cd75e 100644 --- a/tests/Service/Bl3p/Bl3pWithdrawServiceTest.php +++ b/tests/Service/Bl3p/Bl3pWithdrawServiceTest.php @@ -34,6 +34,7 @@ final class Bl3pWithdrawServiceTest extends TestCase /** @var Bl3pClientInterface|MockObject */ private $client; + /** @var LoggerInterface|MockObject */ private $logger; private Bl3pWithdrawService $service; diff --git a/tests/Service/BuyServiceTest.php b/tests/Service/BuyServiceTest.php index 394d4ff..ce9f324 100644 --- a/tests/Service/BuyServiceTest.php +++ b/tests/Service/BuyServiceTest.php @@ -35,9 +35,11 @@ final class BuyServiceTest extends TestCase { /** @var EventDispatcherInterface|MockObject */ private $dispatcher; + /** @var LoggerInterface|MockObject */ private $logger; private string $configuredExchange; + /** @var BuyServiceInterface|MockObject */ private $supportedService; private int $timeout; diff --git a/tests/Service/Kraken/KrakenWithdrawServiceTest.php b/tests/Service/Kraken/KrakenWithdrawServiceTest.php index fbfa653..b73f7f2 100644 --- a/tests/Service/Kraken/KrakenWithdrawServiceTest.php +++ b/tests/Service/Kraken/KrakenWithdrawServiceTest.php @@ -31,6 +31,7 @@ final class KrakenWithdrawServiceTest extends TestCase { /** @var KrakenClientInterface|MockObject */ private $client; + /** @var LoggerInterface|MockObject */ private $logger; private string $withdrawKey; diff --git a/tests/Service/WithdrawServiceTest.php b/tests/Service/WithdrawServiceTest.php index aedabe4..a5e0537 100644 --- a/tests/Service/WithdrawServiceTest.php +++ b/tests/Service/WithdrawServiceTest.php @@ -41,13 +41,17 @@ final class WithdrawServiceTest extends TestCase /** @var MockObject|WithdrawAddressProviderInterface */ private $addressProvider; + /** @var MockObject|WithdrawServiceInterface */ private $supportedService; + /** @var EventDispatcherInterface|MockObject */ private $dispatcher; + /** @var LoggerInterface|MockObject */ private $logger; private string $configuredExchange; + /** @var MockObject|TaggedIntegerRepositoryInterface */ private $balanceRepository; diff --git a/tools/php-cs-fixer/composer.lock b/tools/php-cs-fixer/composer.lock index 2317934..159d396 100644 --- a/tools/php-cs-fixer/composer.lock +++ b/tools/php-cs-fixer/composer.lock @@ -6,25 +6,96 @@ ], "content-hash": "ed6a7ce3fb4bee973a384ce15ba31438", "packages": [ + { + "name": "composer/pcre", + "version": "1.0.1", + "source": { + "type": "git", + "url": "https://github.com/composer/pcre.git", + "reference": "67a32d7d6f9f560b726ab25a061b38ff3a80c560" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/composer/pcre/zipball/67a32d7d6f9f560b726ab25a061b38ff3a80c560", + "reference": "67a32d7d6f9f560b726ab25a061b38ff3a80c560", + "shasum": "" + }, + "require": { + "php": "^5.3.2 || ^7.0 || ^8.0" + }, + "require-dev": { + "phpstan/phpstan": "^1.3", + "phpstan/phpstan-strict-rules": "^1.1", + "symfony/phpunit-bridge": "^4.2 || ^5" + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-main": "1.x-dev" + } + }, + "autoload": { + "psr-4": { + "Composer\\Pcre\\": "src" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Jordi Boggiano", + "email": "j.boggiano@seld.be", + "homepage": "http://seld.be" + } + ], + "description": "PCRE wrapping library that offers type-safe preg_* replacements.", + "keywords": [ + "PCRE", + "preg", + "regex", + "regular expression" + ], + "support": { + "issues": "https://github.com/composer/pcre/issues", + "source": "https://github.com/composer/pcre/tree/1.0.1" + }, + "funding": [ + { + "url": "https://packagist.com", + "type": "custom" + }, + { + "url": "https://github.com/composer", + "type": "github" + }, + { + "url": "https://tidelift.com/funding/github/packagist/composer/composer", + "type": "tidelift" + } + ], + "time": "2022-01-21T20:24:37+00:00" + }, { "name": "composer/semver", - "version": "3.2.6", + "version": "3.2.9", "source": { "type": "git", "url": "https://github.com/composer/semver.git", - "reference": "83e511e247de329283478496f7a1e114c9517506" + "reference": "a951f614bd64dcd26137bc9b7b2637ddcfc57649" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/composer/semver/zipball/83e511e247de329283478496f7a1e114c9517506", - "reference": "83e511e247de329283478496f7a1e114c9517506", + "url": "https://api.github.com/repos/composer/semver/zipball/a951f614bd64dcd26137bc9b7b2637ddcfc57649", + "reference": "a951f614bd64dcd26137bc9b7b2637ddcfc57649", "shasum": "" }, "require": { "php": "^5.3.2 || ^7.0 || ^8.0" }, "require-dev": { - "phpstan/phpstan": "^0.12.54", + "phpstan/phpstan": "^1.4", "symfony/phpunit-bridge": "^4.2 || ^5" }, "type": "library", @@ -69,7 +140,7 @@ "support": { "irc": "irc://irc.freenode.org/composer", "issues": "https://github.com/composer/semver/issues", - "source": "https://github.com/composer/semver/tree/3.2.6" + "source": "https://github.com/composer/semver/tree/3.2.9" }, "funding": [ { @@ -85,29 +156,31 @@ "type": "tidelift" } ], - "time": "2021-10-25T11:34:17+00:00" + "time": "2022-02-04T13:58:43+00:00" }, { "name": "composer/xdebug-handler", - "version": "2.0.2", + "version": "3.0.1", "source": { "type": "git", "url": "https://github.com/composer/xdebug-handler.git", - "reference": "84674dd3a7575ba617f5a76d7e9e29a7d3891339" + "reference": "12f1b79476638a5615ed00ea6adbb269cec96fd8" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/composer/xdebug-handler/zipball/84674dd3a7575ba617f5a76d7e9e29a7d3891339", - "reference": "84674dd3a7575ba617f5a76d7e9e29a7d3891339", + "url": "https://api.github.com/repos/composer/xdebug-handler/zipball/12f1b79476638a5615ed00ea6adbb269cec96fd8", + "reference": "12f1b79476638a5615ed00ea6adbb269cec96fd8", "shasum": "" }, "require": { - "php": "^5.3.2 || ^7.0 || ^8.0", + "composer/pcre": "^1", + "php": "^7.2.5 || ^8.0", "psr/log": "^1 || ^2 || ^3" }, "require-dev": { - "phpstan/phpstan": "^0.12.55", - "symfony/phpunit-bridge": "^4.2 || ^5" + "phpstan/phpstan": "^1.0", + "phpstan/phpstan-strict-rules": "^1.1", + "symfony/phpunit-bridge": "^6.0" }, "type": "library", "autoload": { @@ -133,7 +206,7 @@ "support": { "irc": "irc://irc.freenode.org/composer", "issues": "https://github.com/composer/xdebug-handler/issues", - "source": "https://github.com/composer/xdebug-handler/tree/2.0.2" + "source": "https://github.com/composer/xdebug-handler/tree/3.0.1" }, "funding": [ { @@ -149,7 +222,7 @@ "type": "tidelift" } ], - "time": "2021-07-31T17:03:58+00:00" + "time": "2022-01-04T18:29:42+00:00" }, { "name": "doctrine/annotations", @@ -225,32 +298,28 @@ }, { "name": "doctrine/lexer", - "version": "1.2.1", + "version": "1.2.2", "source": { "type": "git", "url": "https://github.com/doctrine/lexer.git", - "reference": "e864bbf5904cb8f5bb334f99209b48018522f042" + "reference": "9c50f840f257bbb941e6f4a0e94ccf5db5c3f76c" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/doctrine/lexer/zipball/e864bbf5904cb8f5bb334f99209b48018522f042", - "reference": "e864bbf5904cb8f5bb334f99209b48018522f042", + "url": "https://api.github.com/repos/doctrine/lexer/zipball/9c50f840f257bbb941e6f4a0e94ccf5db5c3f76c", + "reference": "9c50f840f257bbb941e6f4a0e94ccf5db5c3f76c", "shasum": "" }, "require": { - "php": "^7.2 || ^8.0" + "php": "^7.1 || ^8.0" }, "require-dev": { - "doctrine/coding-standard": "^6.0", - "phpstan/phpstan": "^0.11.8", - "phpunit/phpunit": "^8.2" + "doctrine/coding-standard": "^9.0", + "phpstan/phpstan": "1.3", + "phpunit/phpunit": "^7.5 || ^8.5 || ^9.5", + "vimeo/psalm": "^4.11" }, "type": "library", - "extra": { - "branch-alias": { - "dev-master": "1.2.x-dev" - } - }, "autoload": { "psr-4": { "Doctrine\\Common\\Lexer\\": "lib/Doctrine/Common/Lexer" @@ -285,7 +354,7 @@ ], "support": { "issues": "https://github.com/doctrine/lexer/issues", - "source": "https://github.com/doctrine/lexer/tree/1.2.1" + "source": "https://github.com/doctrine/lexer/tree/1.2.2" }, "funding": [ { @@ -301,57 +370,56 @@ "type": "tidelift" } ], - "time": "2020-05-25T17:44:05+00:00" + "time": "2022-01-12T08:27:12+00:00" }, { "name": "friendsofphp/php-cs-fixer", - "version": "v3.3.2", + "version": "v3.5.0", "source": { "type": "git", "url": "https://github.com/FriendsOfPHP/PHP-CS-Fixer.git", - "reference": "06bdbdfcd619183dd7a1a6948360f8af73b9ecec" + "reference": "333f15e07c866e33e2765e84ba1e0b88e6a3af3b" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/FriendsOfPHP/PHP-CS-Fixer/zipball/06bdbdfcd619183dd7a1a6948360f8af73b9ecec", - "reference": "06bdbdfcd619183dd7a1a6948360f8af73b9ecec", + "url": "https://api.github.com/repos/FriendsOfPHP/PHP-CS-Fixer/zipball/333f15e07c866e33e2765e84ba1e0b88e6a3af3b", + "reference": "333f15e07c866e33e2765e84ba1e0b88e6a3af3b", "shasum": "" }, "require": { "composer/semver": "^3.2", - "composer/xdebug-handler": "^2.0", - "doctrine/annotations": "^1.12", + "composer/xdebug-handler": "^3.0", + "doctrine/annotations": "^1.13", "ext-json": "*", "ext-tokenizer": "*", - "php": "^7.2.5 || ^8.0", + "php": "^7.4 || ^8.0", "php-cs-fixer/diff": "^2.0", - "symfony/console": "^5.1.3", - "symfony/event-dispatcher": "^5.0", - "symfony/filesystem": "^5.0", - "symfony/finder": "^5.0", - "symfony/options-resolver": "^5.0", + "symfony/console": "^5.4 || ^6.0", + "symfony/event-dispatcher": "^5.4 || ^6.0", + "symfony/filesystem": "^5.4 || ^6.0", + "symfony/finder": "^5.4 || ^6.0", + "symfony/options-resolver": "^5.4 || ^6.0", "symfony/polyfill-mbstring": "^1.23", - "symfony/polyfill-php72": "^1.23", "symfony/polyfill-php80": "^1.23", "symfony/polyfill-php81": "^1.23", - "symfony/process": "^5.0", - "symfony/stopwatch": "^5.0" + "symfony/process": "^5.4 || ^6.0", + "symfony/stopwatch": "^5.4 || ^6.0" }, "require-dev": { "justinrainbow/json-schema": "^5.2", "keradus/cli-executor": "^1.5", - "mikey179/vfsstream": "^1.6.8", - "php-coveralls/php-coveralls": "^2.4.3", + "mikey179/vfsstream": "^1.6.10", + "php-coveralls/php-coveralls": "^2.5.2", "php-cs-fixer/accessible-object": "^1.1", "php-cs-fixer/phpunit-constraint-isidenticalstring": "^1.2", "php-cs-fixer/phpunit-constraint-xmlmatchesxsd": "^1.2.1", - "phpspec/prophecy": "^1.10.3", - "phpspec/prophecy-phpunit": "^1.1 || ^2.0", - "phpunit/phpunit": "^7.5.20 || ^8.5.14 || ^9.5", + "phpspec/prophecy": "^1.15", + "phpspec/prophecy-phpunit": "^2.0", + "phpunit/phpunit": "^9.5", "phpunitgoodpractices/polyfill": "^1.5", "phpunitgoodpractices/traits": "^1.9.1", - "symfony/phpunit-bridge": "^5.2.4", - "symfony/yaml": "^5.0" + "symfony/phpunit-bridge": "^6.0", + "symfony/yaml": "^5.4 || ^6.0" }, "suggest": { "ext-dom": "For handling output formats in XML", @@ -383,7 +451,7 @@ "description": "A tool to automatically fix PHP code style", "support": { "issues": "https://github.com/FriendsOfPHP/PHP-CS-Fixer/issues", - "source": "https://github.com/FriendsOfPHP/PHP-CS-Fixer/tree/v3.3.2" + "source": "https://github.com/FriendsOfPHP/PHP-CS-Fixer/tree/v3.5.0" }, "funding": [ { @@ -391,7 +459,7 @@ "type": "github" } ], - "time": "2021-11-15T18:06:47+00:00" + "time": "2022-01-14T00:29:20+00:00" }, { "name": "php-cs-fixer/diff", @@ -599,16 +667,16 @@ }, { "name": "psr/log", - "version": "2.0.0", + "version": "3.0.0", "source": { "type": "git", "url": "https://github.com/php-fig/log.git", - "reference": "ef29f6d262798707a9edd554e2b82517ef3a9376" + "reference": "fe5ea303b0887d5caefd3d431c3e61ad47037001" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/php-fig/log/zipball/ef29f6d262798707a9edd554e2b82517ef3a9376", - "reference": "ef29f6d262798707a9edd554e2b82517ef3a9376", + "url": "https://api.github.com/repos/php-fig/log/zipball/fe5ea303b0887d5caefd3d431c3e61ad47037001", + "reference": "fe5ea303b0887d5caefd3d431c3e61ad47037001", "shasum": "" }, "require": { @@ -617,7 +685,7 @@ "type": "library", "extra": { "branch-alias": { - "dev-master": "2.0.x-dev" + "dev-master": "3.x-dev" } }, "autoload": { @@ -643,52 +711,48 @@ "psr-3" ], "support": { - "source": "https://github.com/php-fig/log/tree/2.0.0" + "source": "https://github.com/php-fig/log/tree/3.0.0" }, - "time": "2021-07-14T16:41:46+00:00" + "time": "2021-07-14T16:46:02+00:00" }, { "name": "symfony/console", - "version": "v5.4.0", + "version": "v6.0.3", "source": { "type": "git", "url": "https://github.com/symfony/console.git", - "reference": "ec3661faca1d110d6c307e124b44f99ac54179e3" + "reference": "22e8efd019c3270c4f79376234a3f8752cd25490" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/console/zipball/ec3661faca1d110d6c307e124b44f99ac54179e3", - "reference": "ec3661faca1d110d6c307e124b44f99ac54179e3", + "url": "https://api.github.com/repos/symfony/console/zipball/22e8efd019c3270c4f79376234a3f8752cd25490", + "reference": "22e8efd019c3270c4f79376234a3f8752cd25490", "shasum": "" }, "require": { - "php": ">=7.2.5", - "symfony/deprecation-contracts": "^2.1|^3", + "php": ">=8.0.2", "symfony/polyfill-mbstring": "~1.0", - "symfony/polyfill-php73": "^1.8", - "symfony/polyfill-php80": "^1.16", "symfony/service-contracts": "^1.1|^2|^3", - "symfony/string": "^5.1|^6.0" + "symfony/string": "^5.4|^6.0" }, "conflict": { - "psr/log": ">=3", - "symfony/dependency-injection": "<4.4", - "symfony/dotenv": "<5.1", - "symfony/event-dispatcher": "<4.4", - "symfony/lock": "<4.4", - "symfony/process": "<4.4" + "symfony/dependency-injection": "<5.4", + "symfony/dotenv": "<5.4", + "symfony/event-dispatcher": "<5.4", + "symfony/lock": "<5.4", + "symfony/process": "<5.4" }, "provide": { - "psr/log-implementation": "1.0|2.0" + "psr/log-implementation": "1.0|2.0|3.0" }, "require-dev": { - "psr/log": "^1|^2", - "symfony/config": "^4.4|^5.0|^6.0", - "symfony/dependency-injection": "^4.4|^5.0|^6.0", - "symfony/event-dispatcher": "^4.4|^5.0|^6.0", - "symfony/lock": "^4.4|^5.0|^6.0", - "symfony/process": "^4.4|^5.0|^6.0", - "symfony/var-dumper": "^4.4|^5.0|^6.0" + "psr/log": "^1|^2|^3", + "symfony/config": "^5.4|^6.0", + "symfony/dependency-injection": "^5.4|^6.0", + "symfony/event-dispatcher": "^5.4|^6.0", + "symfony/lock": "^5.4|^6.0", + "symfony/process": "^5.4|^6.0", + "symfony/var-dumper": "^5.4|^6.0" }, "suggest": { "psr/log": "For using the console logger", @@ -728,7 +792,7 @@ "terminal" ], "support": { - "source": "https://github.com/symfony/console/tree/v5.4.0" + "source": "https://github.com/symfony/console/tree/v6.0.3" }, "funding": [ { @@ -744,7 +808,7 @@ "type": "tidelift" } ], - "time": "2021-11-29T15:30:56+00:00" + "time": "2022-01-26T17:23:29+00:00" }, { "name": "symfony/deprecation-contracts", @@ -815,40 +879,38 @@ }, { "name": "symfony/event-dispatcher", - "version": "v5.4.0", + "version": "v6.0.3", "source": { "type": "git", "url": "https://github.com/symfony/event-dispatcher.git", - "reference": "27d39ae126352b9fa3be5e196ccf4617897be3eb" + "reference": "6472ea2dd415e925b90ca82be64b8bc6157f3934" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/event-dispatcher/zipball/27d39ae126352b9fa3be5e196ccf4617897be3eb", - "reference": "27d39ae126352b9fa3be5e196ccf4617897be3eb", + "url": "https://api.github.com/repos/symfony/event-dispatcher/zipball/6472ea2dd415e925b90ca82be64b8bc6157f3934", + "reference": "6472ea2dd415e925b90ca82be64b8bc6157f3934", "shasum": "" }, "require": { - "php": ">=7.2.5", - "symfony/deprecation-contracts": "^2.1|^3", - "symfony/event-dispatcher-contracts": "^2|^3", - "symfony/polyfill-php80": "^1.16" + "php": ">=8.0.2", + "symfony/event-dispatcher-contracts": "^2|^3" }, "conflict": { - "symfony/dependency-injection": "<4.4" + "symfony/dependency-injection": "<5.4" }, "provide": { "psr/event-dispatcher-implementation": "1.0", - "symfony/event-dispatcher-implementation": "2.0" + "symfony/event-dispatcher-implementation": "2.0|3.0" }, "require-dev": { "psr/log": "^1|^2|^3", - "symfony/config": "^4.4|^5.0|^6.0", - "symfony/dependency-injection": "^4.4|^5.0|^6.0", - "symfony/error-handler": "^4.4|^5.0|^6.0", - "symfony/expression-language": "^4.4|^5.0|^6.0", - "symfony/http-foundation": "^4.4|^5.0|^6.0", + "symfony/config": "^5.4|^6.0", + "symfony/dependency-injection": "^5.4|^6.0", + "symfony/error-handler": "^5.4|^6.0", + "symfony/expression-language": "^5.4|^6.0", + "symfony/http-foundation": "^5.4|^6.0", "symfony/service-contracts": "^1.1|^2|^3", - "symfony/stopwatch": "^4.4|^5.0|^6.0" + "symfony/stopwatch": "^5.4|^6.0" }, "suggest": { "symfony/dependency-injection": "", @@ -880,7 +942,7 @@ "description": "Provides tools that allow your application components to communicate with each other by dispatching events and listening to them", "homepage": "https://symfony.com", "support": { - "source": "https://github.com/symfony/event-dispatcher/tree/v5.4.0" + "source": "https://github.com/symfony/event-dispatcher/tree/v6.0.3" }, "funding": [ { @@ -896,7 +958,7 @@ "type": "tidelift" } ], - "time": "2021-11-23T10:19:22+00:00" + "time": "2022-01-02T09:55:41+00:00" }, { "name": "symfony/event-dispatcher-contracts", @@ -979,23 +1041,22 @@ }, { "name": "symfony/filesystem", - "version": "v5.4.0", + "version": "v6.0.3", "source": { "type": "git", "url": "https://github.com/symfony/filesystem.git", - "reference": "731f917dc31edcffec2c6a777f3698c33bea8f01" + "reference": "6ae49c4fda17322171a2b8dc5f70bc6edbc498e1" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/filesystem/zipball/731f917dc31edcffec2c6a777f3698c33bea8f01", - "reference": "731f917dc31edcffec2c6a777f3698c33bea8f01", + "url": "https://api.github.com/repos/symfony/filesystem/zipball/6ae49c4fda17322171a2b8dc5f70bc6edbc498e1", + "reference": "6ae49c4fda17322171a2b8dc5f70bc6edbc498e1", "shasum": "" }, "require": { - "php": ">=7.2.5", + "php": ">=8.0.2", "symfony/polyfill-ctype": "~1.8", - "symfony/polyfill-mbstring": "~1.8", - "symfony/polyfill-php80": "^1.16" + "symfony/polyfill-mbstring": "~1.8" }, "type": "library", "autoload": { @@ -1023,7 +1084,7 @@ "description": "Provides basic utilities for the filesystem", "homepage": "https://symfony.com", "support": { - "source": "https://github.com/symfony/filesystem/tree/v5.4.0" + "source": "https://github.com/symfony/filesystem/tree/v6.0.3" }, "funding": [ { @@ -1039,26 +1100,24 @@ "type": "tidelift" } ], - "time": "2021-10-28T13:39:27+00:00" + "time": "2022-01-02T09:55:41+00:00" }, { "name": "symfony/finder", - "version": "v5.4.0", + "version": "v6.0.3", "source": { "type": "git", "url": "https://github.com/symfony/finder.git", - "reference": "d2f29dac98e96a98be467627bd49c2efb1bc2590" + "reference": "8661b74dbabc23223f38c9b99d3f8ade71170430" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/finder/zipball/d2f29dac98e96a98be467627bd49c2efb1bc2590", - "reference": "d2f29dac98e96a98be467627bd49c2efb1bc2590", + "url": "https://api.github.com/repos/symfony/finder/zipball/8661b74dbabc23223f38c9b99d3f8ade71170430", + "reference": "8661b74dbabc23223f38c9b99d3f8ade71170430", "shasum": "" }, "require": { - "php": ">=7.2.5", - "symfony/deprecation-contracts": "^2.1|^3", - "symfony/polyfill-php80": "^1.16" + "php": ">=8.0.2" }, "type": "library", "autoload": { @@ -1086,7 +1145,7 @@ "description": "Finds files and directories via an intuitive fluent interface", "homepage": "https://symfony.com", "support": { - "source": "https://github.com/symfony/finder/tree/v5.4.0" + "source": "https://github.com/symfony/finder/tree/v6.0.3" }, "funding": [ { @@ -1102,27 +1161,25 @@ "type": "tidelift" } ], - "time": "2021-11-28T15:25:38+00:00" + "time": "2022-01-26T17:23:29+00:00" }, { "name": "symfony/options-resolver", - "version": "v5.4.0", + "version": "v6.0.3", "source": { "type": "git", "url": "https://github.com/symfony/options-resolver.git", - "reference": "b0fb78576487af19c500aaddb269fd36701d4847" + "reference": "51f7006670febe4cbcbae177cbffe93ff833250d" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/options-resolver/zipball/b0fb78576487af19c500aaddb269fd36701d4847", - "reference": "b0fb78576487af19c500aaddb269fd36701d4847", + "url": "https://api.github.com/repos/symfony/options-resolver/zipball/51f7006670febe4cbcbae177cbffe93ff833250d", + "reference": "51f7006670febe4cbcbae177cbffe93ff833250d", "shasum": "" }, "require": { - "php": ">=7.2.5", - "symfony/deprecation-contracts": "^2.1|^3", - "symfony/polyfill-php73": "~1.0", - "symfony/polyfill-php80": "^1.16" + "php": ">=8.0.2", + "symfony/deprecation-contracts": "^2.1|^3" }, "type": "library", "autoload": { @@ -1155,7 +1212,7 @@ "options" ], "support": { - "source": "https://github.com/symfony/options-resolver/tree/v5.4.0" + "source": "https://github.com/symfony/options-resolver/tree/v6.0.3" }, "funding": [ { @@ -1171,25 +1228,28 @@ "type": "tidelift" } ], - "time": "2021-11-23T10:19:22+00:00" + "time": "2022-01-02T09:55:41+00:00" }, { "name": "symfony/polyfill-ctype", - "version": "v1.23.0", + "version": "v1.24.0", "source": { "type": "git", "url": "https://github.com/symfony/polyfill-ctype.git", - "reference": "46cd95797e9df938fdd2b03693b5fca5e64b01ce" + "reference": "30885182c981ab175d4d034db0f6f469898070ab" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/polyfill-ctype/zipball/46cd95797e9df938fdd2b03693b5fca5e64b01ce", - "reference": "46cd95797e9df938fdd2b03693b5fca5e64b01ce", + "url": "https://api.github.com/repos/symfony/polyfill-ctype/zipball/30885182c981ab175d4d034db0f6f469898070ab", + "reference": "30885182c981ab175d4d034db0f6f469898070ab", "shasum": "" }, "require": { "php": ">=7.1" }, + "provide": { + "ext-ctype": "*" + }, "suggest": { "ext-ctype": "For best performance" }, @@ -1234,7 +1294,7 @@ "portable" ], "support": { - "source": "https://github.com/symfony/polyfill-ctype/tree/v1.23.0" + "source": "https://github.com/symfony/polyfill-ctype/tree/v1.24.0" }, "funding": [ { @@ -1250,20 +1310,20 @@ "type": "tidelift" } ], - "time": "2021-02-19T12:13:01+00:00" + "time": "2021-10-20T20:35:02+00:00" }, { "name": "symfony/polyfill-intl-grapheme", - "version": "v1.23.1", + "version": "v1.24.0", "source": { "type": "git", "url": "https://github.com/symfony/polyfill-intl-grapheme.git", - "reference": "16880ba9c5ebe3642d1995ab866db29270b36535" + "reference": "81b86b50cf841a64252b439e738e97f4a34e2783" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/polyfill-intl-grapheme/zipball/16880ba9c5ebe3642d1995ab866db29270b36535", - "reference": "16880ba9c5ebe3642d1995ab866db29270b36535", + "url": "https://api.github.com/repos/symfony/polyfill-intl-grapheme/zipball/81b86b50cf841a64252b439e738e97f4a34e2783", + "reference": "81b86b50cf841a64252b439e738e97f4a34e2783", "shasum": "" }, "require": { @@ -1315,7 +1375,7 @@ "shim" ], "support": { - "source": "https://github.com/symfony/polyfill-intl-grapheme/tree/v1.23.1" + "source": "https://github.com/symfony/polyfill-intl-grapheme/tree/v1.24.0" }, "funding": [ { @@ -1331,11 +1391,11 @@ "type": "tidelift" } ], - "time": "2021-05-27T12:26:48+00:00" + "time": "2021-11-23T21:10:46+00:00" }, { "name": "symfony/polyfill-intl-normalizer", - "version": "v1.23.0", + "version": "v1.24.0", "source": { "type": "git", "url": "https://github.com/symfony/polyfill-intl-normalizer.git", @@ -1399,7 +1459,7 @@ "shim" ], "support": { - "source": "https://github.com/symfony/polyfill-intl-normalizer/tree/v1.23.0" + "source": "https://github.com/symfony/polyfill-intl-normalizer/tree/v1.24.0" }, "funding": [ { @@ -1419,21 +1479,24 @@ }, { "name": "symfony/polyfill-mbstring", - "version": "v1.23.1", + "version": "v1.24.0", "source": { "type": "git", "url": "https://github.com/symfony/polyfill-mbstring.git", - "reference": "9174a3d80210dca8daa7f31fec659150bbeabfc6" + "reference": "0abb51d2f102e00a4eefcf46ba7fec406d245825" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/9174a3d80210dca8daa7f31fec659150bbeabfc6", - "reference": "9174a3d80210dca8daa7f31fec659150bbeabfc6", + "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/0abb51d2f102e00a4eefcf46ba7fec406d245825", + "reference": "0abb51d2f102e00a4eefcf46ba7fec406d245825", "shasum": "" }, "require": { "php": ">=7.1" }, + "provide": { + "ext-mbstring": "*" + }, "suggest": { "ext-mbstring": "For best performance" }, @@ -1479,7 +1542,7 @@ "shim" ], "support": { - "source": "https://github.com/symfony/polyfill-mbstring/tree/v1.23.1" + "source": "https://github.com/symfony/polyfill-mbstring/tree/v1.24.0" }, "funding": [ { @@ -1495,175 +1558,20 @@ "type": "tidelift" } ], - "time": "2021-05-27T12:26:48+00:00" - }, - { - "name": "symfony/polyfill-php72", - "version": "v1.23.0", - "source": { - "type": "git", - "url": "https://github.com/symfony/polyfill-php72.git", - "reference": "9a142215a36a3888e30d0a9eeea9766764e96976" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/symfony/polyfill-php72/zipball/9a142215a36a3888e30d0a9eeea9766764e96976", - "reference": "9a142215a36a3888e30d0a9eeea9766764e96976", - "shasum": "" - }, - "require": { - "php": ">=7.1" - }, - "type": "library", - "extra": { - "branch-alias": { - "dev-main": "1.23-dev" - }, - "thanks": { - "name": "symfony/polyfill", - "url": "https://github.com/symfony/polyfill" - } - }, - "autoload": { - "psr-4": { - "Symfony\\Polyfill\\Php72\\": "" - }, - "files": [ - "bootstrap.php" - ] - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "MIT" - ], - "authors": [ - { - "name": "Nicolas Grekas", - "email": "p@tchwork.com" - }, - { - "name": "Symfony Community", - "homepage": "https://symfony.com/contributors" - } - ], - "description": "Symfony polyfill backporting some PHP 7.2+ features to lower PHP versions", - "homepage": "https://symfony.com", - "keywords": [ - "compatibility", - "polyfill", - "portable", - "shim" - ], - "support": { - "source": "https://github.com/symfony/polyfill-php72/tree/v1.23.0" - }, - "funding": [ - { - "url": "https://symfony.com/sponsor", - "type": "custom" - }, - { - "url": "https://github.com/fabpot", - "type": "github" - }, - { - "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", - "type": "tidelift" - } - ], - "time": "2021-05-27T09:17:38+00:00" - }, - { - "name": "symfony/polyfill-php73", - "version": "v1.23.0", - "source": { - "type": "git", - "url": "https://github.com/symfony/polyfill-php73.git", - "reference": "fba8933c384d6476ab14fb7b8526e5287ca7e010" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/symfony/polyfill-php73/zipball/fba8933c384d6476ab14fb7b8526e5287ca7e010", - "reference": "fba8933c384d6476ab14fb7b8526e5287ca7e010", - "shasum": "" - }, - "require": { - "php": ">=7.1" - }, - "type": "library", - "extra": { - "branch-alias": { - "dev-main": "1.23-dev" - }, - "thanks": { - "name": "symfony/polyfill", - "url": "https://github.com/symfony/polyfill" - } - }, - "autoload": { - "psr-4": { - "Symfony\\Polyfill\\Php73\\": "" - }, - "files": [ - "bootstrap.php" - ], - "classmap": [ - "Resources/stubs" - ] - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "MIT" - ], - "authors": [ - { - "name": "Nicolas Grekas", - "email": "p@tchwork.com" - }, - { - "name": "Symfony Community", - "homepage": "https://symfony.com/contributors" - } - ], - "description": "Symfony polyfill backporting some PHP 7.3+ features to lower PHP versions", - "homepage": "https://symfony.com", - "keywords": [ - "compatibility", - "polyfill", - "portable", - "shim" - ], - "support": { - "source": "https://github.com/symfony/polyfill-php73/tree/v1.23.0" - }, - "funding": [ - { - "url": "https://symfony.com/sponsor", - "type": "custom" - }, - { - "url": "https://github.com/fabpot", - "type": "github" - }, - { - "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", - "type": "tidelift" - } - ], - "time": "2021-02-19T12:13:01+00:00" + "time": "2021-11-30T18:21:41+00:00" }, { "name": "symfony/polyfill-php80", - "version": "v1.23.1", + "version": "v1.24.0", "source": { "type": "git", "url": "https://github.com/symfony/polyfill-php80.git", - "reference": "1100343ed1a92e3a38f9ae122fc0eb21602547be" + "reference": "57b712b08eddb97c762a8caa32c84e037892d2e9" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/polyfill-php80/zipball/1100343ed1a92e3a38f9ae122fc0eb21602547be", - "reference": "1100343ed1a92e3a38f9ae122fc0eb21602547be", + "url": "https://api.github.com/repos/symfony/polyfill-php80/zipball/57b712b08eddb97c762a8caa32c84e037892d2e9", + "reference": "57b712b08eddb97c762a8caa32c84e037892d2e9", "shasum": "" }, "require": { @@ -1717,7 +1625,7 @@ "shim" ], "support": { - "source": "https://github.com/symfony/polyfill-php80/tree/v1.23.1" + "source": "https://github.com/symfony/polyfill-php80/tree/v1.24.0" }, "funding": [ { @@ -1733,20 +1641,20 @@ "type": "tidelift" } ], - "time": "2021-07-28T13:41:28+00:00" + "time": "2021-09-13T13:58:33+00:00" }, { "name": "symfony/polyfill-php81", - "version": "v1.23.0", + "version": "v1.24.0", "source": { "type": "git", "url": "https://github.com/symfony/polyfill-php81.git", - "reference": "e66119f3de95efc359483f810c4c3e6436279436" + "reference": "5de4ba2d41b15f9bd0e19b2ab9674135813ec98f" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/polyfill-php81/zipball/e66119f3de95efc359483f810c4c3e6436279436", - "reference": "e66119f3de95efc359483f810c4c3e6436279436", + "url": "https://api.github.com/repos/symfony/polyfill-php81/zipball/5de4ba2d41b15f9bd0e19b2ab9674135813ec98f", + "reference": "5de4ba2d41b15f9bd0e19b2ab9674135813ec98f", "shasum": "" }, "require": { @@ -1796,7 +1704,7 @@ "shim" ], "support": { - "source": "https://github.com/symfony/polyfill-php81/tree/v1.23.0" + "source": "https://github.com/symfony/polyfill-php81/tree/v1.24.0" }, "funding": [ { @@ -1812,25 +1720,24 @@ "type": "tidelift" } ], - "time": "2021-05-21T13:25:03+00:00" + "time": "2021-09-13T13:58:11+00:00" }, { "name": "symfony/process", - "version": "v5.4.0", + "version": "v6.0.3", "source": { "type": "git", "url": "https://github.com/symfony/process.git", - "reference": "5be20b3830f726e019162b26223110c8f47cf274" + "reference": "298ed357274c1868c20a0061df256a1250a6c4af" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/process/zipball/5be20b3830f726e019162b26223110c8f47cf274", - "reference": "5be20b3830f726e019162b26223110c8f47cf274", + "url": "https://api.github.com/repos/symfony/process/zipball/298ed357274c1868c20a0061df256a1250a6c4af", + "reference": "298ed357274c1868c20a0061df256a1250a6c4af", "shasum": "" }, "require": { - "php": ">=7.2.5", - "symfony/polyfill-php80": "^1.16" + "php": ">=8.0.2" }, "type": "library", "autoload": { @@ -1858,7 +1765,7 @@ "description": "Executes commands in sub-processes", "homepage": "https://symfony.com", "support": { - "source": "https://github.com/symfony/process/tree/v5.4.0" + "source": "https://github.com/symfony/process/tree/v6.0.3" }, "funding": [ { @@ -1874,7 +1781,7 @@ "type": "tidelift" } ], - "time": "2021-11-28T15:25:38+00:00" + "time": "2022-01-26T17:23:29+00:00" }, { "name": "symfony/service-contracts", @@ -1960,20 +1867,20 @@ }, { "name": "symfony/stopwatch", - "version": "v5.4.0", + "version": "v6.0.3", "source": { "type": "git", "url": "https://github.com/symfony/stopwatch.git", - "reference": "208ef96122bfed82a8f3a61458a07113a08bdcfe" + "reference": "6835045bb9f00fa4486ea4f1bcaf623be761556f" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/stopwatch/zipball/208ef96122bfed82a8f3a61458a07113a08bdcfe", - "reference": "208ef96122bfed82a8f3a61458a07113a08bdcfe", + "url": "https://api.github.com/repos/symfony/stopwatch/zipball/6835045bb9f00fa4486ea4f1bcaf623be761556f", + "reference": "6835045bb9f00fa4486ea4f1bcaf623be761556f", "shasum": "" }, "require": { - "php": ">=7.2.5", + "php": ">=8.0.2", "symfony/service-contracts": "^1|^2|^3" }, "type": "library", @@ -2002,7 +1909,7 @@ "description": "Provides a way to profile code", "homepage": "https://symfony.com", "support": { - "source": "https://github.com/symfony/stopwatch/tree/v5.4.0" + "source": "https://github.com/symfony/stopwatch/tree/v6.0.3" }, "funding": [ { @@ -2018,20 +1925,20 @@ "type": "tidelift" } ], - "time": "2021-11-23T10:19:22+00:00" + "time": "2022-01-02T09:55:41+00:00" }, { "name": "symfony/string", - "version": "v6.0.0", + "version": "v6.0.3", "source": { "type": "git", "url": "https://github.com/symfony/string.git", - "reference": "ba727797426af0f587f4800566300bdc0cda0777" + "reference": "522144f0c4c004c80d56fa47e40e17028e2eefc2" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/string/zipball/ba727797426af0f587f4800566300bdc0cda0777", - "reference": "ba727797426af0f587f4800566300bdc0cda0777", + "url": "https://api.github.com/repos/symfony/string/zipball/522144f0c4c004c80d56fa47e40e17028e2eefc2", + "reference": "522144f0c4c004c80d56fa47e40e17028e2eefc2", "shasum": "" }, "require": { @@ -2087,7 +1994,7 @@ "utf8" ], "support": { - "source": "https://github.com/symfony/string/tree/v6.0.0" + "source": "https://github.com/symfony/string/tree/v6.0.3" }, "funding": [ { @@ -2103,7 +2010,7 @@ "type": "tidelift" } ], - "time": "2021-10-29T07:35:21+00:00" + "time": "2022-01-02T09:55:41+00:00" } ], "packages-dev": [],