mirror of
https://github.com/colymba/GridFieldBulkEditingTools.git
synced 2024-10-22 11:05:57 +02:00
update composer to silverstripe-vendormodule
This commit is contained in:
parent
742fa6d292
commit
05f93e098d
@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"name": "colymba/gridfield-bulk-editing-tools",
|
"name": "colymba/gridfield-bulk-editing-tools",
|
||||||
"type": "silverstripe-module",
|
"type": "silverstripe-vendormodule",
|
||||||
"description": "SilverStripe GridField component to upload images and edit records in bulk",
|
"description": "SilverStripe GridField component to upload images/files and edit records in bulk",
|
||||||
"homepage": "https://github.com/colymba/GridFieldBulkEditingTools",
|
"homepage": "https://github.com/colymba/GridFieldBulkEditingTools",
|
||||||
"keywords": ["silverstripe", "bulk upload", "image upload", "gridfield bulk upload"],
|
"keywords": ["silverstripe", "bulk upload", "image upload", "gridfield bulk upload"],
|
||||||
"license": "BSD Simplified",
|
"license": "BSD Simplified",
|
||||||
@ -16,8 +16,8 @@
|
|||||||
}
|
}
|
||||||
],
|
],
|
||||||
"require": {
|
"require": {
|
||||||
"silverstripe/framework": "^4.0@dev",
|
"silverstripe/framework": "^4.0",
|
||||||
"silverstripe/asset-admin": "^1.0@dev"
|
"silverstripe/asset-admin": "^1.0"
|
||||||
},
|
},
|
||||||
"extra": {
|
"extra": {
|
||||||
"branch-alias": {
|
"branch-alias": {
|
||||||
|
Loading…
Reference in New Issue
Block a user