This commit is contained in:
Patrick Niebeling
2025-03-12 11:19:44 +01:00
parent 7f683fcec1
commit 9538c99576
15 changed files with 122 additions and 242 deletions

View File

@ -1,15 +1,22 @@
{
"name": "deckflow",
"description": "Automatisierung von Deck Workflows mit Flow",
"name": "deckflow/deckflow",
"description": "Automatische Workflows für Nextcloud Decks",
"type": "nextcloud-app",
"version": "1.0.0",
"license": "GPL-3.0",
"authors": [
{
"name": "Dein Name",
"email": "deine@email.de"
}
],
"require": {
"php": ">=7.2",
"nextcloud/server": "^23.0"
"php": "^7.2",
"nextcloud/app-framework": "^1.0"
},
"autoload": {
"psr-4": {
"OCA\\Deckflow\\": "lib/"
"Deckflow\\": "src/"
}
}
}
}