Skip to content

Commit a13c231

Browse files
committed
chore: require ^8.0 in composer.json
1 parent 71599de commit a13c231

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

admin/framework/composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"homepage": "https://codeigniter.com",
66
"license": "MIT",
77
"require": {
8-
"php": "^7.4 || ^8.0",
8+
"php": "^8.0",
99
"ext-intl": "*",
1010
"ext-json": "*",
1111
"ext-mbstring": "*",

admin/starter/composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"homepage": "https://codeigniter.com",
66
"license": "MIT",
77
"require": {
8-
"php": "^7.4 || ^8.0",
8+
"php": "^8.0",
99
"codeigniter4/framework": "^4.0"
1010
},
1111
"require-dev": {

admin/userguide/composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"homepage": "https://codeigniter.com",
66
"license": "MIT",
77
"require": {
8-
"php": "^7.4 || ^8.0",
8+
"php": "^8.0",
99
"codeigniter4/framework": "^4"
1010
},
1111
"support": {

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"homepage": "https://codeigniter.com",
66
"license": "MIT",
77
"require": {
8-
"php": "^7.4 || ^8.0",
8+
"php": "^8.0",
99
"ext-intl": "*",
1010
"ext-json": "*",
1111
"ext-mbstring": "*",

0 commit comments

Comments
 (0)