We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e023109 commit 7e55afdCopy full SHA for 7e55afd
composer.json
@@ -4,6 +4,18 @@
4
"type": "wordpress-plugin",
5
"license": "GPL-2.0-or-later",
6
"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
+ },
19
"autoload": {
20
"psr-4": {
21
"Metapraxis\\WPFileSystem\\": "src/",
0 commit comments