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