diff --git a/composer.json b/composer.json new file mode 100644 index 0000000000000000000000000000000000000000..6df04eaf586e597b4925e094d5f3fdc21e391e53 --- /dev/null +++ b/composer.json @@ -0,0 +1,17 @@ +{ + "name" : "ethitter/eth-redirect-to-latest", + "description" : "Redirect a chosen slug, \"latest\" by default, to, well, the most-recently published post.", + "homepage" : "https://ethitter.com/", + "type" : "wordpress-plugin", + "license" : "GPL-2.0+", + "authors" : [ + { + "name" : "Erick Hitter", + "email" : "wp@ethitter.com", + "homepage" : "https://ethitter.com/" + } + ], + "require" : { + "composer/installers" : "~1.0" + } +} \ No newline at end of file