From 7ddd01887aa89d0f4038420953c1021aaa32abf6 Mon Sep 17 00:00:00 2001 From: William Entriken Date: Sun, 22 Sep 2024 11:25:26 -0400 Subject: [PATCH] Add deprecation notice --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 5bd2f057..e23d5553 100644 --- a/README.md +++ b/README.md @@ -9,6 +9,8 @@ Generate interactive [OpenAPI](https://www.openapis.org) documentation for your See the [documentation website](https://zircote.github.io/swagger-php/guide/attributes.html) for supported attributes and annotations. +Annotations, and support for PHP versions lower than 8.1 are deprecated and will be removed in a future release of swagger-php. + ## Features - Compatible with the OpenAPI **3.0** and **3.1** specification.