Skip to content

Commit

Permalink
Update composer.json
Browse files Browse the repository at this point in the history
  • Loading branch information
micschk authored Nov 6, 2024
1 parent 7f50651 commit 481af8d
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,7 @@
"name": "restruct/silverstripe-quickaddnew",
"description": "A decorator for form fields that manage object relationships, to allow adding a new object on the fly through a dialog window. It can handle has_one, has_many or many_many relationships. At the moment it has been tested / works on DropdownField and ListboxField. It works both in the CMS and in the frontend.",
"type": "silverstripe-module",
"keywords": [
"silverstripe",
"forms"
],
"homepage": "http://github.com/restruct/silverstripe-quickaddnew",
"license": "BSD-3-Clause",
"authors": [
{
"name": "Shea Dawson",
Expand All @@ -28,7 +24,6 @@
"squizlabs/php_codesniffer": "^3.5"
},
"extra": {
"installer-name": "quickaddnew",
"expose": [
"client"
]
Expand Down

0 comments on commit 481af8d

Please sign in to comment.