wp-shortslug/composer.json

16 lines
379 B
JSON
Raw Permalink Normal View History

2015-12-10 14:26:06 +00:00
{
"name": "petermolnar/wp-shortslug",
"description": "WordPress plugin to auto-generate base36 short slugs for each post",
"require": {
2016-01-05 22:59:06 +00:00
"php": ">=5.3.0"
2015-12-10 14:26:06 +00:00
},
"license": "GPLv3",
"authors": [
{
"name": "Peter Molnar",
"email": "hello@petermolnar.eu",
2016-01-05 22:59:06 +00:00
"homepage": "https://petermolnar.eu"
2015-12-10 14:26:06 +00:00
}
]
}