Skip to content

Commit

Permalink
Merge pull request #7923 from paulbalandan/phpstan-codeigniter
Browse files Browse the repository at this point in the history
chore: use phpstan-codeigniter
  • Loading branch information
kenjis authored Sep 11, 2023
2 parents f314d0a + 042eaaa commit b6ecf0b
Show file tree
Hide file tree
Showing 5 changed files with 254 additions and 64 deletions.
5 changes: 4 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,13 +19,15 @@
},
"require-dev": {
"codeigniter/coding-standard": "^1.5",
"codeigniter/phpstan-codeigniter": "^v1.1",
"ergebnis/composer-normalize": "^2.28",
"fakerphp/faker": "^1.9",
"kint-php/kint": "^5.0.4",
"mikey179/vfsstream": "^1.6",
"nexusphp/cs-config": "^3.6",
"nexusphp/tachycardia": "^1.0",
"php-coveralls/php-coveralls": "^2.5",
"phpstan/extension-installer": "^1.3",
"phpstan/phpstan": "^1.10.2",
"phpstan/phpstan-strict-rules": "^1.5",
"phpunit/phpcov": "^8.2",
Expand Down Expand Up @@ -70,7 +72,8 @@
},
"config": {
"allow-plugins": {
"ergebnis/composer-normalize": true
"ergebnis/composer-normalize": true,
"phpstan/extension-installer": true
},
"optimize-autoloader": true,
"preferred-install": "dist",
Expand Down
Loading

0 comments on commit b6ecf0b

Please sign in to comment.