Skip to content

Commit ed53eb4

Browse files
committed
Updated scripts section from composer.json
1 parent b62d1a1 commit ed53eb4

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

composer.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,8 @@
1919
"jacobkiers/oauth": "~1.0"
2020
},
2121
"require-dev": {
22-
"phpunit/phpunit": "3.7.*"
22+
"phpunit/phpunit": "3.7.*",
23+
"squizlabs/php_codesniffer": "~2.7"
2324
},
2425
"conflict": {
2526
"eabay/bitbucket-repo-sync": "*",
@@ -33,6 +34,7 @@
3334
"files": ["polyfill-55.php"]
3435
},
3536
"scripts": {
36-
"test": "vendor/bin/phpunit"
37+
"style": "php vendor/bin/phpcs --standard=psr2 lib/",
38+
"test": "php vendor/bin/phpunit"
3739
}
3840
}

0 commit comments

Comments
 (0)