Browse Source

update composer.json and readme

master
0nepeop1e 3 years ago
parent
commit
87cd93d729
2 changed files with 3 additions and 3 deletions
  1. 1
    1
      README.md
  2. 2
    2
      composer.json

+ 1
- 1
README.md View File

@@ -11,7 +11,7 @@ Add following repository records into `composer.json`
11 11
   "repositories": [
12 12
     {
13 13
       "type": "composer",
14
-      "url": "http://composer.mirfalah.my"
14
+      "url": "https://composer.mirfalah.my"
15 15
     }
16 16
   ]
17 17
 }

+ 2
- 2
composer.json View File

@@ -24,8 +24,8 @@
24 24
     },
25 25
     "repositories": [
26 26
         {
27
-            "type": "vcs",
28
-            "url": "https://git.mirfalah.my/mirfalah-tech/sendmail-swift-transport.git"
27
+            "type": "composer",
28
+            "url": "https://composer.mirfalah.my"
29 29
         }
30 30
     ],
31 31
     "extra": {

Loading…
Cancel
Save