-
Notifications
You must be signed in to change notification settings - Fork 19
Expand file tree
/
Copy pathcomposer.json
More file actions
28 lines (28 loc) · 815 Bytes
/
composer.json
File metadata and controls
28 lines (28 loc) · 815 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
{
"name": "mookofe/tail",
"description": "RabbitMQ and PHP client for Laravel and Lumen that allows you to add and listen queues messages just simple",
"keywords": ["laravel5", "laravel", "rabbitmq", "queue", "library", "package", "client", "Victor Cruz", "mookofe" ],
"license": "MIT",
"version": "v1.0.5",
"authors": [
{
"name": "Victor Cruz",
"email": "cruzrosario@gmail.com"
}
],
"require": {
"php": ">=5.4.7",
"php-amqplib/php-amqplib": "2.*",
"illuminate/support": "5.*"
},
"require-dev": {
"phpunit/phpunit": "4.0.*",
"mockery/mockery": "dev-master"
},
"autoload": {
"psr-4": {
"Mookofe\\Tail\\": "src/"
}
},
"minimum-stability": "stable"
}