40 lines
1.0 KiB
JSON
Executable File
40 lines
1.0 KiB
JSON
Executable File
{
|
|
"name": "upstatement/routes",
|
|
"description": "Manage rewrites and routes in WordPress with this dead-simple plugin",
|
|
"keywords": [
|
|
"routes",
|
|
"routing",
|
|
"rewrite",
|
|
"redirects"
|
|
],
|
|
"homepage": "https://www.upstatement.com",
|
|
"license": "MIT",
|
|
"authors": [
|
|
{
|
|
"name": "Jared Novack",
|
|
"email": "jared@upstatement.com",
|
|
"homepage": "https://www.upstatement.com"
|
|
}
|
|
],
|
|
"support": {
|
|
"issues": "https://github.com/Upstatement/routes/issues",
|
|
"wiki": "https://github.com/Upstatement/routes/wiki",
|
|
"source": "https://github.com/Upstatement/routes"
|
|
},
|
|
"require": {
|
|
"php": ">=7.3",
|
|
"altorouter/altorouter": "^2.0.2",
|
|
"composer/installers": "^1.0 || ^2.0"
|
|
},
|
|
"require-dev": {
|
|
"phpunit/phpunit": "5.7.16",
|
|
"wp-cli/wp-cli": "*",
|
|
"satooshi/php-coveralls": "*"
|
|
},
|
|
"autoload": {
|
|
"psr-0": {
|
|
"Routes": ""
|
|
}
|
|
}
|
|
}
|