-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcomposer.json
42 lines (39 loc) · 958 Bytes
/
composer.json
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
29
30
31
32
33
34
35
36
37
38
39
40
41
42
{
"name": "universaltechnology/bowler",
"description": "A Rabbitmq wrapper for Laravel",
"license": "MIT",
"keywords": ["php", "json", "rabbitmq", "amqp", "api", "microservices"],
"authors": [
{
"name": "Ali Issa",
"email": "[email protected]",
"role": "Backend Software Engineer"
},
{
"name": "Kinane Domloje",
"email": "[email protected]",
"homepage": "https://es.linkedin.com/in/kinanedomloje",
"role": "Backend Developer"
},
{
"name": "Mick Davies",
"email": "[email protected]",
"homepage": "https://universaltechnology.io",
"role": "Developer"
}
],
"require": {
"php": ">=5.6",
"php-amqplib/php-amqplib": "v2.6.1"
},
"require-dev": {
"phpunit/phpunit": "^5.7",
"mockery/mockery": "^0.9.7",
"friendsofphp/php-cs-fixer":"^1.12"
},
"autoload": {
"psr-4": {
"UniversalTechnology\\Bowler\\": "src/"
}
}
}