Skip to content

Commit 2b23281

Browse files
committed
Add composer keywords
1 parent f0e5061 commit 2b23281

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

composer.json

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,18 @@
22
"name": "szepeviktor/phpstan-wordpress",
33
"type": "phpstan-extension",
44
"description": "WordPress extensions for PHPStan",
5+
"keywords": [
6+
"static analysis",
7+
"code analysis",
8+
"code analyse",
9+
"wordpress",
10+
"phpstan"
11+
],
512
"license": "MIT",
613
"require": {
714
"php": "~7.1",
8-
"phpstan/phpstan": "^0.11.8",
915
"php-stubs/wordpress-stubs": "^4.7 || ^5.0",
16+
"phpstan/phpstan": "^0.11.8",
1017
"symfony/polyfill-php73": "^1.12.0"
1118
},
1219
"require-dev": {

0 commit comments

Comments
 (0)