From 8a22f0f9db374c97a932f24bc82f8d8600d396a6 Mon Sep 17 00:00:00 2001 From: root Date: Sat, 16 Dec 2023 16:08:25 +0000 Subject: [PATCH] Update amazon mailer to 5.2 --- composer.json | 2 +- composer.lock | 394 ++++++++++++++++++++++++++++++++++++-------------- 2 files changed, 290 insertions(+), 106 deletions(-) diff --git a/composer.json b/composer.json index db9bf5849..5ef635b1d 100644 --- a/composer.json +++ b/composer.json @@ -130,7 +130,7 @@ "symfony/form": "^4.4", "symfony/framework-bundle": "^4.4", "symfony/google-mailer": "^4.4", - "symfony/amazon-mailer": "^4.4", + "symfony/amazon-mailer": "^5.2", "symfony/http-foundation": "^4.4", "symfony/http-kernel": "^4.4", "symfony/mailer": "^4.4", diff --git a/composer.lock b/composer.lock index 0caf9d484..b11b10b94 100644 --- a/composer.lock +++ b/composer.lock @@ -4,8 +4,133 @@ "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "This file is @generated automatically" ], - "content-hash": "3a2247b112349db78cc44c7aa08ba000", + "content-hash": "32ed214edbbb4279e20fd53079762194", "packages": [ + { + "name": "async-aws/core", + "version": "1.20.1", + "source": { + "type": "git", + "url": "https://github.com/async-aws/core.git", + "reference": "7e079d52ac27b8c5a2036df8daea567c9728ee11" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/async-aws/core/zipball/7e079d52ac27b8c5a2036df8daea567c9728ee11", + "reference": "7e079d52ac27b8c5a2036df8daea567c9728ee11", + "shasum": "" + }, + "require": { + "ext-hash": "*", + "ext-json": "*", + "ext-simplexml": "*", + "php": "^7.2.5 || ^8.0", + "psr/cache": "^1.0 || ^2.0 || ^3.0", + "psr/log": "^1.0 || ^2.0 || ^3.0", + "symfony/deprecation-contracts": "^2.1 || ^3.0", + "symfony/http-client": "^4.4.16 || ^5.1.7 || ^6.0 || ^7.0", + "symfony/http-client-contracts": "^1.1.8 || ^2.0 || ^3.0", + "symfony/service-contracts": "^1.0 || ^2.0 || ^3.0" + }, + "conflict": { + "async-aws/s3": "<1.1", + "symfony/http-client": "5.2.0" + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "1.20-dev" + } + }, + "autoload": { + "psr-4": { + "AsyncAws\\Core\\": "src" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "description": "Core package to integrate with AWS. This is a lightweight AWS SDK provider by AsyncAws.", + "keywords": [ + "amazon", + "async-aws", + "aws", + "sdk", + "sts" + ], + "support": { + "source": "https://github.com/async-aws/core/tree/1.20.1" + }, + "funding": [ + { + "url": "https://github.com/jderusse", + "type": "github" + }, + { + "url": "https://github.com/nyholm", + "type": "github" + } + ], + "time": "2023-12-13T20:52:19+00:00" + }, + { + "name": "async-aws/ses", + "version": "1.7.0", + "source": { + "type": "git", + "url": "https://github.com/async-aws/ses.git", + "reference": "3aed25813b21aeab96a60a658edf1e23531d2011" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/async-aws/ses/zipball/3aed25813b21aeab96a60a658edf1e23531d2011", + "reference": "3aed25813b21aeab96a60a658edf1e23531d2011", + "shasum": "" + }, + "require": { + "async-aws/core": "^1.9", + "ext-json": "*", + "php": "^7.2.5 || ^8.0" + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "1.7-dev" + } + }, + "autoload": { + "psr-4": { + "AsyncAws\\Ses\\": "src" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "description": "SES client, part of the AWS SDK provided by AsyncAws.", + "keywords": [ + "amazon", + "async-aws", + "aws", + "sdk", + "ses" + ], + "support": { + "source": "https://github.com/async-aws/ses/tree/1.7.0" + }, + "funding": [ + { + "url": "https://github.com/jderusse", + "type": "github" + }, + { + "url": "https://github.com/nyholm", + "type": "github" + } + ], + "time": "2023-12-13T20:52:19+00:00" + }, { "name": "babdev/pagerfanta-bundle", "version": "v3.8.0", @@ -4986,47 +5111,47 @@ }, { "name": "jms/serializer", - "version": "3.28.0", + "version": "3.29.1", "source": { "type": "git", "url": "https://github.com/schmittjoh/serializer.git", - "reference": "5a5a03a71a28a480189c5a0ca95893c19f1d120c" + "reference": "111451f43abb448ce297361a8ab96a9591e848cd" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/schmittjoh/serializer/zipball/5a5a03a71a28a480189c5a0ca95893c19f1d120c", - "reference": "5a5a03a71a28a480189c5a0ca95893c19f1d120c", + "url": "https://api.github.com/repos/schmittjoh/serializer/zipball/111451f43abb448ce297361a8ab96a9591e848cd", + "reference": "111451f43abb448ce297361a8ab96a9591e848cd", "shasum": "" }, "require": { - "doctrine/annotations": "^1.13 || ^2.0", - "doctrine/instantiator": "^1.0.3 || ^2.0", + "doctrine/annotations": "^1.14 || ^2.0", + "doctrine/instantiator": "^1.3.1 || ^2.0", "doctrine/lexer": "^2.0 || ^3.0", "jms/metadata": "^2.6", - "php": "^7.2||^8.0", - "phpstan/phpdoc-parser": "^0.4 || ^0.5 || ^1.0" + "php": "^7.2 || ^8.0", + "phpstan/phpdoc-parser": "^1.20" }, "require-dev": { "doctrine/coding-standard": "^12.0", - "doctrine/orm": "~2.1", - "doctrine/persistence": "^1.3.3|^2.0|^3.0", - "doctrine/phpcr-odm": "^1.3|^2.0", + "doctrine/orm": "^2.14 || ^3.0", + "doctrine/persistence": "^2.5.2 || ^3.0", + "doctrine/phpcr-odm": "^1.5.2 || ^2.0", "ext-pdo_sqlite": "*", - "jackalope/jackalope-doctrine-dbal": "^1.1.5", - "ocramius/proxy-manager": "^1.0|^2.0", + "jackalope/jackalope-doctrine-dbal": "^1.3", + "ocramius/proxy-manager": "^1.0 || ^2.0", "phpbench/phpbench": "^1.0", "phpstan/phpstan": "^1.0.2", - "phpunit/phpunit": "^8.5.21||^9.0||^10.0", - "psr/container": "^1.0|^2.0", - "symfony/dependency-injection": "^3.0|^4.0|^5.0|^6.0", - "symfony/expression-language": "^3.2|^4.0|^5.0|^6.0", - "symfony/filesystem": "^3.0|^4.0|^5.0|^6.0", - "symfony/form": "^3.0|^4.0|^5.0|^6.0", - "symfony/translation": "^3.0|^4.0|^5.0|^6.0", - "symfony/uid": "^5.1|^6.0", - "symfony/validator": "^3.1.9|^4.0|^5.0|^6.0", - "symfony/yaml": "^3.3|^4.0|^5.0|^6.0", - "twig/twig": "~1.34|~2.4|^3.0" + "phpunit/phpunit": "^8.5.21 || ^9.0 || ^10.0", + "psr/container": "^1.0 || ^2.0", + "symfony/dependency-injection": "^3.4 || ^4.0 || ^5.0 || ^6.0 || ^7.0", + "symfony/expression-language": "^3.2 || ^4.0 || ^5.0 || ^6.0 || ^7.0", + "symfony/filesystem": "^4.2 || ^5.0 || ^6.0 || ^7.0", + "symfony/form": "^3.4 || ^4.0 || ^5.0 || ^6.0 || ^7.0", + "symfony/translation": "^3.0 || ^4.0 || ^5.0 || ^6.0 || ^7.0", + "symfony/uid": "^5.1 || ^6.0 || ^7.0", + "symfony/validator": "^3.1.9 || ^4.0 || ^5.0 || ^6.0 || ^7.0", + "symfony/yaml": "^3.4 || ^4.0 || ^5.0 || ^6.0 || ^7.0", + "twig/twig": "^1.34 || ^2.4 || ^3.0" }, "suggest": { "doctrine/collections": "Required if you like to use doctrine collection types as ArrayCollection.", @@ -5070,7 +5195,7 @@ ], "support": { "issues": "https://github.com/schmittjoh/serializer/issues", - "source": "https://github.com/schmittjoh/serializer/tree/3.28.0" + "source": "https://github.com/schmittjoh/serializer/tree/3.29.1" }, "funding": [ { @@ -5078,7 +5203,7 @@ "type": "github" } ], - "time": "2023-08-03T14:43:08+00:00" + "time": "2023-12-14T15:25:09+00:00" }, { "name": "jms/serializer-bundle", @@ -6871,16 +6996,16 @@ }, { "name": "php-http/httplug-bundle", - "version": "1.31.0", + "version": "1.32.0", "source": { "type": "git", "url": "https://github.com/php-http/HttplugBundle.git", - "reference": "7ab6206f5dd90e05e566aeba5dd2b798485020c8" + "reference": "7faff5c33d0fb507dae4a8dedfbe4dc32165e8fa" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/php-http/HttplugBundle/zipball/7ab6206f5dd90e05e566aeba5dd2b798485020c8", - "reference": "7ab6206f5dd90e05e566aeba5dd2b798485020c8", + "url": "https://api.github.com/repos/php-http/HttplugBundle/zipball/7faff5c33d0fb507dae4a8dedfbe4dc32165e8fa", + "reference": "7faff5c33d0fb507dae4a8dedfbe4dc32165e8fa", "shasum": "" }, "require": { @@ -6890,15 +7015,15 @@ "php-http/discovery": "^1.14", "php-http/httplug": "^2.0", "php-http/logger-plugin": "^1.1", - "php-http/message": "^1.9", + "php-http/message": "^1.13", "php-http/message-factory": "^1.0.2", "php-http/stopwatch-plugin": "^1.2", "psr/http-message": "^1.0 || ^2.0", - "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/http-kernel": "^4.4 || ^5.0 || ^6.0", - "symfony/options-resolver": "^4.4 || ^5.0 || ^6.0" + "symfony/config": "^4.4 || ^5.0 || ^6.0 || ^7.0", + "symfony/dependency-injection": "^4.4 || ^5.0 || ^6.0 || ^7.0", + "symfony/event-dispatcher": "^4.4 || ^5.0 || ^6.0 || ^7.0", + "symfony/http-kernel": "^4.4 || ^5.0 || ^6.0 || ^7.0", + "symfony/options-resolver": "^4.4 || ^5.0 || ^6.0 || ^7.0" }, "conflict": { "php-http/curl-client": "<2.0", @@ -6907,21 +7032,21 @@ }, "require-dev": { "guzzlehttp/psr7": "^1.7 || ^2.0", - "matthiasnoback/symfony-dependency-injection-test": "^4.0", + "matthiasnoback/symfony-dependency-injection-test": "^4.0 || ^5.0", "nyholm/nsa": "^1.1", "nyholm/psr7": "^1.2.1", "php-http/cache-plugin": "^1.7", "php-http/mock-client": "^1.2", "php-http/promise": "^1.0", - "symfony/browser-kit": "^4.4 || ^5.0 || ^6.0", - "symfony/cache": "^4.4 || ^5.0 || ^6.0", - "symfony/dom-crawler": "^4.4 || ^5.0 || ^6.0", - "symfony/framework-bundle": "^4.4 || ^5.0 || ^6.0", - "symfony/http-foundation": "^4.4.19 || ^5.0 || ^6.0", - "symfony/phpunit-bridge": "^5.3", - "symfony/stopwatch": "^4.4 || ^5.0 || ^6.0", - "symfony/twig-bundle": "^4.4 || ^5.0 || ^6.0", - "symfony/web-profiler-bundle": "^4.4.19 || ^5.0 || ^6.0", + "symfony/browser-kit": "^4.4 || ^5.0 || ^6.0 || ^7.0", + "symfony/cache": "^4.4 || ^5.0 || ^6.0 || ^7.0", + "symfony/dom-crawler": "^4.4 || ^5.0 || ^6.0 || ^7.0", + "symfony/framework-bundle": "^4.4 || ^5.0 || ^6.0 || ^7.0", + "symfony/http-foundation": "^4.4.19 || ^5.0 || ^6.0 || ^7.0", + "symfony/phpunit-bridge": "^6.4.1", + "symfony/stopwatch": "^4.4 || ^5.0 || ^6.0 || ^7.0", + "symfony/twig-bundle": "^4.4 || ^5.0 || ^6.0 || ^7.0", + "symfony/web-profiler-bundle": "^4.4.19 || ^5.0 || ^6.0 || ^7.0", "twig/twig": "^1.41 || ^2.10 || ^3.0" }, "suggest": { @@ -6966,9 +7091,9 @@ ], "support": { "issues": "https://github.com/php-http/HttplugBundle/issues", - "source": "https://github.com/php-http/HttplugBundle/tree/1.31.0" + "source": "https://github.com/php-http/HttplugBundle/tree/1.32.0" }, - "time": "2023-11-06T11:10:42+00:00" + "time": "2023-12-06T14:57:48+00:00" }, { "name": "php-http/logger-plugin", @@ -7543,16 +7668,16 @@ }, { "name": "phpstan/phpdoc-parser", - "version": "1.24.4", + "version": "1.24.5", "source": { "type": "git", "url": "https://github.com/phpstan/phpdoc-parser.git", - "reference": "6bd0c26f3786cd9b7c359675cb789e35a8e07496" + "reference": "fedf211ff14ec8381c9bf5714e33a7a552dd1acc" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/phpstan/phpdoc-parser/zipball/6bd0c26f3786cd9b7c359675cb789e35a8e07496", - "reference": "6bd0c26f3786cd9b7c359675cb789e35a8e07496", + "url": "https://api.github.com/repos/phpstan/phpdoc-parser/zipball/fedf211ff14ec8381c9bf5714e33a7a552dd1acc", + "reference": "fedf211ff14ec8381c9bf5714e33a7a552dd1acc", "shasum": "" }, "require": { @@ -7584,9 +7709,9 @@ "description": "PHPDoc parser with support for nullable, intersection and generic types", "support": { "issues": "https://github.com/phpstan/phpdoc-parser/issues", - "source": "https://github.com/phpstan/phpdoc-parser/tree/1.24.4" + "source": "https://github.com/phpstan/phpdoc-parser/tree/1.24.5" }, - "time": "2023-11-26T18:29:22+00:00" + "time": "2023-12-16T09:33:33+00:00" }, { "name": "phpzip/phpzip", @@ -7946,6 +8071,56 @@ }, "time": "2021-11-05T16:50:12+00:00" }, + { + "name": "psr/event-dispatcher", + "version": "1.0.0", + "source": { + "type": "git", + "url": "https://github.com/php-fig/event-dispatcher.git", + "reference": "dbefd12671e8a14ec7f180cab83036ed26714bb0" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/php-fig/event-dispatcher/zipball/dbefd12671e8a14ec7f180cab83036ed26714bb0", + "reference": "dbefd12671e8a14ec7f180cab83036ed26714bb0", + "shasum": "" + }, + "require": { + "php": ">=7.2.0" + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "1.0.x-dev" + } + }, + "autoload": { + "psr-4": { + "Psr\\EventDispatcher\\": "src/" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "PHP-FIG", + "homepage": "http://www.php-fig.org/" + } + ], + "description": "Standard interfaces for event handling.", + "keywords": [ + "events", + "psr", + "psr-14" + ], + "support": { + "issues": "https://github.com/php-fig/event-dispatcher/issues", + "source": "https://github.com/php-fig/event-dispatcher/tree/1.0.0" + }, + "time": "2019-01-08T18:20:26+00:00" + }, { "name": "psr/http-client", "version": "1.0.3", @@ -9265,26 +9440,29 @@ }, { "name": "symfony/amazon-mailer", - "version": "v4.4.37", + "version": "v5.4.19", "source": { "type": "git", "url": "https://github.com/symfony/amazon-mailer.git", - "reference": "f77a8d51a6354a44463f043d761957da1aae9074" + "reference": "40409a14161fcb09a4a6d797bfcd403fb9882968" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/amazon-mailer/zipball/f77a8d51a6354a44463f043d761957da1aae9074", - "reference": "f77a8d51a6354a44463f043d761957da1aae9074", + "url": "https://api.github.com/repos/symfony/amazon-mailer/zipball/40409a14161fcb09a4a6d797bfcd403fb9882968", + "reference": "40409a14161fcb09a4a6d797bfcd403fb9882968", "shasum": "" }, "require": { - "php": ">=7.1.3", - "symfony/mailer": "^4.4.21|^5.2.6" + "async-aws/ses": "^1.0", + "php": ">=7.2.5", + "psr/event-dispatcher": "^1", + "symfony/deprecation-contracts": "^2.1|^3", + "symfony/mailer": "^4.4.21|^5.2.6|^6.0" }, "require-dev": { - "symfony/http-client": "^4.3|^5.0" + "symfony/http-client": "^4.4|^5.0|^6.0" }, - "type": "symfony-bridge", + "type": "symfony-mailer-bridge", "autoload": { "psr-4": { "Symfony\\Component\\Mailer\\Bridge\\Amazon\\": "" @@ -9310,7 +9488,7 @@ "description": "Symfony Amazon Mailer Bridge", "homepage": "https://symfony.com", "support": { - "source": "https://github.com/symfony/amazon-mailer/tree/v4.4.37" + "source": "https://github.com/symfony/amazon-mailer/tree/v5.4.19" }, "funding": [ { @@ -9326,7 +9504,7 @@ "type": "tidelift" } ], - "time": "2022-01-02T09:41:36+00:00" + "time": "2023-01-01T08:32:19+00:00" }, { "name": "symfony/asset", @@ -15083,16 +15261,16 @@ }, { "name": "willdurand/hateoas", - "version": "3.9.0", + "version": "3.10.0", "source": { "type": "git", "url": "https://github.com/willdurand/Hateoas.git", - "reference": "39bae0385895b2615d6f7bea5cae0657349582fc" + "reference": "5d7953f4b04b926cb4f2fb73568b654998eb2b80" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/willdurand/Hateoas/zipball/39bae0385895b2615d6f7bea5cae0657349582fc", - "reference": "39bae0385895b2615d6f7bea5cae0657349582fc", + "url": "https://api.github.com/repos/willdurand/Hateoas/zipball/5d7953f4b04b926cb4f2fb73568b654998eb2b80", + "reference": "5d7953f4b04b926cb4f2fb73568b654998eb2b80", "shasum": "" }, "require": { @@ -15100,7 +15278,7 @@ "jms/metadata": "^2.0", "jms/serializer": "^3.18.2", "php": "^7.2 | ^8.0", - "symfony/expression-language": "~3.0 || ~4.0 || ~5.0 || ~6.0" + "symfony/expression-language": "~3.0 || ~4.0 || ~5.0 || ~6.0 || ~7.0" }, "require-dev": { "doctrine/coding-standard": "^5.0 | ^8.0", @@ -15110,8 +15288,8 @@ "phpspec/prophecy": "^1.16", "phpspec/prophecy-phpunit": "^2.0.1", "phpunit/phpunit": "^7 | ^9.5.10", - "symfony/routing": "~3.0 || ~4.0 || ~5.0 || ~6.0", - "symfony/yaml": "~3.0 || ~4.0 || ~5.0 || ~6.0", + "symfony/routing": "~3.0 || ~4.0 || ~5.0 || ~6.0 || ~7.0", + "symfony/yaml": "~3.0 || ~4.0 || ~5.0 || ~6.0 || ~7.0", "twig/twig": "^1.43 || ^2.13 || ^3.0" }, "suggest": { @@ -15151,37 +15329,40 @@ "description": "A PHP library to support implementing representations for HATEOAS REST web services", "support": { "issues": "https://github.com/willdurand/Hateoas/issues", - "source": "https://github.com/willdurand/Hateoas/tree/3.9.0" + "source": "https://github.com/willdurand/Hateoas/tree/3.10.0" }, - "time": "2023-01-31T13:54:41+00:00" + "time": "2023-12-12T13:35:06+00:00" }, { "name": "willdurand/hateoas-bundle", - "version": "2.5.0", + "version": "2.6.0", "source": { "type": "git", "url": "https://github.com/willdurand/BazingaHateoasBundle.git", - "reference": "f9f09f02c464469ff4deb5dfe6619c4c1409ef44" + "reference": "ccbdde8356ef02cbc72ac7ec40c7f1db3382b4ef" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/willdurand/BazingaHateoasBundle/zipball/f9f09f02c464469ff4deb5dfe6619c4c1409ef44", - "reference": "f9f09f02c464469ff4deb5dfe6619c4c1409ef44", + "url": "https://api.github.com/repos/willdurand/BazingaHateoasBundle/zipball/ccbdde8356ef02cbc72ac7ec40c7f1db3382b4ef", + "reference": "ccbdde8356ef02cbc72ac7ec40c7f1db3382b4ef", "shasum": "" }, "require": { - "jms/serializer-bundle": "^3.1 || ^4.0 || ^5.0@beta", + "jms/serializer-bundle": "^3.1 || ^4.2 || ^5.0", "php": "^7.2 || ^8.0", - "symfony/expression-language": "~3.0 || ~4.0 || ~5.0 || ~6.0", - "symfony/framework-bundle": "~3.0 || ~4.0 || ~5.0 || ~6.0", + "symfony/expression-language": "~3.0 || ~4.0 || ~5.0 || ~6.0 || ~7.0", + "symfony/framework-bundle": "~3.0 || ~4.0 || ~5.0 || ~6.0 || ~7.0", "willdurand/hateoas": "^3.5" }, + "conflict": { + "jms/serializer": "<3.18" + }, "require-dev": { - "doctrine/annotations": "^1.13.2", + "doctrine/annotations": "^1.13.2 || ^2.0", "doctrine/coding-standard": "^8.0", - "phpunit/phpunit": "^8.5 || ^9.5", - "symfony/stopwatch": "~3.0 || ~4.0 || ~5.0 || ~6.0", - "twig/twig": "~1.12|~2.0" + "phpunit/phpunit": "^8.5.32 || ^9.5.10", + "symfony/stopwatch": "~3.0 || ~4.0 || ~5.0 || ~6.0 || ~7.0", + "twig/twig": "~1.12|~2.0|~3.0" }, "type": "symfony-bundle", "extra": { @@ -15211,9 +15392,9 @@ ], "support": { "issues": "https://github.com/willdurand/BazingaHateoasBundle/issues", - "source": "https://github.com/willdurand/BazingaHateoasBundle/tree/2.5.0" + "source": "https://github.com/willdurand/BazingaHateoasBundle/tree/2.6.0" }, - "time": "2022-09-14T09:43:38+00:00" + "time": "2023-12-13T11:29:05+00:00" }, { "name": "willdurand/jsonp-callback-validator", @@ -15317,20 +15498,19 @@ }, { "name": "zircote/swagger-php", - "version": "4.7.16", + "version": "4.8.1", "source": { "type": "git", "url": "https://github.com/zircote/swagger-php.git", - "reference": "21366a8c43819457d458e772a4e86d0df9233b5e" + "reference": "2a2ae434965f5c497713e05d1398fc9476dfdeb0" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/zircote/swagger-php/zipball/21366a8c43819457d458e772a4e86d0df9233b5e", - "reference": "21366a8c43819457d458e772a4e86d0df9233b5e", + "url": "https://api.github.com/repos/zircote/swagger-php/zipball/2a2ae434965f5c497713e05d1398fc9476dfdeb0", + "reference": "2a2ae434965f5c497713e05d1398fc9476dfdeb0", "shasum": "" }, "require": { - "doctrine/annotations": "^1.7 || ^2.0", "ext-json": "*", "php": ">=7.2", "psr/log": "^1.1 || ^2.0 || ^3.0", @@ -15340,11 +15520,15 @@ }, "require-dev": { "composer/package-versions-deprecated": "^1.11", + "doctrine/annotations": "^1.7 || ^2.0", "friendsofphp/php-cs-fixer": "^2.17 || ^3.0", "phpstan/phpstan": "^1.6", "phpunit/phpunit": ">=8", "vimeo/psalm": "^4.23" }, + "suggest": { + "doctrine/annotations": "^1.7 || ^2.0" + }, "bin": [ "bin/openapi" ], @@ -15389,9 +15573,9 @@ ], "support": { "issues": "https://github.com/zircote/swagger-php/issues", - "source": "https://github.com/zircote/swagger-php/tree/4.7.16" + "source": "https://github.com/zircote/swagger-php/tree/4.8.1" }, - "time": "2023-11-30T21:47:39+00:00" + "time": "2023-12-11T08:35:08+00:00" } ], "packages-dev": [ @@ -16440,16 +16624,16 @@ }, { "name": "nikic/php-parser", - "version": "v4.17.1", + "version": "v4.18.0", "source": { "type": "git", "url": "https://github.com/nikic/PHP-Parser.git", - "reference": "a6303e50c90c355c7eeee2c4a8b27fe8dc8fef1d" + "reference": "1bcbb2179f97633e98bbbc87044ee2611c7d7999" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/nikic/PHP-Parser/zipball/a6303e50c90c355c7eeee2c4a8b27fe8dc8fef1d", - "reference": "a6303e50c90c355c7eeee2c4a8b27fe8dc8fef1d", + "url": "https://api.github.com/repos/nikic/PHP-Parser/zipball/1bcbb2179f97633e98bbbc87044ee2611c7d7999", + "reference": "1bcbb2179f97633e98bbbc87044ee2611c7d7999", "shasum": "" }, "require": { @@ -16490,9 +16674,9 @@ ], "support": { "issues": "https://github.com/nikic/PHP-Parser/issues", - "source": "https://github.com/nikic/PHP-Parser/tree/v4.17.1" + "source": "https://github.com/nikic/PHP-Parser/tree/v4.18.0" }, - "time": "2023-08-13T19:53:39+00:00" + "time": "2023-12-10T21:03:43+00:00" }, { "name": "php-cs-fixer/diff", @@ -16655,16 +16839,16 @@ }, { "name": "phpstan/phpstan", - "version": "1.10.47", + "version": "1.10.50", "source": { "type": "git", "url": "https://github.com/phpstan/phpstan.git", - "reference": "84dbb33b520ea28b6cf5676a3941f4bae1c1ff39" + "reference": "06a98513ac72c03e8366b5a0cb00750b487032e4" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/phpstan/phpstan/zipball/84dbb33b520ea28b6cf5676a3941f4bae1c1ff39", - "reference": "84dbb33b520ea28b6cf5676a3941f4bae1c1ff39", + "url": "https://api.github.com/repos/phpstan/phpstan/zipball/06a98513ac72c03e8366b5a0cb00750b487032e4", + "reference": "06a98513ac72c03e8366b5a0cb00750b487032e4", "shasum": "" }, "require": { @@ -16713,7 +16897,7 @@ "type": "tidelift" } ], - "time": "2023-12-01T15:19:17+00:00" + "time": "2023-12-13T10:59:42+00:00" }, { "name": "phpstan/phpstan-doctrine",