wp-shortslug/composer.json
2016-01-05 22:59:06 +00:00

15 lines
379 B
JSON

{
"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"
}
]
}