From ee46c5c13faddb9e1499df8eff930ff6f4ea08ef Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 30 Jul 2024 13:51:04 +0000 Subject: [PATCH] build(deps-dev): update jane-php/open-api-3 requirement Updates the requirements on [jane-php/open-api-3](https://github.com/janephp/open-api-3) to permit the latest version. - [Commits](https://github.com/janephp/open-api-3/compare/v7.8.0...v7.8.1) --- updated-dependencies: - dependency-name: jane-php/open-api-3 dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 247a052..f043e94 100644 --- a/composer.json +++ b/composer.json @@ -25,7 +25,7 @@ "php": ">=8.0" }, "require-dev": { - "jane-php/open-api-3": "7.8.0", + "jane-php/open-api-3": "7.8.1", "nyholm/psr7": "^1.8", "friendsofphp/php-cs-fixer": "^3.22", "pestphp/pest": "^1.23 || ^2.0",