Skip to content

Commit

Permalink
fix: updated composer.json
Browse files Browse the repository at this point in the history
  • Loading branch information
AlcidesRC authored Apr 4, 2024
1 parent f8c31b1 commit 8263826
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,8 @@
"@clear-coverage",
"phpunit --configuration phpunit.xml --coverage-text --coverage-html=/coverage --colors --testdox --order-by=random --random-order-seed=$(head -200 /dev/urandom | cksum | cut -f1 -d \" \")"
],
"phpcs": "phpcs -p --colors --standard=PSR12 app/ tests/",
"phpcbf": "phpcbf -p --colors --standard=PSR12 app/ tests/",
"phpcs": "phpcs -p --colors --standard=phpcs.xml app/ tests/",
"phpcbf": "phpcbf -p --colors --standard=phpcs.xml app/ tests/",
"linter": "parallel-lint --colors -e php -j 10 app/ tests/",
"phpstan": "phpstan analyse --ansi --memory-limit=1G --configuration=phpstan.neon"
},
Expand Down

0 comments on commit 8263826

Please sign in to comment.