Skip to content

Commit

Permalink
add missing phpunit
Browse files Browse the repository at this point in the history
  • Loading branch information
jrushlow committed Apr 2, 2024
1 parent 54f2833 commit 5fba2ee
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 11 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci-static-analysis.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -93,4 +93,4 @@ jobs:
run: "vendor/bin/simple-phpunit --version"

- name: Run PHPStan
run: "tools/phpstan/vendor/bin/phpstan --memory-limit=1G"
run: "tools/phpstan/vendor/bin/phpstan analyze --memory-limit=1G --error-format=github"
21 changes: 11 additions & 10 deletions tools/phpstan/includes/composer.json
Original file line number Diff line number Diff line change
@@ -1,19 +1,20 @@
{
"require": {
"symfonycasts/reset-password-bundle": "^1.21",
"symfony/mailer": "^7.0",
"symfony/form": "^7.0",
"symfony/validator": "^7.0",
"symfony/security-bundle": "^7.0",
"symfony/twig-bundle": "^7.0",
"api-platform/core": "^3.2",
"doctrine/doctrine-bundle": "^2.12",
"symfony/orm-pack": "^2.4",
"doctrine/doctrine-fixtures-bundle": "^3.5",
"symfony/form": "^7.0",
"symfony/mailer": "^7.0",
"symfony/messenger": "^7.0",
"symfony/orm-pack": "^2.4",
"symfony/scheduler": "^7.0",
"api-platform/core": "^3.2",
"symfonycasts/verify-email-bundle": "^1.17",
"symfony/security-bundle": "^7.0",
"symfony/test-pack": "^1.1",
"symfony/twig-bundle": "^7.0",
"symfony/ux-live-component": "^2.16",
"symfony/ux-turbo": "^2.16",
"symfony/ux-live-component": "^2.16"
"symfony/validator": "^7.0",
"symfonycasts/reset-password-bundle": "^1.21",
"symfonycasts/verify-email-bundle": "^1.17"
}
}

0 comments on commit 5fba2ee

Please sign in to comment.