diff --git a/build/composer-php-72.json b/build/composer-php-72.json index 6770e2f..3a9acd3 100644 --- a/build/composer-php-72.json +++ b/build/composer-php-72.json @@ -3,6 +3,7 @@ "type": "phpstan-extension", "description": "Detect unused public properties, constants and methods in your code", "license": "MIT", + "keywords": ["static analysis", "phpstan-extension"], "require": { "php": "^7.2 || 8.0.*", "phpstan/phpstan": "^1.9.3", diff --git a/composer.json b/composer.json index c9e0739..ed4083d 100644 --- a/composer.json +++ b/composer.json @@ -3,6 +3,7 @@ "type": "phpstan-extension", "description": "Detect unused public properties, constants and methods in your code", "license": "MIT", + "keywords": ["static analysis", "phpstan-extension"], "require": { "php": "^8.1", "phpstan/phpstan": "^1.9.3",