Skip to content

Commit

Permalink
Added composer.json
Browse files Browse the repository at this point in the history
  • Loading branch information
UndefinedOffset committed Nov 13, 2012
1 parent a197d50 commit 54ce183
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions composer.json
Original file line number Diff line number Diff line change
@@ -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.*"
}
}

0 comments on commit 54ce183

Please sign in to comment.