fix: use NpmSpec in galaxy dependency declaration

This commit is contained in:
2026-02-07 23:04:45 +01:00
parent d7eceba30f
commit 3038bcdd8e

View File

@@ -6,8 +6,8 @@ authors:
- transcaffeine <transcaffeine@finally.coffee>
description: Installing and configuring nextcloud (and related apps/services) using docker
dependencies:
"community.general": "^10.0.0"
"community.docker": "^4.6.0"
"community.general": ">=10.0.0"
"community.docker": ">=4.6.0"
license_file: LICENSE.md
build_ignore:
- '*.tar.gz'