Fix
This commit is contained in:
15
composer.json
Normal file
15
composer.json
Normal file
@ -0,0 +1,15 @@
|
||||
{
|
||||
"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/"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user