Browse Source

Updated composer file with link to GitHub for issues

James Watts 12 years ago
parent
commit
9fd8dbc8f9
1 changed files with 2 additions and 2 deletions
  1. 2 2
      composer.json

+ 2 - 2
composer.json

@@ -12,10 +12,10 @@
         }
     ],
     "support": {
-        "issues": "http://cakephp.lighthouseapp.com/",
+        "issues": "https://github.com/cakephp/cakephp/issues",
         "forum": "http://stackoverflow.com/tags/cakephp",
         "irc": "irc://irc.freenode.org/cakephp",
-        "source": "https://github.com/cakephp/cakephp/"
+        "source": "https://github.com/cakephp/cakephp"
     },
     "require": {
         "php": ">=5.4",