Skip to content

Commit 26058f5

Browse files
authored
Merge pull request #6 from JayBizzle/patch-1
Add missing custom composer command
2 parents 3582388 + 06c4c24 commit 26058f5

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

composer.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,9 @@
3232
"NotificationChannels\\Webhook\\Test\\": "tests"
3333
}
3434
},
35+
"scripts": {
36+
"test": "vendor/bin/phpunit"
37+
},
3538
"config": {
3639
"sort-packages": true
3740
},

0 commit comments

Comments
 (0)