mirror of
https://github.com/harivansh-afk/betterNAS.git
synced 2026-04-15 08:03:42 +00:00
17 lines
302 B
JSON
17 lines
302 B
JSON
{
|
|
"name": "ainas/ainascontrolplane",
|
|
"description": "aiNAS Nextcloud shell app",
|
|
"license": "AGPL-3.0-or-later",
|
|
"autoload": {
|
|
"psr-4": {
|
|
"OCA\\AinasControlplane\\": "lib/"
|
|
}
|
|
},
|
|
"require": {
|
|
"php": "^8.1"
|
|
},
|
|
"require-dev": {
|
|
"nextcloud/ocp": "dev-stable31"
|
|
}
|
|
}
|
|
|