diff options
author | Remi Collet <remi@remirepo.net> | 2023-03-13 07:48:22 +0100 |
---|---|---|
committer | Remi Collet <remi@php.net> | 2023-03-13 07:48:22 +0100 |
commit | 20ccee79b712b9fa45b46998a9de3e9295859f3b (patch) | |
tree | 7fff24df09b5347241ce9f40f6b0335b6b47bc99 /composer.json | |
parent | e23b28dafa1bfe0a49ab7a49b8db17763a6b8106 (diff) |
update to 3.14.5
Diffstat (limited to 'composer.json')
-rw-r--r-- | composer.json | 6 |
1 files changed, 6 insertions, 0 deletions
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", |