Skip to content

Commit 410aae6

Browse files
author
Daniel Gomes
committed
Add some extra scripts to composer
1 parent 9571ea7 commit 410aae6

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

composer.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,8 @@
3434
}
3535
},
3636
"scripts": {
37-
"test": [
38-
"./vendor/bin/phpunit"
39-
]
37+
"test": "./vendor/bin/phpunit",
38+
"check-style": "./vendor/bin/phpcs src tests",
39+
"fix-style": "./vendor/bin/phpcbf src tests"
4040
}
4141
}

0 commit comments

Comments
 (0)