We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 234cd6e commit 2489098Copy full SHA for 2489098
phpstan.dist.neon
@@ -1,8 +1,8 @@
1
parameters:
2
level: 6
3
bootstrapFiles:
4
- - tools/phpstan/includes/vendor/autoload.php
5
- vendor/autoload.php
+ - tools/phpstan/includes/vendor/autoload.php
6
paths:
7
- src/Maker
8
- tests/Command
tools/phpstan/includes/composer.json
@@ -15,6 +15,8 @@
15
"symfony/ux-turbo": "^2.16",
16
"symfony/validator": "^7.0",
17
"symfonycasts/reset-password-bundle": "^1.21",
18
- "symfonycasts/verify-email-bundle": "^1.17"
+ "symfonycasts/verify-email-bundle": "^1.17",
19
+ "symfony/webpack-encore-bundle": "^2.1",
20
+ "symfony/panther": "^2.1"
21
}
22
0 commit comments