mirror of
https://github.com/harivansh-afk/betterNAS.git
synced 2026-04-15 12:03:49 +00:00
16 lines
317 B
JSON
16 lines
317 B
JSON
{
|
|
"name": "betternas/betternascontrolplane",
|
|
"description": "betterNAS Nextcloud shell app",
|
|
"license": "AGPL-3.0-or-later",
|
|
"autoload": {
|
|
"psr-4": {
|
|
"OCA\\BetterNasControlplane\\": "lib/"
|
|
}
|
|
},
|
|
"require": {
|
|
"php": "^8.1"
|
|
},
|
|
"require-dev": {
|
|
"nextcloud/ocp": "dev-stable31"
|
|
}
|
|
}
|