From 20ccee79b712b9fa45b46998a9de3e9295859f3b Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Mon, 13 Mar 2023 07:48:22 +0100 Subject: update to 3.14.5 --- composer.json | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'composer.json') diff --git a/composer.json b/composer.json index 5b54d41..e3ea370 100644 --- a/composer.json +++ b/composer.json @@ -3,6 +3,12 @@ "description": "A tool to automatically fix PHP code style", "license": "MIT", "type": "application", + "keywords": [ + "fixer", + "standards", + "static analysis", + "static code analysis" + ], "authors": [ { "name": "Fabien Potencier", -- cgit