Skip to content

Commit 924c5e8

Browse files
staabmderickr
authored andcommitted
scan everything but vendor/
1 parent b2e98d1 commit 924c5e8

4 files changed

Lines changed: 535 additions & 7 deletions

File tree

composer.json

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,9 @@
1313
"require-dev": {
1414
"ext-curl": "*",
1515
"friendsofphp/php-cs-fixer": "^3.95.7",
16+
"phpstan/extension-installer": "^1.4",
17+
"phpstan/phpstan": "^2.2",
18+
"phpstan/phpstan-phpunit": "^2.0",
1619
"phpunit/phpunit": "^11.5.50"
1720
},
1821
"autoload": {
@@ -29,6 +32,9 @@
2932
"platform": {
3033
"php": "8.4.0"
3134
},
32-
"sort-packages": true
35+
"sort-packages": true,
36+
"allow-plugins": {
37+
"phpstan/extension-installer": true
38+
}
3339
}
3440
}

composer.lock

Lines changed: 169 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)