Skip to content

Commit

Permalink
Add: composer.json
Browse files Browse the repository at this point in the history
  • Loading branch information
K-Phoen committed Jul 2, 2013
1 parent 8f1c45d commit 6f02492
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions composer.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
{
"name": "itn/log-viewer-bundle",
"description": "Provides a quick way to access application logs",
"type": "symfony-bundle",
"license": "MIT",
"authors": [
{
"name": "Pierre Tachoire"
},
{
"name": "Kévin Gomez",
"email": "[email protected]",
"homepage": "http://www.kevingomez.fr/"
}
],
"require": {
"symfony/symfony": ">=2.0.0",
},
"autoload": {
"psr-0": { "ITN\\Bundle\\LogViewerBundle": "" }
},
"target-dir": "ITN/Bundle/LogViewerBundle"
}

0 comments on commit 6f02492

Please sign in to comment.