Skip to content

Commit

Permalink
2023.10.30 upgrade needed ci version
Browse files Browse the repository at this point in the history
  • Loading branch information
monkenWu committed Oct 30, 2023
1 parent dd10361 commit c08f1a0
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ Burner is an out-of-the-box library for CodeIgniter4 that supports [RoadRunner](
## Install

### Prerequisites
1. CodeIgniter Framework 4.3.0^
1. CodeIgniter Framework 4.4.0^
2. Composer
3. PHP8^

Expand Down
2 changes: 1 addition & 1 deletion README_zh-TW.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ Burner 是一款專屬於 CodeIgniter4 的開箱即用的程式庫,它支援 [
## 安裝

### 需求
1. CodeIgniter Framework 4.3.0 以上
1. CodeIgniter Framework 4.4.0 以上
2. Composer
3. PHP8^

Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"prefer-stable": true,
"require": {
"php": "^8.0 || ^8.1 || ^8.2",
"codeigniter4/framework": "4.3.*",
"codeigniter4/framework": "4.4.*",
"symfony/var-dumper": "^6",
"laminas/laminas-diactoros": "^2.8",
"nyholm/psr7": "^1.5"
Expand Down

0 comments on commit c08f1a0

Please sign in to comment.