Skip to content

Commit

Permalink
Fix deps
Browse files Browse the repository at this point in the history
  • Loading branch information
Prometee committed Dec 19, 2024
1 parent ac41842 commit c62afb5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 8 deletions.
5 changes: 0 additions & 5 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -91,11 +91,6 @@ jobs:
run: vendor/bin/ecs check src
if: always() && steps.end-of-setup.outcome == 'success'

-
name: Run Psalm
run: vendor/bin/psalm --show-info=false --output-format=github
if: always() && steps.end-of-setup.outcome == 'success'

-
name: Run PHPStan
run: vendor/bin/phpstan analyse
Expand Down
5 changes: 2 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"phpstan/phpstan-doctrine": "^1",
"phpstan/phpstan-strict-rules": "^1",
"phpstan/phpstan-webmozart-assert": "^1",
"phpunit/phpunit": "^9.5",
"phpunit/phpunit": "^10",
"polishsymfonycommunity/symfony-mocker-container": "^1.0",
"robertfausk/behat-panther-extension": "^1.1",
"sylius-labs/coding-standard": "^4.0",
Expand All @@ -42,8 +42,7 @@
"symfony/intl": "^6.4 || ^7.1",
"symfony/runtime": "^6.4 || ^7.1",
"symfony/web-profiler-bundle": "^6.4 || ^7.1",
"symfony/webpack-encore-bundle": "^1.16",
"vimeo/psalm": "^4|^5",
"symfony/webpack-encore-bundle": "^2.2",
"dbrekelmans/bdi": "^1.0"
},
"suggest": {
Expand Down

0 comments on commit c62afb5

Please sign in to comment.