all repos — wp-shortslug @ 717bc7fb7bd564dde76d0f2731fb7d81cb099da2

composer.json (view raw)

 1
 2
 3
 4
 5
 6
 7
 8
 9
 10
 11
 12
 13
 14
 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"
        }
    ]
}