all repos — wp-shortslug @ de30748078ce7b10fc974f7747073b868b42a9fe

adding composer
Peter Molnar hello@petermolnar.eu
Thu, 10 Dec 2015 14:26:06 +0000
commit

de30748078ce7b10fc974f7747073b868b42a9fe

parent

6aa0eaa654d63815a548914f3ea083bec2372f5c

1 files changed, 15 insertions(+), 0 deletions(-)

jump to
A composer.json

@@ -0,0 +1,15 @@

+{ + "name": "petermolnar/wp-shortslug", + "description": "WordPress plugin to auto-generate base36 short slugs for each post", + "require": { + "php": ">=5.3.0" + }, + "license": "GPLv3", + "authors": [ + { + "name": "Peter Molnar", + "email": "hello@petermolnar.eu", + "homepage": "https://petermolnar.eu" + } + ] +}