leftypol/composer.json
2020-12-27 02:42:30 -06:00

8 lines
125 B
JSON

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