Nextcloud-App/composer.json

16 lines
287 B
JSON
Raw Normal View History

2021-08-21 10:58:00 +00:00
{
"name": "U Pschooling",
"description": "UPschooling Support Platform",
"type": "project",
"license": "AGPL",
"authors": [
{
"name": "UPschooling"
}
],
"require": {},
"require-dev": {
"phpunit/phpunit": "^5.4"
}
}