mirror of
https://github.com/symbiote/silverstripe-gridfieldextensions.git
synced 2024-10-22 17:05:39 +02:00
20 lines
445 B
JSON
20 lines
445 B
JSON
{
|
|
"name": "ajshort/silverstripe-gridfieldextensions",
|
|
"description": "A collection of useful grid field components",
|
|
"type": "silverstripe-module",
|
|
"keywords": ["silverstripe", "gridfield"],
|
|
"license": "BSD-3-Clause",
|
|
"authors": [
|
|
{
|
|
"name": "Andrew Short",
|
|
"email": "andrewjshort@gmail.com"
|
|
}
|
|
],
|
|
"require": {
|
|
"silverstripe/framework": ">=3.1"
|
|
},
|
|
"extra": {
|
|
"installer-name": "gridfieldextensions"
|
|
}
|
|
}
|