Skip to content

Commit a65bf7f

Browse files
committed
chore: composer require --dev phpstan/phpstan-strict-rules
1 parent fff9dff commit a65bf7f

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

composer.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,8 @@
1818
"require-dev": {
1919
"codeigniter4/devkit": "^1.0",
2020
"codeigniter4/framework": "^4.3",
21-
"predis/predis": "^2.0"
21+
"predis/predis": "^2.0",
22+
"phpstan/phpstan-strict-rules": "^1.5"
2223
},
2324
"minimum-stability": "dev",
2425
"prefer-stable": true,

0 commit comments

Comments
 (0)