leftypol/composer.json

12 lines
238 B
JSON
Raw Normal View History

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