Skip to content

Commit

Permalink
change type to ` silverstripe-vendormodule
Browse files Browse the repository at this point in the history
  • Loading branch information
mark-a-j-adriano committed Jul 29, 2020
1 parent b96e831 commit ab45a44
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "firebrandhq/silverstripe-excel-export",
"description": "Silverstripe module offering DataFormatters to export DataObjects in Excel format.",
"type": "silverstripe-module",
"type": "silverstripe-vendormodule",
"require": {
"phpoffice/phpexcel": ">=1.8",
"silverstripe/cms": ">=3.1"
Expand All @@ -14,8 +14,8 @@
}
],
"suggest": {
"silverstripe/restfulserver": "If you install the restfull server, you'll be able to dynamically generate SpreadSheet on the fly."
},
"minimum-stability": "dev",
"prefer-stable": true
"silverstripe/restfulserver": "If you install the restfull server, you'll be able to dynamically generate SpreadSheet on the fly."
},
"minimum-stability": "dev",
"prefer-stable": true
}

0 comments on commit ab45a44

Please sign in to comment.