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.
This commit is contained in:
Ingo Schommer 2017-01-17 11:44:33 +13:00
parent 5e3e66916d
commit a8572e7b22
1 changed files with 2 additions and 1 deletions

View File

@ -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"