Browse Source

Apply suggestions from code review

Co-Authored-By: saeideng <saeideng@users.noreply.github.com>
Mark Story 6 years ago
parent
commit
2a432b4fdb
1 changed files with 2 additions and 2 deletions
  1. 2 2
      src/Http/composer.json

+ 2 - 2
src/Http/composer.json

@@ -13,14 +13,14 @@
     "authors": [
         {
             "name": "CakePHP Community",
-            "homepage": "https://github.com/cakephp/form/graphs/contributors"
+            "homepage": "https://github.com/cakephp/http/graphs/contributors"
         }
     ],
     "support": {
         "issues": "https://github.com/cakephp/cakephp/issues",
         "forum": "https://stackoverflow.com/tags/cakephp",
         "irc": "irc://irc.freenode.org/cakephp",
-        "source": "https://github.com/cakephp/form"
+        "source": "https://github.com/cakephp/http"
     },
     "require": {
         "php": ">=7.2.0",