diff --git a/composer.json b/composer.json index 5f154dc8..bab20327 100644 --- a/composer.json +++ b/composer.json @@ -4,6 +4,9 @@ "homepage": "https://ezplatform.com", "license": "GPL-2.0-only", "type": "ezplatform-bundle", + "repositories": [ + { "type": "vcs", "url": "https://github.com/webhdx/ezplatform-content-forms.git" } + ], "require": { "php": "^7.3", "ext-xsl": "*", @@ -23,7 +26,7 @@ "twig/twig": "^2.11", "ezsystems/doctrine-dbal-schema": "^1.0@dev", "ezsystems/ezpublish-kernel": "^8.0@dev", - "ezsystems/ezplatform-content-forms": "^1.0@dev", + "ezsystems/ezplatform-content-forms": "dev-content-forms as ^1.0@dev", "ezsystems/ezplatform-rest": "^1.0@dev" }, "require-dev": {