GridFieldBulkEditingTools/composer.json
Robbie Averill 182109d890 FIX Version constraint for asset-admin (#138)
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
2017-01-27 01:17:27 +02:00

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/"
}
}
}