Skip to content

Commit

Permalink
Merge pull request #23 from SeunMatt/development
Browse files Browse the repository at this point in the history
updated php requirement to be same as CI4
  • Loading branch information
SeunMatt authored Oct 9, 2022
2 parents 978d548 + 9856c02 commit 043b5c5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ Usage

Requirements
-----------
- PHP >= 7.2
- PHP >= 7.4
- CodeIgniter 4

Composer Installation
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"exclude" : ["/sample.png"]
},
"require": {
"php": ">=7.1"
"php": ">=7.4"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit 043b5c5

Please sign in to comment.