mirror of
https://github.com/colymba/GridFieldBulkEditingTools.git
synced 2024-10-22 11:05:57 +02:00
182109d890
silverstripe/asset-admin doesn't share the same major versions as the framework, cms etc - it's in 1.0.0 alpha at the moment
34 lines
1.0 KiB
JSON
34 lines
1.0 KiB
JSON
{
|
|
"name": "colymba/gridfield-bulk-editing-tools",
|
|
"type": "silverstripe-module",
|
|
"description": "SilverStripe 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"],
|
|
"license": "BSD Simplified",
|
|
"authors": [
|
|
{
|
|
"name": "Thierry Francois",
|
|
"homepage": "http://colymba.com"
|
|
},
|
|
{
|
|
"name": "GitHub contributors",
|
|
"homepage": "https://github.com/colymba/GridFieldBulkEditingTools/contributors"
|
|
}
|
|
],
|
|
"require": {
|
|
"silverstripe/framework": "^4.0@dev",
|
|
"silverstripe/asset-admin": "^1.0@dev"
|
|
},
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-master": "3.x-dev"
|
|
}
|
|
},
|
|
"autoload": {
|
|
"psr-4": {
|
|
"Colymba\\BulkManager\\": "bulkManager/code/",
|
|
"Colymba\\BulkUpload\\": "bulkUpload/code/"
|
|
}
|
|
}
|
|
}
|