Skip to content

Commit 7e55afd

Browse files
committed
chore(other): added info to composer
1 parent e023109 commit 7e55afd

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

composer.json

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,18 @@
44
"type": "wordpress-plugin",
55
"license": "GPL-2.0-or-later",
66
"description": "A safe and convenient object-oriented wrapper for the WordPress Filesystem API",
7+
"keywords": [
8+
"wordpress",
9+
"filesystem",
10+
"wp-filesystem",
11+
"files",
12+
"uploads"
13+
],
14+
"homepage": "https://github.com/method-hub/wp-file-system",
15+
"support": {
16+
"issues": "https://github.com/method-hub/wp-file-system/issues",
17+
"source": "https://github.com/method-hub/wp-file-system"
18+
},
719
"autoload": {
820
"psr-4": {
921
"Metapraxis\\WPFileSystem\\": "src/",

0 commit comments

Comments
 (0)