Skip to content

Commit 95a5764

Browse files
authored
Merge pull request #66 from bumble-tech/updating_composer_scripts
Updating composer scripts
2 parents 45c80c1 + b8dcd9f commit 95a5764

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

composer.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,7 @@
6868
],
6969
"scripts": {
7070
"test": "vendor/bin/phpunit",
71-
"phpcs": "vendor/bin/phpcs --standard=psr12 src --warning-severity=0 --error-severity=1"
71+
"phpcs": "vendor/bin/phpcs --standard=psr12 src demo tests --warning-severity=0 --error-severity=1",
72+
"phpcbf": "vendor/bin/phpcbf --standard=psr12 src demo tests"
7273
}
7374
}

0 commit comments

Comments
 (0)