From 302f904d423a318cf0348b1a8585c093d69311d6 Mon Sep 17 00:00:00 2001 From: "Buster \"Silver Eagle\" Neece" Date: Mon, 6 Jun 2022 04:30:48 -0500 Subject: [PATCH] Dependency update. Changelogs summary: - symfony/polyfill-ctype updated from v1.25.0 to v1.26.0 minor See changes: https://github.com/symfony/polyfill-ctype/compare/v1.25.0...v1.26.0 Release notes: https://github.com/symfony/polyfill-ctype/releases/tag/v1.26.0 - nikic/php-parser updated from v4.13.2 to v4.14.0 minor See changes: https://github.com/nikic/PHP-Parser/compare/v4.13.2...v4.14.0 Release notes: https://github.com/nikic/PHP-Parser/releases/tag/v4.14.0 - webmozart/assert updated from 1.10.0 to 1.11.0 minor See changes: https://github.com/webmozarts/assert/compare/1.10.0...1.11.0 Release notes: https://github.com/webmozarts/assert/releases/tag/1.11.0 - graham-campbell/guzzle-factory updated from v5.0.3 to v5.1.0 minor See changes: https://github.com/GrahamCampbell/Guzzle-Factory/compare/v5.0.3...v5.1.0 Release notes: https://github.com/GrahamCampbell/Guzzle-Factory/releases/tag/v5.1.0 - aws/aws-sdk-php updated from 3.224.0 to 3.224.3 patch See changes: https://github.com/aws/aws-sdk-php/compare/3.224.0...3.224.3 Release notes: https://github.com/aws/aws-sdk-php/releases/tag/3.224.3 - phpstan/phpstan updated from 1.7.3 to 1.7.10 patch See changes: https://github.com/phpstan/phpstan/compare/1.7.3...1.7.10 Release notes: https://github.com/phpstan/phpstan/releases/tag/1.7.10 - phpstan/phpstan-doctrine updated from 1.3.6 to 1.3.9 patch See changes: https://github.com/phpstan/phpstan-doctrine/compare/1.3.6...1.3.9 Release notes: https://github.com/phpstan/phpstan-doctrine/releases/tag/1.3.9 - roave/security-advisories updated from dev-latest@268c209 to dev-latest@e44f8ca See changes: https://github.com/Roave/SecurityAdvisories/compare/268c209...e44f8ca - supervisorphp/supervisor updated from dev-main@c41b19b to dev-main@29b6ecb See changes: https://github.com/supervisorphp/supervisor/compare/c41b19b...29b6ecb - symfony/polyfill-intl-idn updated from v1.25.0 to v1.26.0 minor See changes: https://github.com/symfony/polyfill-intl-idn/compare/v1.25.0...v1.26.0 Release notes: https://github.com/symfony/polyfill-intl-idn/releases/tag/v1.26.0 - zircote/swagger-php updated from 4.4.4 to 4.4.5 patch See changes: https://github.com/zircote/swagger-php/compare/4.4.4...4.4.5 Release notes: https://github.com/zircote/swagger-php/releases/tag/4.4.5 --- composer.lock | 157 +++++++++++++++++++++++++------------------------- 1 file changed, 79 insertions(+), 78 deletions(-) diff --git a/composer.lock b/composer.lock index e4eff66b8..b395e7734 100644 --- a/composer.lock +++ b/composer.lock @@ -58,16 +58,16 @@ }, { "name": "aws/aws-sdk-php", - "version": "3.224.0", + "version": "3.224.3", "source": { "type": "git", "url": "https://github.com/aws/aws-sdk-php.git", - "reference": "bc5eb18414ef703c5f39a5a009a437c74c228306" + "reference": "52f45dfe0d1e5a77f33c050bde5134901fc54a57" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/aws/aws-sdk-php/zipball/bc5eb18414ef703c5f39a5a009a437c74c228306", - "reference": "bc5eb18414ef703c5f39a5a009a437c74c228306", + "url": "https://api.github.com/repos/aws/aws-sdk-php/zipball/52f45dfe0d1e5a77f33c050bde5134901fc54a57", + "reference": "52f45dfe0d1e5a77f33c050bde5134901fc54a57", "shasum": "" }, "require": { @@ -143,9 +143,9 @@ "support": { "forum": "https://forums.aws.amazon.com/forum.jspa?forumID=80", "issues": "https://github.com/aws/aws-sdk-php/issues", - "source": "https://github.com/aws/aws-sdk-php/tree/3.224.0" + "source": "https://github.com/aws/aws-sdk-php/tree/3.224.3" }, - "time": "2022-05-27T20:23:28+00:00" + "time": "2022-06-02T18:22:57+00:00" }, { "name": "azuracast/doctrine-batch-utilities", @@ -2567,25 +2567,26 @@ }, { "name": "graham-campbell/guzzle-factory", - "version": "v5.0.3", + "version": "v5.1.0", "source": { "type": "git", "url": "https://github.com/GrahamCampbell/Guzzle-Factory.git", - "reference": "f93cfbffd422920f5d9915ec7d682f030ddffda6" + "reference": "d9168bbceeb33bd15eb7dee50325a3ff6bc1e8a3" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/GrahamCampbell/Guzzle-Factory/zipball/f93cfbffd422920f5d9915ec7d682f030ddffda6", - "reference": "f93cfbffd422920f5d9915ec7d682f030ddffda6", + "url": "https://api.github.com/repos/GrahamCampbell/Guzzle-Factory/zipball/d9168bbceeb33bd15eb7dee50325a3ff6bc1e8a3", + "reference": "d9168bbceeb33bd15eb7dee50325a3ff6bc1e8a3", "shasum": "" }, "require": { - "guzzlehttp/guzzle": "^7.2", - "php": "^7.2.5 || ^8.0" + "guzzlehttp/guzzle": "^7.4.3", + "guzzlehttp/psr7": "^2.2.1", + "php": "^7.4.15 || ^8.0.2" }, "require-dev": { - "graham-campbell/analyzer": "^3.0.4", - "phpunit/phpunit": "^8.5.8 || ^9.3.7" + "graham-campbell/analyzer": "^3.1", + "phpunit/phpunit": "^9.5" }, "type": "library", "autoload": { @@ -2615,7 +2616,7 @@ ], "support": { "issues": "https://github.com/GrahamCampbell/Guzzle-Factory/issues", - "source": "https://github.com/GrahamCampbell/Guzzle-Factory/tree/v5.0.3" + "source": "https://github.com/GrahamCampbell/Guzzle-Factory/tree/v5.1.0" }, "funding": [ { @@ -2627,7 +2628,7 @@ "type": "tidelift" } ], - "time": "2021-11-21T21:41:36+00:00" + "time": "2022-05-30T20:32:48+00:00" }, { "name": "graham-campbell/result-type", @@ -4560,16 +4561,16 @@ }, { "name": "nikic/php-parser", - "version": "v4.13.2", + "version": "v4.14.0", "source": { "type": "git", "url": "https://github.com/nikic/PHP-Parser.git", - "reference": "210577fe3cf7badcc5814d99455df46564f3c077" + "reference": "34bea19b6e03d8153165d8f30bba4c3be86184c1" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/nikic/PHP-Parser/zipball/210577fe3cf7badcc5814d99455df46564f3c077", - "reference": "210577fe3cf7badcc5814d99455df46564f3c077", + "url": "https://api.github.com/repos/nikic/PHP-Parser/zipball/34bea19b6e03d8153165d8f30bba4c3be86184c1", + "reference": "34bea19b6e03d8153165d8f30bba4c3be86184c1", "shasum": "" }, "require": { @@ -4610,9 +4611,9 @@ ], "support": { "issues": "https://github.com/nikic/PHP-Parser/issues", - "source": "https://github.com/nikic/PHP-Parser/tree/v4.13.2" + "source": "https://github.com/nikic/PHP-Parser/tree/v4.14.0" }, - "time": "2021-11-30T19:35:32+00:00" + "time": "2022-05-31T20:59:12+00:00" }, { "name": "pagerfanta/core", @@ -6716,12 +6717,12 @@ "source": { "type": "git", "url": "https://github.com/supervisorphp/supervisor.git", - "reference": "c41b19b06507528a765827adc7d9cac3144f361f" + "reference": "29b6ecbcd3295a3fc3fc39aad22b162251078b1b" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/supervisorphp/supervisor/zipball/c41b19b06507528a765827adc7d9cac3144f361f", - "reference": "c41b19b06507528a765827adc7d9cac3144f361f", + "url": "https://api.github.com/repos/supervisorphp/supervisor/zipball/29b6ecbcd3295a3fc3fc39aad22b162251078b1b", + "reference": "29b6ecbcd3295a3fc3fc39aad22b162251078b1b", "shasum": "" }, "require": { @@ -6734,7 +6735,6 @@ "ext-pcntl": "*", "ext-posix": "*", "guzzlehttp/guzzle": "^7", - "http-interop/http-factory-guzzle": "^1.0", "php-http/httplug": "^2.1", "php-http/message": "^1.8", "php-parallel-lint/php-console-highlighter": "^1", @@ -6776,7 +6776,7 @@ "issues": "https://github.com/supervisorphp/supervisor/issues", "source": "https://github.com/supervisorphp/supervisor/tree/main" }, - "time": "2022-04-10T05:29:28+00:00" + "time": "2022-06-02T05:12:24+00:00" }, { "name": "symfony/beanstalkd-messenger", @@ -7998,16 +7998,16 @@ }, { "name": "symfony/polyfill-ctype", - "version": "v1.25.0", + "version": "v1.26.0", "source": { "type": "git", "url": "https://github.com/symfony/polyfill-ctype.git", - "reference": "30885182c981ab175d4d034db0f6f469898070ab" + "reference": "6fd1b9a79f6e3cf65f9e679b23af304cd9e010d4" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/polyfill-ctype/zipball/30885182c981ab175d4d034db0f6f469898070ab", - "reference": "30885182c981ab175d4d034db0f6f469898070ab", + "url": "https://api.github.com/repos/symfony/polyfill-ctype/zipball/6fd1b9a79f6e3cf65f9e679b23af304cd9e010d4", + "reference": "6fd1b9a79f6e3cf65f9e679b23af304cd9e010d4", "shasum": "" }, "require": { @@ -8022,7 +8022,7 @@ "type": "library", "extra": { "branch-alias": { - "dev-main": "1.23-dev" + "dev-main": "1.26-dev" }, "thanks": { "name": "symfony/polyfill", @@ -8060,7 +8060,7 @@ "portable" ], "support": { - "source": "https://github.com/symfony/polyfill-ctype/tree/v1.25.0" + "source": "https://github.com/symfony/polyfill-ctype/tree/v1.26.0" }, "funding": [ { @@ -8076,20 +8076,20 @@ "type": "tidelift" } ], - "time": "2021-10-20T20:35:02+00:00" + "time": "2022-05-24T11:49:31+00:00" }, { "name": "symfony/polyfill-intl-idn", - "version": "v1.25.0", + "version": "v1.26.0", "source": { "type": "git", "url": "https://github.com/symfony/polyfill-intl-idn.git", - "reference": "749045c69efb97c70d25d7463abba812e91f3a44" + "reference": "59a8d271f00dd0e4c2e518104cc7963f655a1aa8" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/polyfill-intl-idn/zipball/749045c69efb97c70d25d7463abba812e91f3a44", - "reference": "749045c69efb97c70d25d7463abba812e91f3a44", + "url": "https://api.github.com/repos/symfony/polyfill-intl-idn/zipball/59a8d271f00dd0e4c2e518104cc7963f655a1aa8", + "reference": "59a8d271f00dd0e4c2e518104cc7963f655a1aa8", "shasum": "" }, "require": { @@ -8103,7 +8103,7 @@ "type": "library", "extra": { "branch-alias": { - "dev-main": "1.23-dev" + "dev-main": "1.26-dev" }, "thanks": { "name": "symfony/polyfill", @@ -8147,7 +8147,7 @@ "shim" ], "support": { - "source": "https://github.com/symfony/polyfill-intl-idn/tree/v1.25.0" + "source": "https://github.com/symfony/polyfill-intl-idn/tree/v1.26.0" }, "funding": [ { @@ -8163,7 +8163,7 @@ "type": "tidelift" } ], - "time": "2021-09-14T14:02:44+00:00" + "time": "2022-05-24T11:49:31+00:00" }, { "name": "symfony/process", @@ -9733,21 +9733,21 @@ }, { "name": "webmozart/assert", - "version": "1.10.0", + "version": "1.11.0", "source": { "type": "git", "url": "https://github.com/webmozarts/assert.git", - "reference": "6964c76c7804814a842473e0c8fd15bab0f18e25" + "reference": "11cb2199493b2f8a3b53e7f19068fc6aac760991" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/webmozarts/assert/zipball/6964c76c7804814a842473e0c8fd15bab0f18e25", - "reference": "6964c76c7804814a842473e0c8fd15bab0f18e25", + "url": "https://api.github.com/repos/webmozarts/assert/zipball/11cb2199493b2f8a3b53e7f19068fc6aac760991", + "reference": "11cb2199493b2f8a3b53e7f19068fc6aac760991", "shasum": "" }, "require": { - "php": "^7.2 || ^8.0", - "symfony/polyfill-ctype": "^1.8" + "ext-ctype": "*", + "php": "^7.2 || ^8.0" }, "conflict": { "phpstan/phpstan": "<0.12.20", @@ -9785,9 +9785,9 @@ ], "support": { "issues": "https://github.com/webmozarts/assert/issues", - "source": "https://github.com/webmozarts/assert/tree/1.10.0" + "source": "https://github.com/webmozarts/assert/tree/1.11.0" }, - "time": "2021-03-09T10:59:23+00:00" + "time": "2022-06-03T18:03:27+00:00" }, { "name": "wikimedia/composer-merge-plugin", @@ -9847,16 +9847,16 @@ }, { "name": "zircote/swagger-php", - "version": "4.4.4", + "version": "4.4.5", "source": { "type": "git", "url": "https://github.com/zircote/swagger-php.git", - "reference": "fb967b3ef9e311626e7232fa71096763d5f3eec2" + "reference": "fd8f1eb8d0165c7a668f307fbccbf3adf33f4017" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/zircote/swagger-php/zipball/fb967b3ef9e311626e7232fa71096763d5f3eec2", - "reference": "fb967b3ef9e311626e7232fa71096763d5f3eec2", + "url": "https://api.github.com/repos/zircote/swagger-php/zipball/fd8f1eb8d0165c7a668f307fbccbf3adf33f4017", + "reference": "fd8f1eb8d0165c7a668f307fbccbf3adf33f4017", "shasum": "" }, "require": { @@ -9918,9 +9918,9 @@ ], "support": { "issues": "https://github.com/zircote/swagger-php/issues", - "source": "https://github.com/zircote/swagger-php/tree/4.4.4" + "source": "https://github.com/zircote/swagger-php/tree/4.4.5" }, - "time": "2022-05-29T06:22:07+00:00" + "time": "2022-06-02T21:05:02+00:00" } ], "packages-dev": [ @@ -11601,16 +11601,16 @@ }, { "name": "phpstan/phpstan", - "version": "1.7.3", + "version": "1.7.10", "source": { "type": "git", "url": "https://github.com/phpstan/phpstan.git", - "reference": "48c4621b1a6dde32aab2e9a79658b843ffb614f7" + "reference": "25e069474cf00215b0f64c60a26230908ef3eefa" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/phpstan/phpstan/zipball/48c4621b1a6dde32aab2e9a79658b843ffb614f7", - "reference": "48c4621b1a6dde32aab2e9a79658b843ffb614f7", + "url": "https://api.github.com/repos/phpstan/phpstan/zipball/25e069474cf00215b0f64c60a26230908ef3eefa", + "reference": "25e069474cf00215b0f64c60a26230908ef3eefa", "shasum": "" }, "require": { @@ -11636,7 +11636,7 @@ "description": "PHPStan - PHP Static Analysis Tool", "support": { "issues": "https://github.com/phpstan/phpstan/issues", - "source": "https://github.com/phpstan/phpstan/tree/1.7.3" + "source": "https://github.com/phpstan/phpstan/tree/1.7.10" }, "funding": [ { @@ -11656,25 +11656,25 @@ "type": "tidelift" } ], - "time": "2022-05-29T11:36:09+00:00" + "time": "2022-06-03T14:12:23+00:00" }, { "name": "phpstan/phpstan-doctrine", - "version": "1.3.6", + "version": "1.3.9", "source": { "type": "git", "url": "https://github.com/phpstan/phpstan-doctrine.git", - "reference": "317e47b31bb92df5b344ed208dd358a6099c8507" + "reference": "e0281f8acec4ca743403b959885315508c9b3351" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/phpstan/phpstan-doctrine/zipball/317e47b31bb92df5b344ed208dd358a6099c8507", - "reference": "317e47b31bb92df5b344ed208dd358a6099c8507", + "url": "https://api.github.com/repos/phpstan/phpstan-doctrine/zipball/e0281f8acec4ca743403b959885315508c9b3351", + "reference": "e0281f8acec4ca743403b959885315508c9b3351", "shasum": "" }, "require": { "php": "^7.2 || ^8.0", - "phpstan/phpstan": "^1.7.0" + "phpstan/phpstan": "^1.7.3" }, "conflict": { "doctrine/collections": "<1.0", @@ -11722,9 +11722,9 @@ "description": "Doctrine extensions for PHPStan", "support": { "issues": "https://github.com/phpstan/phpstan-doctrine/issues", - "source": "https://github.com/phpstan/phpstan-doctrine/tree/1.3.6" + "source": "https://github.com/phpstan/phpstan-doctrine/tree/1.3.9" }, - "time": "2022-05-27T18:47:50+00:00" + "time": "2022-06-06T09:18:01+00:00" }, { "name": "phpunit/php-code-coverage", @@ -12285,12 +12285,12 @@ "source": { "type": "git", "url": "https://github.com/Roave/SecurityAdvisories.git", - "reference": "268c2095dd32f68b65b8cfc0af26f58d61ff320c" + "reference": "e44f8ca7996a2573a10b7f1f8baff9c9caf7db09" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/Roave/SecurityAdvisories/zipball/268c2095dd32f68b65b8cfc0af26f58d61ff320c", - "reference": "268c2095dd32f68b65b8cfc0af26f58d61ff320c", + "url": "https://api.github.com/repos/Roave/SecurityAdvisories/zipball/e44f8ca7996a2573a10b7f1f8baff9c9caf7db09", + "reference": "e44f8ca7996a2573a10b7f1f8baff9c9caf7db09", "shasum": "" }, "conflict": { @@ -12385,11 +12385,11 @@ "ezsystems/ezplatform": "<=1.13.6|>=2,<=2.5.24", "ezsystems/ezplatform-admin-ui": ">=1.3,<1.3.5|>=1.4,<1.4.6|>=1.5,<1.5.27", "ezsystems/ezplatform-admin-ui-assets": ">=4,<4.2.1|>=5,<5.0.1|>=5.1,<5.1.1", - "ezsystems/ezplatform-kernel": "<=1.2.5|>=1.3,<1.3.17", + "ezsystems/ezplatform-kernel": "<=1.2.5|>=1.3,<1.3.19", "ezsystems/ezplatform-rest": ">=1.2,<=1.2.2|>=1.3,<1.3.8", "ezsystems/ezplatform-richtext": ">=2.3,<=2.3.7", "ezsystems/ezplatform-user": ">=1,<1.0.1", - "ezsystems/ezpublish-kernel": "<=6.13.8.1|>=7,<7.5.28", + "ezsystems/ezpublish-kernel": "<=6.13.8.1|>=7,<7.5.29", "ezsystems/ezpublish-legacy": "<=2017.12.7.3|>=2018.6,<=2019.3.5.1", "ezsystems/platform-ui-assets-bundle": ">=4.2,<4.2.3", "ezsystems/repository-forms": ">=2.3,<2.3.2.1", @@ -12431,12 +12431,12 @@ "grumpydictator/firefly-iii": "<5.6.5", "guzzlehttp/guzzle": "<6.5.6|>=7,<7.4.3", "guzzlehttp/psr7": "<1.8.4|>=2,<2.1.1", - "helloxz/imgurl": "<=2.31", + "helloxz/imgurl": "= 2.31|<=2.31", "hillelcoren/invoice-ninja": "<5.3.35", "hjue/justwriting": "<=1", "hov/jobfair": "<1.0.13|>=2,<2.0.2", "hyn/multi-tenant": ">=5.6,<5.7.2", - "ibexa/core": ">=4,<4.0.5|>=4.1,<4.1.2", + "ibexa/core": ">=4,<4.0.7|>=4.1,<4.1.4", "ibexa/post-install": "<=1.0.4", "icecoder/icecoder": "<=8.1", "illuminate/auth": ">=4,<4.0.99|>=4.1,<=4.1.31|>=4.2,<=4.2.22|>=5,<=5.0.35|>=5.1,<=5.1.46|>=5.2,<=5.2.45|>=5.3,<=5.3.31|>=5.4,<=5.4.36|>=5.5,<5.5.10", @@ -12475,7 +12475,7 @@ "league/commonmark": "<0.18.3", "league/flysystem": "<1.1.4|>=2,<2.1.1", "lexik/jwt-authentication-bundle": "<2.10.7|>=2.11,<2.11.3", - "librenms/librenms": "<22.2.2", + "librenms/librenms": "<22.4", "limesurvey/limesurvey": "<3.27.19", "livehelperchat/livehelperchat": "<=3.91", "livewire/livewire": ">2.2.4,<2.2.6", @@ -12494,8 +12494,9 @@ "miniorange/miniorange-saml": "<1.4.3", "mittwald/typo3_forum": "<1.2.1", "modx/revolution": "<= 2.8.3-pl|<2.8", + "mojo42/jirafeau": "<4.4", "monolog/monolog": ">=1.8,<1.12", - "moodle/moodle": "<3.9.13|>=3.10-beta,<3.10.10|>=3.11,<3.11.6", + "moodle/moodle": "<4.0.1", "mustache/mustache": ">=2,<2.14.1", "namshi/jose": "<2.2", "neoan3-apps/template": "<1.1.1", @@ -12773,7 +12774,7 @@ "type": "tidelift" } ], - "time": "2022-05-25T23:04:15+00:00" + "time": "2022-06-03T23:04:18+00:00" }, { "name": "sebastian/cli-parser",