8000
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 7460364 commit 75368e8Copy full SHA for 75368e8
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