-
Notifications
You must be signed in to change notification settings - Fork 40
/
composer.json
executable file
·39 lines (39 loc) · 1.02 KB
/
composer.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
{
"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": "[email protected]",
"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": ">=5.6.0|7.*",
"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": ""
}
}
}