Skip to content

Commit

Permalink
composer.json
Browse files Browse the repository at this point in the history
  • Loading branch information
ThaDafinser committed Jul 24, 2014
1 parent 55d2e56 commit a731820
Showing 1 changed file with 33 additions and 0 deletions.
33 changes: 33 additions & 0 deletions composer.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
{
"name": "thadafinser/zfc-datagrid-examples",
"description": "Examples for thadafinser/zfc-datagrid",
"type": "library",
"license": "WTFPL",
"keywords": [
"ZfcDatagrid",
"Datagrid",
"Datatable",
"module",
"zf2",
"Zend Framework"
],

"authors": [{
"name": "Martin Keckeis",
"email": "martin.keckeis1@gmail.com"
}],

"minimum-stability": "dev",

"require": {
"thadafinser/zfc-datagrid": "*"
},


"autoload": {
"psr-0": {
"ZfcDatagridExamples\\": "src/",
"ZfcDatagridExamplesTest\\": "tests/"
}
}
}

0 comments on commit a731820

Please sign in to comment.