From 2cf044f502bd024783b299cf53a53965fd3d1ac5 Mon Sep 17 00:00:00 2001 From: Mikhail Ilinsky Date: Thu, 30 Apr 2026 13:09:54 +1000 Subject: [PATCH] chore: Downgrade symfony/yaml package --- README.md | 1 + composer.json | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 715814d..eb6d47c 100644 --- a/README.md +++ b/README.md @@ -5,6 +5,7 @@ [![type-coverage](https://shepherd.dev/github/duyler/openapi/coverage.svg)](https://shepherd.dev/github/duyler/openapi) [![psalm-level](https://shepherd.dev/github/duyler/openapi/level.svg)](https://shepherd.dev/github/duyler/openapi) ![PHP Version](https://img.shields.io/packagist/dependency-v/duyler/openapi/php?version=dev-main) +[![Ask DeepWiki](https://deepwiki.com/badge.svg)](https://deepwiki.com/duyler/openapi) OpenAPI 3.2 validator for PHP 8.4+ diff --git a/composer.json b/composer.json index 7dbd12d..b108411 100644 --- a/composer.json +++ b/composer.json @@ -22,7 +22,7 @@ "psr/cache": "^3.0", "psr/event-dispatcher": "^1.0", "psr/http-message": "^2.0", - "symfony/yaml": "^8.0" + "symfony/yaml": "^7.0" }, "require-dev": { "phpunit/phpunit": "^13.0",