Skip to content
This repository has been archived by the owner on Sep 24, 2018. It is now read-only.

Commit

Permalink
Browse files Browse the repository at this point in the history
fix forum url and installer-name
  • Loading branch information
torounit committed Aug 17, 2016
1 parent c661101 commit d0a4b21
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions composer.json
Expand Up @@ -12,7 +12,7 @@
],
"support": {
"issues": "https://github.com/WP-API/WP-API/issues",
"forum": "https://wordpress.org/support/plugin/json-rest-api"
"forum": "https://wordpress.org/support/plugin/rest-api"
},
"require": {
"composer/installers": "~1.0"
Expand All @@ -22,7 +22,7 @@
"wp-coding-standards/wpcs": "0.6.0"
},
"extra": {
"installer-name": "json-rest-api"
"installer-name": "rest-api"
},
"scripts": {
"post-install-cmd": "\"vendor/bin/phpcs\" --config-set installed_paths vendor/wp-coding-standards/wpcs",
Expand Down

0 comments on commit d0a4b21

Please sign in to comment.