fix: use NpmSpec for describing galaxy dependencies
This commit is contained in:
@@ -6,10 +6,10 @@ authors:
|
||||
- transcaffeine <transcaffeine@finally.coffee>
|
||||
description: Collection for deploying and configuring databases
|
||||
dependencies:
|
||||
"community.docker": "^4.0.0"
|
||||
"community.general": "^10.6.0"
|
||||
"community.postgresql": "^3.9.0"
|
||||
"containers.podman": "^1.16.0"
|
||||
"community.docker": ">=4.0.0"
|
||||
"community.general": ">=10.6.0"
|
||||
"community.postgresql": ">=3.9.0"
|
||||
"containers.podman": ">=1.16.0"
|
||||
license_file: LICENSE.md
|
||||
build_ignore:
|
||||
- '*.tar.gz'
|
||||
|
||||
Reference in New Issue
Block a user