Skip to content

Commit

Permalink
Merge pull request #25 from amt925/update-alto-router-dependency
Browse files Browse the repository at this point in the history
Update minimum PHP version and update AltoRouter to latest version
  • Loading branch information
jarednova authored Aug 14, 2020
2 parents 07057a8 + a554d50 commit 9294660
Showing 1 changed file with 21 additions and 16 deletions.
37 changes: 21 additions & 16 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,34 +1,39 @@
{
"name" : "upstatement/routes",
"name": "upstatement/routes",
"description": "Manage rewrites and routes in WordPress with this dead-simple plugin",
"keywords" : ["routes", "routing", "rewrite", "redirects"],
"homepage" : "http://routes.upstatement.com",
"license" : "MIT",
"authors" : [
"keywords": [
"routes",
"routing",
"rewrite",
"redirects"
],
"homepage": "http://routes.upstatement.com",
"license": "MIT",
"authors": [
{
"name" : "Jared Novack",
"email" : "[email protected]",
"name": "Jared Novack",
"email": "[email protected]",
"homepage": "http://upstatement.com"
}
],
"support" : {
"support": {
"issues": "https://github.com/jarednova/routes/issues",
"wiki" : "https://github.com/jarednova/routes/wiki",
"wiki": "https://github.com/jarednova/routes/wiki",
"source": "https://github.com/jarednova/routes"
},
"require" : {
"php" : ">=5.3.0",
"altorouter/altorouter" : "^1.2.0",
"composer/installers" : "~1.0"
"require": {
"php": ">=5.6.0",
"altorouter/altorouter": "^2.0",
"composer/installers": "~1.0"
},
"require-dev": {
"phpunit/phpunit": "5.7.16",
"wp-cli/wp-cli" : "*",
"wp-cli/wp-cli": "*",
"satooshi/php-coveralls": "*"
},
"autoload": {
"psr-0" : {
"Routes" : ""
"psr-0": {
"Routes": ""
}
}
}

0 comments on commit 9294660

Please sign in to comment.