silverstripe-userforms/composer.json

15 lines
438 B
JSON
Raw Normal View History

{
"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"],
2013-03-06 09:00:42 +01:00
"license": "BSD",
"authors": [{
"name": "Will Rossiter",
"email": "will@fullscreen.io"
}],
"require": {
2013-04-03 11:01:56 +02:00
"silverstripe/framework": "3.*",
"silverstripe/cms": "3.*"
}
}