Skip to content

Commit fa72743

Browse files
authored
Merge pull request #240 from php-school/phpstan-fixes
2 parents 41fa28a + 8843cfc commit fa72743

30 files changed

+337
-597
lines changed

composer.json

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,9 +37,8 @@
3737
"phpunit/phpunit": "^8.5",
3838
"composer/composer": "^2.0",
3939
"squizlabs/php_codesniffer": "^3.4",
40-
"phpstan/phpstan": "^0.12.50",
40+
"phpstan/phpstan": "^1.8",
4141
"phpstan/extension-installer": "^1.0",
42-
"phpstan/phpstan-symfony": "^0.12.8",
4342
"yoast/phpunit-polyfills": "^0.2.0"
4443
},
4544
"autoload" : {
@@ -66,5 +65,10 @@
6665
"phpcbf test --standard=PSR12 --encoding=UTF-8"
6766
],
6867
"static": "phpstan --ansi analyse --level max src"
68+
},
69+
"config": {
70+
"allow-plugins": {
71+
"phpstan/extension-installer": true
72+
}
6973
}
7074
}

0 commit comments

Comments
 (0)