leftypol_lainchan/composer.json

11 lines
213 B
JSON
Raw Normal View History

{
2020-12-27 08:48:02 +00:00
"name": "leftypol/leftypol",
"description": "An imageboard based on lainchans",
"require": {
"phpunit/phpunit": "^5"
2020-12-27 08:42:30 +00:00
},
"scripts":{
"test": "vendor/bin/phpunit tests"
}
}