Skip to content

Commit

Permalink
Create composer.json
Browse files Browse the repository at this point in the history
  • Loading branch information
derrck authored Aug 1, 2018
1 parent 5997001 commit 0a69838
Showing 1 changed file with 30 additions and 0 deletions.
30 changes: 30 additions & 0 deletions composer.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
{
"name": "derrck/yii2-rabbitmq",
"description": "yii2 package for RabbitMQ",
"keywords": [
"yii2",
"RabbitMQ",
"php"
],
"homepage": "https://github.com/derrck/yii2-rabbitmq",
"type": "yii2-extension",
"license": "MIT",
"support": {
"source": "https://github.com/derrck/yii2-rabbitmq"
},
"authors": [
{
"name": "Derrck Deng",
"email": "[email protected]"
}
],
"require": {
"yiisoft/yii2": "^2.0",
"php-amqplib/php-amqplib": "^2.6"
},
"autoload": {
"psr-4": {
"derrck\\rabbitmq\\": ""
}
}
}

0 comments on commit 0a69838

Please sign in to comment.