leftypol_lainchan/composer.json

9 lines
125 B
JSON
Raw Normal View History

{
"require": {
"phpunit/phpunit": "^5"
2020-12-27 08:42:30 +00:00
},
"scripts":{
"test": "vendor/bin/phpunit tests"
}
}