mirror of
https://github.com/silverstripe/silverstripe-userforms.git
synced 2024-10-22 17:05:42 +02:00
Merge pull request #57 from vikas-srivastava/composer
NEW Add composer.json
This commit is contained in:
commit
217836d552
17
composer.json
Normal file
17
composer.json
Normal file
@ -0,0 +1,17 @@
|
||||
{
|
||||
"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"],
|
||||
"authors": [
|
||||
{
|
||||
"name": "Will Rossiter",
|
||||
}
|
||||
],
|
||||
|
||||
"require":
|
||||
{
|
||||
"silverstripe/framework": "3.*"
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue
Block a user