From 3ffb2c91f20c0add50501a483c6429d95a26e9a7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 9 Jul 2026 04:52:41 +0000 Subject: [PATCH] build(deps-dev): bump zircote/swagger-php from 6.2.0 to 6.3.0 Bumps [zircote/swagger-php](https://github.com/zircote/swagger-php) from 6.2.0 to 6.3.0. - [Release notes](https://github.com/zircote/swagger-php/releases) - [Commits](https://github.com/zircote/swagger-php/compare/6.2.0...6.3.0) --- updated-dependencies: - dependency-name: zircote/swagger-php dependency-version: 6.3.0 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- composer.json | 2 +- composer.lock | 63 +++++++++++++++++++++++++-------------------------- 2 files changed, 32 insertions(+), 33 deletions(-) diff --git a/composer.json b/composer.json index d175137ed8..4a39498edd 100644 --- a/composer.json +++ b/composer.json @@ -85,7 +85,7 @@ "symfony/browser-kit": "~8.1.0", "symfony/css-selector": "~8.1.0", "symfony/yaml": "~8.0.6", - "zircote/swagger-php": "~6.2.0" + "zircote/swagger-php": "~6.3.0" }, "suggest": { "ext-bcmath": "*", diff --git a/composer.lock b/composer.lock index 42e3761dbc..b60c2e49f1 100644 --- a/composer.lock +++ b/composer.lock @@ -4,7 +4,7 @@ "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "This file is @generated automatically" ], - "content-hash": "a2c2634bea0c20f3b3531ef6919bea58", + "content-hash": "320520504e493f568b28d13092e723d4", "packages": [ { "name": "2tvenom/cborencode", @@ -3537,16 +3537,16 @@ }, { "name": "phpstan/phpdoc-parser", - "version": "2.3.2", + "version": "2.3.3", "source": { "type": "git", "url": "https://github.com/phpstan/phpdoc-parser.git", - "reference": "a004701b11273a26cd7955a61d67a7f1e525a45a" + "reference": "fb19eedd2bb67ff8cf7a5502ad329e701d6398a3" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/phpstan/phpdoc-parser/zipball/a004701b11273a26cd7955a61d67a7f1e525a45a", - "reference": "a004701b11273a26cd7955a61d67a7f1e525a45a", + "url": "https://api.github.com/repos/phpstan/phpdoc-parser/zipball/fb19eedd2bb67ff8cf7a5502ad329e701d6398a3", + "reference": "fb19eedd2bb67ff8cf7a5502ad329e701d6398a3", "shasum": "" }, "require": { @@ -3578,9 +3578,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/2.3.2" + "source": "https://github.com/phpstan/phpdoc-parser/tree/2.3.3" }, - "time": "2026-01-25T14:56:51+00:00" + "time": "2026-07-08T07:01:06+00:00" }, { "name": "psr/cache", @@ -7643,16 +7643,16 @@ }, { "name": "symfony/yaml", - "version": "v8.0.13", + "version": "v8.0.14", "source": { "type": "git", "url": "https://github.com/symfony/yaml.git", - "reference": "a1cdf99e359d5c001782a2db67a1fc71b2a5b34e" + "reference": "5e33ae125827c4445e28474223de226751bd7ed9" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/yaml/zipball/a1cdf99e359d5c001782a2db67a1fc71b2a5b34e", - "reference": "a1cdf99e359d5c001782a2db67a1fc71b2a5b34e", + "url": "https://api.github.com/repos/symfony/yaml/zipball/5e33ae125827c4445e28474223de226751bd7ed9", + "reference": "5e33ae125827c4445e28474223de226751bd7ed9", "shasum": "" }, "require": { @@ -7694,7 +7694,7 @@ "description": "Loads and dumps YAML files", "homepage": "https://symfony.com", "support": { - "source": "https://github.com/symfony/yaml/tree/v8.0.13" + "source": "https://github.com/symfony/yaml/tree/v8.0.14" }, "funding": [ { @@ -7714,7 +7714,7 @@ "type": "tidelift" } ], - "time": "2026-05-25T06:08:44+00:00" + "time": "2026-06-09T10:20:00+00:00" }, { "name": "tecnickcom/tcpdf", @@ -8401,20 +8401,19 @@ }, { "name": "nikic/php-parser", - "version": "v5.7.0", + "version": "v5.8.0", "source": { "type": "git", "url": "https://github.com/nikic/PHP-Parser.git", - "reference": "dca41cd15c2ac9d055ad70dbfd011130757d1f82" + "reference": "044a6a392ff8ad0d61f14370a5fbbd0a0107152f" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/nikic/PHP-Parser/zipball/dca41cd15c2ac9d055ad70dbfd011130757d1f82", - "reference": "dca41cd15c2ac9d055ad70dbfd011130757d1f82", + "url": "https://api.github.com/repos/nikic/PHP-Parser/zipball/044a6a392ff8ad0d61f14370a5fbbd0a0107152f", + "reference": "044a6a392ff8ad0d61f14370a5fbbd0a0107152f", "shasum": "" }, "require": { - "ext-ctype": "*", "ext-json": "*", "ext-tokenizer": "*", "php": ">=7.4" @@ -8453,9 +8452,9 @@ ], "support": { "issues": "https://github.com/nikic/PHP-Parser/issues", - "source": "https://github.com/nikic/PHP-Parser/tree/v5.7.0" + "source": "https://github.com/nikic/PHP-Parser/tree/v5.8.0" }, - "time": "2025-12-06T11:56:16+00:00" + "time": "2026-07-04T14:30:18+00:00" }, { "name": "phar-io/manifest", @@ -10822,16 +10821,16 @@ }, { "name": "symfony/finder", - "version": "v8.1.0", + "version": "v8.1.1", "source": { "type": "git", "url": "https://github.com/symfony/finder.git", - "reference": "58d2e767a66052c1487356f953445634a8194c64" + "reference": "e2989e762c70f9490fa3a00a0ac0fae5aa97a531" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/finder/zipball/58d2e767a66052c1487356f953445634a8194c64", - "reference": "58d2e767a66052c1487356f953445634a8194c64", + "url": "https://api.github.com/repos/symfony/finder/zipball/e2989e762c70f9490fa3a00a0ac0fae5aa97a531", + "reference": "e2989e762c70f9490fa3a00a0ac0fae5aa97a531", "shasum": "" }, "require": { @@ -10866,7 +10865,7 @@ "description": "Finds files and directories via an intuitive fluent interface", "homepage": "https://symfony.com", "support": { - "source": "https://github.com/symfony/finder/tree/v8.1.0" + "source": "https://github.com/symfony/finder/tree/v8.1.1" }, "funding": [ { @@ -10886,7 +10885,7 @@ "type": "tidelift" } ], - "time": "2026-05-29T05:06:50+00:00" + "time": "2026-06-27T09:05:56+00:00" }, { "name": "symfony/process", @@ -11136,16 +11135,16 @@ }, { "name": "zircote/swagger-php", - "version": "6.2.0", + "version": "6.3.0", "source": { "type": "git", "url": "https://github.com/zircote/swagger-php.git", - "reference": "060af3bb9c4cba6a5859aba2c51cd1c129479410" + "reference": "90aa94ef8a321bc343fe025048c0071b88c188f5" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/zircote/swagger-php/zipball/060af3bb9c4cba6a5859aba2c51cd1c129479410", - "reference": "060af3bb9c4cba6a5859aba2c51cd1c129479410", + "url": "https://api.github.com/repos/zircote/swagger-php/zipball/90aa94ef8a321bc343fe025048c0071b88c188f5", + "reference": "90aa94ef8a321bc343fe025048c0071b88c188f5", "shasum": "" }, "require": { @@ -11214,7 +11213,7 @@ ], "support": { "issues": "https://github.com/zircote/swagger-php/issues", - "source": "https://github.com/zircote/swagger-php/tree/6.2.0" + "source": "https://github.com/zircote/swagger-php/tree/6.3.0" }, "funding": [ { @@ -11222,7 +11221,7 @@ "type": "github" } ], - "time": "2026-06-14T06:51:56+00:00" + "time": "2026-06-29T08:44:04+00:00" } ], "aliases": [],