File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -8,8 +8,8 @@ config classes for CodeIgniter 4 framework.
88[ ![ ] ( https://github.com/codeigniter4/settings/workflows/Deptrac/badge.svg )] ( https://github.com/codeigniter4/settings/actions/workflows/inspect.yml )
99[ ![ Coverage Status] ( https://coveralls.io/repos/github/codeigniter4/settings/badge.svg?branch=develop )] ( https://coveralls.io/github/codeigniter4/settings?branch=develop )
1010
11- ![ PHP] ( https://img.shields.io/badge/PHP-%5E8.1 -blue )
12- ![ CodeIgniter] ( https://img.shields.io/badge/CodeIgniter-%5E4.2. 3-blue )
11+ ![ PHP] ( https://img.shields.io/badge/PHP-%5E8.2 -blue )
12+ ![ CodeIgniter] ( https://img.shields.io/badge/CodeIgniter-%5E4.3-blue )
1313![ License] ( https://img.shields.io/badge/License-MIT-blue )
1414
1515## Installation
Original file line number Diff line number Diff line change 1717 ],
1818 "homepage" : " https://github.com/codeigniter4/settings" ,
1919 "require" : {
20- "php" : " ^8.1 "
20+ "php" : " ^8.2 "
2121 },
2222 "require-dev" : {
2323 "codeigniter4/devkit" : " ^1.3" ,
Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ service('settings')->forget('App.siteName');
2929
3030### Requirements
3131
32- ![ PHP] ( https://img.shields.io/badge/PHP-%5E8.1 -red )
32+ ![ PHP] ( https://img.shields.io/badge/PHP-%5E8.2 -red )
3333![ CodeIgniter] ( https://img.shields.io/badge/CodeIgniter-%5E4.2.3-red )
3434
3535### Acknowledgements
You can’t perform that action at this time.
0 commit comments