Skip to content

Commit 2489098

Browse files
committed
add missing optional dependencies
1 parent 234cd6e commit 2489098

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

phpstan.dist.neon

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
parameters:
22
level: 6
33
bootstrapFiles:
4-
- tools/phpstan/includes/vendor/autoload.php
54
- vendor/autoload.php
5+
- tools/phpstan/includes/vendor/autoload.php
66
paths:
77
- src/Maker
88
- tests/Command

tools/phpstan/includes/composer.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,8 @@
1515
"symfony/ux-turbo": "^2.16",
1616
"symfony/validator": "^7.0",
1717
"symfonycasts/reset-password-bundle": "^1.21",
18-
"symfonycasts/verify-email-bundle": "^1.17"
18+
"symfonycasts/verify-email-bundle": "^1.17",
19+
"symfony/webpack-encore-bundle": "^2.1",
20+
"symfony/panther": "^2.1"
1921
}
2022
}

0 commit comments

Comments
 (0)