Skip to content

Commit f9fd800

Browse files
Merge pull request #8 from mark-a-j-adriano/vendor-module
change `type` to ` silverstripe-vendormodule`
2 parents b96e831 + ab45a44 commit f9fd800

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

composer.json

+5-5
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "firebrandhq/silverstripe-excel-export",
33
"description": "Silverstripe module offering DataFormatters to export DataObjects in Excel format.",
4-
"type": "silverstripe-module",
4+
"type": "silverstripe-vendormodule",
55
"require": {
66
"phpoffice/phpexcel": ">=1.8",
77
"silverstripe/cms": ">=3.1"
@@ -14,8 +14,8 @@
1414
}
1515
],
1616
"suggest": {
17-
"silverstripe/restfulserver": "If you install the restfull server, you'll be able to dynamically generate SpreadSheet on the fly."
18-
},
19-
"minimum-stability": "dev",
20-
"prefer-stable": true
17+
"silverstripe/restfulserver": "If you install the restfull server, you'll be able to dynamically generate SpreadSheet on the fly."
18+
},
19+
"minimum-stability": "dev",
20+
"prefer-stable": true
2121
}

0 commit comments

Comments
 (0)