Skip to content

Commit

Permalink
added composer.json
Browse files Browse the repository at this point in the history
  • Loading branch information
petr_bilek committed Jun 1, 2017
1 parent 9834033 commit b5a8d92
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions composer.json
@@ -0,0 +1,24 @@
{
"name": "sallyx/rabbitmq-logger",
"description": "Log error and exceptions int rabbitmq exchange.",
"homepage": "http://github.org/sallyx/rabbitmq-logger",
"authors": [
{
"name": "Petr Bilek",
"homepage": "http://www.sallyx.org"
}
],
"require": {
"php": ">=5.4.0",
"Kdyby/RabbitMq" : "^1.1"
},
"suggest": {
"Kdyby/Doctrine" : "Allows save messages into database",
"Kdyby/Console" : "Allows use console commands to consume messages",
"ublaboo/datagrid" : "Needed for datagrid component"
},
"autoload": {
"classmap": ["src/"]
},
"minimum-stability": "stable"
}

0 comments on commit b5a8d92

Please sign in to comment.