Skip to content

Commit

Permalink
Added composer
Browse files Browse the repository at this point in the history
  • Loading branch information
hrach committed Apr 26, 2012
1 parent b8e5eda commit 131cab2
Showing 1 changed file with 28 additions and 0 deletions.
28 changes: 28 additions & 0 deletions composer.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
{
"name": "ndab/ndab",
"type": "nette-addon",
"description": "Ndab",
"keywords": ["nette", "database", "orm", "db"],
"homepage": "https://github.com/hrach/ndab",
"license": "MIT",
"authors": [
{
"name": "Jan Skrasek",
"email": "[email protected]",
"homepage": "http://jan.skrasek.com"
}
],
"autoload": {
"psr-0": { "Ndab": "" }
},
"require": {
"php": ">=5.3.2",
"nette/nette": "dev-f-database-refactoring"
},
"repositories": [
{
"type": "vcs",
"url": "https://github.com/hrach/nette"
}
]
}

0 comments on commit 131cab2

Please sign in to comment.