We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6849b60 commit 2ef85caCopy full SHA for 2ef85ca
1 file changed
README_zh-TW.md
@@ -11,7 +11,7 @@ Codeigniter4-RoadRunner 提供的是 Roadrunner-Worker 與 Codeigniter4 在 Requ
11
## 安裝
12
13
### 需求
14
-1. CodeIgniter Framework 4.1.5 以上
+1. CodeIgniter Framework 4.1.9 以上
15
2. Composer
16
3. 安裝並開啟 php-curl 擴充套件
17
4. 安裝並開啟 php-zip 擴充套件
@@ -49,6 +49,7 @@ php spark ciroad:init
49
伺服器組態設定應置於專案根目錄下,並命名為 `.rr.yaml` 。程式庫初始化後產出的預設檔案看起來會像這樣子:
50
51
```yaml
52
+version: "2.7"
53
rpc:
54
listen: tcp://127.0.0.1:6001
55
0 commit comments