diff --git a/dependencies.json b/dependencies.json new file mode 100644 index 00000000..fa664f13 --- /dev/null +++ b/dependencies.json @@ -0,0 +1,23 @@ +{ + "recipesEndpoint": "", + "packages": [ + { + "requirement": "dev-ibx-10592-cover-notifications-feature as 4.6.x-dev", + "repositoryUrl": "https://github.com/ibexa/admin-ui", + "package": "ibexa/admin-ui", + "shouldBeAddedAsVCS": false + }, + { + "requirement": "dev-ibx-10592-cover-notifications-feature as 4.6.x-dev", + "repositoryUrl": "https://github.com/ibexa/workflow", + "package": "ibexa/workflow", + "shouldBeAddedAsVCS": true + }, + { + "requirement": "dev-ibx-10592-cover-notifications-feature as 4.6.x-dev", + "repositoryUrl": "https://github.com/ibexa/notifications", + "package": "ibexa/notifications", + "shouldBeAddedAsVCS": true + } + ] +}