Skip to content

Commit 91b0f08

Browse files
committed
Add keywords and suggest entries, remove repositories.
1 parent 478c796 commit 91b0f08

File tree

1 file changed

+7
-5
lines changed

1 file changed

+7
-5
lines changed

composer.json

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,10 @@
1212
"role": "Developer"
1313
}
1414
],
15-
"repositories": [
16-
{
17-
"type": "vcs",
18-
"url": "https://github.com/wearerequired/wp-cli-clear-opcache"
19-
}
15+
"keywords": [
16+
"wordpress",
17+
"wp-cli",
18+
"opcache"
2019
],
2120
"autoload": {
2221
"files": [
@@ -29,5 +28,8 @@
2928
"require": {
3029
"php": ">=7.0",
3130
"ext-Zend-OPcache": "*"
31+
},
32+
"suggest": {
33+
"wp-cli/wp-cli": "Adds a command line interface to WordPress"
3234
}
3335
}

0 commit comments

Comments
 (0)