AppsAutoUpdater/composer.json

16 lines
296 B
JSON
Raw Normal View History

2019-01-21 11:37:07 +00:00
{
"name": "Applications Auto Updater",
"description": "Apllications auto updater",
"type": "project",
"license": "AGPL",
"authors": [
{
"name": "Adphi Apps"
}
],
"require": {},
"require-dev": {
"phpunit/phpunit": "^5.4"
}
}