nextcloud-updater/composer.json

11 lines
152 B
JSON

{
"autoload" : {
"psr-4": {
"NC\\Updater\\": "lib/"
}
},
"require": {
"symfony/console": "^3.1"
}
}