Skip to content

Commit

Permalink
fix path
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinpapst committed Sep 15, 2024
1 parent 6e05fbe commit b7e0b98
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,9 +46,9 @@
},
"scripts": {
"test": "phpunit tests/",
"codestyle-fix": "../../../vendor/bin/php-cs-fixer fix",
"codestyle-check": "../../../vendor/bin/php-cs-fixer fix --dry-run --verbose --using-cache=no --show-progress=none --format=checkstyle",
"phpstan": "../../../vendor/bin/phpstan analyse . --configuration=phpstan.neon",
"codestyle-fix": "vendor/bin/php-cs-fixer fix",
"codestyle-check": "vendor/bin/php-cs-fixer fix --dry-run --verbose --using-cache=no --show-progress=none --format=checkstyle",
"phpstan": "vendor/bin/phpstan analyse . --configuration=phpstan.neon",
"linting": [
"composer validate --strict --no-check-version",
"@codestyle-check",
Expand Down

0 comments on commit b7e0b98

Please sign in to comment.