Files
deckflow/composer.json
Patrick Niebeling 7f683fcec1 Fix
2025-03-12 11:11:19 +01:00

15 lines
290 B
JSON

{
"name": "deckflow",
"description": "Automatisierung von Deck Workflows mit Flow",
"type": "nextcloud-app",
"require": {
"php": ">=7.2",
"nextcloud/server": "^23.0"
},
"autoload": {
"psr-4": {
"OCA\\Deckflow\\": "lib/"
}
}
}