Skip to content

Commit 0930f19

Browse files
authored
Merge pull request #7 from chadicus/master
Add composer scripts
2 parents de33476 + ba23dcb commit 0930f19

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

composer.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,5 +22,9 @@
2222
"psr-4": {
2323
"SubjectivePHPTest\\Durations\\": "tests"
2424
}
25+
},
26+
"scripts": {
27+
"lint": "vendor/bin/phpcs",
28+
"test": "vendor/bin/phpunit"
2529
}
2630
}

0 commit comments

Comments
 (0)