Skip to content

Commit fefffce

Browse files
Add phpstan/phpstan-symfony
1 parent 96b0913 commit fefffce

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

composer.json

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,9 @@
2020
},
2121
"require-dev": {
2222
"friendsofphp/php-cs-fixer": "^3.89",
23+
"phpstan/extension-installer": "^1.4",
2324
"phpstan/phpstan": "^2.1",
25+
"phpstan/phpstan-symfony": "^2.0",
2426
"symfony/http-client": "^7.0",
2527
"symfony/monolog-bundle": "^3.6",
2628
"symfony/twig-bundle": "^7.0",
@@ -33,6 +35,9 @@
3335
}
3436
},
3537
"config": {
36-
"sort-packages": true
38+
"sort-packages": true,
39+
"allow-plugins": {
40+
"phpstan/extension-installer": true
41+
}
3742
}
3843
}

0 commit comments

Comments
 (0)