浏览代码

readme

tags/1.1
0nepeop1e 4 年前
父节点
当前提交
d610c1429c
共有 1 个文件被更改,包括 22 次插入0 次删除
  1. 22
    0
      README.md

+ 22
- 0
README.md 查看文件

@@ -0,0 +1,22 @@
1
+#mirfalah/sendmail-swift-transport
2
+
3
+Mirfalah Sendmail Swift_Transport implementation
4
+
5
+---
6
+## Installation
7
+
8
+Add following repository record into `composer.json`
9
+```json
10
+{
11
+  "repositories": [
12
+    {
13
+      "type": "vcs",
14
+      "url": "https://git.mirfalah.my/mirfalah-tech/sendmail-swift-transport.git"
15
+    }
16
+  ]
17
+}
18
+```
19
+Then execute
20
+```shell script
21
+composer require mirfalah/sendmail-swift-transport ^1.0
22
+```

正在加载...
取消
保存