forked from romainrg/codeigniter-rabbitmq-library
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcomposer.json
More file actions
21 lines (21 loc) · 678 Bytes
/
composer.json
File metadata and controls
21 lines (21 loc) · 678 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
{
"name": "romainrg/codeigniter-rabbitmq-library",
"keywords": ["library", "codeigniter", "rabbitmq"],
"description": "CodeIgniter Library for RabbitMQ interactions with CodeIgniter using PHP-AMQPLib",
"homepage": "https://github.com/romainrg/codeigniter-rabbitmq-library.git",
"license": "LGPL-3.0-or-later",
"type": "codeigniter-third-party",
"authors": [
{
"name": "Romain Gallien",
"email": "romaingallien.rg@gmail.com",
"role": "WEB/PHP Developer"
}
],
"require": {
"romainrg/codeigniter-php-amqplib": "2.6.*"
},
"extra": {
"installer-name": "rabbitmq"
}
}