mirror of
https://github.com/silverstripe/silverstripe-userforms.git
synced 2024-10-22 17:05:42 +02:00
16 lines
443 B
JSON
16 lines
443 B
JSON
{
|
|
"name": "silverstripe/userforms",
|
|
"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",
|
|
"keywords": ["silverstripe", "userforms"],
|
|
"license": "BSD",
|
|
"authors": [{
|
|
"name": "Will Rossiter",
|
|
"email": "will@fullscreen.io"
|
|
}],
|
|
"require": {
|
|
"silverstripe/framework": "3.1.*",
|
|
"silverstripe/cms": "3.1.*"
|
|
}
|
|
}
|