Skip to content

Commit

Permalink
Added composer.json
Browse files Browse the repository at this point in the history
  • Loading branch information
MilanPala committed Nov 11, 2013
1 parent acfeaee commit b2e2cd8
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions composer.json
@@ -0,0 +1,18 @@
{
"name": "pd/databse-info-panel",
"type": "library",
"description": "Panel for Nette Debug bar which quickly tells you which database you use",
"keywords": ["nette", "debugbar"],
"homepage": "http://peckadesign.cz",
"license": ["MIT"],
"authors": [
{
"name": "Milan Pála",
"homepage": "http://milanpala.cz"
}
],
"version": "1.0.0",
"require": {
"nette/nette": "@dev"
}
}

0 comments on commit b2e2cd8

Please sign in to comment.