Skip to content

Commit b800797

Browse files
authored
Merge pull request #10 from JayBizzle/patch-1
Add missing custom composer command
2 parents 582e0f1 + c90c09e commit b800797

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
@@ -39,6 +39,9 @@
3939
"NotificationChannels\\Telegram\\Test\\": "tests"
4040
}
4141
},
42+
"scripts": {
43+
"test": "vendor/bin/phpunit"
44+
},
4245
"config": {
4346
"sort-packages": true
4447
},

0 commit comments

Comments
 (0)