From 055968bea9a3beb6590b328a248aef0cafa85fa7 Mon Sep 17 00:00:00 2001 From: Romain Quetiez Date: Mon, 17 Jun 2024 14:40:31 +0200 Subject: [PATCH] Update README.md --- .doc/README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.doc/README.md b/.doc/README.md index fb56f5f16..8f5a44b9d 100644 --- a/.doc/README.md +++ b/.doc/README.md @@ -79,6 +79,8 @@ Then, **for a method** of an eligible class: ## Installation +Note : PHP7 is required. Migrating to PHP8 requires some additional work which is questionable as an alternative way to generate a documentation is being considered. + ``` cd .doc composer require phpdocumentor/phpdocumentor:~2 --dev