forked from leftypol/leftypol
8 lines
125 B
JSON
8 lines
125 B
JSON
{
|
|
"require": {
|
|
"phpunit/phpunit": "^5"
|
|
},
|
|
"scripts":{
|
|
"test": "vendor/bin/phpunit tests"
|
|
}
|
|
}
|