leftypol_lainchan/composer.json

9 lines
125 B
JSON

{
"require": {
"phpunit/phpunit": "^5"
},
"scripts":{
"test": "vendor/bin/phpunit tests"
}
}