Skip to content

Commit

Permalink
TE-8136 / TE-8201 fix composer.json
Browse files Browse the repository at this point in the history
  • Loading branch information
Nidhognit committed Jan 22, 2021
1 parent ad563de commit 455edc3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,6 @@
"scripts": {
"cs-check": "phpcs --colors -p -s --extensions=php --standard=vendor/spryker/code-sniffer/Spryker/ruleset.xml --ignore=/tests/_data/,/_support/ src/ tests/",
"cs-fix": "phpcbf --colors -p --extensions=php --standard=vendor/spryker/code-sniffer/Spryker/ruleset.xml --ignore=/tests/_data/,/_support/ src/ tests/",
"stan": "phpstan analyze -l 8 src/",
"stan": "phpstan analyze -l 8 src/"
}
}

0 comments on commit 455edc3

Please sign in to comment.