{
    "name": "mapkyca/mrclay_autop_known",
    "description": "Known customisation of MrClay's AutoP, placed here for composer support",
    "license": "GPL-2.0-only",
    "keywords": ["autop", "internal", "known"],
    "authors": [
	{
	    "name": "Marcus Povey",
	    "email": "marcus@marcus-povey.co.uk",
	    "homepage": "https://www.marcus-povey.co.uk",
	    "role": "Developer"
	}
    ],
    "require": {
        "php": ">=5.6.0"
    },
    "autoload": {
        "psr-4": {
            "mapkyca\\autop\\": "AutoP/"
        }
    }
}
