Skip to content
This repository has been archived by the owner on Nov 15, 2020. It is now read-only.

Commit

Permalink
Diagnostics: add composer
Browse files Browse the repository at this point in the history
  • Loading branch information
Vrtak-CZ committed Sep 9, 2012
1 parent ed4498a commit 6289c6a
Show file tree
Hide file tree
Showing 2 changed files with 36 additions and 1 deletion.
34 changes: 34 additions & 0 deletions Nella/Diagnostics/composer.json
@@ -0,0 +1,34 @@
{
"name": "nella/diagnostics",
"type": "nette-addon",
"description": "Remote application log and access log for Nette Framework",
"keywords": ["debug", "nette", "diagnostics", "nella", "addon", "log", "remote"],
"homepage": "http://nellafw.org",
"license": ["BSD-3-Clause", "GPL-2.0+"],
"authors": [
{
"name": "Patrik Votoček",
"email": "patrik@votocek.cz",
"homepage": "http://patrik.votocek.cz",
"role": "Developer"
},
{
"name": "Nella Project",
"homepage": "http://nella-project.org"
}
],
"support":{
"issues":"https://github.com/nella/framework/issues",
"source":"https://github.com/nella/framework/tree/master/Nella/Diagnostics"
},
"autoload": {
"psr-0": {
"Nella\\Diagnostics": "./"
}
},
"target-dir": "Nella/Diagnostics",
"require": {
"php": ">=5.3.2",
"nette/nette": "2.0.*"
}
}
3 changes: 2 additions & 1 deletion composer.json
Expand Up @@ -36,6 +36,7 @@
"nella/nette-addon-media": "self.version",
"nella/nette-addon-forms": "self.version",
"nella/console": "self.version",
"nella/doctrine": "self.version"
"nella/doctrine": "self.version",
"nella/diagnostics": "self.version"
}
}

0 comments on commit 6289c6a

Please sign in to comment.