diff --git a/composer.json b/composer.json new file mode 100644 index 0000000..c130996 --- /dev/null +++ b/composer.json @@ -0,0 +1,17 @@ +{ + "name": "underpin/wp-cli-loader", + "description": "WP CLI Loader for Underpin", + "type": "library", + "license": "GPL-2.0-or-later", + "authors": [ + { + "name": "Alex Standiford", + "email": "a@alexstandiford.com" + } + ], + "autoload": { + "files": [ + "cli.php" + ] + } +}