Fix
This commit is contained in:
@ -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/"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
}
|
Reference in New Issue
Block a user