diff --git a/composer.json b/composer.json index aece06f..36d4797 100644 --- a/composer.json +++ b/composer.json @@ -6,7 +6,7 @@ "homepage": "https://www.webproject.xyz", "require": { "php": "~8.3.0 || ~8.4.0", - "jane-php/open-api-runtime": "^7.10.0", + "jane-php/open-api-runtime": "^7.10.1", "phpdocumentor/reflection-docblock": "^5.6.5", "phpstan/phpdoc-parser": "^2.3.0", "symfony/console": "^7.4.0", @@ -21,7 +21,7 @@ "codeception/module-asserts": "^3.2.1", "codeception/module-phpbrowser": "^3.0.2", "friendsofphp/php-cs-fixer": "3.91.3", - "jane-php/open-api-3": "^7.10.0", + "jane-php/open-api-3": "^7.10.1", "roave/security-advisories": "dev-latest", "symfony/var-dumper": "7.4.0" }, diff --git a/composer.lock b/composer.lock index 1a3d0a4..72eaea3 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": "6d8f44f669e7c2b27c21ea409b9ce630", + "content-hash": "39c1149fc7c6827a8d2ea5db0ff07773", "packages": [ { "name": "clue/stream-filter", @@ -184,16 +184,16 @@ }, { "name": "jane-php/open-api-runtime", - "version": "v7.10.0", + "version": "v7.10.1", "source": { "type": "git", "url": "https://github.com/janephp/open-api-runtime.git", - "reference": "904d471fad6bc28d2d67969d0ccd768db0662047" + "reference": "771138eea41580a48e6d9f6a00f9a8f92c01ec1f" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/janephp/open-api-runtime/zipball/904d471fad6bc28d2d67969d0ccd768db0662047", - "reference": "904d471fad6bc28d2d67969d0ccd768db0662047", + "url": "https://api.github.com/repos/janephp/open-api-runtime/zipball/771138eea41580a48e6d9f6a00f9a8f92c01ec1f", + "reference": "771138eea41580a48e6d9f6a00f9a8f92c01ec1f", "shasum": "" }, "require": { @@ -205,11 +205,11 @@ "php-http/multipart-stream-builder": "^1.0", "psr/http-client": "^1.0", "psr/http-factory": "^1.0", - "symfony/options-resolver": "^5.4 || ^6.4 || ^7.0 || 8.0" + "symfony/options-resolver": "^5.4 || ^6.4 || ^7.0 || ^8.0" }, "require-dev": { "phpunit/phpunit": "^8.5", - "symfony/serializer": "^5.4 || ^6.4 || ^7.0 || 8.0" + "symfony/serializer": "^5.4 || ^6.4 || ^7.0 || ^8.0" }, "type": "library", "extra": { @@ -241,9 +241,9 @@ ], "description": "Jane OpenAPI Runtime Library, dependencies and utility class for a library generated by jane/openapi", "support": { - "source": "https://github.com/janephp/open-api-runtime/tree/v7.10.0" + "source": "https://github.com/janephp/open-api-runtime/tree/v7.10.1" }, - "time": "2025-12-02T21:55:16+00:00" + "time": "2025-12-08T13:24:37+00:00" }, { "name": "league/uri", @@ -4691,16 +4691,16 @@ }, { "name": "jane-php/open-api-3", - "version": "v7.10.0", + "version": "v7.10.1", "source": { "type": "git", "url": "https://github.com/janephp/open-api-3.git", - "reference": "842da08247f5a359110f5c59d6ae819cba404f15" + "reference": "1ca86266f57074a232101e195d3c87283e22e053" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/janephp/open-api-3/zipball/842da08247f5a359110f5c59d6ae819cba404f15", - "reference": "842da08247f5a359110f5c59d6ae819cba404f15", + "url": "https://api.github.com/repos/janephp/open-api-3/zipball/1ca86266f57074a232101e195d3c87283e22e053", + "reference": "1ca86266f57074a232101e195d3c87283e22e053", "shasum": "" }, "require": { @@ -4709,8 +4709,8 @@ "jane-php/open-api-common": "^7.5", "nikic/php-parser": "^4.19 || ^5.1", "php": "^8.1", - "symfony/serializer": "^5.4 || ^6.4 || ^7.0 || 8.0", - "symfony/yaml": "^5.4 || ^6.4 || ^7.0 || 8.0" + "symfony/serializer": "^5.4 || ^6.4 || ^7.0 || ^8.0", + "symfony/yaml": "^5.4 || ^6.4 || ^7.0 || ^8.0" }, "conflict": { "symfony/framework-bundle": "5.1.0" @@ -4719,7 +4719,7 @@ "kriswallsmith/buzz": "^1.2", "nyholm/psr7": "^1.8", "phpunit/phpunit": "^8.5", - "symfony/finder": "^5.4 || ^6.4 || ^7.0 || 8.0" + "symfony/finder": "^5.4 || ^6.4 || ^7.0 || ^8.0" }, "suggest": { "friendsofphp/php-cs-fixer": "To have a nice formatting of the generated files" @@ -4759,9 +4759,9 @@ "swagger" ], "support": { - "source": "https://github.com/janephp/open-api-3/tree/v7.10.0" + "source": "https://github.com/janephp/open-api-3/tree/v7.10.1" }, - "time": "2025-12-02T21:55:16+00:00" + "time": "2025-12-08T13:24:37+00:00" }, { "name": "jane-php/open-api-common",