Skip to content

Commit b6ecf0b

Browse files
authored
Merge pull request #7923 from paulbalandan/phpstan-codeigniter
chore: use phpstan-codeigniter
2 parents f314d0a + 042eaaa commit b6ecf0b

File tree

5 files changed

+254
-64
lines changed

5 files changed

+254
-64
lines changed

composer.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,13 +19,15 @@
1919
},
2020
"require-dev": {
2121
"codeigniter/coding-standard": "^1.5",
22+
"codeigniter/phpstan-codeigniter": "^v1.1",
2223
"ergebnis/composer-normalize": "^2.28",
2324
"fakerphp/faker": "^1.9",
2425
"kint-php/kint": "^5.0.4",
2526
"mikey179/vfsstream": "^1.6",
2627
"nexusphp/cs-config": "^3.6",
2728
"nexusphp/tachycardia": "^1.0",
2829
"php-coveralls/php-coveralls": "^2.5",
30+
"phpstan/extension-installer": "^1.3",
2931
"phpstan/phpstan": "^1.10.2",
3032
"phpstan/phpstan-strict-rules": "^1.5",
3133
"phpunit/phpcov": "^8.2",
@@ -70,7 +72,8 @@
7072
},
7173
"config": {
7274
"allow-plugins": {
73-
"ergebnis/composer-normalize": true
75+
"ergebnis/composer-normalize": true,
76+
"phpstan/extension-installer": true
7477
},
7578
"optimize-autoloader": true,
7679
"preferred-install": "dist",

0 commit comments

Comments
 (0)