Skip to content

Commit 2497fd4

Browse files
committed
📝 drop PHP 8.0 and support PHP 8.1
Signed-off-by: otengkwame <developerkwame@gmail.com>
1 parent 19a1686 commit 2497fd4

1 file changed

Lines changed: 5 additions & 2 deletions

File tree

composer.json

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"role": "Software Engineer"
1010
}],
1111
"require": {
12-
"php": "^8.0"
12+
"php": "^8.1"
1313
},
1414
"autoload": {
1515
"psr-4": {
@@ -19,5 +19,8 @@
1919
"CodeIgniter/Framework"
2020
]
2121
},
22-
"minimum-stability": "stable"
22+
"minimum-stability": "stable",
23+
"require-dev": {
24+
"rector/rector": "^0.14.2"
25+
}
2326
}

0 commit comments

Comments
 (0)