{
"name": "peterkahl/not-found-alternative",
"type": "library",
"description": "When requested page URI is not found in the list of available pages, closest matching page URI will be found and a redirect header will be returned.",
"keywords": ["seo", "redirects", "404"],
"homepage": "https://github.com/peterkahl/status-404-find-best-match-page",
"license": "Apache-2.0",
"authors": [
{
"name": "Peter Kahl",
"email": "peter.kahl@colossalmind.com",
"homepage": "https://www.colossalmind.com/",
"role": "Developer"
}
],
"require": {
"php": ">=5.3.0"
},
"autoload": {
"psr-4": {
"peterkahl\\NotFoundAlternative\\": "src/"
}
}
}
|