Files
deckflow/composer.json
Patrick Niebeling 9538c99576 Fix
2025-03-12 11:19:44 +01:00

22 lines
449 B
JSON

{
"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/app-framework": "^1.0"
},
"autoload": {
"psr-4": {
"Deckflow\\": "src/"
}
}
}