Remove obsolete branch-alias

This commit is contained in:
Damian Mooyman 2016-11-17 10:16:02 +13:00
parent 22c7fb4d07
commit fc36666d4e
1 changed files with 42 additions and 43 deletions

View File

@ -2,7 +2,10 @@
"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"],
"keywords": [
"silverstripe",
"userforms"
],
"license": "BSD-3-Clause",
"authors": [
{
@ -36,9 +39,5 @@
"colymba/gridfield-bulk-editing-tools": "Allows for bulk management of form submissions",
"silverstripe/secureassets": "Enables files uploaded via userforms to be secured from public access"
},
"extra": {
"branch-alias": {
"dev-master": "4.2.x-dev"
}
}
"extra": []
}