From a8572e7b22dd54829dd9d3ed6cfa73eb667291fd Mon Sep 17 00:00:00 2001 From: Ingo Schommer Date: Tue, 17 Jan 2017 11:44:33 +1300 Subject: [PATCH] Added GraphQL dependency This is required here in order for the "cow" release tool to include the module in tagging releases. At the moment, it's only an indirect asset-admin dependency, but will become a framework dependency once we switch CampaignAdmin to use GraphQL as well. --- composer.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 42191db..9a0f48a 100644 --- a/composer.json +++ b/composer.json @@ -8,7 +8,8 @@ "silverstripe/reports": "4.0.x-dev", "silverstripe/siteconfig": "4.0.x-dev", "silverstripe-themes/simple": "~3.2.0", - "silverstripe/asset-admin": "1.0.x-dev" + "silverstripe/asset-admin": "1.0.x-dev", + "silverstripe/graphql": "0.2.x-dev" }, "require-dev": { "phpunit/PHPUnit": "~4.8"