From f9ab4a61e033bc7a2de7faa5aed549a24c9756f6 Mon Sep 17 00:00:00 2001 From: "Barry vd. Heuvel" Date: Sat, 17 Feb 2024 11:56:42 +0100 Subject: [PATCH] Require actual docblock parser --- composer.json | 1 + 1 file changed, 1 insertion(+) diff --git a/composer.json b/composer.json index a38b986..19c5c93 100644 --- a/composer.json +++ b/composer.json @@ -29,6 +29,7 @@ "illuminate/filesystem": "^10 || ^11", "illuminate/support": "^10 || ^11", "nikic/php-parser": "^4.18 || ^5", + "phpdocumentor/reflection-docblock": "^5.3", "phpdocumentor/type-resolver": "^1.1.0" }, "require-dev": {