Skip to content

Commit 3eeb87e

Browse files
committed
Add scripts
1 parent 7b49ff8 commit 3eeb87e

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
@@ -19,5 +19,9 @@
1919
},
2020
"autoload-dev": {
2121
"psr-4": { "SubjectivePHPTest\\Util\\": "tests/" }
22+
},
23+
"scripts": {
24+
"lint": "vendor/bin/phpcs",
25+
"test": "vendor/bin/phpunit"
2226
}
2327
}

0 commit comments

Comments
 (0)