Skip to content

Commit fffbe79

Browse files
committed
Add composer test command
1 parent f6ed1d9 commit fffbe79

1 file changed

Lines changed: 6 additions & 1 deletion

File tree

composer.json

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,5 +42,10 @@
4242
"sort-packages": true
4343
},
4444
"minimum-stability": "dev",
45-
"prefer-stable": true
45+
"prefer-stable": true,
46+
"scripts": {
47+
"test": [
48+
"phpunit --colors --no-interaction"
49+
]
50+
}
4651
}

0 commit comments

Comments
 (0)