Explorar el Código

Update 'README.md'

master
Lim Eng Shun hace 4 años
padre
commit
fcdce6f939
Se han modificado 1 ficheros con 4 adiciones y 10 borrados
  1. 4
    10
      README.md

+ 4
- 10
README.md Ver fichero

@@ -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…
Cancelar
Guardar