Skip to content

Commit 5fba2ee

Browse files
committed
add missing phpunit
1 parent 54f2833 commit 5fba2ee

File tree

2 files changed

+12
-11
lines changed

2 files changed

+12
-11
lines changed

.github/workflows/ci-static-analysis.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,4 +93,4 @@ jobs:
9393
run: "vendor/bin/simple-phpunit --version"
9494

9595
- name: Run PHPStan
96-
run: "tools/phpstan/vendor/bin/phpstan --memory-limit=1G"
96+
run: "tools/phpstan/vendor/bin/phpstan analyze --memory-limit=1G --error-format=github"

tools/phpstan/includes/composer.json

Lines changed: 11 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,20 @@
11
{
22
"require": {
3-
"symfonycasts/reset-password-bundle": "^1.21",
4-
"symfony/mailer": "^7.0",
5-
"symfony/form": "^7.0",
6-
"symfony/validator": "^7.0",
7-
"symfony/security-bundle": "^7.0",
8-
"symfony/twig-bundle": "^7.0",
3+
"api-platform/core": "^3.2",
94
"doctrine/doctrine-bundle": "^2.12",
10-
"symfony/orm-pack": "^2.4",
115
"doctrine/doctrine-fixtures-bundle": "^3.5",
6+
"symfony/form": "^7.0",
7+
"symfony/mailer": "^7.0",
128
"symfony/messenger": "^7.0",
9+
"symfony/orm-pack": "^2.4",
1310
"symfony/scheduler": "^7.0",
14-
"api-platform/core": "^3.2",
15-
"symfonycasts/verify-email-bundle": "^1.17",
11+
"symfony/security-bundle": "^7.0",
12+
"symfony/test-pack": "^1.1",
13+
"symfony/twig-bundle": "^7.0",
14+
"symfony/ux-live-component": "^2.16",
1615
"symfony/ux-turbo": "^2.16",
17-
"symfony/ux-live-component": "^2.16"
16+
"symfony/validator": "^7.0",
17+
"symfonycasts/reset-password-bundle": "^1.21",
18+
"symfonycasts/verify-email-bundle": "^1.17"
1819
}
1920
}

0 commit comments

Comments
 (0)