瀏覽代碼

Update 'README.md'

master
Lim Eng Shun 4 年之前
父節點
當前提交
fcdce6f939
共有 1 個檔案被更改,包括 4 行新增10 行删除
  1. 4
    10
      README.md

+ 4
- 10
README.md 查看文件

@@ -8,16 +8,10 @@ Service provider for laravel which provide Mirfalah Swift_Transport implementati
8 8
 Add following repository records into `composer.json`
9 9
 ```json
10 10
 {
11
-  "repositories": [
12
-    {
13
-      "type": "vcs",
14
-      "url": "https://git.mirfalah.my/mirfalah-tech/sendmail-swift-transport.git"
15
-    },
16
-    {
17
-      "type": "vcs",
18
-      "url": "https://git.mirfalah.my/mirfalah-tech/laravel-swift.git"
19
-    }
20
-  ]
11
+  "repositories": [{
12
+    "type": "composer",
13
+    "url": "http://composer.mirfalah.my"
14
+  }
21 15
 }
22 16
 ```
23 17
 Then execute

Loading…
取消
儲存