Fix dependency to main while in development

This commit is contained in:
2024-09-17 22:04:01 +02:00
parent 39dbf9ec6b
commit 363cd7fc05

View File

@@ -4,7 +4,7 @@
"type": "library", "type": "library",
"license": "MPL-2.0", "license": "MPL-2.0",
"require": { "require": {
"cloudobjects/sdk" : "*" "cloudobjects/sdk" : "dev-main"
}, },
"autoload": { "autoload": {
"psr-4" : { "psr-4" : {