mirror of
https://github.com/UndefinedOffset/SortableGridField.git
synced 2024-10-22 17:05:38 +02:00
Added composer.json
This commit is contained in:
parent
a197d50375
commit
54ce183353
18
composer.json
Normal file
18
composer.json
Normal file
@ -0,0 +1,18 @@
|
||||
{
|
||||
"name": "UndefinedOffset/SortableGridField",
|
||||
"description": "Adds drag and drop functionality to SilverStripe 3.0's GridField",
|
||||
"type": "silverstripe-module",
|
||||
"keywords": ["silverstripe", "gridfield"],
|
||||
"authors": [
|
||||
{
|
||||
"name": "Ed Chipman",
|
||||
"homepage": "http://www.edchipman.ca",
|
||||
"role": "Developer"
|
||||
}
|
||||
],
|
||||
|
||||
"require":
|
||||
{
|
||||
"silverstripe/framework": "3.*"
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue
Block a user