2012-09-21 12:11:46 +02:00
|
|
|
{
|
|
|
|
"name": "silverstripe/userforms",
|
2012-09-29 10:55:25 +02:00
|
|
|
"description": "UserForms enables CMS users to create dynamic forms via a drag and drop interface and without getting involved in any PHP code",
|
2012-09-21 12:11:46 +02:00
|
|
|
"type": "silverstripe-module",
|
|
|
|
"keywords": ["silverstripe", "userforms"],
|
2013-01-29 10:59:32 +01:00
|
|
|
"authors": [{
|
2012-09-21 12:11:46 +02:00
|
|
|
"name": "Will Rossiter",
|
2012-09-29 10:55:25 +02:00
|
|
|
"email": "will@fullscreen.io"
|
2013-01-29 10:59:32 +01:00
|
|
|
}],
|
|
|
|
"require": {
|
2012-09-21 12:11:46 +02:00
|
|
|
"silverstripe/framework": "3.*"
|
2013-01-29 10:59:32 +01:00
|
|
|
},
|
|
|
|
"scripts": {
|
|
|
|
"post-update-cmd": [
|
|
|
|
"git submodule update --init --recursive"
|
|
|
|
]
|
2012-09-21 12:11:46 +02:00
|
|
|
}
|
|
|
|
}
|