mirror of
https://github.com/silverstripe/silverstripe-userforms.git
synced 2024-10-22 15:05:42 +00:00
Run git submodule when updating the module to get dependancies
This commit is contained in:
parent
3015997bdf
commit
ae538f1797
@ -3,15 +3,16 @@
|
|||||||
"description": "UserForms enables CMS users to create dynamic forms via a drag and drop interface and without getting involved in any PHP code",
|
"description": "UserForms enables CMS users to create dynamic forms via a drag and drop interface and without getting involved in any PHP code",
|
||||||
"type": "silverstripe-module",
|
"type": "silverstripe-module",
|
||||||
"keywords": ["silverstripe", "userforms"],
|
"keywords": ["silverstripe", "userforms"],
|
||||||
"authors": [
|
"authors": [{
|
||||||
{
|
|
||||||
"name": "Will Rossiter",
|
"name": "Will Rossiter",
|
||||||
"email": "will@fullscreen.io"
|
"email": "will@fullscreen.io"
|
||||||
}
|
}],
|
||||||
],
|
"require": {
|
||||||
|
|
||||||
"require":
|
|
||||||
{
|
|
||||||
"silverstripe/framework": "3.*"
|
"silverstripe/framework": "3.*"
|
||||||
|
},
|
||||||
|
"scripts": {
|
||||||
|
"post-update-cmd": [
|
||||||
|
"git submodule update --init --recursive"
|
||||||
|
]
|
||||||
}
|
}
|
||||||
}
|
}
|
Loading…
x
Reference in New Issue
Block a user