Skip to content

Commit feaaa45

Browse files
committed
chore: bump minimum required PHP 8.2
1 parent d25f87b commit feaaa45

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

admin/framework/composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"slack": "https://codeigniterchat.slack.com"
1111
},
1212
"require": {
13-
"php": "^8.1",
13+
"php": "^8.2",
1414
"ext-intl": "*",
1515
"ext-mbstring": "*",
1616
"laminas/laminas-escaper": "^2.17",

admin/starter/composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@
1010
"slack": "https://codeigniterchat.slack.com"
1111
},
1212
"require": {
13-
"php": "^8.1",
14-
"codeigniter4/framework": "^4.0"
13+
"php": "^8.2",
14+
"codeigniter4/framework": "^4.6"
1515
},
1616
"require-dev": {
1717
"fakerphp/faker": "^1.9",

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"slack": "https://codeigniterchat.slack.com"
1111
},
1212
"require": {
13-
"php": "^8.1",
13+
"php": "^8.2",
1414
"ext-intl": "*",
1515
"ext-mbstring": "*",
1616
"laminas/laminas-escaper": "^2.17",

0 commit comments

Comments
 (0)