mirror of
https://github.com/silverstripe/silverstripe-installer
synced 2024-10-22 17:05:33 +02:00
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:
parent
5e3e66916d
commit
a8572e7b22
@ -8,7 +8,8 @@
|
|||||||
"silverstripe/reports": "4.0.x-dev",
|
"silverstripe/reports": "4.0.x-dev",
|
||||||
"silverstripe/siteconfig": "4.0.x-dev",
|
"silverstripe/siteconfig": "4.0.x-dev",
|
||||||
"silverstripe-themes/simple": "~3.2.0",
|
"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": {
|
"require-dev": {
|
||||||
"phpunit/PHPUnit": "~4.8"
|
"phpunit/PHPUnit": "~4.8"
|
||||||
|
Loading…
Reference in New Issue
Block a user