mirror of
https://github.com/colymba/GridFieldBulkEditingTools.git
synced 2024-10-22 11:05:57 +02:00
Added composer.json
This commit is contained in:
parent
6039f6c42a
commit
e6aa3da96b
20
composer.json
Normal file
20
composer.json
Normal file
@ -0,0 +1,20 @@
|
||||
{
|
||||
"name": "gridFieldBulkEditingTools",
|
||||
"type": "silverstripe-module",
|
||||
"description": "SilverStripe 3 GridField component to upload images and edit records in bulk",
|
||||
"homepage": "https://github.com/colymba/GridFieldBulkEditingTools",
|
||||
"keywords": ["silverstripe", "bulk upload", "image upload", "gridfield bulk upload"],
|
||||
"authors": [{
|
||||
"name": "Thierry Francois",
|
||||
"homepage": "http://colymba.com"
|
||||
},{
|
||||
"name": "GitHub contributors"
|
||||
}],
|
||||
"repositories": [{
|
||||
"type": "vcs",
|
||||
"url": "git@github.com:colymba/GridFieldBulkEditingTools.git"
|
||||
}],
|
||||
"require": {
|
||||
"silverstripe/cms": "3.*"
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue
Block a user