Skip to content

Commit 2de3344

Browse files
committed
Update composer.json required settings
1 parent efa0d08 commit 2de3344

4 files changed

Lines changed: 5 additions & 6 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ Codeigniter4-RoadRunner provides the synchroniztion of the Request and Response
1313
## Install
1414

1515
### Prerequisites
16-
1. CodeIgniter Framework 4.*
16+
1. CodeIgniter Framework 4.1.1^
1717
2. Composer
1818
3. Enable `php-curl` extension
1919
4. Enable `php-zip` extension

README_zh-TW.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ Codeigniter4-RoadRunner 提供的是 Roadrunner-Worker 與 Codeigniter4 在 Requ
1111
## 安裝
1212

1313
### 需求
14-
1. CodeIgniter Framework 4.*
14+
1. CodeIgniter Framework 4.1.1 以上
1515
2. Composer
1616
3. 安裝並開啟 php-curl 擴充套件
1717
4. 安裝並開啟 php-zip 擴充套件

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@
1616
],
1717
"minimum-stability": "stable",
1818
"require": {
19-
"php" : "^7.2",
20-
"codeigniter4/framework": "^4",
19+
"php" : "^7.3",
20+
"codeigniter4/framework": "^4.1.1",
2121
"spiral/roadrunner": "^1.8.1",
2222
"spiral/dumper": "^1.1"
2323
},

test/composer.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,7 @@
88
"php": ">=7.2",
99
"codeigniter4/framework": "^4",
1010
"spiral/roadrunner": "^1.8",
11-
"spiral/dumper": "^1.1",
12-
"monken/cli-create": "^0.3.1"
11+
"spiral/dumper": "^1.1"
1312
},
1413
"require-dev": {
1514
"mikey179/vfsstream": "1.6.*",

0 commit comments

Comments
 (0)